-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates Turtle tests to use triple term syntax and reifications (#135)
* Update Turtle tests for reified triples, triple terms, and other Turtle syntax. * Update to N-Triples tests for reified triples, triple terms, and other Turtle syntax that should not be acceptable as N-Triples. * Negative N-Triples test for reifiedTriple in the predicate position. --------- Co-authored-by: gkellogg <[email protected]> Co-authored-by: Andy Seaborne <[email protected]>
- Loading branch information
1 parent
d5b71d6
commit 12a81bb
Showing
87 changed files
with
901 additions
and
415 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
rdf/rdf12/rdf-n-triples/syntax/ntriples-star-bad-quoted-syntax-4.nt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
rdf/rdf12/rdf-n-triples/syntax/ntriples-star-bad-reified-syntax-4.nt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<http://example/x> << <http://example/s> <http://example/p> <http://example/o> >> <http://example/z> . |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<http://example/a> <<( <http://example/s> <http://example/p> <http://example/o> )>> <http://example/z> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<<( "XYZ" <http://example/p> <http://example/o> )>> <http://example/q> <http://example/z> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<<( <http://example/s> "XYZ" <http://example/o> )>> <http://example/q> <http://example/z> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<<( <http://example/s> _:label <http://example/o> )>> <http://example/q> <http://example/z> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<http://example/a> <http://example/b> << <http://example/s> <http://example/p> <http://example/o> >> . |
File renamed without changes.
1 change: 0 additions & 1 deletion
1
rdf/rdf12/rdf-n-triples/syntax/ntriples-star-nested-bad-annotated-syntax-1.nt
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
rdf/rdf12/rdf-n-triples/syntax/ntriples-star-nested-bad-annotated-syntax-2.nt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.