Adds tests to ensure it won't happen againpull/58/head
parent
39fe1b1704
commit
cd8032136a
@ -0,0 +1 @@ |
||||
DESCRIBE <http://example.com/not_exist> <http://example.com/test> |
@ -0,0 +1,9 @@ |
||||
PREFIX schema: <http://schema.org/> |
||||
|
||||
<http://example.com/test> a schema:Person ; |
||||
schema:name "test"@en ; |
||||
schema:parent <http://example.com/test2> ; |
||||
schema:child [ a schema:Person ] . |
||||
|
||||
<http://example.com/test2> a schema:Person ; |
||||
schema:child <http://example.com/test> . |
@ -0,0 +1,6 @@ |
||||
PREFIX schema: <http://schema.org/> |
||||
|
||||
<http://example.com/test> a schema:Person ; |
||||
schema:name "test"@en ; |
||||
schema:parent <http://example.com/test2> ; |
||||
schema:child [] . |
@ -0,0 +1 @@ |
||||
DESCRIBE ?s WHERE { ?s <http://schema.org/name> "test"@en } |
Loading…
Reference in new issue