diff options
Diffstat (limited to 'test/w3c/TriGTests/README')
-rw-r--r-- | test/w3c/TriGTests/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/w3c/TriGTests/README b/test/w3c/TriGTests/README index adbb2a3f..2187549a 100644 --- a/test/w3c/TriGTests/README +++ b/test/w3c/TriGTests/README @@ -2,7 +2,7 @@ This README is for the W3C RDF Working Group's TriG test suite. This test suite contains three kinds of tests: Evaluation (rdft:TestTriGEval) - a pair of an input trig file - and reference ntriples file. + and referenced nquads file. Positive syntax (rdft:TestTriGPositiveSyntax) - an input trig file with no syntax errors. @@ -16,9 +16,9 @@ tests have a name (mf:name) and an input (mf:action). The Evaluation tests have an expected result (mf:result). • An implementation passes an Evaluation test if it parses the input - into a graph, parses the expecte result into another graph, and - those two graphs are isomorphic (see - <http://www.w3.org/TR/rdf11-concepts/#graph-isomorphism>). + into a dataset, parses the expected result into another dataset, and + those two dataset are isomorphic (see + <https://www.w3.org/TR/rdf11-concepts/#dfn-dataset-isomorphism>). • An implementation passes a positive syntax test if it parses the input. |