summaryrefslogtreecommitdiff
path: root/test/DAWG/rdflib/bindscope.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/DAWG/rdflib/bindscope.ttl')
-rw-r--r--test/DAWG/rdflib/bindscope.ttl6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/DAWG/rdflib/bindscope.ttl b/test/DAWG/rdflib/bindscope.ttl
new file mode 100644
index 00000000..4f732820
--- /dev/null
+++ b/test/DAWG/rdflib/bindscope.ttl
@@ -0,0 +1,6 @@
+@prefix s: <http://schema.org/> .
+@prefix x: <http://example.org/> .
+
+x:john a s:Person ; s:name "John" .
+x:jane a s:Person ; s:name "Jane" ; s:knows x:john.
+x:ecorp a s:Organization ; s:name "Evil Corp" ; s:employee x:jane . \ No newline at end of file