From 106e6b5f435dca89a45c59da84805dee232a14d3 Mon Sep 17 00:00:00 2001 From: Danny Berger Date: Sun, 4 Apr 2021 17:13:27 -0600 Subject: [PATCH] Fix typo --- docs/modules/ROOT/pages/import.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/import.adoc b/docs/modules/ROOT/pages/import.adoc index b5d5ca1b..0aa927f4 100644 --- a/docs/modules/ROOT/pages/import.adoc +++ b/docs/modules/ROOT/pages/import.adoc @@ -741,7 +741,7 @@ the instances to the previously loaded ontology. call n10s.rdf.import.fetch("https://github.com/neo4j-labs/neosemantics/raw/3.5/docs/rdf/miniinstances.ttl","Turtle"); ---- -The resulting graph connects the instance data to the ontology elements. This is the magic of unique identifiers (uris), tere's nothing you need to do for the linkage to happen, if your RDF is well formed and uris are used consistently in it, then it will happen automatically. +The resulting graph connects the instance data to the ontology elements. This is the magic of unique identifiers (uris), there's nothing you need to do for the linkage to happen, if your RDF is well formed and uris are used consistently in it, then it will happen automatically. image::miniontoandinstances.png[Connected ontology and instance data imported in Neo4j,scaledwidth="100%"]