Is the entity linked to a Neo4j database?

Property definitions

neo4j $ NeoEntity :: is_linked
	# Is the entity linked to a Neo4j database?
	fun is_linked: Bool do return url != null
lib/neo4j/neo4j.nit:517,2--518,42