author | Gregg Kellogg <gregg@kellogg-assoc.com> |
Mon, 26 Nov 2012 20:43:24 -0800 | |
changeset 558 | 16ef81ccaf15 |
parent 557 | 3e988a9fcf2a |
child 559 | 0e57d928f0c1 |
rdf-turtle/reports/.earl | ||
rdf-turtle/reports/README | ||
rdf-turtle/reports/earl.jsonld | ||
rdf-turtle/reports/earl.ttl | ||
rdf-turtle/reports/index.html |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdf-turtle/reports/.earl Mon Nov 26 20:43:24 2012 -0800 @@ -0,0 +1,6 @@ +--- +:format: :json +:base: http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl +:manifest: ../tests-ttl/manifest.ttl +:bibRef: "[[TURTLE]]" +:name: "Turtle"
--- a/rdf-turtle/reports/README Sun Nov 25 18:29:10 2012 -0800 +++ b/rdf-turtle/reports/README Mon Nov 26 20:43:24 2012 -0800 @@ -6,6 +6,7 @@ gem install earl-report -earl-report -o index.html \ - http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl \ - *.ttl +rm earl.ttl +earl-report --format json -o earl.jsonld *.ttl +earl-report --json --format ttl -o earl.ttl earl.jsonld +earl-report --json --format html -o index.html earl.jsonld
--- a/rdf-turtle/reports/earl.jsonld Sun Nov 25 18:29:10 2012 -0800 +++ b/rdf-turtle/reports/earl.jsonld Mon Nov 26 20:43:24 2012 -0800 @@ -1,5 +1,9 @@ { "@context": { + "@vocab": "http://www.w3.org/ns/earl#", + "foaf:homepage": { + "@type": "@id" + }, "dc": "http://purl.org/dc/terms/", "doap": "http://usefulinc.com/ns/doap#", "earl": "http://www.w3.org/ns/earl#", @@ -7,30 +11,73 @@ "foaf": "http://xmlns.com/foaf/0.1/", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "assertedBy": { - "@id": "earl:assertedBy", "@type": "@id" }, + "assertions": { + "@type": "@id", + "@container": "@list" + }, "bibRef": { - "@id": "dc: bibliographicCitation" + "@id": "dc:bibliographicCitation" + }, + "created": { + "@id": "doap:created", + "@type": "xsd:date" }, "description": { - "@id": "dc:description" + "@id": "dc:description", + "@language": "en" }, "developer": { "@id": "doap:developer", "@type": "@id", "@container": "@set" }, + "doapDesc": { + "@id": "doap:description", + "@language": "en" + }, + "generatedBy": { + "@type": "@id" + }, "homepage": { "@id": "doap:homepage", "@type": "@id" }, - "doap_desc": { - "@id": "doap:description" + "label": { + "@id": "rdfs:label", + "@language": "en" }, "language": { "@id": "doap:programming-language" }, + "license": { + "@id": "doap:license", + "@type": "@id" + }, + "mode": { + "@type": "@id" + }, + "name": { + "@id": "doap:name" + }, + "outcome": { + "@type": "@id" + }, + "release": { + "@id": "doap:release", + "@type": "@id" + }, + "shortdesc": { + "@id": "doap:shortdesc", + "@language": "en" + }, + "subject": { + "@type": "@id" + }, + "test": { + "@type": "@id" + }, "testAction": { "@id": "mf:action", "@type": "@id" @@ -39,42 +86,52 @@ "@id": "mf:result", "@type": "@id" }, - "label": { - "@id": "rdfs:label" - }, - "mode": { - "@id": "earl:mode", - "@type": "@id" - }, - "name": { - "@id": "doap:name" - }, - "outcome": { - "@id": "earl:outcome", - "@type": "@id" - }, - "result": { - "@id": "earl:result" - }, - "subject": { - "@id": "earl:subject", - "@type": "@id" - }, - "test": { - "@id": "earl:test", - "@type": "@id" + "tests": { + "@type": "@id", + "@container": "@list" + }, + "testSubjects": { + "@type": "@id", + "@container": "@list" }, "title": { "@id": "dc:title" + }, + "xsd": { + "@id": "http://www.w3.org/2001/XMLSchema#" } }, "@id": "", - "@type": [ - "earl:Software", - "doap:Project" + "@type": "earl:Report", + "title": "Turtle", + "bibRef": "[[TURTLE]]", + "generatedBy": { + "@id": "http://rubygems.org/gems/earl-report", + "@type": "doap:Project", + "name": "earl-report", + "shortdesc": "Earl Report summary generator", + "doapDesc": "EarlReport generates HTML+RDFa rollups of multiple EARL reports", + "homepage": "https://github.com/gkellogg/earl-report", + "language": "Ruby", + "license": "http://unlicense.org", + "release": { + "@id": "https://github.com/gkellogg/earl-report/tree/0.1.2", + "@type": "doap:Version", + "name": "earl-report-0.1.2", + "created": "2012-11-26", + "revision": "0.1.2" + }, + "developer": { + "@type": "foaf:Person", + "@id": "http://greggkellogg.net/foaf#me", + "foaf:name": "Gregg Kellogg", + "foaf:homepage": "http://greggkellogg.net/" + } + }, + "assertions": [ + "RIOT-earl-2012-11-18-Turtle.ttl", + "rdf.rb-earl.ttl" ], - "name": "Turtle Test Results", - "bibRef": "[[TURTLE]]", "testSubjects": [ { "@id": "http://jena.apache.org/#riot", @@ -90,22 +147,10 @@ }, { "@type": "foaf:Person", - "foaf:name": "Andy Seaborne" - }, - { - "@type": "foaf:Person", "foaf:name": "Ian Dickinson" }, { "@type": "foaf:Person", - "foaf:name": "Ian Dickinson" - }, - { - "@type": "foaf:Person", - "foaf:name": "Dave Reynolds" - }, - { - "@type": "foaf:Person", "foaf:name": "Dave Reynolds" }, { @@ -114,22 +159,10 @@ }, { "@type": "foaf:Person", - "foaf:name": "Stephen Allen" - }, - { - "@type": "foaf:Person", "foaf:name": "Chris Dollin" }, { "@type": "foaf:Person", - "foaf:name": "Chris Dollin" - }, - { - "@type": "foaf:Person", - "foaf:name": "Damian Steer" - }, - { - "@type": "foaf:Person", "foaf:name": "Damian Steer" }, { @@ -138,82 +171,10 @@ }, { "@type": "foaf:Person", - "foaf:name": "Paolo Castagna" - }, - { - "@type": "foaf:Person", - "foaf:name": "Rob Vesse" - }, - { - "@type": "foaf:Person", "foaf:name": "Rob Vesse" - }, - { - "@type": "foaf:Person", - "foaf:name": "Andy Seaborne" - }, - { - "@type": "foaf:Person", - "foaf:name": "Andy Seaborne" - }, - { - "@type": "foaf:Person", - "foaf:name": "Ian Dickinson" - }, - { - "@type": "foaf:Person", - "foaf:name": "Ian Dickinson" - }, - { - "@type": "foaf:Person", - "foaf:name": "Dave Reynolds" - }, - { - "@type": "foaf:Person", - "foaf:name": "Dave Reynolds" - }, - { - "@type": "foaf:Person", - "foaf:name": "Stephen Allen" - }, - { - "@type": "foaf:Person", - "foaf:name": "Stephen Allen" - }, - { - "@type": "foaf:Person", - "foaf:name": "Chris Dollin" - }, - { - "@type": "foaf:Person", - "foaf:name": "Chris Dollin" - }, - { - "@type": "foaf:Person", - "foaf:name": "Damian Steer" - }, - { - "@type": "foaf:Person", - "foaf:name": "Damian Steer" - }, - { - "@type": "foaf:Person", - "foaf:name": "Paolo Castagna" - }, - { - "@type": "foaf:Person", - "foaf:name": "Paolo Castagna" - }, - { - "@type": "foaf:Person", - "foaf:name": "Rob Vesse" - }, - { - "@type": "foaf:Person", - "foaf:name": "Rob Vesse" - } - ], - "doap_desc": "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.", + } + ], + "doapDesc": "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.", "homepage": "http://jena.apache.org", "language": "Java" }, @@ -228,15 +189,11 @@ { "@type": "foaf:Person", "@id": "http://greggkellogg.net/foaf#me", - "foaf:name": "Gregg Kellogg" - }, - { - "@type": "foaf:Person", - "@id": "http://greggkellogg.net/foaf#me", - "foaf:name": "Gregg Kellogg" - } - ], - "doap_desc": "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.", + "foaf:name": "Gregg Kellogg", + "foaf:homepage": "http://greggkellogg.net/" + } + ], + "doapDesc": "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.", "homepage": "http://ruby-rdf.github.com/rdf-turtle", "language": "Ruby" } @@ -250,28 +207,31 @@ ], "title": "turtle-syntax-file-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Empty file" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02", @@ -281,28 +241,31 @@ ], "title": "turtle-syntax-file-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Only comment" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03", @@ -312,28 +275,31 @@ ], "title": "turtle-syntax-file-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "One comment, one empty line" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01", @@ -343,28 +309,31 @@ ], "title": "turtle-syntax-uri-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Only IRIs" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02", @@ -374,28 +343,31 @@ ], "title": "turtle-syntax-uri-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "IRIs with Unicode escape" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03", @@ -405,28 +377,31 @@ ], "title": "turtle-syntax-uri-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "IRIs with long Unicode escape" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04", @@ -436,28 +411,31 @@ ], "title": "turtle-syntax-uri-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Legal IRIs" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01", @@ -467,28 +445,31 @@ ], "title": "turtle-syntax-base-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@base" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02", @@ -498,28 +479,31 @@ ], "title": "turtle-syntax-base-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "BASE" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03", @@ -529,28 +513,31 @@ ], "title": "turtle-syntax-base-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@base with relative IRIs" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04", @@ -560,28 +547,31 @@ ], "title": "turtle-syntax-base-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "base with relative IRIs" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01", @@ -591,28 +581,31 @@ ], "title": "turtle-syntax-prefix-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@prefix" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02", @@ -622,28 +615,31 @@ ], "title": "turtle-syntax-prefix-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "PreFIX" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03", @@ -653,28 +649,31 @@ ], "title": "turtle-syntax-prefix-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Empty PREFIX" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04", @@ -684,28 +683,31 @@ ], "title": "turtle-syntax-prefix-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Empty @prefix with % escape" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05", @@ -715,28 +717,31 @@ ], "title": "turtle-syntax-prefix-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@prefix with no suffix" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06", @@ -746,28 +751,31 @@ ], "title": "turtle-syntax-prefix-06", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-06.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "colon is a legal pname character" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07", @@ -777,28 +785,31 @@ ], "title": "turtle-syntax-prefix-07", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-07.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "dash is a legal pname character" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08", @@ -808,28 +819,31 @@ ], "title": "turtle-syntax-prefix-08", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-08.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "underscore is a legal pname character" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09", @@ -839,28 +853,31 @@ ], "title": "turtle-syntax-prefix-09", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-09.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "percents in pnames" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01", @@ -870,28 +887,31 @@ ], "title": "turtle-syntax-string-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "string literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02", @@ -901,28 +921,31 @@ ], "title": "turtle-syntax-string-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "langString literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03", @@ -932,28 +955,31 @@ ], "title": "turtle-syntax-string-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "langString literal with region" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04", @@ -963,28 +989,31 @@ ], "title": "turtle-syntax-string-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "squote string literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05", @@ -994,28 +1023,31 @@ ], "title": "turtle-syntax-string-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "squote langString literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06", @@ -1025,28 +1057,31 @@ ], "title": "turtle-syntax-string-06", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-06.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "squote langString literal with region" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07", @@ -1056,28 +1091,31 @@ ], "title": "turtle-syntax-string-07", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-07.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "long string literal with embedded single- and double-quotes" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08", @@ -1087,28 +1125,31 @@ ], "title": "turtle-syntax-string-08", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-08.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "long string literal with embedded newline" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09", @@ -1118,28 +1159,31 @@ ], "title": "turtle-syntax-string-09", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-09.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "squote long string literal with embedded single- and double-quotes" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10", @@ -1149,28 +1193,31 @@ ], "title": "turtle-syntax-string-10", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-10.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "long langString literal with embedded newline" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11", @@ -1180,28 +1227,31 @@ ], "title": "turtle-syntax-string-11", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-11.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "squote long langString literal with embedded newline" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01", @@ -1211,28 +1261,31 @@ ], "title": "turtle-syntax-str-esc-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "string literal with escaped newline" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02", @@ -1242,28 +1295,31 @@ ], "title": "turtle-syntax-str-esc-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "string literal with Unicode escape" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03", @@ -1273,28 +1329,31 @@ ], "title": "turtle-syntax-str-esc-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "string literal with long Unicode escape" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01", @@ -1304,28 +1363,31 @@ ], "title": "turtle-syntax-pname-esc-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "pname with back-slash escapes" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02", @@ -1335,28 +1397,31 @@ ], "title": "turtle-syntax-pname-esc-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "pname with back-slash escapes (2)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03", @@ -1366,28 +1431,31 @@ ], "title": "turtle-syntax-pname-esc-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "pname with back-slash escapes (3)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01", @@ -1397,28 +1465,31 @@ ], "title": "turtle-syntax-bnode-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "bnode subject" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02", @@ -1428,28 +1499,31 @@ ], "title": "turtle-syntax-bnode-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "bnode object" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03", @@ -1459,28 +1533,31 @@ ], "title": "turtle-syntax-bnode-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "bnode property list object" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04", @@ -1490,28 +1567,31 @@ ], "title": "turtle-syntax-bnode-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "bnode property list object (2)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05", @@ -1521,28 +1601,31 @@ ], "title": "turtle-syntax-bnode-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "bnode property list subject" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06", @@ -1552,28 +1635,31 @@ ], "title": "turtle-syntax-bnode-06", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-06.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "labeled bnode subject" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07", @@ -1583,28 +1669,31 @@ ], "title": "turtle-syntax-bnode-07", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-07.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "labeled bnode subject and object" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08", @@ -1614,28 +1703,31 @@ ], "title": "turtle-syntax-bnode-08", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-08.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "bare bnode property list" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09", @@ -1645,28 +1737,31 @@ ], "title": "turtle-syntax-bnode-09", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-09.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "bnode property list" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10", @@ -1676,28 +1771,31 @@ ], "title": "turtle-syntax-bnode-10", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-10.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "mixed bnode property list and triple" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01", @@ -1707,28 +1805,31 @@ ], "title": "turtle-syntax-number-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "integer literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02", @@ -1738,28 +1839,31 @@ ], "title": "turtle-syntax-number-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "negative integer literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03", @@ -1769,28 +1873,31 @@ ], "title": "turtle-syntax-number-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "positive integer literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04", @@ -1800,28 +1907,31 @@ ], "title": "turtle-syntax-number-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "decimal literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05", @@ -1831,28 +1941,31 @@ ], "title": "turtle-syntax-number-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "decimal literal (no leading digits)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06", @@ -1862,28 +1975,31 @@ ], "title": "turtle-syntax-number-06", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-06.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "negative decimal literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07", @@ -1893,28 +2009,31 @@ ], "title": "turtle-syntax-number-07", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-07.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "positive decimal literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08", @@ -1924,28 +2043,31 @@ ], "title": "turtle-syntax-number-08", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-08.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "integer literal with decimal lexical confusion" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09", @@ -1955,28 +2077,31 @@ ], "title": "turtle-syntax-number-09", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-09.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "double literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10", @@ -1986,28 +2111,31 @@ ], "title": "turtle-syntax-number-10", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-10.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "negative double literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11", @@ -2017,28 +2145,31 @@ ], "title": "turtle-syntax-number-11", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-11.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "double literal no fraction" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01", @@ -2048,28 +2179,31 @@ ], "title": "turtle-syntax-datatypes-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "xsd:byte literal" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02", @@ -2079,28 +2213,31 @@ ], "title": "turtle-syntax-datatypes-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "integer as xsd:string" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01", @@ -2110,28 +2247,31 @@ ], "title": "turtle-syntax-kw-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "boolean literal (true)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02", @@ -2141,28 +2281,31 @@ ], "title": "turtle-syntax-kw-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "boolean literal (false)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03", @@ -2172,28 +2315,31 @@ ], "title": "turtle-syntax-kw-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "'a' as keyword" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01", @@ -2203,28 +2349,31 @@ ], "title": "turtle-syntax-struct-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "object list" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02", @@ -2234,28 +2383,31 @@ ], "title": "turtle-syntax-struct-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "predicate list with object list" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03", @@ -2265,28 +2417,31 @@ ], "title": "turtle-syntax-struct-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "predicate list with object list and dangling ';'" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01", @@ -2296,28 +2451,31 @@ ], "title": "turtle-syntax-lists-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "empty list" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02", @@ -2327,28 +2485,31 @@ ], "title": "turtle-syntax-lists-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "mixed list" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03", @@ -2358,28 +2519,31 @@ ], "title": "turtle-syntax-lists-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "isomorphic list as subject and object" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04", @@ -2389,28 +2553,31 @@ ], "title": "turtle-syntax-lists-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "lists of lists" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05", @@ -2420,28 +2587,31 @@ ], "title": "turtle-syntax-lists-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "mixed lists with embedded lists" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01", @@ -2451,28 +2621,31 @@ ], "title": "turtle-syntax-bad-uri-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad IRI : space (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02", @@ -2482,28 +2655,31 @@ ], "title": "turtle-syntax-bad-uri-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad IRI : bad escape (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03", @@ -2513,28 +2689,31 @@ ], "title": "turtle-syntax-bad-uri-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad IRI : bad long escape (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04", @@ -2544,28 +2723,31 @@ ], "title": "turtle-syntax-bad-uri-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad IRI : character escapes not allowed (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05", @@ -2575,28 +2757,31 @@ ], "title": "turtle-syntax-bad-uri-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad IRI : character escapes not allowed (2) (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01", @@ -2606,28 +2791,31 @@ ], "title": "turtle-syntax-bad-prefix-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "No prefix (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02", @@ -2637,28 +2825,31 @@ ], "title": "turtle-syntax-bad-prefix-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "No prefix (2) (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03", @@ -2668,28 +2859,31 @@ ], "title": "turtle-syntax-bad-prefix-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@prefix without URI (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04", @@ -2699,28 +2893,31 @@ ], "title": "turtle-syntax-bad-prefix-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@prefix without prefix name (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05", @@ -2730,28 +2927,31 @@ ], "title": "turtle-syntax-bad-prefix-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@prefix without ':' (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01", @@ -2761,28 +2961,31 @@ ], "title": "turtle-syntax-bad-base-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@base without URI (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02", @@ -2792,28 +2995,31 @@ ], "title": "turtle-syntax-bad-base-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@base in wrong case (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03", @@ -2823,28 +3029,31 @@ ], "title": "turtle-syntax-bad-base-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "BASE without URI (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01", @@ -2854,28 +3063,31 @@ ], "title": "turtle-syntax-bad-struct-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Turtle is not TriG (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02", @@ -2885,28 +3097,31 @@ ], "title": "turtle-syntax-bad-struct-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Turtle is not N3 (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03", @@ -2916,28 +3131,31 @@ ], "title": "turtle-syntax-bad-struct-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Turtle is not NQuads (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04", @@ -2947,28 +3165,31 @@ ], "title": "turtle-syntax-bad-struct-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Turtle does not allow literals-as-subjects (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05", @@ -2978,28 +3199,31 @@ ], "title": "turtle-syntax-bad-struct-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Turtle does not allow literals-as-predicates (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06", @@ -3009,28 +3233,31 @@ ], "title": "turtle-syntax-bad-struct-06", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-06.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Turtle does not allow bnodes-as-predicates (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07", @@ -3040,28 +3267,31 @@ ], "title": "turtle-syntax-bad-struct-07", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-07.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Turtle does not allow labeled bnodes-as-predicates (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01", @@ -3071,28 +3301,31 @@ ], "title": "turtle-syntax-bad-kw-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "'A' is not a keyword (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02", @@ -3102,28 +3335,31 @@ ], "title": "turtle-syntax-bad-kw-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "'a' cannot be used as subject (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03", @@ -3133,28 +3369,31 @@ ], "title": "turtle-syntax-bad-kw-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "'a' cannot be used as object (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04", @@ -3164,28 +3403,31 @@ ], "title": "turtle-syntax-bad-kw-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "'true' cannot be used as subject (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05", @@ -3195,28 +3437,31 @@ ], "title": "turtle-syntax-bad-kw-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "'true' cannot be used as object (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01", @@ -3226,28 +3471,31 @@ ], "title": "turtle-syntax-bad-n3-extras-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "{} fomulae not in Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02", @@ -3257,28 +3505,31 @@ ], "title": "turtle-syntax-bad-n3-extras-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "= is not Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03", @@ -3288,28 +3539,31 @@ ], "title": "turtle-syntax-bad-n3-extras-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "N3 paths not in Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04", @@ -3319,28 +3573,31 @@ ], "title": "turtle-syntax-bad-n3-extras-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "N3 paths not in Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05", @@ -3350,28 +3607,31 @@ ], "title": "turtle-syntax-bad-n3-extras-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "N3 is...of not in Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06", @@ -3381,28 +3641,31 @@ ], "title": "turtle-syntax-bad-n3-extras-06", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-06.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "N3 paths not in Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07", @@ -3412,28 +3675,31 @@ ], "title": "turtle-syntax-bad-n3-extras-07", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-07.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@keywords is not Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08", @@ -3443,28 +3709,31 @@ ], "title": "turtle-syntax-bad-n3-extras-08", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-08.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@keywords is not Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09", @@ -3474,28 +3743,31 @@ ], "title": "turtle-syntax-bad-n3-extras-09", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-09.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "=> is not Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10", @@ -3505,28 +3777,31 @@ ], "title": "turtle-syntax-bad-n3-extras-10", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-10.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "<= is not Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11", @@ -3536,28 +3811,31 @@ ], "title": "turtle-syntax-bad-n3-extras-11", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-11.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@forSome is not Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12", @@ -3567,28 +3845,31 @@ ], "title": "turtle-syntax-bad-n3-extras-12", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-12.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@forAll is not Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13", @@ -3598,28 +3879,31 @@ ], "title": "turtle-syntax-bad-n3-extras-13", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-13.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@keywords is not Turtle (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08", @@ -3629,28 +3913,31 @@ ], "title": "turtle-syntax-bad-struct-08", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-08.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "missing '.' (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09", @@ -3660,28 +3947,31 @@ ], "title": "turtle-syntax-bad-struct-09", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-09.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "extra '.' (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10", @@ -3691,28 +3981,31 @@ ], "title": "turtle-syntax-bad-struct-10", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-10.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "extra '.' (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11", @@ -3722,28 +4015,31 @@ ], "title": "turtle-syntax-bad-struct-11", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-11.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "trailing ';' no '.' (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12", @@ -3753,28 +4049,31 @@ ], "title": "turtle-syntax-bad-struct-12", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-12.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "subject, predicate, no object (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13", @@ -3784,28 +4083,31 @@ ], "title": "turtle-syntax-bad-struct-13", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-13.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "subject, predicate, no object (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14", @@ -3815,28 +4117,31 @@ ], "title": "turtle-syntax-bad-struct-14", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-14.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "literal as subject (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15", @@ -3846,28 +4151,31 @@ ], "title": "turtle-syntax-bad-struct-15", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-15.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "literal as predicate (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16", @@ -3877,28 +4185,31 @@ ], "title": "turtle-syntax-bad-struct-16", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-16.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "bnode as predicate (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17", @@ -3908,28 +4219,31 @@ ], "title": "turtle-syntax-bad-struct-17", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-17.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "labeled bnode as predicate (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01", @@ -3939,28 +4253,31 @@ ], "title": "turtle-syntax-bad-lang-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-lang-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "langString with bad lang (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01", @@ -3970,28 +4287,31 @@ ], "title": "turtle-syntax-bad-esc-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad string escape (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02", @@ -4001,28 +4321,31 @@ ], "title": "turtle-syntax-bad-esc-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad string escape (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03", @@ -4032,28 +4355,31 @@ ], "title": "turtle-syntax-bad-esc-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad string escape (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04", @@ -4063,28 +4389,31 @@ ], "title": "turtle-syntax-bad-esc-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad string escape (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01", @@ -4094,28 +4423,31 @@ ], "title": "turtle-syntax-bad-pname-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "'~' must be escaped in pname (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02", @@ -4125,28 +4457,31 @@ ], "title": "turtle-syntax-bad-pname-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad %-sequence in pname (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03", @@ -4156,28 +4491,31 @@ ], "title": "turtle-syntax-bad-pname-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad unicode escape in pname (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01", @@ -4187,28 +4525,31 @@ ], "title": "turtle-syntax-bad-string-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "mismatching string literal open/close (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02", @@ -4218,28 +4559,31 @@ ], "title": "turtle-syntax-bad-string-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "mismatching string literal open/close (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03", @@ -4249,28 +4593,31 @@ ], "title": "turtle-syntax-bad-string-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "mismatching string literal long/short (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04", @@ -4280,28 +4627,31 @@ ], "title": "turtle-syntax-bad-string-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "mismatching long string literal open/close (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05", @@ -4311,28 +4661,91 @@ ], "title": "turtle-syntax-bad-string-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Long literal with missing end (negative test)" + }, + { + "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-string-06", + "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-06.ttl", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Long literal with extra quote (negative test)" + }, + { + "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-string-07", + "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-07.ttl", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Long literal with extra squote (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01", @@ -4342,28 +4755,31 @@ ], "title": "turtle-syntax-bad-num-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad number format (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02", @@ -4373,28 +4789,31 @@ ], "title": "turtle-syntax-bad-num-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad number format (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03", @@ -4404,28 +4823,31 @@ ], "title": "turtle-syntax-bad-num-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad number format (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04", @@ -4435,28 +4857,31 @@ ], "title": "turtle-syntax-bad-num-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad number format (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05", @@ -4466,28 +4891,31 @@ ], "title": "turtle-syntax-bad-num-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-05.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad number format (negative test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01", @@ -4497,29 +4925,32 @@ ], "title": "turtle-eval-struct-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "triple with IRIs", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02", @@ -4529,29 +4960,32 @@ ], "title": "turtle-eval-struct-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "triple with IRIs and embedded whitespace", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01", @@ -4561,29 +4995,32 @@ ], "title": "turtle-subm-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Blank subject", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02", @@ -4593,29 +5030,32 @@ ], "title": "turtle-subm-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "@prefix and qnames", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03", @@ -4625,29 +5065,32 @@ ], "title": "turtle-subm-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": ", operator", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04", @@ -4657,29 +5100,32 @@ ], "title": "turtle-subm-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "; operator", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05", @@ -4689,29 +5135,32 @@ ], "title": "turtle-subm-05", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "empty [] as subject and object", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06", @@ -4721,29 +5170,32 @@ ], "title": "turtle-subm-06", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "non-empty [] as subject and object", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07", @@ -4753,29 +5205,32 @@ ], "title": "turtle-subm-07", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "'a' as predicate", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08", @@ -4785,29 +5240,32 @@ ], "title": "turtle-subm-08", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "simple collection", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09", @@ -4817,29 +5275,32 @@ ], "title": "turtle-subm-09", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "empty collection", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10", @@ -4849,29 +5310,32 @@ ], "title": "turtle-subm-10", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "integer datatyped literal", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11", @@ -4881,29 +5345,32 @@ ], "title": "turtle-subm-11", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "decimal integer canonicalization", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12", @@ -4913,29 +5380,32 @@ ], "title": "turtle-subm-12", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "- and _ in names and qnames", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13", @@ -4945,29 +5415,32 @@ ], "title": "turtle-subm-13", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "tests for rdf:_<numbers> and other qnames starting with _", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14", @@ -4977,29 +5450,32 @@ ], "title": "turtle-subm-14", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "bare : allowed", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15", @@ -5009,29 +5485,32 @@ ], "title": "turtle-subm-15", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "simple long literal", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16", @@ -5041,29 +5520,32 @@ ], "title": "turtle-subm-16", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "long literals with escapes", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17", @@ -5073,29 +5555,32 @@ ], "title": "turtle-subm-17", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "floating point number", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18", @@ -5105,29 +5590,32 @@ ], "title": "turtle-subm-18", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "empty literals, normal and long variant", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19", @@ -5137,29 +5625,32 @@ ], "title": "turtle-subm-19", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "positive integer, decimal and doubles", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20", @@ -5169,29 +5660,32 @@ ], "title": "turtle-subm-20", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "negative integer, decimal and doubles", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21", @@ -5201,29 +5695,32 @@ ], "title": "turtle-subm-21", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "long literal ending in double quote", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22", @@ -5233,29 +5730,32 @@ ], "title": "turtle-subm-22", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "boolean literals", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23", @@ -5265,29 +5765,32 @@ ], "title": "turtle-subm-23", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "comments", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24", @@ -5297,29 +5800,32 @@ ], "title": "turtle-subm-24", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "no final mewline", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25", @@ -5329,29 +5835,32 @@ ], "title": "turtle-subm-25", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "repeating a @prefix changes pname definition", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26", @@ -5361,29 +5870,32 @@ ], "title": "turtle-subm-26", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Variations on decimal canonicalization", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27", @@ -5393,29 +5905,32 @@ ], "title": "turtle-subm-27", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.ttl", - "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.nt", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Repeating @base changes base for relative IRI lookup", + "testResult": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.nt" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01", @@ -5425,28 +5940,31 @@ ], "title": "turtle-eval-bad-01", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-01.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad IRI : good escape, bad charcater (negative evaluation test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02", @@ -5456,28 +5974,31 @@ ], "title": "turtle-eval-bad-02", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-02.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad IRI : hex 3C is < (negative evaluation test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03", @@ -5487,28 +6008,31 @@ ], "title": "turtle-eval-bad-03", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-03.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad IRI : hex 3E is (negative evaluation test)" }, { "@id": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04", @@ -5518,28 +6042,31 @@ ], "title": "turtle-eval-bad-04", "testAction": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-04.ttl", - "http://jena.apache.org/#riot": { - "@type": "earl:Assertion", - "assertedBy": "http://jena.apache.org/#riot", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04", - "mode": "earl:automatic", - "subject": "http://jena.apache.org/#riot", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - }, - "http://rubygems.org/gems/rdf-turtle": { - "@type": "earl:Assertion", - "assertedBy": "http://greggkellogg.net/foaf#me", - "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04", - "mode": "earl:automatic", - "subject": "http://rubygems.org/gems/rdf-turtle", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - } - } + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://jena.apache.org/#riot", + "mode": "earl:automatic" + }, + { + "@type": "earl:Assertion", + "test": "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me", + "mode": "earl:automatic" + } + ], + "description": "Bad IRI : {abc} (negative evaluation test)" } ] } \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdf-turtle/reports/earl.ttl Mon Nov 26 20:43:24 2012 -0800 @@ -0,0 +1,3556 @@ +@prefix dc: <http://purl.org/dc/terms/> . +@prefix doap: <http://usefulinc.com/ns/doap#> . +@prefix earl: <http://www.w3.org/ns/earl#> . +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + + +<> a earl:Report; + dc:title "Turtle"; + dc:bibliographicCitation "[[TURTLE]]"; + earl:generatedBy <http://rubygems.org/gems/earl-report>; + earl:assertions + <RIOT-earl-2012-11-18-Turtle.ttl>, + <rdf.rb-earl.ttl>; + earl:testSubjects ( + <http://jena.apache.org/#riot> + <http://rubygems.org/gems/rdf-turtle>); + earl:tests ( + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03> + <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04>) . + + + +<http://rubygems.org/gems/earl-report> a earl:Software, doap:Project; + doap:name "earl-report"; + doap:shortdesc "Earl Report summary generator"@en; + doap:description "EarlReport generates HTML+RDFa rollups of multiple EARL reports"@en; + doap:homepage <https://github.com/gkellogg/earl-report>; + doap:programming-language "Ruby"; + doap:license <http://unlicense.org>; + doap:release <https://github.com/gkellogg/earl-report/tree/0.1.2>; + doap:developer <http://greggkellogg.net/foaf#me> . + + +# +# Subject Definitions +# +<http://jena.apache.org/#riot> a earl:TestSubject, doap:Project; + doap:name "Apache Jena"; + doap:description """Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."""@en; + doap:programming-language "Java"; + . + +<http://jena.apache.org/#riot> doap:developer + [ a foaf:Person; + foaf:name "Andy Seaborne" ] . + +<http://jena.apache.org/#riot> doap:developer + [ a foaf:Person; + foaf:name "Ian Dickinson" ] . + +<http://jena.apache.org/#riot> doap:developer + [ a foaf:Person; + foaf:name "Dave Reynolds" ] . + +<http://jena.apache.org/#riot> doap:developer + [ a foaf:Person; + foaf:name "Stephen Allen" ] . + +<http://jena.apache.org/#riot> doap:developer + [ a foaf:Person; + foaf:name "Chris Dollin" ] . + +<http://jena.apache.org/#riot> doap:developer + [ a foaf:Person; + foaf:name "Damian Steer" ] . + +<http://jena.apache.org/#riot> doap:developer + [ a foaf:Person; + foaf:name "Paolo Castagna" ] . + +<http://jena.apache.org/#riot> doap:developer + [ a foaf:Person; + foaf:name "Rob Vesse" ] . + + +<http://rubygems.org/gems/rdf-turtle> a earl:TestSubject, doap:Project; + doap:name "RDF::Turtle"; + doap:description """RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."""@en; + doap:programming-language "Ruby"; + . + +<http://rubygems.org/gems/rdf-turtle> doap:developer <http://greggkellogg.net/foaf#me> . + +<http://greggkellogg.net/foaf#me> a foaf:Person; + foaf:homepage <http://greggkellogg.net/>; + foaf:name "Gregg Kellogg" . + + +# +# Test Case Definitions +# +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-file-01"; + dc:description """Empty file"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-file-02"; + dc:description """Only comment"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-file-03"; + dc:description """One comment, one empty line"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-uri-01"; + dc:description """Only IRIs"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-uri-02"; + dc:description """IRIs with Unicode escape"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-uri-03"; + dc:description """IRIs with long Unicode escape"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-uri-04"; + dc:description """Legal IRIs"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-base-01"; + dc:description """@base"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-base-02"; + dc:description """BASE"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-base-03"; + dc:description """@base with relative IRIs"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-base-04"; + dc:description """base with relative IRIs"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-prefix-01"; + dc:description """@prefix"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-prefix-02"; + dc:description """PreFIX"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-prefix-03"; + dc:description """Empty PREFIX"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-prefix-04"; + dc:description """Empty @prefix with % escape"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-prefix-05"; + dc:description """@prefix with no suffix"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-prefix-06"; + dc:description """colon is a legal pname character"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-06.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-prefix-07"; + dc:description """dash is a legal pname character"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-07.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-prefix-08"; + dc:description """underscore is a legal pname character"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-08.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-prefix-09"; + dc:description """percents in pnames"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-09.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-01"; + dc:description """string literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-02"; + dc:description """langString literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-03"; + dc:description """langString literal with region"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-04"; + dc:description """squote string literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-05"; + dc:description """squote langString literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-06"; + dc:description """squote langString literal with region"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-06.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-07"; + dc:description """long string literal with embedded single- and double-quotes"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-07.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-08"; + dc:description """long string literal with embedded newline"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-08.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-09"; + dc:description """squote long string literal with embedded single- and double-quotes"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-09.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-10"; + dc:description """long langString literal with embedded newline"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-10.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-string-11"; + dc:description """squote long langString literal with embedded newline"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-11.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-str-esc-01"; + dc:description """string literal with escaped newline"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-str-esc-02"; + dc:description """string literal with Unicode escape"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-str-esc-03"; + dc:description """string literal with long Unicode escape"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-pname-esc-01"; + dc:description """pname with back-slash escapes"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-pname-esc-02"; + dc:description """pname with back-slash escapes (2)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-pname-esc-03"; + dc:description """pname with back-slash escapes (3)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bnode-01"; + dc:description """bnode subject"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bnode-02"; + dc:description """bnode object"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bnode-03"; + dc:description """bnode property list object"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bnode-04"; + dc:description """bnode property list object (2)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bnode-05"; + dc:description """bnode property list subject"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bnode-06"; + dc:description """labeled bnode subject"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-06.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bnode-07"; + dc:description """labeled bnode subject and object"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-07.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bnode-08"; + dc:description """bare bnode property list"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-08.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bnode-09"; + dc:description """bnode property list"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-09.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bnode-10"; + dc:description """mixed bnode property list and triple"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-10.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-01"; + dc:description """integer literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-02"; + dc:description """negative integer literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-03"; + dc:description """positive integer literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-04"; + dc:description """decimal literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-05"; + dc:description """decimal literal (no leading digits)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-06"; + dc:description """negative decimal literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-06.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-07"; + dc:description """positive decimal literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-07.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-08"; + dc:description """integer literal with decimal lexical confusion"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-08.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-09"; + dc:description """double literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-09.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-10"; + dc:description """negative double literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-10.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-number-11"; + dc:description """double literal no fraction"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-11.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-datatypes-01"; + dc:description """xsd:byte literal"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-datatypes-02"; + dc:description """integer as xsd:string"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-kw-01"; + dc:description """boolean literal (true)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-kw-02"; + dc:description """boolean literal (false)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-kw-03"; + dc:description """'a' as keyword"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-struct-01"; + dc:description """object list"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-struct-02"; + dc:description """predicate list with object list"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-struct-03"; + dc:description """predicate list with object list and dangling ';'"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-lists-01"; + dc:description """empty list"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-lists-02"; + dc:description """mixed list"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-lists-03"; + dc:description """isomorphic list as subject and object"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-lists-04"; + dc:description """lists of lists"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-lists-05"; + dc:description """mixed lists with embedded lists"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-uri-01"; + dc:description """Bad IRI : space (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-uri-02"; + dc:description """Bad IRI : bad escape (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-uri-03"; + dc:description """Bad IRI : bad long escape (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-uri-04"; + dc:description """Bad IRI : character escapes not allowed (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-uri-05"; + dc:description """Bad IRI : character escapes not allowed (2) (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-prefix-01"; + dc:description """No prefix (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-prefix-02"; + dc:description """No prefix (2) (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-prefix-03"; + dc:description """@prefix without URI (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-prefix-04"; + dc:description """@prefix without prefix name (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-prefix-05"; + dc:description """@prefix without ':' (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-base-01"; + dc:description """@base without URI (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-base-02"; + dc:description """@base in wrong case (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-base-03"; + dc:description """BASE without URI (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-01"; + dc:description """Turtle is not TriG (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-02"; + dc:description """Turtle is not N3 (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-03"; + dc:description """Turtle is not NQuads (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-04"; + dc:description """Turtle does not allow literals-as-subjects (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-05"; + dc:description """Turtle does not allow literals-as-predicates (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-06"; + dc:description """Turtle does not allow bnodes-as-predicates (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-06.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-07"; + dc:description """Turtle does not allow labeled bnodes-as-predicates (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-07.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-kw-01"; + dc:description """'A' is not a keyword (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-kw-02"; + dc:description """'a' cannot be used as subject (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-kw-03"; + dc:description """'a' cannot be used as object (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-kw-04"; + dc:description """'true' cannot be used as subject (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-kw-05"; + dc:description """'true' cannot be used as object (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-01"; + dc:description """{} fomulae not in Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-02"; + dc:description """= is not Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-03"; + dc:description """N3 paths not in Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-04"; + dc:description """N3 paths not in Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-05"; + dc:description """N3 is...of not in Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-06"; + dc:description """N3 paths not in Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-06.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-07"; + dc:description """@keywords is not Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-07.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-08"; + dc:description """@keywords is not Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-08.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-09"; + dc:description """=> is not Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-09.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-10"; + dc:description """<= is not Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-10.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-11"; + dc:description """@forSome is not Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-11.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-12"; + dc:description """@forAll is not Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-12.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-n3-extras-13"; + dc:description """@keywords is not Turtle (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-13.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-08"; + dc:description """missing '.' (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-08.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-09"; + dc:description """extra '.' (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-09.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-10"; + dc:description """extra '.' (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-10.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-11"; + dc:description """trailing ';' no '.' (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-11.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-12"; + dc:description """subject, predicate, no object (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-12.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-13"; + dc:description """subject, predicate, no object (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-13.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-14"; + dc:description """literal as subject (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-14.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-15"; + dc:description """literal as predicate (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-15.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-16"; + dc:description """bnode as predicate (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-16.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-struct-17"; + dc:description """labeled bnode as predicate (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-17.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-lang-01"; + dc:description """langString with bad lang (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-lang-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-esc-01"; + dc:description """Bad string escape (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-esc-02"; + dc:description """Bad string escape (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-esc-03"; + dc:description """Bad string escape (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-esc-04"; + dc:description """Bad string escape (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-pname-01"; + dc:description """'~' must be escaped in pname (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-pname-02"; + dc:description """Bad %-sequence in pname (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-pname-03"; + dc:description """Bad unicode escape in pname (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-string-01"; + dc:description """mismatching string literal open/close (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-string-02"; + dc:description """mismatching string literal open/close (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-string-03"; + dc:description """mismatching string literal long/short (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-string-04"; + dc:description """mismatching long string literal open/close (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-string-05"; + dc:description """Long literal with missing end (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-string-06"; + dc:description """Long literal with extra quote (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-06.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06>; + earl:subject <http://jena.apache.org/#riot>; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-string-07"; + dc:description """Long literal with extra squote (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-07.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07>; + earl:subject <http://jena.apache.org/#riot>; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-num-01"; + dc:description """Bad number format (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-num-02"; + dc:description """Bad number format (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-num-03"; + dc:description """Bad number format (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-num-04"; + dc:description """Bad number format (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-syntax-bad-num-05"; + dc:description """Bad number format (negative test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-eval-struct-01"; + dc:description """triple with IRIs"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-eval-struct-02"; + dc:description """triple with IRIs and embedded whitespace"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-01"; + dc:description """Blank subject"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-02"; + dc:description """@prefix and qnames"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-03"; + dc:description """, operator"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-04"; + dc:description """; operator"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-05"; + dc:description """empty [] as subject and object"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-06"; + dc:description """non-empty [] as subject and object"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-07"; + dc:description """'a' as predicate"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-08"; + dc:description """simple collection"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-09"; + dc:description """empty collection"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-10"; + dc:description """integer datatyped literal"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-11"; + dc:description """decimal integer canonicalization"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-12"; + dc:description """- and _ in names and qnames"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-13"; + dc:description """tests for rdf:_<numbers> and other qnames starting with _"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-14"; + dc:description """bare : allowed"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-15"; + dc:description """simple long literal"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-16"; + dc:description """long literals with escapes"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-17"; + dc:description """floating point number"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-18"; + dc:description """empty literals, normal and long variant"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-19"; + dc:description """positive integer, decimal and doubles"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-20"; + dc:description """negative integer, decimal and doubles"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-21"; + dc:description """long literal ending in double quote"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-22"; + dc:description """boolean literals"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-23"; + dc:description """comments"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-24"; + dc:description """no final mewline"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-25"; + dc:description """repeating a @prefix changes pname definition"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-26"; + dc:description """Variations on decimal canonicalization"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-subm-27"; + dc:description """Repeating @base changes base for relative IRI lookup"""@en; + mf:result <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.nt>; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-eval-bad-01"; + dc:description """Bad IRI : good escape, bad charcater (negative evaluation test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-01.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-eval-bad-02"; + dc:description """Bad IRI : hex 3C is < (negative evaluation test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-02.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-eval-bad-03"; + dc:description """Bad IRI : hex 3E is (negative evaluation test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-03.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04> a earl:TestCriterion, earl:TestCase; + dc:title "turtle-eval-bad-04"; + dc:description """Bad IRI : {abc} (negative evaluation test)"""@en; + mf:action <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-04.ttl>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://jena.apache.org/#riot>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04>; + earl:subject <http://jena.apache.org/#riot>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . +
--- a/rdf-turtle/reports/index.html Sun Nov 25 18:29:10 2012 -0800 +++ b/rdf-turtle/reports/index.html Mon Nov 26 20:43:24 2012 -0800 @@ -1,13 +1,19 @@ <!DOCTYPE html> -<html lang='en'> +<html prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#'> <head> <meta content='text/html;charset=utf-8' http-equiv='Content-Type' /> - <title property='doap:name'>Turtle Test Results</title> - <link href='' property='doap:homepage' /> + <title> + Turtle + </title> <script class='remove' src='http://www.w3.org/Tools/respec/respec-w3c-common' type='text/javascript'></script> <script type='text/javascript'> //<![CDATA[ var respecConfig = { + // extend the bibliography entries + localBiblio: { + TURTLE: "Eric Prud'hommeaux, Gavin Carothers. <cite><a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">Turtle: Terse RDF Triple Language.</a></cite> 09 August 2011. W3C Working Draft. URL: <a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">http://www.w3.org/TR/2011/WD-turtle-20110809/</a>", + }, + // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED. specStatus: "unofficial", copyrightStart: "2010", @@ -17,7 +23,7 @@ shortName: "turtle-earl", subtitle: "Turtle Implementation Conformance Report", // if you wish the publication date to be other than today, set this - publishDate: "2012/11/18", + publishDate: "2012/11/26", // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date // and its maturity status @@ -68,7 +74,10 @@ // document unless you know what you're doing. If in doubt ask your friendly neighbourhood // Team Contact. wgPatentURI: "http://www.w3.org/2004/01/pp-impl/46168/status", - //alternateFormats: [ {uri: "diff-20120112.html", label: "diff to previous version"} ], + alternateFormats: [ + {uri: "earl.ttl", label: "Turtle"}, + {uri: "earl.jsonld", label: "JSON-LD"} + ], }; //]]> </script> @@ -104,26 +113,13 @@ /*]]>*/ </style> </head> - <body prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap#'> - <section about='' id='abstract' typeof='["earl:Software", "doap:Project"]'> - <p> - This document report processor conformance for and related specifications - [[TURTLE]] - according to the requirements of the Evaluation and Report Language (EARL) 1.0 Schema [[EARL10-SCHEMA]]. - </p> + <body> + <section about='' id='abstract' typeof='earl:Report'> <p> - This document describes - <span property='doap:name'>Turtle Test Results</span> - . - </p> - <p> - This report is also available in alternate formats: - <a href='earl.ttl'> - Turtle - </a> - <a href='earl.jsonld'> - JSON-LD - </a> + This document report processor conformance for and related specifications for + <span property='dc:title'>Turtle</span> + <span property='dc:bibliographicCitation'>[[TURTLE]]</span> + according to the requirements of the Evaluation and Report Language (EARL) 1.0 Schema [[EARL10-SCHEMA]]. </p> </section> <section id='sodt'></section> @@ -137,4259 +133,4645 @@ Test </th> <th> - <a href='http://jena.apache.org/#riot'>Apache Jena</a> + <a href='#subj_0'>Apache Jena</a> </th> <th> - <a href='http://rubygems.org/gems/rdf-turtle'>RDF::Turtle</a> + <a href='#subj_1'>RDF::Turtle</a> </th> </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' typeof='earl:TestCriterion earl:TestCase'> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01'> <td> <a href='#test_turtle-syntax-file-01'>turtle-syntax-file-01</a> - <span property='dc:title'>turtle-syntax-file-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02'> <td> <a href='#test_turtle-syntax-file-02'>turtle-syntax-file-02</a> - <span property='dc:title'>turtle-syntax-file-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03'> <td> <a href='#test_turtle-syntax-file-03'>turtle-syntax-file-03</a> - <span property='dc:title'>turtle-syntax-file-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01'> <td> <a href='#test_turtle-syntax-uri-01'>turtle-syntax-uri-01</a> - <span property='dc:title'>turtle-syntax-uri-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02'> <td> <a href='#test_turtle-syntax-uri-02'>turtle-syntax-uri-02</a> - <span property='dc:title'>turtle-syntax-uri-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03'> <td> <a href='#test_turtle-syntax-uri-03'>turtle-syntax-uri-03</a> - <span property='dc:title'>turtle-syntax-uri-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04'> <td> <a href='#test_turtle-syntax-uri-04'>turtle-syntax-uri-04</a> - <span property='dc:title'>turtle-syntax-uri-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01'> <td> <a href='#test_turtle-syntax-base-01'>turtle-syntax-base-01</a> - <span property='dc:title'>turtle-syntax-base-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02'> <td> <a href='#test_turtle-syntax-base-02'>turtle-syntax-base-02</a> - <span property='dc:title'>turtle-syntax-base-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03'> <td> <a href='#test_turtle-syntax-base-03'>turtle-syntax-base-03</a> - <span property='dc:title'>turtle-syntax-base-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04'> <td> <a href='#test_turtle-syntax-base-04'>turtle-syntax-base-04</a> - <span property='dc:title'>turtle-syntax-base-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01'> <td> <a href='#test_turtle-syntax-prefix-01'>turtle-syntax-prefix-01</a> - <span property='dc:title'>turtle-syntax-prefix-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02'> <td> <a href='#test_turtle-syntax-prefix-02'>turtle-syntax-prefix-02</a> - <span property='dc:title'>turtle-syntax-prefix-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03'> <td> <a href='#test_turtle-syntax-prefix-03'>turtle-syntax-prefix-03</a> - <span property='dc:title'>turtle-syntax-prefix-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04'> <td> <a href='#test_turtle-syntax-prefix-04'>turtle-syntax-prefix-04</a> - <span property='dc:title'>turtle-syntax-prefix-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05'> <td> <a href='#test_turtle-syntax-prefix-05'>turtle-syntax-prefix-05</a> - <span property='dc:title'>turtle-syntax-prefix-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06'> <td> <a href='#test_turtle-syntax-prefix-06'>turtle-syntax-prefix-06</a> - <span property='dc:title'>turtle-syntax-prefix-06</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07'> <td> <a href='#test_turtle-syntax-prefix-07'>turtle-syntax-prefix-07</a> - <span property='dc:title'>turtle-syntax-prefix-07</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08'> <td> <a href='#test_turtle-syntax-prefix-08'>turtle-syntax-prefix-08</a> - <span property='dc:title'>turtle-syntax-prefix-08</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09'> <td> <a href='#test_turtle-syntax-prefix-09'>turtle-syntax-prefix-09</a> - <span property='dc:title'>turtle-syntax-prefix-09</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01'> <td> <a href='#test_turtle-syntax-string-01'>turtle-syntax-string-01</a> - <span property='dc:title'>turtle-syntax-string-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02'> <td> <a href='#test_turtle-syntax-string-02'>turtle-syntax-string-02</a> - <span property='dc:title'>turtle-syntax-string-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03'> <td> <a href='#test_turtle-syntax-string-03'>turtle-syntax-string-03</a> - <span property='dc:title'>turtle-syntax-string-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04'> <td> <a href='#test_turtle-syntax-string-04'>turtle-syntax-string-04</a> - <span property='dc:title'>turtle-syntax-string-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05'> <td> <a href='#test_turtle-syntax-string-05'>turtle-syntax-string-05</a> - <span property='dc:title'>turtle-syntax-string-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06'> <td> <a href='#test_turtle-syntax-string-06'>turtle-syntax-string-06</a> - <span property='dc:title'>turtle-syntax-string-06</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07'> <td> <a href='#test_turtle-syntax-string-07'>turtle-syntax-string-07</a> - <span property='dc:title'>turtle-syntax-string-07</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08'> <td> <a href='#test_turtle-syntax-string-08'>turtle-syntax-string-08</a> - <span property='dc:title'>turtle-syntax-string-08</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09'> <td> <a href='#test_turtle-syntax-string-09'>turtle-syntax-string-09</a> - <span property='dc:title'>turtle-syntax-string-09</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10'> <td> <a href='#test_turtle-syntax-string-10'>turtle-syntax-string-10</a> - <span property='dc:title'>turtle-syntax-string-10</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11'> <td> <a href='#test_turtle-syntax-string-11'>turtle-syntax-string-11</a> - <span property='dc:title'>turtle-syntax-string-11</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01'> <td> <a href='#test_turtle-syntax-str-esc-01'>turtle-syntax-str-esc-01</a> - <span property='dc:title'>turtle-syntax-str-esc-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02'> <td> <a href='#test_turtle-syntax-str-esc-02'>turtle-syntax-str-esc-02</a> - <span property='dc:title'>turtle-syntax-str-esc-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03'> <td> <a href='#test_turtle-syntax-str-esc-03'>turtle-syntax-str-esc-03</a> - <span property='dc:title'>turtle-syntax-str-esc-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01'> <td> <a href='#test_turtle-syntax-pname-esc-01'>turtle-syntax-pname-esc-01</a> - <span property='dc:title'>turtle-syntax-pname-esc-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02'> <td> <a href='#test_turtle-syntax-pname-esc-02'>turtle-syntax-pname-esc-02</a> - <span property='dc:title'>turtle-syntax-pname-esc-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03'> <td> <a href='#test_turtle-syntax-pname-esc-03'>turtle-syntax-pname-esc-03</a> - <span property='dc:title'>turtle-syntax-pname-esc-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01'> <td> <a href='#test_turtle-syntax-bnode-01'>turtle-syntax-bnode-01</a> - <span property='dc:title'>turtle-syntax-bnode-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02'> <td> <a href='#test_turtle-syntax-bnode-02'>turtle-syntax-bnode-02</a> - <span property='dc:title'>turtle-syntax-bnode-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03'> <td> <a href='#test_turtle-syntax-bnode-03'>turtle-syntax-bnode-03</a> - <span property='dc:title'>turtle-syntax-bnode-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04'> <td> <a href='#test_turtle-syntax-bnode-04'>turtle-syntax-bnode-04</a> - <span property='dc:title'>turtle-syntax-bnode-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05'> <td> <a href='#test_turtle-syntax-bnode-05'>turtle-syntax-bnode-05</a> - <span property='dc:title'>turtle-syntax-bnode-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06'> <td> <a href='#test_turtle-syntax-bnode-06'>turtle-syntax-bnode-06</a> - <span property='dc:title'>turtle-syntax-bnode-06</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07'> <td> <a href='#test_turtle-syntax-bnode-07'>turtle-syntax-bnode-07</a> - <span property='dc:title'>turtle-syntax-bnode-07</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08'> <td> <a href='#test_turtle-syntax-bnode-08'>turtle-syntax-bnode-08</a> - <span property='dc:title'>turtle-syntax-bnode-08</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09'> <td> <a href='#test_turtle-syntax-bnode-09'>turtle-syntax-bnode-09</a> - <span property='dc:title'>turtle-syntax-bnode-09</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10'> <td> <a href='#test_turtle-syntax-bnode-10'>turtle-syntax-bnode-10</a> - <span property='dc:title'>turtle-syntax-bnode-10</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01'> <td> <a href='#test_turtle-syntax-number-01'>turtle-syntax-number-01</a> - <span property='dc:title'>turtle-syntax-number-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02'> <td> <a href='#test_turtle-syntax-number-02'>turtle-syntax-number-02</a> - <span property='dc:title'>turtle-syntax-number-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03'> <td> <a href='#test_turtle-syntax-number-03'>turtle-syntax-number-03</a> - <span property='dc:title'>turtle-syntax-number-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04'> <td> <a href='#test_turtle-syntax-number-04'>turtle-syntax-number-04</a> - <span property='dc:title'>turtle-syntax-number-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05'> <td> <a href='#test_turtle-syntax-number-05'>turtle-syntax-number-05</a> - <span property='dc:title'>turtle-syntax-number-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06'> <td> <a href='#test_turtle-syntax-number-06'>turtle-syntax-number-06</a> - <span property='dc:title'>turtle-syntax-number-06</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07'> <td> <a href='#test_turtle-syntax-number-07'>turtle-syntax-number-07</a> - <span property='dc:title'>turtle-syntax-number-07</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08'> <td> <a href='#test_turtle-syntax-number-08'>turtle-syntax-number-08</a> - <span property='dc:title'>turtle-syntax-number-08</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09'> <td> <a href='#test_turtle-syntax-number-09'>turtle-syntax-number-09</a> - <span property='dc:title'>turtle-syntax-number-09</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10'> <td> <a href='#test_turtle-syntax-number-10'>turtle-syntax-number-10</a> - <span property='dc:title'>turtle-syntax-number-10</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11'> <td> <a href='#test_turtle-syntax-number-11'>turtle-syntax-number-11</a> - <span property='dc:title'>turtle-syntax-number-11</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01'> <td> <a href='#test_turtle-syntax-datatypes-01'>turtle-syntax-datatypes-01</a> - <span property='dc:title'>turtle-syntax-datatypes-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02'> <td> <a href='#test_turtle-syntax-datatypes-02'>turtle-syntax-datatypes-02</a> - <span property='dc:title'>turtle-syntax-datatypes-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01'> <td> <a href='#test_turtle-syntax-kw-01'>turtle-syntax-kw-01</a> - <span property='dc:title'>turtle-syntax-kw-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02'> <td> <a href='#test_turtle-syntax-kw-02'>turtle-syntax-kw-02</a> - <span property='dc:title'>turtle-syntax-kw-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03'> <td> <a href='#test_turtle-syntax-kw-03'>turtle-syntax-kw-03</a> - <span property='dc:title'>turtle-syntax-kw-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01'> <td> <a href='#test_turtle-syntax-struct-01'>turtle-syntax-struct-01</a> - <span property='dc:title'>turtle-syntax-struct-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02'> <td> <a href='#test_turtle-syntax-struct-02'>turtle-syntax-struct-02</a> - <span property='dc:title'>turtle-syntax-struct-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03'> <td> <a href='#test_turtle-syntax-struct-03'>turtle-syntax-struct-03</a> - <span property='dc:title'>turtle-syntax-struct-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01'> <td> <a href='#test_turtle-syntax-lists-01'>turtle-syntax-lists-01</a> - <span property='dc:title'>turtle-syntax-lists-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02'> <td> <a href='#test_turtle-syntax-lists-02'>turtle-syntax-lists-02</a> - <span property='dc:title'>turtle-syntax-lists-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03'> <td> <a href='#test_turtle-syntax-lists-03'>turtle-syntax-lists-03</a> - <span property='dc:title'>turtle-syntax-lists-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04'> <td> <a href='#test_turtle-syntax-lists-04'>turtle-syntax-lists-04</a> - <span property='dc:title'>turtle-syntax-lists-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05'> <td> <a href='#test_turtle-syntax-lists-05'>turtle-syntax-lists-05</a> - <span property='dc:title'>turtle-syntax-lists-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01'> <td> <a href='#test_turtle-syntax-bad-uri-01'>turtle-syntax-bad-uri-01</a> - <span property='dc:title'>turtle-syntax-bad-uri-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02'> <td> <a href='#test_turtle-syntax-bad-uri-02'>turtle-syntax-bad-uri-02</a> - <span property='dc:title'>turtle-syntax-bad-uri-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03'> <td> <a href='#test_turtle-syntax-bad-uri-03'>turtle-syntax-bad-uri-03</a> - <span property='dc:title'>turtle-syntax-bad-uri-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04'> <td> <a href='#test_turtle-syntax-bad-uri-04'>turtle-syntax-bad-uri-04</a> - <span property='dc:title'>turtle-syntax-bad-uri-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05'> <td> <a href='#test_turtle-syntax-bad-uri-05'>turtle-syntax-bad-uri-05</a> - <span property='dc:title'>turtle-syntax-bad-uri-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01'> <td> <a href='#test_turtle-syntax-bad-prefix-01'>turtle-syntax-bad-prefix-01</a> - <span property='dc:title'>turtle-syntax-bad-prefix-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02'> <td> <a href='#test_turtle-syntax-bad-prefix-02'>turtle-syntax-bad-prefix-02</a> - <span property='dc:title'>turtle-syntax-bad-prefix-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03'> <td> <a href='#test_turtle-syntax-bad-prefix-03'>turtle-syntax-bad-prefix-03</a> - <span property='dc:title'>turtle-syntax-bad-prefix-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04'> <td> <a href='#test_turtle-syntax-bad-prefix-04'>turtle-syntax-bad-prefix-04</a> - <span property='dc:title'>turtle-syntax-bad-prefix-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05'> <td> <a href='#test_turtle-syntax-bad-prefix-05'>turtle-syntax-bad-prefix-05</a> - <span property='dc:title'>turtle-syntax-bad-prefix-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01'> <td> <a href='#test_turtle-syntax-bad-base-01'>turtle-syntax-bad-base-01</a> - <span property='dc:title'>turtle-syntax-bad-base-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02'> <td> <a href='#test_turtle-syntax-bad-base-02'>turtle-syntax-bad-base-02</a> - <span property='dc:title'>turtle-syntax-bad-base-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03'> <td> <a href='#test_turtle-syntax-bad-base-03'>turtle-syntax-bad-base-03</a> - <span property='dc:title'>turtle-syntax-bad-base-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01'> <td> <a href='#test_turtle-syntax-bad-struct-01'>turtle-syntax-bad-struct-01</a> - <span property='dc:title'>turtle-syntax-bad-struct-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02'> <td> <a href='#test_turtle-syntax-bad-struct-02'>turtle-syntax-bad-struct-02</a> - <span property='dc:title'>turtle-syntax-bad-struct-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03'> <td> <a href='#test_turtle-syntax-bad-struct-03'>turtle-syntax-bad-struct-03</a> - <span property='dc:title'>turtle-syntax-bad-struct-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04'> <td> <a href='#test_turtle-syntax-bad-struct-04'>turtle-syntax-bad-struct-04</a> - <span property='dc:title'>turtle-syntax-bad-struct-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05'> <td> <a href='#test_turtle-syntax-bad-struct-05'>turtle-syntax-bad-struct-05</a> - <span property='dc:title'>turtle-syntax-bad-struct-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06'> <td> <a href='#test_turtle-syntax-bad-struct-06'>turtle-syntax-bad-struct-06</a> - <span property='dc:title'>turtle-syntax-bad-struct-06</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07'> <td> <a href='#test_turtle-syntax-bad-struct-07'>turtle-syntax-bad-struct-07</a> - <span property='dc:title'>turtle-syntax-bad-struct-07</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01'> <td> <a href='#test_turtle-syntax-bad-kw-01'>turtle-syntax-bad-kw-01</a> - <span property='dc:title'>turtle-syntax-bad-kw-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02'> <td> <a href='#test_turtle-syntax-bad-kw-02'>turtle-syntax-bad-kw-02</a> - <span property='dc:title'>turtle-syntax-bad-kw-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03'> <td> <a href='#test_turtle-syntax-bad-kw-03'>turtle-syntax-bad-kw-03</a> - <span property='dc:title'>turtle-syntax-bad-kw-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04'> <td> <a href='#test_turtle-syntax-bad-kw-04'>turtle-syntax-bad-kw-04</a> - <span property='dc:title'>turtle-syntax-bad-kw-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05'> <td> <a href='#test_turtle-syntax-bad-kw-05'>turtle-syntax-bad-kw-05</a> - <span property='dc:title'>turtle-syntax-bad-kw-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01'> <td> <a href='#test_turtle-syntax-bad-n3-extras-01'>turtle-syntax-bad-n3-extras-01</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02'> <td> <a href='#test_turtle-syntax-bad-n3-extras-02'>turtle-syntax-bad-n3-extras-02</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03'> <td> <a href='#test_turtle-syntax-bad-n3-extras-03'>turtle-syntax-bad-n3-extras-03</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04'> <td> <a href='#test_turtle-syntax-bad-n3-extras-04'>turtle-syntax-bad-n3-extras-04</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05'> <td> <a href='#test_turtle-syntax-bad-n3-extras-05'>turtle-syntax-bad-n3-extras-05</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06'> <td> <a href='#test_turtle-syntax-bad-n3-extras-06'>turtle-syntax-bad-n3-extras-06</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-06</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07'> <td> <a href='#test_turtle-syntax-bad-n3-extras-07'>turtle-syntax-bad-n3-extras-07</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-07</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08'> <td> <a href='#test_turtle-syntax-bad-n3-extras-08'>turtle-syntax-bad-n3-extras-08</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-08</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09'> <td> <a href='#test_turtle-syntax-bad-n3-extras-09'>turtle-syntax-bad-n3-extras-09</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-09</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10'> <td> <a href='#test_turtle-syntax-bad-n3-extras-10'>turtle-syntax-bad-n3-extras-10</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-10</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11'> <td> <a href='#test_turtle-syntax-bad-n3-extras-11'>turtle-syntax-bad-n3-extras-11</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-11</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12'> <td> <a href='#test_turtle-syntax-bad-n3-extras-12'>turtle-syntax-bad-n3-extras-12</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-12</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13'> <td> <a href='#test_turtle-syntax-bad-n3-extras-13'>turtle-syntax-bad-n3-extras-13</a> - <span property='dc:title'>turtle-syntax-bad-n3-extras-13</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08'> <td> <a href='#test_turtle-syntax-bad-struct-08'>turtle-syntax-bad-struct-08</a> - <span property='dc:title'>turtle-syntax-bad-struct-08</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09'> <td> <a href='#test_turtle-syntax-bad-struct-09'>turtle-syntax-bad-struct-09</a> - <span property='dc:title'>turtle-syntax-bad-struct-09</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10'> <td> <a href='#test_turtle-syntax-bad-struct-10'>turtle-syntax-bad-struct-10</a> - <span property='dc:title'>turtle-syntax-bad-struct-10</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11'> <td> <a href='#test_turtle-syntax-bad-struct-11'>turtle-syntax-bad-struct-11</a> - <span property='dc:title'>turtle-syntax-bad-struct-11</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12'> <td> <a href='#test_turtle-syntax-bad-struct-12'>turtle-syntax-bad-struct-12</a> - <span property='dc:title'>turtle-syntax-bad-struct-12</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13'> <td> <a href='#test_turtle-syntax-bad-struct-13'>turtle-syntax-bad-struct-13</a> - <span property='dc:title'>turtle-syntax-bad-struct-13</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14'> <td> <a href='#test_turtle-syntax-bad-struct-14'>turtle-syntax-bad-struct-14</a> - <span property='dc:title'>turtle-syntax-bad-struct-14</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15'> <td> <a href='#test_turtle-syntax-bad-struct-15'>turtle-syntax-bad-struct-15</a> - <span property='dc:title'>turtle-syntax-bad-struct-15</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16'> <td> <a href='#test_turtle-syntax-bad-struct-16'>turtle-syntax-bad-struct-16</a> - <span property='dc:title'>turtle-syntax-bad-struct-16</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17'> <td> <a href='#test_turtle-syntax-bad-struct-17'>turtle-syntax-bad-struct-17</a> - <span property='dc:title'>turtle-syntax-bad-struct-17</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01'> <td> <a href='#test_turtle-syntax-bad-lang-01'>turtle-syntax-bad-lang-01</a> - <span property='dc:title'>turtle-syntax-bad-lang-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01'> <td> <a href='#test_turtle-syntax-bad-esc-01'>turtle-syntax-bad-esc-01</a> - <span property='dc:title'>turtle-syntax-bad-esc-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02'> <td> <a href='#test_turtle-syntax-bad-esc-02'>turtle-syntax-bad-esc-02</a> - <span property='dc:title'>turtle-syntax-bad-esc-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03'> <td> <a href='#test_turtle-syntax-bad-esc-03'>turtle-syntax-bad-esc-03</a> - <span property='dc:title'>turtle-syntax-bad-esc-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04'> <td> <a href='#test_turtle-syntax-bad-esc-04'>turtle-syntax-bad-esc-04</a> - <span property='dc:title'>turtle-syntax-bad-esc-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01'> <td> <a href='#test_turtle-syntax-bad-pname-01'>turtle-syntax-bad-pname-01</a> - <span property='dc:title'>turtle-syntax-bad-pname-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02'> <td> <a href='#test_turtle-syntax-bad-pname-02'>turtle-syntax-bad-pname-02</a> - <span property='dc:title'>turtle-syntax-bad-pname-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03'> <td> <a href='#test_turtle-syntax-bad-pname-03'>turtle-syntax-bad-pname-03</a> - <span property='dc:title'>turtle-syntax-bad-pname-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01'> <td> <a href='#test_turtle-syntax-bad-string-01'>turtle-syntax-bad-string-01</a> - <span property='dc:title'>turtle-syntax-bad-string-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02'> <td> <a href='#test_turtle-syntax-bad-string-02'>turtle-syntax-bad-string-02</a> - <span property='dc:title'>turtle-syntax-bad-string-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03'> <td> <a href='#test_turtle-syntax-bad-string-03'>turtle-syntax-bad-string-03</a> - <span property='dc:title'>turtle-syntax-bad-string-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04'> <td> <a href='#test_turtle-syntax-bad-string-04'>turtle-syntax-bad-string-04</a> - <span property='dc:title'>turtle-syntax-bad-string-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05'> <td> <a href='#test_turtle-syntax-bad-string-05'>turtle-syntax-bad-string-05</a> - <span property='dc:title'>turtle-syntax-bad-string-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06'> + <td> + <a href='#test_turtle-syntax-bad-string-06'>turtle-syntax-bad-string-06</a> + </td> + <td class='UNTEST' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTEST + </span> + </span> + </td> + <td class='UNTEST' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTEST + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07'> + <td> + <a href='#test_turtle-syntax-bad-string-07'>turtle-syntax-bad-string-07</a> + </td> + <td class='UNTEST' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTEST + </span> + </span> + </td> + <td class='UNTEST' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTEST + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01'> <td> <a href='#test_turtle-syntax-bad-num-01'>turtle-syntax-bad-num-01</a> - <span property='dc:title'>turtle-syntax-bad-num-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02'> <td> <a href='#test_turtle-syntax-bad-num-02'>turtle-syntax-bad-num-02</a> - <span property='dc:title'>turtle-syntax-bad-num-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03'> <td> <a href='#test_turtle-syntax-bad-num-03'>turtle-syntax-bad-num-03</a> - <span property='dc:title'>turtle-syntax-bad-num-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04'> <td> <a href='#test_turtle-syntax-bad-num-04'>turtle-syntax-bad-num-04</a> - <span property='dc:title'>turtle-syntax-bad-num-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05'> <td> <a href='#test_turtle-syntax-bad-num-05'>turtle-syntax-bad-num-05</a> - <span property='dc:title'>turtle-syntax-bad-num-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01'> <td> <a href='#test_turtle-eval-struct-01'>turtle-eval-struct-01</a> - <span property='dc:title'>turtle-eval-struct-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02'> <td> <a href='#test_turtle-eval-struct-02'>turtle-eval-struct-02</a> - <span property='dc:title'>turtle-eval-struct-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01'> <td> <a href='#test_turtle-subm-01'>turtle-subm-01</a> - <span property='dc:title'>turtle-subm-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02'> <td> <a href='#test_turtle-subm-02'>turtle-subm-02</a> - <span property='dc:title'>turtle-subm-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03'> <td> <a href='#test_turtle-subm-03'>turtle-subm-03</a> - <span property='dc:title'>turtle-subm-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04'> <td> <a href='#test_turtle-subm-04'>turtle-subm-04</a> - <span property='dc:title'>turtle-subm-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05'> <td> <a href='#test_turtle-subm-05'>turtle-subm-05</a> - <span property='dc:title'>turtle-subm-05</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06'> <td> <a href='#test_turtle-subm-06'>turtle-subm-06</a> - <span property='dc:title'>turtle-subm-06</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07'> <td> <a href='#test_turtle-subm-07'>turtle-subm-07</a> - <span property='dc:title'>turtle-subm-07</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08'> <td> <a href='#test_turtle-subm-08'>turtle-subm-08</a> - <span property='dc:title'>turtle-subm-08</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09'> <td> <a href='#test_turtle-subm-09'>turtle-subm-09</a> - <span property='dc:title'>turtle-subm-09</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10'> <td> <a href='#test_turtle-subm-10'>turtle-subm-10</a> - <span property='dc:title'>turtle-subm-10</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11'> <td> <a href='#test_turtle-subm-11'>turtle-subm-11</a> - <span property='dc:title'>turtle-subm-11</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12'> <td> <a href='#test_turtle-subm-12'>turtle-subm-12</a> - <span property='dc:title'>turtle-subm-12</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13'> <td> <a href='#test_turtle-subm-13'>turtle-subm-13</a> - <span property='dc:title'>turtle-subm-13</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14'> <td> <a href='#test_turtle-subm-14'>turtle-subm-14</a> - <span property='dc:title'>turtle-subm-14</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15'> <td> <a href='#test_turtle-subm-15'>turtle-subm-15</a> - <span property='dc:title'>turtle-subm-15</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16'> <td> <a href='#test_turtle-subm-16'>turtle-subm-16</a> - <span property='dc:title'>turtle-subm-16</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17'> <td> <a href='#test_turtle-subm-17'>turtle-subm-17</a> - <span property='dc:title'>turtle-subm-17</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18'> <td> <a href='#test_turtle-subm-18'>turtle-subm-18</a> - <span property='dc:title'>turtle-subm-18</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19'> <td> <a href='#test_turtle-subm-19'>turtle-subm-19</a> - <span property='dc:title'>turtle-subm-19</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20'> <td> <a href='#test_turtle-subm-20'>turtle-subm-20</a> - <span property='dc:title'>turtle-subm-20</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21'> <td> <a href='#test_turtle-subm-21'>turtle-subm-21</a> - <span property='dc:title'>turtle-subm-21</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22'> <td> <a href='#test_turtle-subm-22'>turtle-subm-22</a> - <span property='dc:title'>turtle-subm-22</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23'> <td> <a href='#test_turtle-subm-23'>turtle-subm-23</a> - <span property='dc:title'>turtle-subm-23</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24'> <td> <a href='#test_turtle-subm-24'>turtle-subm-24</a> - <span property='dc:title'>turtle-subm-24</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25'> <td> <a href='#test_turtle-subm-25'>turtle-subm-25</a> - <span property='dc:title'>turtle-subm-25</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26'> <td> <a href='#test_turtle-subm-26'>turtle-subm-26</a> - <span property='dc:title'>turtle-subm-26</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27'> <td> <a href='#test_turtle-subm-27'>turtle-subm-27</a> - <span property='dc:title'>turtle-subm-27</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01'> <td> <a href='#test_turtle-eval-bad-01'>turtle-eval-bad-01</a> - <span property='dc:title'>turtle-eval-bad-01</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02'> <td> <a href='#test_turtle-eval-bad-02'>turtle-eval-bad-02</a> - <span property='dc:title'>turtle-eval-bad-02</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03'> <td> <a href='#test_turtle-eval-bad-03'>turtle-eval-bad-03</a> - <span property='dc:title'>turtle-eval-bad-03</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - </tr> - <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' typeof='earl:TestCriterion earl:TestCase'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04'> <td> <a href='#test_turtle-eval-bad-04'>turtle-eval-bad-04</a> - <span property='dc:title'>turtle-eval-bad-04</span> - <span property='dc:description'></span> - </td> - <td class='PASS' typeof='earl:Assertion'> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' property='earl:test' /> <link href='http://jena.apache.org/#riot' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS - </span> - </td> - <td class='PASS' typeof='earl:Assertion'> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' property='earl:test' /> <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> - PASS + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> </span> </td> </tr> @@ -4403,11 +4785,13 @@ This report was tested using the following test subjects: </p> <dl> - <dt about='http://jena.apache.org/#riot' property='doap:name'>Apache Jena</dt> - <dd about='http://jena.apache.org/#riot' typeof='earl:TestSubject doap:Project'> + <dt id='subj_0'><a href='http://jena.apache.org/#riot'> + <span about='http://jena.apache.org/#riot' property='doap:name'>Apache Jena</span> + </a></dt> + <dd inlist='inlist' property='earl:testSubjects' resource='http://jena.apache.org/#riot' typeof='earl:TestSubject doap:Project'> <dl> <dt>Description</dt> - <dd property='doap:description'>Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.</dd> + <dd lang='en' property='doap:description'>Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.</dd> <dt>Programming Language</dt> <dd property='doap:programming-language'>Java</dd> <dt>Developer</dt> @@ -4439,11 +4823,13 @@ </dd> </dl> </dd> - <dt about='http://rubygems.org/gems/rdf-turtle' property='doap:name'>RDF::Turtle</dt> - <dd about='http://rubygems.org/gems/rdf-turtle' typeof='earl:TestSubject doap:Project'> + <dt id='subj_1'><a href='http://rubygems.org/gems/rdf-turtle'> + <span about='http://rubygems.org/gems/rdf-turtle' property='doap:name'>RDF::Turtle</span> + </a></dt> + <dd inlist='inlist' property='earl:testSubjects' resource='http://rubygems.org/gems/rdf-turtle' typeof='earl:TestSubject doap:Project'> <dl> <dt>Description</dt> - <dd property='doap:description'>RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.</dd> + <dd lang='en' property='doap:description'>RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.</dd> <dt>Programming Language</dt> <dd property='doap:programming-language'>Ruby</dd> <dt>Developer</dt> @@ -4452,13 +4838,21 @@ <a href='http://greggkellogg.net/foaf#me'> <span property='foaf:name'>Gregg Kellogg</span> </a> + <dt> + Home Page + </dt> + <dd> + <a href='http://greggkellogg.net/' property='foaf:homepage'> + http://greggkellogg.net/ + </a> + </dd> </div> </dd> </dl> </dd> </dl> </section> - <section class='appendix'> + <section class='appendix' rel='earl:assertions'> <h2> Individual Test Results </h2> @@ -4467,9 +4861,6 @@ </p> <ul> <li> - <a class='source' href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl'>http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl</a> - </li> - <li> <a class='source' href='RIOT-earl-2012-11-18-Turtle.ttl'>RIOT-earl-2012-11-18-Turtle.ttl</a> </li> <li> @@ -4482,60 +4873,1680 @@ Test Definitions </h2> <dl> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' id='test_turtle-eval-bad-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-eval-bad-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-01.ttl' title='turtle-eval-bad-01 Input'># Bad IRI : good escape, bad charcater<br/><http://example/\u0020> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' id='test_turtle-eval-bad-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-eval-bad-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-02.ttl' title='turtle-eval-bad-02 Input'># Bad IRI : hex 3C is <<br/><http://example/\u003C> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' id='test_turtle-eval-bad-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-eval-bad-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-03.ttl' title='turtle-eval-bad-03 Input'># Bad IRI : hex 3E is ><br/><http://example/\u003E> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' id='test_turtle-eval-bad-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-eval-bad-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-04.ttl' title='turtle-eval-bad-04 Input'># Bad IRI<br/><http://example/{abc}> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' id='test_turtle-eval-struct-01' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-syntax-file-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01'> + Test + <span property='dc:title'>turtle-syntax-file-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Empty file</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-01.ttl' title='turtle-syntax-file-01 Input'></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-file-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02'> + Test + <span property='dc:title'>turtle-syntax-file-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Only comment</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-02.ttl' title='turtle-syntax-file-02 Input'>#Empty file.<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-file-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03'> + Test + <span property='dc:title'>turtle-syntax-file-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>One comment, one empty line</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-03.ttl' title='turtle-syntax-file-03 Input'>#One comment, one empty line.<br/><br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-uri-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01'> + Test + <span property='dc:title'>turtle-syntax-uri-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Only IRIs</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-01.ttl' title='turtle-syntax-uri-01 Input'><http://example/s> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-uri-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02'> + Test + <span property='dc:title'>turtle-syntax-uri-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>IRIs with Unicode escape</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-02.ttl' title='turtle-syntax-uri-02 Input'># x53 is capital S<br/><http://example/\u0053> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-uri-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03'> + Test + <span property='dc:title'>turtle-syntax-uri-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>IRIs with long Unicode escape</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-03.ttl' title='turtle-syntax-uri-03 Input'># x53 is capital S<br/><http://example/\U00000053> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-uri-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04'> + Test + <span property='dc:title'>turtle-syntax-uri-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Legal IRIs</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-04.ttl' title='turtle-syntax-uri-04 Input'># IRI with all chars in it.<br/><http://example/s> <http://example/p><br/><scheme:!$%25&'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-base-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01'> + Test + <span property='dc:title'>turtle-syntax-base-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@base</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-01.ttl' title='turtle-syntax-base-01 Input'>@base <http://example/> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-base-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02'> + Test + <span property='dc:title'>turtle-syntax-base-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>BASE</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-02.ttl' title='turtle-syntax-base-02 Input'>BASE <http://example/><br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-base-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03'> + Test + <span property='dc:title'>turtle-syntax-base-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@base with relative IRIs</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-03.ttl' title='turtle-syntax-base-03 Input'>@base <http://example/> .<br/><s> <p> <o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-base-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04'> + Test + <span property='dc:title'>turtle-syntax-base-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>base with relative IRIs</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-04.ttl' title='turtle-syntax-base-04 Input'>base <http://example/><br/><s> <p> <o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-prefix-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01'> + Test + <span property='dc:title'>turtle-syntax-prefix-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@prefix</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-01.ttl' title='turtle-syntax-prefix-01 Input'>@prefix : <http://example/> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-prefix-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02'> + Test + <span property='dc:title'>turtle-syntax-prefix-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>PreFIX</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-02.ttl' title='turtle-syntax-prefix-02 Input'>PreFIX : <http://example/><br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-prefix-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03'> + Test + <span property='dc:title'>turtle-syntax-prefix-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Empty PREFIX</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-03.ttl' title='turtle-syntax-prefix-03 Input'>PREFIX : <http://example/><br/>:s :p :123 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-prefix-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04'> + Test + <span property='dc:title'>turtle-syntax-prefix-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Empty @prefix with % escape</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-04.ttl' title='turtle-syntax-prefix-04 Input'>@prefix : <http://example/> .<br/>:s :p :%20 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-prefix-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05'> + Test + <span property='dc:title'>turtle-syntax-prefix-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@prefix with no suffix</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-05.ttl' title='turtle-syntax-prefix-05 Input'>@prefix : <http://example/> .<br/>: : : .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-prefix-06' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06'> + Test + <span property='dc:title'>turtle-syntax-prefix-06</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>colon is a legal pname character</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-06.ttl' title='turtle-syntax-prefix-06 Input'># colon is a legal pname character<br/>@prefix : <http://example/> .<br/>@prefix x: <http://example/> .<br/>:a:b:c x:d:e:f :::: .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-prefix-07' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07'> + Test + <span property='dc:title'>turtle-syntax-prefix-07</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>dash is a legal pname character</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-07.ttl' title='turtle-syntax-prefix-07 Input'># dash is a legal pname character<br/>@prefix x: <http://example/> .<br/>x:a-b-c x:p x:o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-prefix-08' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08'> + Test + <span property='dc:title'>turtle-syntax-prefix-08</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>underscore is a legal pname character</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-08.ttl' title='turtle-syntax-prefix-08 Input'># underscore is a legal pname character<br/>@prefix x: <http://example/> .<br/>x:_ x:p_1 x:o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-prefix-09' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09'> + Test + <span property='dc:title'>turtle-syntax-prefix-09</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>percents in pnames</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-09.ttl' title='turtle-syntax-prefix-09 Input'># percents<br/>@prefix : <http://example/> .<br/>@prefix x: <http://example/> .<br/>:a%3E x:%25 :a%3Eb .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01'> + Test + <span property='dc:title'>turtle-syntax-string-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>string literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-01.ttl' title='turtle-syntax-string-01 Input'><http://example/s> <http://example/p> "string" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02'> + Test + <span property='dc:title'>turtle-syntax-string-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>langString literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-02.ttl' title='turtle-syntax-string-02 Input'><http://example/s> <http://example/p> "string"@en .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03'> + Test + <span property='dc:title'>turtle-syntax-string-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>langString literal with region</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-03.ttl' title='turtle-syntax-string-03 Input'><http://example/s> <http://example/p> "string"@en-uk .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04'> + Test + <span property='dc:title'>turtle-syntax-string-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>squote string literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-04.ttl' title='turtle-syntax-string-04 Input'><http://example/s> <http://example/p> 'string' .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05'> + Test + <span property='dc:title'>turtle-syntax-string-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>squote langString literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-05.ttl' title='turtle-syntax-string-05 Input'><http://example/s> <http://example/p> 'string'@en .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-06' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06'> + Test + <span property='dc:title'>turtle-syntax-string-06</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>squote langString literal with region</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-06.ttl' title='turtle-syntax-string-06 Input'><http://example/s> <http://example/p> 'string'@en-uk .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-07' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07'> + Test + <span property='dc:title'>turtle-syntax-string-07</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>long string literal with embedded single- and double-quotes</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-07.ttl' title='turtle-syntax-string-07 Input'><http://example/s> <http://example/p> """abc""def''ghi""" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-08' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08'> + Test + <span property='dc:title'>turtle-syntax-string-08</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>long string literal with embedded newline</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-08.ttl' title='turtle-syntax-string-08 Input'><http://example/s> <http://example/p> """abc<br/>def""" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-09' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09'> + Test + <span property='dc:title'>turtle-syntax-string-09</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>squote long string literal with embedded single- and double-quotes</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-09.ttl' title='turtle-syntax-string-09 Input'><http://example/s> <http://example/p> '''abc<br/>def''' .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-10' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10'> + Test + <span property='dc:title'>turtle-syntax-string-10</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>long langString literal with embedded newline</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-10.ttl' title='turtle-syntax-string-10 Input'><http://example/s> <http://example/p> """abc<br/>def"""@en .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-string-11' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11'> + Test + <span property='dc:title'>turtle-syntax-string-11</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>squote long langString literal with embedded newline</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-11.ttl' title='turtle-syntax-string-11 Input'><http://example/s> <http://example/p> '''abc<br/>def'''@en .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-str-esc-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01'> + Test + <span property='dc:title'>turtle-syntax-str-esc-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>string literal with escaped newline</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-01.ttl' title='turtle-syntax-str-esc-01 Input'><http://example/s> <http://example/p> "a\n" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-str-esc-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02'> + Test + <span property='dc:title'>turtle-syntax-str-esc-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>string literal with Unicode escape</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-02.ttl' title='turtle-syntax-str-esc-02 Input'><http://example/s> <http://example/p> "a\u0020b" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-str-esc-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03'> + Test + <span property='dc:title'>turtle-syntax-str-esc-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>string literal with long Unicode escape</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-03.ttl' title='turtle-syntax-str-esc-03 Input'><http://example/s> <http://example/p> "a\U00000020b" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-pname-esc-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01'> + Test + <span property='dc:title'>turtle-syntax-pname-esc-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>pname with back-slash escapes</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-01.ttl' title='turtle-syntax-pname-esc-01 Input'>@prefix : <http://example/> .<br/>:s :p :\~\.\-\!\$\&\'\(\)\*\+\,\;\=\/\?\#\@\_\%AA .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-pname-esc-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02'> + Test + <span property='dc:title'>turtle-syntax-pname-esc-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>pname with back-slash escapes (2)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-02.ttl' title='turtle-syntax-pname-esc-02 Input'>@prefix : <http://example/> .<br/>:s :p :0123\~\.\-\!\$\&\'\(\)\*\+\,\;\=\/\?\#\@\_\%AA123 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-pname-esc-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03'> + Test + <span property='dc:title'>turtle-syntax-pname-esc-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>pname with back-slash escapes (3)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-03.ttl' title='turtle-syntax-pname-esc-03 Input'>@prefix : <http://example/> .<br/>:xyz\~ :abc\.: : .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bnode-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01'> + Test + <span property='dc:title'>turtle-syntax-bnode-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>bnode subject</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-01.ttl' title='turtle-syntax-bnode-01 Input'>@prefix : <http://example/> .<br/>[] :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bnode-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02'> + Test + <span property='dc:title'>turtle-syntax-bnode-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>bnode object</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-02.ttl' title='turtle-syntax-bnode-02 Input'>@prefix : <http://example/> .<br/>:s :p [] .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bnode-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03'> + Test + <span property='dc:title'>turtle-syntax-bnode-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>bnode property list object</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-03.ttl' title='turtle-syntax-bnode-03 Input'>@prefix : <http://example/> .<br/>:s :p [ :q :o ] .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bnode-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04'> + Test + <span property='dc:title'>turtle-syntax-bnode-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>bnode property list object (2)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-04.ttl' title='turtle-syntax-bnode-04 Input'>@prefix : <http://example/> .<br/>:s :p [ :q1 :o1 ; :q2 :o2 ] .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bnode-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05'> + Test + <span property='dc:title'>turtle-syntax-bnode-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>bnode property list subject</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-05.ttl' title='turtle-syntax-bnode-05 Input'>@prefix : <http://example/> .<br/>[ :q1 :o1 ; :q2 :o2 ] :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bnode-06' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06'> + Test + <span property='dc:title'>turtle-syntax-bnode-06</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>labeled bnode subject</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-06.ttl' title='turtle-syntax-bnode-06 Input'>@prefix : <http://example/> .<br/>_:a :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bnode-07' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07'> + Test + <span property='dc:title'>turtle-syntax-bnode-07</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>labeled bnode subject and object</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-07.ttl' title='turtle-syntax-bnode-07 Input'>@prefix : <http://example/> .<br/>:s :p _:a .<br/>_:a :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bnode-08' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08'> + Test + <span property='dc:title'>turtle-syntax-bnode-08</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>bare bnode property list</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-08.ttl' title='turtle-syntax-bnode-08 Input'>@prefix : <http://example/> .<br/>[ :p :o ] .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bnode-09' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09'> + Test + <span property='dc:title'>turtle-syntax-bnode-09</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>bnode property list</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-09.ttl' title='turtle-syntax-bnode-09 Input'>@prefix : <http://example/> .<br/>[ :p :o1,:2 ] .<br/>:s :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bnode-10' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10'> + Test + <span property='dc:title'>turtle-syntax-bnode-10</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>mixed bnode property list and triple</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-10.ttl' title='turtle-syntax-bnode-10 Input'>@prefix : <http://example/> .<br/><br/>:s1 :p :o .<br/>[ :p1 :o1 ; :p2 :o2 ] .<br/>:s2 :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01'> + Test + <span property='dc:title'>turtle-syntax-number-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>integer literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-01.ttl' title='turtle-syntax-number-01 Input'><s> <p> 123 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02'> + Test + <span property='dc:title'>turtle-syntax-number-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>negative integer literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-02.ttl' title='turtle-syntax-number-02 Input'><s> <p> -123 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03'> + Test + <span property='dc:title'>turtle-syntax-number-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>positive integer literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-03.ttl' title='turtle-syntax-number-03 Input'><s> <p> +123 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04'> + Test + <span property='dc:title'>turtle-syntax-number-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>decimal literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-04.ttl' title='turtle-syntax-number-04 Input'># This is a decimal.<br/><s> <p> 123.0 . <br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05'> + Test + <span property='dc:title'>turtle-syntax-number-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>decimal literal (no leading digits)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-05.ttl' title='turtle-syntax-number-05 Input'># This is a decimal.<br/><s> <p> .1 . <br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-06' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06'> + Test + <span property='dc:title'>turtle-syntax-number-06</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>negative decimal literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-06.ttl' title='turtle-syntax-number-06 Input'># This is a decimal.<br/><s> <p> -123.0 . <br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-07' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07'> + Test + <span property='dc:title'>turtle-syntax-number-07</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>positive decimal literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-07.ttl' title='turtle-syntax-number-07 Input'># This is a decimal.<br/><s> <p> +123.0 . <br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-08' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08'> + Test + <span property='dc:title'>turtle-syntax-number-08</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>integer literal with decimal lexical confusion</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-08.ttl' title='turtle-syntax-number-08 Input'># This is an integer<br/><s> <p> 123.<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-09' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09'> + Test + <span property='dc:title'>turtle-syntax-number-09</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>double literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-09.ttl' title='turtle-syntax-number-09 Input'><s> <p> 123.0e1 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-10' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10'> + Test + <span property='dc:title'>turtle-syntax-number-10</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>negative double literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-10.ttl' title='turtle-syntax-number-10 Input'><s> <p> -123e-1 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-number-11' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11'> + Test + <span property='dc:title'>turtle-syntax-number-11</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>double literal no fraction</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-11.ttl' title='turtle-syntax-number-11 Input'><s> <p> 123.E+1 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-datatypes-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01'> + Test + <span property='dc:title'>turtle-syntax-datatypes-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>xsd:byte literal</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-01.ttl' title='turtle-syntax-datatypes-01 Input'>@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .<br/><s> <p> "123"^^xsd:byte .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-datatypes-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02'> + Test + <span property='dc:title'>turtle-syntax-datatypes-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>integer as xsd:string</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-02.ttl' title='turtle-syntax-datatypes-02 Input'>@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .<br/>@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .<br/><s> <p> "123"^^xsd:string .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-kw-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01'> + Test + <span property='dc:title'>turtle-syntax-kw-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>boolean literal (true)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-01.ttl' title='turtle-syntax-kw-01 Input'><s> <p> true .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-kw-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02'> + Test + <span property='dc:title'>turtle-syntax-kw-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>boolean literal (false)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-02.ttl' title='turtle-syntax-kw-02 Input'><s> <p> false .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-kw-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03'> + Test + <span property='dc:title'>turtle-syntax-kw-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>'a' as keyword</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-03.ttl' title='turtle-syntax-kw-03 Input'>@prefix : <http://example/> .<br/>:s a :C .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-struct-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01'> + Test + <span property='dc:title'>turtle-syntax-struct-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>object list</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-01.ttl' title='turtle-syntax-struct-01 Input'>@prefix : <http://example/> .<br/>:s :p :o1 , :o2 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-struct-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02'> + Test + <span property='dc:title'>turtle-syntax-struct-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>predicate list with object list</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-02.ttl' title='turtle-syntax-struct-02 Input'>@prefix : <http://example/> .<br/>:s :p1 :o1 ;<br/> :p2 :o2 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-struct-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03'> + Test + <span property='dc:title'>turtle-syntax-struct-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>predicate list with object list and dangling ';'</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-03.ttl' title='turtle-syntax-struct-03 Input'>@prefix : <http://example/> .<br/>:s :p1 :o1 ;<br/> :p2 :o2 ;<br/> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-lists-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01'> + Test + <span property='dc:title'>turtle-syntax-lists-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>empty list</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-01.ttl' title='turtle-syntax-lists-01 Input'>@prefix : <http://example/> .<br/>:s :p () .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-lists-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02'> + Test + <span property='dc:title'>turtle-syntax-lists-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>mixed list</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-02.ttl' title='turtle-syntax-lists-02 Input'>@prefix : <http://example/> .<br/>:s :p (1 "2" :o) .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-lists-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03'> + Test + <span property='dc:title'>turtle-syntax-lists-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>isomorphic list as subject and object</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-03.ttl' title='turtle-syntax-lists-03 Input'>@prefix : <http://example/> .<br/>(1) :p (1) .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-lists-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04'> + Test + <span property='dc:title'>turtle-syntax-lists-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>lists of lists</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-04.ttl' title='turtle-syntax-lists-04 Input'>@prefix : <http://example/> .<br/>(()) :p (()) .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-lists-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05'> + Test + <span property='dc:title'>turtle-syntax-lists-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>mixed lists with embedded lists</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-05.ttl' title='turtle-syntax-lists-05 Input'>@prefix : <http://example/> .<br/>(1 2 (1 2)) :p (( "a") "b" :o) .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-uri-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01'> + Test + <span property='dc:title'>turtle-syntax-bad-uri-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad IRI : space (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-01.ttl' title='turtle-syntax-bad-uri-01 Input'># Bad IRI : space.<br/><http://example/ space> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-uri-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02'> + Test + <span property='dc:title'>turtle-syntax-bad-uri-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad IRI : bad escape (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-02.ttl' title='turtle-syntax-bad-uri-02 Input'># Bad IRI : bad escape<br/><http://example/\u00ZZ11> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-uri-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03'> + Test + <span property='dc:title'>turtle-syntax-bad-uri-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad IRI : bad long escape (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-03.ttl' title='turtle-syntax-bad-uri-03 Input'># Bad IRI : bad escape<br/><http://example/\U00ZZ1111> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-uri-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04'> + Test + <span property='dc:title'>turtle-syntax-bad-uri-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad IRI : character escapes not allowed (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-04.ttl' title='turtle-syntax-bad-uri-04 Input'># Bad IRI : character escapes not allowed.<br/><http://example/\n> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-uri-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05'> + Test + <span property='dc:title'>turtle-syntax-bad-uri-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad IRI : character escapes not allowed (2) (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-05.ttl' title='turtle-syntax-bad-uri-05 Input'># Bad IRI : character escapes not allowed.<br/><http://example/\/> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-prefix-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01'> + Test + <span property='dc:title'>turtle-syntax-bad-prefix-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>No prefix (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-01.ttl' title='turtle-syntax-bad-prefix-01 Input'># No prefix<br/>:s <http://example/p> "x" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-prefix-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02'> + Test + <span property='dc:title'>turtle-syntax-bad-prefix-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>No prefix (2) (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-02.ttl' title='turtle-syntax-bad-prefix-02 Input'># No prefix<br/>@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .<br/><http://example/s> rdf:type :C .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-prefix-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03'> + Test + <span property='dc:title'>turtle-syntax-bad-prefix-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@prefix without URI (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-03.ttl' title='turtle-syntax-bad-prefix-03 Input'># @prefix without URI.<br/>@prefix ex: .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-prefix-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04'> + Test + <span property='dc:title'>turtle-syntax-bad-prefix-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@prefix without prefix name (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-04.ttl' title='turtle-syntax-bad-prefix-04 Input'># @prefix without prefix name .<br/>@prefix <http://example/> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-prefix-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05'> + Test + <span property='dc:title'>turtle-syntax-bad-prefix-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@prefix without ':' (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-05.ttl' title='turtle-syntax-bad-prefix-05 Input'># @prefix without :<br/>@prefix x <http://example/> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-base-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01'> + Test + <span property='dc:title'>turtle-syntax-bad-base-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@base without URI (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-01.ttl' title='turtle-syntax-bad-base-01 Input'># @base without URI.<br/>@base .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-base-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02'> + Test + <span property='dc:title'>turtle-syntax-bad-base-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@base in wrong case (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-02.ttl' title='turtle-syntax-bad-base-02 Input'># @base in wrong case.<br/>@BASE <http://example/> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-base-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03'> + Test + <span property='dc:title'>turtle-syntax-bad-base-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>BASE without URI (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-03.ttl' title='turtle-syntax-bad-base-03 Input'># @base without URI.<br/>BASE <http://example/> .<br/><s> <p> <o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Turtle is not TriG (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-01.ttl' title='turtle-syntax-bad-struct-01 Input'># Turtle is not TriG<br/>{ <http://example/s> <http://example/p> <http://example/o> }<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Turtle is not N3 (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-02.ttl' title='turtle-syntax-bad-struct-02 Input'># Turtle is not N3<br/><http://example/s> = <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Turtle is not NQuads (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-03.ttl' title='turtle-syntax-bad-struct-03 Input'># Turtle is not NQuads<br/><http://example/s> <http://example/p> <http://example/o> <http://example/g> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Turtle does not allow literals-as-subjects (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-04.ttl' title='turtle-syntax-bad-struct-04 Input'># Turtle does not allow literals-as-subjects<br/>"hello" <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Turtle does not allow literals-as-predicates (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-05.ttl' title='turtle-syntax-bad-struct-05 Input'># Turtle does not allow literals-as-predicates<br/><http://example/s> "hello" <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-06' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-06</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Turtle does not allow bnodes-as-predicates (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-06.ttl' title='turtle-syntax-bad-struct-06 Input'># Turtle does not allow bnodes-as-predicates<br/><http://example/s> [] <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-07' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-07</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Turtle does not allow labeled bnodes-as-predicates (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-07.ttl' title='turtle-syntax-bad-struct-07 Input'># Turtle does not allow bnodes-as-predicates<br/><http://example/s> _:p <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-kw-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01'> + Test + <span property='dc:title'>turtle-syntax-bad-kw-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>'A' is not a keyword (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-01.ttl' title='turtle-syntax-bad-kw-01 Input'>@prefix : <http://example/> .<br/>:s A :C .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-kw-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02'> + Test + <span property='dc:title'>turtle-syntax-bad-kw-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>'a' cannot be used as subject (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-02.ttl' title='turtle-syntax-bad-kw-02 Input'>@prefix : <http://example/> .<br/>a :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-kw-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03'> + Test + <span property='dc:title'>turtle-syntax-bad-kw-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>'a' cannot be used as object (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-03.ttl' title='turtle-syntax-bad-kw-03 Input'>@prefix : <http://example/> .<br/>:s :p a .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-kw-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04'> + Test + <span property='dc:title'>turtle-syntax-bad-kw-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>'true' cannot be used as subject (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-04.ttl' title='turtle-syntax-bad-kw-04 Input'>@prefix : <http://example/> .<br/>true :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-kw-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05'> + Test + <span property='dc:title'>turtle-syntax-bad-kw-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>'true' cannot be used as object (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-05.ttl' title='turtle-syntax-bad-kw-05 Input'>@prefix : <http://example/> .<br/>:s true :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>{} fomulae not in Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-01.ttl' title='turtle-syntax-bad-n3-extras-01 Input'># {} fomulae not in Turtle<br/>@prefix : <http://example/> .<br/><br/>{ :a :q :c . } :p :z .<br/><br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>= is not Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-02.ttl' title='turtle-syntax-bad-n3-extras-02 Input'># = is not Turtle<br/>@prefix : <http://example/> .<br/><br/>:a = :b .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>N3 paths not in Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-03.ttl' title='turtle-syntax-bad-n3-extras-03 Input'># N3 paths<br/>@prefix : <http://example/> .<br/>@prefix ns: <http://example/p#> .<br/><br/>:x.<br/> ns:p.<br/> ns:q :p :z .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>N3 paths not in Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-04.ttl' title='turtle-syntax-bad-n3-extras-04 Input'># N3 paths<br/>@prefix : <http://example/> .<br/>@prefix ns: <http://example/p#> .<br/><br/>:x^ns:p :p :z .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>N3 is...of not in Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-05.ttl' title='turtle-syntax-bad-n3-extras-05 Input'># N3 is...of<br/>@prefix : <http://example/> .<br/><br/>:z is :p of :x .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-06' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-06</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>N3 paths not in Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-06.ttl' title='turtle-syntax-bad-n3-extras-06 Input'># = is not Turtle<br/>@prefix : <http://example/> .<br/><br/>:a.:b.:c .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-07' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-07</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@keywords is not Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-07.ttl' title='turtle-syntax-bad-n3-extras-07 Input'># @keywords is not Turtle<br/>@keywords a .<br/>x a Item .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-08' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-08</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@keywords is not Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-08.ttl' title='turtle-syntax-bad-n3-extras-08 Input'># @keywords is not Turtle<br/>@keywords a .<br/>x a Item .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-09' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-09</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>=> is not Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-09.ttl' title='turtle-syntax-bad-n3-extras-09 Input'># => is not Turtle<br/>@prefix : <http://example/> .<br/>:s => :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-10' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-10</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'><= is not Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-10.ttl' title='turtle-syntax-bad-n3-extras-10 Input'># <= is not Turtle<br/>@prefix : <http://example/> .<br/>:s <= :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-11' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-11</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@forSome is not Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-11.ttl' title='turtle-syntax-bad-n3-extras-11 Input'># @forSome is not Turtle<br/>@prefix : <http://example/> .<br/>@forSome :x .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-12' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-12</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@forAll is not Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-12.ttl' title='turtle-syntax-bad-n3-extras-12 Input'># @forAll is not Turtle<br/>@prefix : <http://example/> .<br/>@forAll :x .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-n3-extras-13' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-13</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@keywords is not Turtle (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-13.ttl' title='turtle-syntax-bad-n3-extras-13 Input'># @keywords is not Turtle<br/>@keywords .<br/>x @a Item .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-08' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-08</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>missing '.' (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-08.ttl' title='turtle-syntax-bad-struct-08 Input'># No DOT<br/><http://example/s> <http://example/p> <http://example/o><br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-09' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-09</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>extra '.' (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-09.ttl' title='turtle-syntax-bad-struct-09 Input'># Too many DOT<br/><http://example/s> <http://example/p> <http://example/o> . .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-10' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-10</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>extra '.' (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-10.ttl' title='turtle-syntax-bad-struct-10 Input'># Too many DOT<br/><http://example/s> <http://example/p> <http://example/o> . .<br/><http://example/s1> <http://example/p1> <http://example/o1> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-11' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-11</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>trailing ';' no '.' (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-11.ttl' title='turtle-syntax-bad-struct-11 Input'># Trailing ;<br/><http://example/s> <http://example/p> <http://example/o> ;<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-12' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-12</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>subject, predicate, no object (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-12.ttl' title='turtle-syntax-bad-struct-12 Input'><http://example/s> <http://example/p> <br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-13' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-13</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>subject, predicate, no object (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-13.ttl' title='turtle-syntax-bad-struct-13 Input'><http://example/s> <http://example/p> <br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-14' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-14</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>literal as subject (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-14.ttl' title='turtle-syntax-bad-struct-14 Input'># Literal as subject<br/>"abc" <http://example/p> <http://example/p> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-15' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-15</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>literal as predicate (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-15.ttl' title='turtle-syntax-bad-struct-15 Input'># Literal as predicate<br/><http://example/s> "abc" <http://example/p> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-16' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-16</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>bnode as predicate (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-16.ttl' title='turtle-syntax-bad-struct-16 Input'># BNode as predicate<br/><http://example/s> [] <http://example/p> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-struct-17' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-17</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>labeled bnode as predicate (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-17.ttl' title='turtle-syntax-bad-struct-17 Input'># BNode as predicate<br/><http://example/s> _:a <http://example/p> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-lang-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01'> + Test + <span property='dc:title'>turtle-syntax-bad-lang-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>langString with bad lang (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-lang-01.ttl' title='turtle-syntax-bad-lang-01 Input'># Bad lang tag<br/><http://example/s> <http://example/p> "string"@1 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-esc-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01'> + Test + <span property='dc:title'>turtle-syntax-bad-esc-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad string escape (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-01.ttl' title='turtle-syntax-bad-esc-01 Input'># Bad string escape<br/><http://example/s> <http://example/p> "a\zb" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-esc-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02'> + Test + <span property='dc:title'>turtle-syntax-bad-esc-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad string escape (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-02.ttl' title='turtle-syntax-bad-esc-02 Input'># Bad string escape<br/><http://example/s> <http://example/p> "\uWXYZ" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-esc-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03'> + Test + <span property='dc:title'>turtle-syntax-bad-esc-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad string escape (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-03.ttl' title='turtle-syntax-bad-esc-03 Input'># Bad string escape<br/><http://example/s> <http://example/p> "\U0000WXYZ" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-esc-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04'> + Test + <span property='dc:title'>turtle-syntax-bad-esc-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad string escape (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-04.ttl' title='turtle-syntax-bad-esc-04 Input'># Bad string escape<br/><http://example/s> <http://example/p> "\U0000WXYZ" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-pname-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01'> + Test + <span property='dc:title'>turtle-syntax-bad-pname-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>'~' must be escaped in pname (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-01.ttl' title='turtle-syntax-bad-pname-01 Input'># ~ must be escaped.<br/>@prefix : <http://example/> .<br/>:a~b :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-pname-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02'> + Test + <span property='dc:title'>turtle-syntax-bad-pname-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad %-sequence in pname (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-02.ttl' title='turtle-syntax-bad-pname-02 Input'># Bad %-sequence<br/>@prefix : <http://example/> .<br/>:a%2 :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-pname-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03'> + Test + <span property='dc:title'>turtle-syntax-bad-pname-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad unicode escape in pname (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-03.ttl' title='turtle-syntax-bad-pname-03 Input'># No \u (x39 is "9")<br/>@prefix : <http://example/> .<br/>:a\u0039 :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-string-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01'> + Test + <span property='dc:title'>turtle-syntax-bad-string-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>mismatching string literal open/close (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-01.ttl' title='turtle-syntax-bad-string-01 Input'>@prefix : <http://example/> .<br/>:s :p "abc' .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-string-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02'> + Test + <span property='dc:title'>turtle-syntax-bad-string-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>mismatching string literal open/close (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-02.ttl' title='turtle-syntax-bad-string-02 Input'>@prefix : <http://example/> .<br/>:s :p 'abc" .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-string-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03'> + Test + <span property='dc:title'>turtle-syntax-bad-string-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>mismatching string literal long/short (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-03.ttl' title='turtle-syntax-bad-string-03 Input'>@prefix : <http://example/> .<br/>:s :p '''abc' .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-string-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04'> + Test + <span property='dc:title'>turtle-syntax-bad-string-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>mismatching long string literal open/close (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-04.ttl' title='turtle-syntax-bad-string-04 Input'>@prefix : <http://example/> .<br/>:s :p """abc''' .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-string-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05'> + Test + <span property='dc:title'>turtle-syntax-bad-string-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Long literal with missing end (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-05.ttl' title='turtle-syntax-bad-string-05 Input'># Long literal with missing end<br/>@prefix : <http://example/> .<br/>:s :p """abc<br/>def<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-string-06' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06'> + Test + <span property='dc:title'>turtle-syntax-bad-string-06</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Long literal with extra quote (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-06.ttl' title='turtle-syntax-bad-string-06 Input'># Long literal with 4"<br/>@prefix : <http://example/> .<br/>:s :p """abc""""@en .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-string-07' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07'> + Test + <span property='dc:title'>turtle-syntax-bad-string-07</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Long literal with extra squote (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-07.ttl' title='turtle-syntax-bad-string-07 Input'># Long literal with 4'<br/>@prefix : <http://example/> .<br/>:s :p '''abc''''@en .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-num-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01'> + Test + <span property='dc:title'>turtle-syntax-bad-num-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad number format (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-01.ttl' title='turtle-syntax-bad-num-01 Input'><http://example/s> <http://example/p> 123.abc .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-num-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02'> + Test + <span property='dc:title'>turtle-syntax-bad-num-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad number format (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-02.ttl' title='turtle-syntax-bad-num-02 Input'><http://example/s> <http://example/p> 123e .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-num-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03'> + Test + <span property='dc:title'>turtle-syntax-bad-num-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad number format (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-03.ttl' title='turtle-syntax-bad-num-03 Input'><http://example/s> <http://example/p> 123abc .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-num-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04'> + Test + <span property='dc:title'>turtle-syntax-bad-num-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad number format (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-04.ttl' title='turtle-syntax-bad-num-04 Input'><http://example/s> <http://example/p> 0x123 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-syntax-bad-num-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05'> + Test + <span property='dc:title'>turtle-syntax-bad-num-05</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad number format (negative test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-05.ttl' title='turtle-syntax-bad-num-05 Input'><http://example/s> <http://example/p> +-1 .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-eval-struct-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01'> Test <span property='dc:title'>turtle-eval-struct-01</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>triple with IRIs</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.ttl' title='turtle-eval-struct-01 Input'><http://example/s> <http://example/p> <http://example/o> .<br/></pre> @@ -4543,12 +6554,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' id='test_turtle-eval-struct-02' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-eval-struct-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02'> Test <span property='dc:title'>turtle-eval-struct-02</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>triple with IRIs and embedded whitespace</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.ttl' title='turtle-eval-struct-02 Input'><http://example/s> <br/> <http://example/p1> <http://example/o1> ;<br/> <http://example/p2> <http://example/o2> ; <br/> .<br/></pre> @@ -4556,12 +6567,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' id='test_turtle-subm-01' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01'> Test <span property='dc:title'>turtle-subm-01</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Blank subject</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.ttl' title='turtle-subm-01 Input'>@prefix : <#> .<br/>[] :x :y .<br/></pre> @@ -4569,12 +6580,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' id='test_turtle-subm-02' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02'> Test <span property='dc:title'>turtle-subm-02</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>@prefix and qnames</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.ttl' title='turtle-subm-02 Input'># Test @prefix and qnames<br/>@prefix : <http://example.org/base1#> .<br/>@prefix a: <http://example.org/base2#> .<br/>@prefix b: <http://example.org/base3#> .<br/>:a :b :c .<br/>a:a a:b a:c .<br/>:a a:a b:a .<br/></pre> @@ -4582,12 +6593,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' id='test_turtle-subm-03' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03'> Test <span property='dc:title'>turtle-subm-03</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>, operator</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.ttl' title='turtle-subm-03 Input'># Test , operator<br/>@prefix : <http://example.org/base#> .<br/>:a :b :c,<br/> :d,<br/> :e .<br/></pre> @@ -4595,12 +6606,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' id='test_turtle-subm-04' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04'> Test <span property='dc:title'>turtle-subm-04</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>; operator</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.ttl' title='turtle-subm-04 Input'># Test ; operator<br/>@prefix : <http://example.org/base#> .<br/>:a :b :c ;<br/> :d :e ;<br/> :f :g .<br/></pre> @@ -4608,12 +6619,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' id='test_turtle-subm-05' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-05' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05'> Test <span property='dc:title'>turtle-subm-05</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>empty [] as subject and object</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.ttl' title='turtle-subm-05 Input'># Test empty [] operator; not allowed as predicate<br/>@prefix : <http://example.org/base#> .<br/>[] :a :b .<br/>:c :d [] .<br/></pre> @@ -4621,12 +6632,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' id='test_turtle-subm-06' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-06' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06'> Test <span property='dc:title'>turtle-subm-06</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>non-empty [] as subject and object</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.ttl' title='turtle-subm-06 Input'># Test non empty [] operator; not allowed as predicate<br/>@prefix : <http://example.org/base#> .<br/>[ :a :b ] :c :d .<br/>:e :f [ :g :h ] .<br/></pre> @@ -4634,12 +6645,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' id='test_turtle-subm-07' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-07' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07'> Test <span property='dc:title'>turtle-subm-07</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>'a' as predicate</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.ttl' title='turtle-subm-07 Input'># 'a' only allowed as a predicate<br/>@prefix : <http://example.org/base#> .<br/>:a a :b .<br/></pre> @@ -4647,12 +6658,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' id='test_turtle-subm-08' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-08' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08'> Test <span property='dc:title'>turtle-subm-08</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>simple collection</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.ttl' title='turtle-subm-08 Input'>@prefix : <http://example.org/stuff/1.0/> .<br/>:a :b ( "apple" "banana" ) .<br/><br/></pre> @@ -4660,12 +6671,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' id='test_turtle-subm-09' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-09' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09'> Test <span property='dc:title'>turtle-subm-09</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>empty collection</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.ttl' title='turtle-subm-09 Input'>@prefix : <http://example.org/stuff/1.0/> .<br/>:a :b ( ) .<br/><br/></pre> @@ -4673,12 +6684,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' id='test_turtle-subm-10' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-10' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10'> Test <span property='dc:title'>turtle-subm-10</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>integer datatyped literal</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.ttl' title='turtle-subm-10 Input'># Test integer datatyped literals using an OWL cardinality constraint<br/>@prefix owl: <http://www.w3.org/2002/07/owl#> .<br/><br/># based on examples in the OWL Reference<br/><br/>_:hasParent a owl:ObjectProperty .<br/><br/>[] a owl:Restriction ;<br/> owl:onProperty _:hasParent ;<br/> owl:maxCardinality 2 .<br/></pre> @@ -4686,12 +6697,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' id='test_turtle-subm-11' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-11' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11'> Test <span property='dc:title'>turtle-subm-11</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>decimal integer canonicalization</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.ttl' title='turtle-subm-11 Input'><http://example.org/res1> <http://example.org/prop1> 000000 .<br/><http://example.org/res2> <http://example.org/prop2> 0 .<br/><http://example.org/res3> <http://example.org/prop3> 000001 .<br/><http://example.org/res4> <http://example.org/prop4> 2 .<br/><http://example.org/res5> <http://example.org/prop5> 4 .<br/></pre> @@ -4699,12 +6710,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' id='test_turtle-subm-12' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-12' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12'> Test <span property='dc:title'>turtle-subm-12</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>- and _ in names and qnames</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.ttl' title='turtle-subm-12 Input'># Tests for - and _ in names, qnames<br/>@prefix ex1: <http://example.org/ex1#> .<br/>@prefix ex-2: <http://example.org/ex2#> .<br/>@prefix ex3_: <http://example.org/ex3#> .<br/>@prefix ex4-: <http://example.org/ex4#> .<br/><br/>ex1:foo-bar ex1:foo_bar "a" .<br/>ex-2:foo-bar ex-2:foo_bar "b" .<br/>ex3_:foo-bar ex3_:foo_bar "c" .<br/>ex4-:foo-bar ex4-:foo_bar "d" .<br/></pre> @@ -4712,12 +6723,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' id='test_turtle-subm-13' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-13' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13'> Test <span property='dc:title'>turtle-subm-13</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>tests for rdf:_<numbers> and other qnames starting with _</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.ttl' title='turtle-subm-13 Input'># Tests for rdf:_<numbers> and other qnames starting with _<br/>@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .<br/>@prefix ex: <http://example.org/ex#> .<br/>@prefix : <http://example.org/myprop#> .<br/><br/>ex:foo rdf:_1 "1" .<br/>ex:foo rdf:_2 "2" .<br/>ex:foo :_abc "def" .<br/>ex:foo :_345 "678" .<br/></pre> @@ -4725,12 +6736,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' id='test_turtle-subm-14' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-14' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14'> Test <span property='dc:title'>turtle-subm-14</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>bare : allowed</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.ttl' title='turtle-subm-14 Input'># Test for : allowed<br/>@prefix : <http://example.org/ron> .<br/><br/>[] : [] .<br/><br/>: : : .<br/><br/></pre> @@ -4738,12 +6749,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' id='test_turtle-subm-15' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-15' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15'> Test <span property='dc:title'>turtle-subm-15</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>simple long literal</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.ttl' title='turtle-subm-15 Input'># Test long literal<br/>@prefix : <http://example.org/ex#> .<br/>:a :b """a long<br/> literal<br/>with<br/>newlines""" .<br/></pre> @@ -4751,12 +6762,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' id='test_turtle-subm-16' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-16' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16'> Test <span property='dc:title'>turtle-subm-16</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>long literals with escapes</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.ttl' title='turtle-subm-16 Input'>@prefix : <http://example.org/foo#> .<br/><br/>## \U00015678 is a not a legal codepoint<br/>## :a :b """\nthis \ris a \U00015678long\t<br/>## literal\uABCD<br/>## """ .<br/>## <br/>## :d :e """\tThis \uABCDis\r \U00015678another\n<br/>## one<br/>## """ .<br/><br/># \U00015678 is a not a legal codepoint<br/># \U00012451 in Cuneiform numeric ban 3<br/>:a :b """\nthis \ris a \U00012451long\t<br/>literal\uABCD<br/>""" .<br/><br/>:d :e """\tThis \uABCDis\r \U00012451another\n<br/>one<br/>""" .<br/></pre> @@ -4764,12 +6775,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' id='test_turtle-subm-17' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-17' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17'> Test <span property='dc:title'>turtle-subm-17</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>floating point number</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.ttl' title='turtle-subm-17 Input'>@prefix : <http://example.org/#> .<br/><br/>:a :b 1.0 .<br/><br/></pre> @@ -4777,12 +6788,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' id='test_turtle-subm-18' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-18' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18'> Test <span property='dc:title'>turtle-subm-18</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>empty literals, normal and long variant</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.ttl' title='turtle-subm-18 Input'>@prefix : <http://example.org/#> .<br/><br/>:a :b "" .<br/><br/>:c :d """""" .<br/><br/></pre> @@ -4790,12 +6801,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' id='test_turtle-subm-19' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-19' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19'> Test <span property='dc:title'>turtle-subm-19</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>positive integer, decimal and doubles</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.ttl' title='turtle-subm-19 Input'>@prefix : <http://example.org#> .<br/>:a :b 1.0 .<br/>:c :d 1 .<br/>:e :f 1.0e0 .<br/></pre> @@ -4803,12 +6814,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' id='test_turtle-subm-20' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-20' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20'> Test <span property='dc:title'>turtle-subm-20</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>negative integer, decimal and doubles</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.ttl' title='turtle-subm-20 Input'>@prefix : <http://example.org#> .<br/>:a :b -1.0 .<br/>:c :d -1 .<br/>:e :f -1.0e0 .<br/></pre> @@ -4816,12 +6827,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' id='test_turtle-subm-21' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-21' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21'> Test <span property='dc:title'>turtle-subm-21</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>long literal ending in double quote</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.ttl' title='turtle-subm-21 Input'># Test long literal<br/>@prefix : <http://example.org/ex#> .<br/>:a :b """John said: "Hello World!\"""" .<br/></pre> @@ -4829,12 +6840,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' id='test_turtle-subm-22' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-22' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22'> Test <span property='dc:title'>turtle-subm-22</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>boolean literals</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.ttl' title='turtle-subm-22 Input'>@prefix : <http://example.org#> .<br/>:a :b true .<br/>:c :d false .<br/></pre> @@ -4842,12 +6853,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' id='test_turtle-subm-23' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-23' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23'> Test <span property='dc:title'>turtle-subm-23</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>comments</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.ttl' title='turtle-subm-23 Input'># comment test<br/>@prefix : <http://example.org/#> .<br/>:a :b :c . # end of line comment<br/>:d # ignore me<br/> :e # and me<br/> :f # and me<br/> .<br/>:g :h #ignore me<br/> :i, # and me<br/> :j . # and me<br/><br/>:k :l :m ; #ignore me<br/> :n :o ; # and me<br/> :p :q . # and me<br/></pre> @@ -4855,12 +6866,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' id='test_turtle-subm-24' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-24' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24'> Test <span property='dc:title'>turtle-subm-24</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>no final mewline</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.ttl' title='turtle-subm-24 Input'># comment line with no final newline test<br/>@prefix : <http://example.org/#> .<br/>:a :b :c .<br/>#foo<br/></pre> @@ -4868,12 +6879,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' id='test_turtle-subm-25' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-25' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25'> Test <span property='dc:title'>turtle-subm-25</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>repeating a @prefix changes pname definition</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.ttl' title='turtle-subm-25 Input'>@prefix foo: <http://example.org/foo#> .<br/>@prefix foo: <http://example.org/bar#> .<br/><br/>foo:blah foo:blah foo:blah .<br/><br/></pre> @@ -4881,12 +6892,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' id='test_turtle-subm-26' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-26' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26'> Test <span property='dc:title'>turtle-subm-26</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Variations on decimal canonicalization</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.ttl' title='turtle-subm-26 Input'><http://example.org/foo> <http://example.org/bar> "2.345"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1."^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1.000000000"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.3"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1.2345678901234567890123457890"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/></pre> @@ -4894,12 +6905,12 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' id='test_turtle-subm-27' typeof='earl:TestCriterion earl:TestCase'> + <dt id='test_turtle-subm-27' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27'> Test <span property='dc:title'>turtle-subm-27</span> </dt> - <dd> - <p property='dc:description'></p> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Repeating @base changes base for relative IRI lookup</p> <dl> <dt> <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.ttl' title='turtle-subm-27 Input'># In-scope base URI is http://www.w3.org/2001/sw/DataAccess/df1/tests/ at this point<br/><a1> <b1> <c1> .<br/>@base <http://example.org/ns/> .<br/># In-scope base URI is http://example.org/ns/ at this point<br/><a2> <http://example.org/ns/b2> <c2> .<br/>@base <foo/> .<br/># In-scope base URI is http://example.org/ns/foo/ at this point<br/><a3> <b3> <c3> .<br/>@prefix : <bar#> .<br/>:a4 :b4 :c4 .<br/>@prefix : <http://example.org/ns2#> .<br/>:a5 :b5 :c5 .<br/></pre> @@ -4907,1651 +6918,83 @@ </dt> </dl> </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' id='test_turtle-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-base-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-01.ttl' title='turtle-syntax-bad-base-01 Input'># @base without URI.<br/>@base .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' id='test_turtle-syntax-bad-base-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-base-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-02.ttl' title='turtle-syntax-bad-base-02 Input'># @base in wrong case.<br/>@BASE <http://example/> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' id='test_turtle-syntax-bad-base-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-base-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-03.ttl' title='turtle-syntax-bad-base-03 Input'># @base without URI.<br/>BASE <http://example/> .<br/><s> <p> <o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' id='test_turtle-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-esc-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-01.ttl' title='turtle-syntax-bad-esc-01 Input'># Bad string escape<br/><http://example/s> <http://example/p> "a\zb" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' id='test_turtle-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-esc-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-02.ttl' title='turtle-syntax-bad-esc-02 Input'># Bad string escape<br/><http://example/s> <http://example/p> "\uWXYZ" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' id='test_turtle-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-esc-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-03.ttl' title='turtle-syntax-bad-esc-03 Input'># Bad string escape<br/><http://example/s> <http://example/p> "\U0000WXYZ" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' id='test_turtle-syntax-bad-esc-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-esc-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-04.ttl' title='turtle-syntax-bad-esc-04 Input'># Bad string escape<br/><http://example/s> <http://example/p> "\U0000WXYZ" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' id='test_turtle-syntax-bad-kw-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-kw-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-01.ttl' title='turtle-syntax-bad-kw-01 Input'>@prefix : <http://example/> .<br/>:s A :C .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' id='test_turtle-syntax-bad-kw-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-kw-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-02.ttl' title='turtle-syntax-bad-kw-02 Input'>@prefix : <http://example/> .<br/>a :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' id='test_turtle-syntax-bad-kw-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-kw-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-03.ttl' title='turtle-syntax-bad-kw-03 Input'>@prefix : <http://example/> .<br/>:s :p a .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' id='test_turtle-syntax-bad-kw-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-kw-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-04.ttl' title='turtle-syntax-bad-kw-04 Input'>@prefix : <http://example/> .<br/>true :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' id='test_turtle-syntax-bad-kw-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-kw-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-05.ttl' title='turtle-syntax-bad-kw-05 Input'>@prefix : <http://example/> .<br/>:s true :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' id='test_turtle-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-lang-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-lang-01.ttl' title='turtle-syntax-bad-lang-01 Input'># Bad lang tag<br/><http://example/s> <http://example/p> "string"@1 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' id='test_turtle-syntax-bad-n3-extras-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-01.ttl' title='turtle-syntax-bad-n3-extras-01 Input'># {} fomulae not in Turtle<br/>@prefix : <http://example/> .<br/><br/>{ :a :q :c . } :p :z .<br/><br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' id='test_turtle-syntax-bad-n3-extras-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-02.ttl' title='turtle-syntax-bad-n3-extras-02 Input'># = is not Turtle<br/>@prefix : <http://example/> .<br/><br/>:a = :b .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' id='test_turtle-syntax-bad-n3-extras-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-03.ttl' title='turtle-syntax-bad-n3-extras-03 Input'># N3 paths<br/>@prefix : <http://example/> .<br/>@prefix ns: <http://example/p#> .<br/><br/>:x.<br/> ns:p.<br/> ns:q :p :z .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' id='test_turtle-syntax-bad-n3-extras-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-04.ttl' title='turtle-syntax-bad-n3-extras-04 Input'># N3 paths<br/>@prefix : <http://example/> .<br/>@prefix ns: <http://example/p#> .<br/><br/>:x^ns:p :p :z .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' id='test_turtle-syntax-bad-n3-extras-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-05.ttl' title='turtle-syntax-bad-n3-extras-05 Input'># N3 is...of<br/>@prefix : <http://example/> .<br/><br/>:z is :p of :x .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' id='test_turtle-syntax-bad-n3-extras-06' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-06</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-06.ttl' title='turtle-syntax-bad-n3-extras-06 Input'># = is not Turtle<br/>@prefix : <http://example/> .<br/><br/>:a.:b.:c .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' id='test_turtle-syntax-bad-n3-extras-07' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-07</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-07.ttl' title='turtle-syntax-bad-n3-extras-07 Input'># @keywords is not Turtle<br/>@keywords a .<br/>x a Item .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' id='test_turtle-syntax-bad-n3-extras-08' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-08</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-08.ttl' title='turtle-syntax-bad-n3-extras-08 Input'># @keywords is not Turtle<br/>@keywords a .<br/>x a Item .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' id='test_turtle-syntax-bad-n3-extras-09' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-09</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-09.ttl' title='turtle-syntax-bad-n3-extras-09 Input'># => is not Turtle<br/>@prefix : <http://example/> .<br/>:s => :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' id='test_turtle-syntax-bad-n3-extras-10' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-10</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-10.ttl' title='turtle-syntax-bad-n3-extras-10 Input'># <= is not Turtle<br/>@prefix : <http://example/> .<br/>:s <= :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' id='test_turtle-syntax-bad-n3-extras-11' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-11</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-11.ttl' title='turtle-syntax-bad-n3-extras-11 Input'># @forSome is not Turtle<br/>@prefix : <http://example/> .<br/>@forSome :x .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' id='test_turtle-syntax-bad-n3-extras-12' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-12</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-12.ttl' title='turtle-syntax-bad-n3-extras-12 Input'># @forAll is not Turtle<br/>@prefix : <http://example/> .<br/>@forAll :x .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' id='test_turtle-syntax-bad-n3-extras-13' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-n3-extras-13</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-13.ttl' title='turtle-syntax-bad-n3-extras-13 Input'># @keywords is not Turtle<br/>@keywords .<br/>x @a Item .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' id='test_turtle-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-num-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-01.ttl' title='turtle-syntax-bad-num-01 Input'><http://example/s> <http://example/p> 123.abc .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' id='test_turtle-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-num-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-02.ttl' title='turtle-syntax-bad-num-02 Input'><http://example/s> <http://example/p> 123e .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' id='test_turtle-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-num-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-03.ttl' title='turtle-syntax-bad-num-03 Input'><http://example/s> <http://example/p> 123abc .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' id='test_turtle-syntax-bad-num-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-num-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-04.ttl' title='turtle-syntax-bad-num-04 Input'><http://example/s> <http://example/p> 0x123 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' id='test_turtle-syntax-bad-num-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-num-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-05.ttl' title='turtle-syntax-bad-num-05 Input'><http://example/s> <http://example/p> +-1 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' id='test_turtle-syntax-bad-pname-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-pname-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-01.ttl' title='turtle-syntax-bad-pname-01 Input'># ~ must be escaped.<br/>@prefix : <http://example/> .<br/>:a~b :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' id='test_turtle-syntax-bad-pname-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-pname-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-02.ttl' title='turtle-syntax-bad-pname-02 Input'># Bad %-sequence<br/>@prefix : <http://example/> .<br/>:a%2 :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' id='test_turtle-syntax-bad-pname-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-pname-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-03.ttl' title='turtle-syntax-bad-pname-03 Input'># No \u (x39 is "9")<br/>@prefix : <http://example/> .<br/>:a\u0039 :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' id='test_turtle-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-prefix-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-01.ttl' title='turtle-syntax-bad-prefix-01 Input'># No prefix<br/>:s <http://example/p> "x" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' id='test_turtle-syntax-bad-prefix-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-prefix-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-02.ttl' title='turtle-syntax-bad-prefix-02 Input'># No prefix<br/>@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .<br/><http://example/s> rdf:type :C .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' id='test_turtle-syntax-bad-prefix-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-prefix-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-03.ttl' title='turtle-syntax-bad-prefix-03 Input'># @prefix without URI.<br/>@prefix ex: .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' id='test_turtle-syntax-bad-prefix-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-prefix-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-04.ttl' title='turtle-syntax-bad-prefix-04 Input'># @prefix without prefix name .<br/>@prefix <http://example/> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' id='test_turtle-syntax-bad-prefix-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-prefix-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-05.ttl' title='turtle-syntax-bad-prefix-05 Input'># @prefix without :<br/>@prefix x <http://example/> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' id='test_turtle-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-string-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-01.ttl' title='turtle-syntax-bad-string-01 Input'>@prefix : <http://example/> .<br/>:s :p "abc' .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' id='test_turtle-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-string-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-02.ttl' title='turtle-syntax-bad-string-02 Input'>@prefix : <http://example/> .<br/>:s :p 'abc" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' id='test_turtle-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-string-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-03.ttl' title='turtle-syntax-bad-string-03 Input'>@prefix : <http://example/> .<br/>:s :p '''abc' .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' id='test_turtle-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-string-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-04.ttl' title='turtle-syntax-bad-string-04 Input'>@prefix : <http://example/> .<br/>:s :p """abc''' .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' id='test_turtle-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-string-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-05.ttl' title='turtle-syntax-bad-string-05 Input'># Long literal with missing end<br/>@prefix : <http://example/> .<br/>:s :p """abc<br/>def<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' id='test_turtle-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-01.ttl' title='turtle-syntax-bad-struct-01 Input'># Turtle is not TriG<br/>{ <http://example/s> <http://example/p> <http://example/o> }<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' id='test_turtle-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-02.ttl' title='turtle-syntax-bad-struct-02 Input'># Turtle is not N3<br/><http://example/s> = <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' id='test_turtle-syntax-bad-struct-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-03.ttl' title='turtle-syntax-bad-struct-03 Input'># Turtle is not NQuads<br/><http://example/s> <http://example/p> <http://example/o> <http://example/g> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' id='test_turtle-syntax-bad-struct-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-04.ttl' title='turtle-syntax-bad-struct-04 Input'># Turtle does not allow literals-as-subjects<br/>"hello" <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' id='test_turtle-syntax-bad-struct-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-05.ttl' title='turtle-syntax-bad-struct-05 Input'># Turtle does not allow literals-as-predicates<br/><http://example/s> "hello" <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' id='test_turtle-syntax-bad-struct-06' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-06</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-06.ttl' title='turtle-syntax-bad-struct-06 Input'># Turtle does not allow bnodes-as-predicates<br/><http://example/s> [] <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' id='test_turtle-syntax-bad-struct-07' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-07</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-07.ttl' title='turtle-syntax-bad-struct-07 Input'># Turtle does not allow bnodes-as-predicates<br/><http://example/s> _:p <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' id='test_turtle-syntax-bad-struct-08' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-08</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-08.ttl' title='turtle-syntax-bad-struct-08 Input'># No DOT<br/><http://example/s> <http://example/p> <http://example/o><br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' id='test_turtle-syntax-bad-struct-09' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-09</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-09.ttl' title='turtle-syntax-bad-struct-09 Input'># Too many DOT<br/><http://example/s> <http://example/p> <http://example/o> . .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' id='test_turtle-syntax-bad-struct-10' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-10</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-10.ttl' title='turtle-syntax-bad-struct-10 Input'># Too many DOT<br/><http://example/s> <http://example/p> <http://example/o> . .<br/><http://example/s1> <http://example/p1> <http://example/o1> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' id='test_turtle-syntax-bad-struct-11' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-11</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-11.ttl' title='turtle-syntax-bad-struct-11 Input'># Trailing ;<br/><http://example/s> <http://example/p> <http://example/o> ;<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' id='test_turtle-syntax-bad-struct-12' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-12</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-12.ttl' title='turtle-syntax-bad-struct-12 Input'><http://example/s> <http://example/p> <br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' id='test_turtle-syntax-bad-struct-13' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-13</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-13.ttl' title='turtle-syntax-bad-struct-13 Input'><http://example/s> <http://example/p> <br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' id='test_turtle-syntax-bad-struct-14' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-14</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-14.ttl' title='turtle-syntax-bad-struct-14 Input'># Literal as subject<br/>"abc" <http://example/p> <http://example/p> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' id='test_turtle-syntax-bad-struct-15' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-15</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-15.ttl' title='turtle-syntax-bad-struct-15 Input'># Literal as predicate<br/><http://example/s> "abc" <http://example/p> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' id='test_turtle-syntax-bad-struct-16' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-16</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-16.ttl' title='turtle-syntax-bad-struct-16 Input'># BNode as predicate<br/><http://example/s> [] <http://example/p> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' id='test_turtle-syntax-bad-struct-17' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-struct-17</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-17.ttl' title='turtle-syntax-bad-struct-17 Input'># BNode as predicate<br/><http://example/s> _:a <http://example/p> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' id='test_turtle-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-uri-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-01.ttl' title='turtle-syntax-bad-uri-01 Input'># Bad IRI : space.<br/><http://example/ space> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' id='test_turtle-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-uri-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-02.ttl' title='turtle-syntax-bad-uri-02 Input'># Bad IRI : bad escape<br/><http://example/\u00ZZ11> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' id='test_turtle-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-uri-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-03.ttl' title='turtle-syntax-bad-uri-03 Input'># Bad IRI : bad escape<br/><http://example/\U00ZZ1111> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' id='test_turtle-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-uri-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-04.ttl' title='turtle-syntax-bad-uri-04 Input'># Bad IRI : character escapes not allowed.<br/><http://example/\n> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' id='test_turtle-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bad-uri-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-05.ttl' title='turtle-syntax-bad-uri-05 Input'># Bad IRI : character escapes not allowed.<br/><http://example/\/> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' id='test_turtle-syntax-base-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-base-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-01.ttl' title='turtle-syntax-base-01 Input'>@base <http://example/> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' id='test_turtle-syntax-base-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-base-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-02.ttl' title='turtle-syntax-base-02 Input'>BASE <http://example/><br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' id='test_turtle-syntax-base-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-base-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-03.ttl' title='turtle-syntax-base-03 Input'>@base <http://example/> .<br/><s> <p> <o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' id='test_turtle-syntax-base-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-base-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-04.ttl' title='turtle-syntax-base-04 Input'>base <http://example/><br/><s> <p> <o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' id='test_turtle-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bnode-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-01.ttl' title='turtle-syntax-bnode-01 Input'>@prefix : <http://example/> .<br/>[] :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' id='test_turtle-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bnode-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-02.ttl' title='turtle-syntax-bnode-02 Input'>@prefix : <http://example/> .<br/>:s :p [] .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' id='test_turtle-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bnode-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-03.ttl' title='turtle-syntax-bnode-03 Input'>@prefix : <http://example/> .<br/>:s :p [ :q :o ] .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' id='test_turtle-syntax-bnode-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bnode-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-04.ttl' title='turtle-syntax-bnode-04 Input'>@prefix : <http://example/> .<br/>:s :p [ :q1 :o1 ; :q2 :o2 ] .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' id='test_turtle-syntax-bnode-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bnode-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-05.ttl' title='turtle-syntax-bnode-05 Input'>@prefix : <http://example/> .<br/>[ :q1 :o1 ; :q2 :o2 ] :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' id='test_turtle-syntax-bnode-06' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bnode-06</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-06.ttl' title='turtle-syntax-bnode-06 Input'>@prefix : <http://example/> .<br/>_:a :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' id='test_turtle-syntax-bnode-07' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bnode-07</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-07.ttl' title='turtle-syntax-bnode-07 Input'>@prefix : <http://example/> .<br/>:s :p _:a .<br/>_:a :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' id='test_turtle-syntax-bnode-08' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bnode-08</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-08.ttl' title='turtle-syntax-bnode-08 Input'>@prefix : <http://example/> .<br/>[ :p :o ] .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' id='test_turtle-syntax-bnode-09' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bnode-09</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-09.ttl' title='turtle-syntax-bnode-09 Input'>@prefix : <http://example/> .<br/>[ :p :o1,:2 ] .<br/>:s :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' id='test_turtle-syntax-bnode-10' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-bnode-10</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-10.ttl' title='turtle-syntax-bnode-10 Input'>@prefix : <http://example/> .<br/><br/>:s1 :p :o .<br/>[ :p1 :o1 ; :p2 :o2 ] .<br/>:s2 :p :o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' id='test_turtle-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-datatypes-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-01.ttl' title='turtle-syntax-datatypes-01 Input'>@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .<br/><s> <p> "123"^^xsd:byte .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' id='test_turtle-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-datatypes-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-02.ttl' title='turtle-syntax-datatypes-02 Input'>@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .<br/>@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .<br/><s> <p> "123"^^xsd:string .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' id='test_turtle-syntax-file-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-file-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-01.ttl' title='turtle-syntax-file-01 Input'></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' id='test_turtle-syntax-file-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-file-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-02.ttl' title='turtle-syntax-file-02 Input'>#Empty file.<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' id='test_turtle-syntax-file-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-file-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-03.ttl' title='turtle-syntax-file-03 Input'>#One comment, one empty line.<br/><br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' id='test_turtle-syntax-kw-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-kw-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-01.ttl' title='turtle-syntax-kw-01 Input'><s> <p> true .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' id='test_turtle-syntax-kw-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-kw-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-02.ttl' title='turtle-syntax-kw-02 Input'><s> <p> false .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' id='test_turtle-syntax-kw-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-kw-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-03.ttl' title='turtle-syntax-kw-03 Input'>@prefix : <http://example/> .<br/>:s a :C .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' id='test_turtle-syntax-lists-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-lists-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-01.ttl' title='turtle-syntax-lists-01 Input'>@prefix : <http://example/> .<br/>:s :p () .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' id='test_turtle-syntax-lists-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-lists-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-02.ttl' title='turtle-syntax-lists-02 Input'>@prefix : <http://example/> .<br/>:s :p (1 "2" :o) .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' id='test_turtle-syntax-lists-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-lists-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-03.ttl' title='turtle-syntax-lists-03 Input'>@prefix : <http://example/> .<br/>(1) :p (1) .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' id='test_turtle-syntax-lists-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-lists-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-04.ttl' title='turtle-syntax-lists-04 Input'>@prefix : <http://example/> .<br/>(()) :p (()) .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' id='test_turtle-syntax-lists-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-lists-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-05.ttl' title='turtle-syntax-lists-05 Input'>@prefix : <http://example/> .<br/>(1 2 (1 2)) :p (( "a") "b" :o) .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' id='test_turtle-syntax-number-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-01.ttl' title='turtle-syntax-number-01 Input'><s> <p> 123 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' id='test_turtle-syntax-number-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-02.ttl' title='turtle-syntax-number-02 Input'><s> <p> -123 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' id='test_turtle-syntax-number-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-03.ttl' title='turtle-syntax-number-03 Input'><s> <p> +123 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' id='test_turtle-syntax-number-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-04.ttl' title='turtle-syntax-number-04 Input'># This is a decimal.<br/><s> <p> 123.0 . <br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' id='test_turtle-syntax-number-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-05.ttl' title='turtle-syntax-number-05 Input'># This is a decimal.<br/><s> <p> .1 . <br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' id='test_turtle-syntax-number-06' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-06</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-06.ttl' title='turtle-syntax-number-06 Input'># This is a decimal.<br/><s> <p> -123.0 . <br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' id='test_turtle-syntax-number-07' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-07</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-07.ttl' title='turtle-syntax-number-07 Input'># This is a decimal.<br/><s> <p> +123.0 . <br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' id='test_turtle-syntax-number-08' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-08</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-08.ttl' title='turtle-syntax-number-08 Input'># This is an integer<br/><s> <p> 123.<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' id='test_turtle-syntax-number-09' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-09</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-09.ttl' title='turtle-syntax-number-09 Input'><s> <p> 123.0e1 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' id='test_turtle-syntax-number-10' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-10</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-10.ttl' title='turtle-syntax-number-10 Input'><s> <p> -123e-1 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' id='test_turtle-syntax-number-11' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-number-11</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-11.ttl' title='turtle-syntax-number-11 Input'><s> <p> 123.E+1 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' id='test_turtle-syntax-pname-esc-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-pname-esc-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-01.ttl' title='turtle-syntax-pname-esc-01 Input'>@prefix : <http://example/> .<br/>:s :p :\~\.\-\!\$\&\'\(\)\*\+\,\;\=\/\?\#\@\_\%AA .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' id='test_turtle-syntax-pname-esc-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-pname-esc-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-02.ttl' title='turtle-syntax-pname-esc-02 Input'>@prefix : <http://example/> .<br/>:s :p :0123\~\.\-\!\$\&\'\(\)\*\+\,\;\=\/\?\#\@\_\%AA123 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' id='test_turtle-syntax-pname-esc-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-pname-esc-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-03.ttl' title='turtle-syntax-pname-esc-03 Input'>@prefix : <http://example/> .<br/>:xyz\~ :abc\.: : .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' id='test_turtle-syntax-prefix-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-prefix-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-01.ttl' title='turtle-syntax-prefix-01 Input'>@prefix : <http://example/> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' id='test_turtle-syntax-prefix-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-prefix-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-02.ttl' title='turtle-syntax-prefix-02 Input'>PreFIX : <http://example/><br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' id='test_turtle-syntax-prefix-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-prefix-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-03.ttl' title='turtle-syntax-prefix-03 Input'>PREFIX : <http://example/><br/>:s :p :123 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' id='test_turtle-syntax-prefix-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-prefix-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-04.ttl' title='turtle-syntax-prefix-04 Input'>@prefix : <http://example/> .<br/>:s :p :%20 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' id='test_turtle-syntax-prefix-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-prefix-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-05.ttl' title='turtle-syntax-prefix-05 Input'>@prefix : <http://example/> .<br/>: : : .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' id='test_turtle-syntax-prefix-06' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-prefix-06</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-06.ttl' title='turtle-syntax-prefix-06 Input'># colon is a legal pname character<br/>@prefix : <http://example/> .<br/>@prefix x: <http://example/> .<br/>:a:b:c x:d:e:f :::: .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' id='test_turtle-syntax-prefix-07' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-prefix-07</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-07.ttl' title='turtle-syntax-prefix-07 Input'># dash is a legal pname character<br/>@prefix x: <http://example/> .<br/>x:a-b-c x:p x:o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' id='test_turtle-syntax-prefix-08' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-prefix-08</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-08.ttl' title='turtle-syntax-prefix-08 Input'># dash is a legal pname character<br/>@prefix x: <http://example/> .<br/>x:_ x:p_1 x:o .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' id='test_turtle-syntax-prefix-09' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-prefix-09</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-09.ttl' title='turtle-syntax-prefix-09 Input'># percents<br/>@prefix : <http://example/> .<br/>@prefix x: <http://example/> .<br/>:a%3E x:%25 :a%3Eb .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' id='test_turtle-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-str-esc-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-01.ttl' title='turtle-syntax-str-esc-01 Input'><http://example/s> <http://example/p> "a\n" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' id='test_turtle-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-str-esc-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-02.ttl' title='turtle-syntax-str-esc-02 Input'><http://example/s> <http://example/p> "a\u0020b" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' id='test_turtle-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-str-esc-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-03.ttl' title='turtle-syntax-str-esc-03 Input'><http://example/s> <http://example/p> "a\U00000020b" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' id='test_turtle-syntax-string-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-01.ttl' title='turtle-syntax-string-01 Input'><http://example/s> <http://example/p> "string" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' id='test_turtle-syntax-string-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-02.ttl' title='turtle-syntax-string-02 Input'><http://example/s> <http://example/p> "string"@en .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' id='test_turtle-syntax-string-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-03.ttl' title='turtle-syntax-string-03 Input'><http://example/s> <http://example/p> "string"@en-uk .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' id='test_turtle-syntax-string-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-04.ttl' title='turtle-syntax-string-04 Input'><http://example/s> <http://example/p> 'string' .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' id='test_turtle-syntax-string-05' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-05</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-05.ttl' title='turtle-syntax-string-05 Input'><http://example/s> <http://example/p> 'string'@en .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' id='test_turtle-syntax-string-06' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-06</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-06.ttl' title='turtle-syntax-string-06 Input'><http://example/s> <http://example/p> 'string'@en-uk .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' id='test_turtle-syntax-string-07' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-07</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-07.ttl' title='turtle-syntax-string-07 Input'><http://example/s> <http://example/p> """abc""def''ghi""" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' id='test_turtle-syntax-string-08' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-08</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-08.ttl' title='turtle-syntax-string-08 Input'><http://example/s> <http://example/p> """abc<br/>def""" .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' id='test_turtle-syntax-string-09' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-09</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-09.ttl' title='turtle-syntax-string-09 Input'><http://example/s> <http://example/p> '''abc<br/>def''' .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' id='test_turtle-syntax-string-10' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-10</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-10.ttl' title='turtle-syntax-string-10 Input'><http://example/s> <http://example/p> """abc<br/>def"""@en .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' id='test_turtle-syntax-string-11' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-string-11</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-11.ttl' title='turtle-syntax-string-11 Input'><http://example/s> <http://example/p> '''abc<br/>def'''@en .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' id='test_turtle-syntax-struct-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-struct-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-01.ttl' title='turtle-syntax-struct-01 Input'>@prefix : <http://example/> .<br/>:s :p :o1 , :o2 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' id='test_turtle-syntax-struct-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-struct-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-02.ttl' title='turtle-syntax-struct-02 Input'>@prefix : <http://example/> .<br/>:s :p1 :o1 ;<br/> :p2 :o2 .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' id='test_turtle-syntax-struct-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-struct-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-03.ttl' title='turtle-syntax-struct-03 Input'>@prefix : <http://example/> .<br/>:s :p1 :o1 ;<br/> :p2 :o2 ;<br/> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' id='test_turtle-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-uri-01</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-01.ttl' title='turtle-syntax-uri-01 Input'><http://example/s> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' id='test_turtle-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-uri-02</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-02.ttl' title='turtle-syntax-uri-02 Input'># x53 is capital S<br/><http://example/\u0053> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' id='test_turtle-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-uri-03</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-03.ttl' title='turtle-syntax-uri-03 Input'># x53 is capital S<br/><http://example/\U00000053> <http://example/p> <http://example/o> .<br/></pre> - </dt> - </dl> - </dd> - <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' id='test_turtle-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase'> - Test - <span property='dc:title'>turtle-syntax-uri-04</span> - </dt> - <dd> - <p property='dc:description'></p> - <dl> - <dt> - <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-04.ttl' title='turtle-syntax-uri-04 Input'># IRI with all chars in it.<br/><http://example/s> <http://example/p><br/><scheme:!$%25&'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#> .<br/></pre> + <dt id='test_turtle-eval-bad-01' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01'> + Test + <span property='dc:title'>turtle-eval-bad-01</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad IRI : good escape, bad charcater (negative evaluation test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-01.ttl' title='turtle-eval-bad-01 Input'># Bad IRI : good escape, bad charcater<br/><http://example/\u0020> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-eval-bad-02' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02'> + Test + <span property='dc:title'>turtle-eval-bad-02</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad IRI : hex 3C is < (negative evaluation test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-02.ttl' title='turtle-eval-bad-02 Input'># Bad IRI : hex 3C is <<br/><http://example/\u003C> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-eval-bad-03' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03'> + Test + <span property='dc:title'>turtle-eval-bad-03</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad IRI : hex 3E is (negative evaluation test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-03.ttl' title='turtle-eval-bad-03 Input'># Bad IRI : hex 3E is ><br/><http://example/\u003E> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt id='test_turtle-eval-bad-04' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04'> + Test + <span property='dc:title'>turtle-eval-bad-04</span> + </dt> + <dd inlist='inlist' property='earl:tests' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' typeof='earl:TestCriterion earl:TestCase'> + <p lang='en' property='dc:description'>Bad IRI : {abc} (negative evaluation test)</p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-04.ttl' title='turtle-eval-bad-04 Input'># Bad IRI<br/><http://example/{abc}> <http://example/p> <http://example/o> .<br/></pre> </dt> </dl> </dd> </dl> </section> + <section id='appendix' property='earl:generatedBy' resource='http://rubygems.org/gems/earl-report' typeof='doap:Project'> + <h2> + Report Generation Software + </h2> + <p> + This report generated by + <span property='doap:name'><a href='http://rubygems.org/gems/earl-report'>earl-report</a></span> + <meta content='Earl Report summary generator' lang='en' property='doap:shortdesc' /> + <meta content='EarlReport generates HTML+RDFa rollups of multiple EARL reports' lang='en' property='doap:description' /> + version + <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.1.2' typeof='doap:Version'> + <span property='doap:revision'>0.1.2</span> + <meta content='earl-report-0.1.2' property='doap:name' /> + <meta content='2012-11-26' datatype='xsd:date' property='doap:created' /> + </span> + an + <a href='http://unlicense.org' property='doap:license'>Unlicensed</a> + <span property='doap:programming-language'>Ruby</span> + application. More information is available at + <a href='https://github.com/gkellogg/earl-report' property='doap:homepage'>https://github.com/gkellogg/earl-report</a> + . + </p> + <p property='doap:developer' resource='http://greggkellogg.net/foaf#me' typeof='foaf:Person'> + This software is provided by + <a href='http://greggkellogg.net/' property='foaf:homepage'><span aboue='http://greggkellogg.net/foaf#me' property='foaf:name'>Gregg Kellogg</span></a> + in hopes that it might make the lives of conformance testers easier. + </p> + </section> </body> </html>