--- a/rdf-mt/reports/template.md Thu Dec 05 21:54:33 2013 +0000
+++ b/rdf-mt/reports/template.md Thu Dec 05 21:56:12 2013 -0800
@@ -87,9 +87,7 @@
// only "name" is required
editors: [
{ name: "Gregg Kellogg", url: "http://greggkellogg.net/",
- company: "Kellogg Associates" },
- { name: "Andy Seaborne",
- company: "The Apache Software Foundation"}
+ company: "Kellogg Associates" }
],
// authors, add as many as you like.
--- a/rdf-turtle/reports/Apache-Jena-ttl-earl-2013-05-21.ttl.old Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3301 +0,0 @@
-@prefix dc: <http://purl.org/dc/elements/1.1/> .
-@prefix rdft: <http://www.w3.org/ns/rdftest#> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix dct: <http://purl.org/dc/terms/> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-
-<http://jena.apache.org/#riot>
- a doap:Project ;
- <http://projects.apache.org/ns/asfext#implements>
- [ a <http://projects.apache.org/ns/asfext#Standard> ;
- <http://projects.apache.org/ns/asfext#body>
- "W3C" ;
- <http://projects.apache.org/ns/asfext#id>
- "" ;
- <http://projects.apache.org/ns/asfext#title>
- "SPARQL" ;
- <http://projects.apache.org/ns/asfext#url>
- <http://www.w3.org/TR/rdf-sparql-query/>
- ] ;
- <http://projects.apache.org/ns/asfext#implements>
- [ a <http://projects.apache.org/ns/asfext#Standard> ;
- <http://projects.apache.org/ns/asfext#body>
- "W3C" ;
- <http://projects.apache.org/ns/asfext#id>
- "" ;
- <http://projects.apache.org/ns/asfext#title>
- "Resource Description Framework" ;
- <http://projects.apache.org/ns/asfext#url>
- <http://www.w3.org/RDF/>
- ] ;
- <http://projects.apache.org/ns/asfext#pmc>
- <http://jena.apache.org> ;
- doap:bug-database
- <https://issues.apache.org/jira/browse/JENA> ;
- doap:category
- <http://projects.apache.org/category/library> ;
- doap:created
- "2012-05-03" ;
- 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." ;
- doap:developer
- [ a foaf:Person ;
- foaf:mbox <mailto:rvesse@apache.org> ;
- foaf:name "Rob Vesse"
- ] ;
- doap:developer
- [ a foaf:Person ;
- foaf:mbox <mailto:castagna@apache.org> ;
- foaf:name "Paolo Castagna"
- ] ;
- doap:developer
- [ a foaf:Person ;
- foaf:mbox <mailto:chrisdollin@apache.org> ;
- foaf:name "Chris Dollin"
- ] ;
- doap:developer
- [ a foaf:Person ;
- foaf:mbox <mailto:sallen@apache.org> ;
- foaf:name "Stephen Allen"
- ] ;
- doap:developer
- [ a foaf:Person ;
- foaf:mbox <mailto:ijd@apache.org> ;
- foaf:name "Ian Dickinson"
- ] ;
- doap:developer
- [ a foaf:Person ;
- foaf:mbox <mailto:damian@apache.org> ;
- foaf:name "Damian Steer"
- ] ;
- doap:developer
- [ a foaf:Person ;
- foaf:mbox <mailto:andy@apache.org> ;
- foaf:name "Andy Seaborne"
- ] ;
- doap:developer
- [ a foaf:Person ;
- foaf:mbox <mailto:claude@apache.org> ;
- foaf:name "Claude Warren"
- ] ;
- doap:developer
- [ a foaf:Person ;
- foaf:mbox <mailto:der@apache.org> ;
- foaf:name "Dave Reynolds"
- ] ;
- doap:download-page
- <http://jena.apache.org/download/index.html> ;
- doap:homepage
- <http://jena.apache.org> ;
- doap:license
- <http://usefulinc.com/doap/licenses/asl20> ;
- doap:mailing-list
- <http://jena.apache.org/help_and_support/index.html> ;
- doap:name "Apache Jena"@en ;
- doap:programming-language
- "Java"@en ;
- doap:release
- [ a doap:Version ;
- doap:created
- "2013-05-15"@en ;
- doap:name "apache-jena-2.10.1"@en ;
- doap:revision
- "2.10.0"@en
- ] ;
- doap:repository
- [ a doap:SVNRepository ;
- doap:browse
- <http://svn.apache.org/viewvc/jena/> ;
- doap:location
- <http://svn.apache.org/repos/asf/jena/trunk/>
- ] ;
- doap:shortdesc
- "A framework for developing Semantic Web and Linked Data applications in Java."@en .
-
-@prefix dc: <http://purl.org/dc/elements/1.1/> .
-@prefix rdft: <http://www.w3.org/ns/rdftest#> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix dct: <http://purl.org/dc/terms/> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#percent_escaped_localName>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#old_style_prefix>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_LONG_with_subtag>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_with_non_leading_extras>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#repeated_semis_not_at_end>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#collection_object>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ln-dots>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_as_subject>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_eight_digit_numeric_escape>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#numeric_with_leading_0>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#SPARQL_style_base>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_numeric_escape4>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_ascii_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_numeric_escape8>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_LINE_FEED>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#lantag_with_subtag>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2_ascii_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_double>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#anonymous_blank_node_object>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_with_UTF8_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_LINE_FEED>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02>
-] .
-
-_:b0 a foaf:Person ;
- foaf:homepage <http://people.apache.org/~andy> ;
- foaf:name "Andy Seaborne" .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_2_squotes>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_false>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#underscore_in_localName>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-dash-start>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_IRI_object>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-escape-start>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_leading_underscore>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_leading_digit>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_reassigned_and_used>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ns-dot-start>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_a_predicate>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_object>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#two_LITERAL_LONG2s>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_with_multiple_triples>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_1_squote>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_name_datatype>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_non_leading_extras>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#last>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_REVERSE_SOLIDUS>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#repeated_semis_at_end>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#negative_numeric>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ln-colons>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_ascii_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#positive_numeric>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_all_punctuation>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_FORM_FEED>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_BACKSPACE>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_LONG>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#nested_blankNodePropertyLists>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_decimal>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_ascii_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_BACKSPACE>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_four_digit_numeric_escape>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#old_style_base>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ns-dots>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#HYPHEN_MINUS_in_localName>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#collection_subject>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#SPARQL_style_prefix>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_leading_underscore>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#sole_blankNodePropertyList>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_IRI_predicate>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#default_namespace_IRI>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ns-dot-end>
-] .
-
-<http://jena.apache.org/#riot>
- a doap:Project , earl:Software ;
- dc:creator _:b0 ;
- dc:title "Apache Jena RIOT" ;
- dct:hasVersion "${project.version}" ;
- dct:isPartOf [ foaf:homepage <http://jena.apache.org/> ] ;
- doap:homepage "http://jena.apache.org/" ;
- doap:maintainer _:b0 ;
- doap:name "Apache Jena RIOT" ;
- doap:release [ a doap:Version ;
- doap:created "2013-05-21+01:00"^^xsd:date ;
- doap:name "RIOT"
- ] ;
- foaf:homepage <http://jena.apache.org/> .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#empty_collection>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_1_squote>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_all_punctuation>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_true>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#anonymous_blank_node_subject>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_subject>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRIREF_datatype>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localname_with_COLON>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_CARRIAGE_RETURN>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_leading_digit>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#objectList_with_two_objects>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_FORM_FEED>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_containing_collection>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#predicateObjectList_with_two_objectLists>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2_with_UTF8_boundaries>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#double_lower_case_e>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-blank-label>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_all_controls>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#nested_collection>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_CHARACTER_TABULATION>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_non_LONG>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_2_squotes>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_integer>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_only_IRI>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_as_object>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-escape>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#first>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_subject>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_non_leading_extras>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04>
-] .
-
-[ a earl:Assertion ;
- earl:assertedBy <http://jena.apache.org/#riot> ;
- earl:mode earl:automatic ;
- earl:result [ a earl:TestResult ;
- dc:date "2013-05-21+01:00"^^xsd:date ;
- earl:outcome earl:passed
- ] ;
- earl:subject <http://jena.apache.org/#riot> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#reserved_escaped_localName>
-] .
--- a/rdf-turtle/reports/earl-eye-2013-08-10.ttl.old Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3951 +0,0 @@
-@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>.
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
-@prefix rdft: <http://www.w3.org/ns/rdftest#>.
-@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 xsd: <http://www.w3.org/2001/XMLSchema#>.
-@prefix manifest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#>.
-
-<> foaf:primaryTopic <http://eulersharp.sourceforge.net/#eye>;
- dc:issued "2013-08-10T11:36:07.506Z"^^xsd:dateTime;
- foaf:maker <http://www.agfa.com/w3c/jdroo/card.rdf#me>.
-
-<http://eulersharp.sourceforge.net/#eye> a earl:Software, earl:TestSubject, doap:Project;
- doap:name "EYE";
- doap:homepage <http://eulersharp.sourceforge.net/>;
- doap:license <http://opensource.org/licenses/MIT>;
- doap:programming-language "Prolog";
- doap:implements <http://www.w3.org/TR/turtle/>;
- doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
- doap:download-page <http://sourceforge.net/projects/eulersharp/files/eulersharp/>;
- doap:developer <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- doap:maintainer <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- doap:documenter <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- doap:maker <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- dc:title "EYE";
- dc:description "Euler Yet another proof Engine"@en;
- dc:creator <http://www.agfa.com/w3c/jdroo/card.rdf#me>.
-
-<http://www.agfa.com/w3c/jdroo/card.rdf#me> a foaf:Person, earl:Assertor;
- foaf:name "Jos De Roo";
- foaf:homepage <http://www.agfa.com/w3c/jdroo/>;
- foaf:primaryTopicOf <http://www.agfa.com/w3c/jdroo/card.rdf>;
- rdfs:isDefinedBy <http://www.agfa.com/w3c/jdroo/card.rdf>.
-
-manifest:IRI_subject a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_subject";
- dc:description "IRI subject";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:IRI_subject;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:IRI_with_four_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_with_four_digit_numeric_escape";
- dc:description "IRI with four digit numeric escape (\\u)";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:IRI_with_four_digit_numeric_escape;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:IRI_with_eight_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_with_eight_digit_numeric_escape";
- dc:description "IRI with eight digit numeric escape (\\U)";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:IRI_with_eight_digit_numeric_escape;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:IRI_with_all_punctuation a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_with_all_punctuation";
- dc:description "IRI with all punctuation";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:IRI_with_all_punctuation;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:bareword_a_predicate a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_a_predicate";
- dc:description "bareword a predicate";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:bareword_a_predicate;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:old_style_prefix a earl:TestCriterion, earl:TestCase;
- dc:title "old_style_prefix";
- dc:description "old-style prefix";
- mf:action <http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:old_style_prefix;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:SPARQL_style_prefix a earl:TestCriterion, earl:TestCase;
- dc:title "SPARQL_style_prefix";
- dc:description "SPARQL-style prefix";
- mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:SPARQL_style_prefix;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefixed_IRI_predicate a earl:TestCriterion, earl:TestCase;
- dc:title "prefixed_IRI_predicate";
- dc:description "prefixed IRI predicate";
- mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:prefixed_IRI_predicate;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefixed_IRI_object a earl:TestCriterion, earl:TestCase;
- dc:title "prefixed_IRI_object";
- dc:description "prefixed IRI object";
- mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:prefixed_IRI_object;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefix_only_IRI a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_only_IRI";
- dc:description "prefix-only IRI (p:)";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:prefix_only_IRI;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefix_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_with_PN_CHARS_BASE_character_boundaries";
- dc:description "prefix with PN CHARS BASE character boundaries (prefix: AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...:)";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:prefix_with_PN_CHARS_BASE_character_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefix_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_with_non_leading_extras";
- dc:description "prefix with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:prefix_with_non_leading_extras;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:default_namespace_IRI a earl:TestCriterion, earl:TestCase;
- dc:title "default_namespace_IRI";
- dc:description "default namespace IRI (:ln)";
- mf:action <http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:default_namespace_IRI;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefix_reassigned_and_used a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_reassigned_and_used";
- dc:description "prefix reassigned and used";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:prefix_reassigned_and_used;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:reserved_escaped_localName a earl:TestCriterion, earl:TestCase;
- dc:title "reserved_escaped_localName";
- dc:description "reserved-escaped local name";
- mf:action <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:reserved_escaped_localName;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:percent_escaped_localName a earl:TestCriterion, earl:TestCase;
- dc:title "percent_escaped_localName";
- dc:description "percent-escaped local name";
- mf:action <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:percent_escaped_localName;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:HYPHEN_MINUS_in_localName a earl:TestCriterion, earl:TestCase;
- dc:title "HYPHEN_MINUS_in_localName";
- dc:description "HYPHEN-MINUS in local name";
- mf:action <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:HYPHEN_MINUS_in_localName;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:underscore_in_localName a earl:TestCriterion, earl:TestCase;
- dc:title "underscore_in_localName";
- dc:description "underscore in local name";
- mf:action <http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:underscore_in_localName;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:localname_with_COLON a earl:TestCriterion, earl:TestCase;
- dc:title "localname_with_COLON";
- dc:description "localname with COLON";
- mf:action <http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:localname_with_COLON;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries";
- dc:description "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries";
- dc:description "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_nfc_PN_CHARS_BASE_character_boundaries";
- dc:description "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_leading_underscore a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_leading_underscore";
- dc:description "localName with leading underscore (p:_)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:localName_with_leading_underscore;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_leading_digit a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_leading_digit";
- dc:description "localName with leading digit (p:_)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:localName_with_leading_digit;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_non_leading_extras";
- dc:description "localName with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:localName_with_non_leading_extras;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:old_style_base a earl:TestCriterion, earl:TestCase;
- dc:title "old_style_base";
- dc:description "old-style base";
- mf:action <http://www.w3.org/2013/TurtleTests/old_style_base.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:old_style_base;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:SPARQL_style_base a earl:TestCriterion, earl:TestCase;
- dc:title "SPARQL_style_base";
- dc:description "SPARQL-style base";
- mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:SPARQL_style_base;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_subject a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_subject";
- dc:description "labeled blank node subject";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:labeled_blank_node_subject;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_object a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_object";
- dc:description "labeled blank node object";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:labeled_blank_node_object;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_PN_CHARS_BASE_character_boundaries";
- dc:description "labeled blank node with PN_CHARS_BASE character boundaries (_:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_with_leading_underscore a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_leading_underscore";
- dc:description "labeled blank node with_leading_underscore (_:_)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:labeled_blank_node_with_leading_underscore;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_with_leading_digit a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_leading_digit";
- dc:description "labeled blank node with_leading_digit (_:0)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:labeled_blank_node_with_leading_digit;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_non_leading_extras";
- dc:description "labeled blank node with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:labeled_blank_node_with_non_leading_extras;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:anonymous_blank_node_subject a earl:TestCriterion, earl:TestCase;
- dc:title "anonymous_blank_node_subject";
- dc:description "anonymous blank node subject";
- mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:anonymous_blank_node_subject;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:anonymous_blank_node_object a earl:TestCriterion, earl:TestCase;
- dc:title "anonymous_blank_node_object";
- dc:description "anonymous blank node object";
- mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:anonymous_blank_node_object;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:sole_blankNodePropertyList a earl:TestCriterion, earl:TestCase;
- dc:title "sole_blankNodePropertyList";
- dc:description "sole blankNodePropertyList [ <p> <o> ] .";
- mf:action <http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:sole_blankNodePropertyList;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_as_subject";
- dc:description "blankNodePropertyList as subject [ \u2026 ] <p> <o> .";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:blankNodePropertyList_as_subject;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_as_object";
- dc:description "blankNodePropertyList as object <s> <p> [ \u2026 ] .";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:blankNodePropertyList_as_object;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:blankNodePropertyList_with_multiple_triples a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_with_multiple_triples";
- dc:description "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:blankNodePropertyList_with_multiple_triples;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:nested_blankNodePropertyLists a earl:TestCriterion, earl:TestCase;
- dc:title "nested_blankNodePropertyLists";
- dc:description "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]";
- mf:action <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:nested_blankNodePropertyLists;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_containing_collection";
- dc:description "blankNodePropertyList containing collection [ <p1> ( \u2026 ) ]";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:blankNodePropertyList_containing_collection;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:collection_subject a earl:TestCriterion, earl:TestCase;
- dc:title "collection_subject";
- dc:description "collection subject";
- mf:action <http://www.w3.org/2013/TurtleTests/collection_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/collection_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:collection_subject;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:collection_object a earl:TestCriterion, earl:TestCase;
- dc:title "collection_object";
- dc:description "collection object";
- mf:action <http://www.w3.org/2013/TurtleTests/collection_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/collection_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:collection_object;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:empty_collection a earl:TestCriterion, earl:TestCase;
- dc:title "empty_collection";
- dc:description "empty collection ()";
- mf:action <http://www.w3.org/2013/TurtleTests/empty_collection.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/empty_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:empty_collection;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:nested_collection a earl:TestCriterion, earl:TestCase;
- dc:title "nested_collection";
- dc:description "nested collection (())";
- mf:action <http://www.w3.org/2013/TurtleTests/nested_collection.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/nested_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:nested_collection;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:first a earl:TestCriterion, earl:TestCase;
- dc:title "first";
- dc:description "first, not last, non-empty nested collection";
- mf:action <http://www.w3.org/2013/TurtleTests/first.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/first.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:first;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:last a earl:TestCriterion, earl:TestCase;
- dc:title "last";
- dc:description "last, not first, non-empty nested collection";
- mf:action <http://www.w3.org/2013/TurtleTests/last.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/last.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:last;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL1 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1";
- dc:description "LITERAL1 'x'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL1;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_ascii_boundaries";
- dc:description "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL1_ascii_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_with_UTF8_boundaries";
- dc:description "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL1_with_UTF8_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL1_all_controls a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_all_controls";
- dc:description "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL1_all_controls;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL1_all_punctuation a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_all_punctuation";
- dc:description "LITERAL1_all_punctuation '!\"#$%&()...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL1_all_punctuation;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG1 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1";
- dc:description "LITERAL_LONG1 '''x'''";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG1;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_ascii_boundaries";
- dc:description "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG1_ascii_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_with_UTF8_boundaries";
- dc:description "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG1_with_1_squote a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_with_1_squote";
- dc:description "LITERAL_LONG1 with 1 squote '''a'b'''";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG1_with_1_squote;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG1_with_2_squotes a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_with_2_squotes";
- dc:description "LITERAL_LONG1 with 2 squotes '''a''b'''";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG1_with_2_squotes;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL2 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL2";
- dc:description "LITERAL2 \"x\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL2;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL2_ascii_boundaries";
- dc:description "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL2_ascii_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL2_with_UTF8_boundaries";
- dc:description "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL2_with_UTF8_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2";
- dc:description "LITERAL_LONG2 \"\"\"x\"\"\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG2;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_ascii_boundaries";
- dc:description "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG2_ascii_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_UTF8_boundaries";
- dc:description "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2_with_1_squote a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_1_squote";
- dc:description "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG2_with_1_squote;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2_with_2_squotes a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_2_squotes";
- dc:description "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG2_with_2_squotes;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_CHARACTER_TABULATION";
- dc:description "literal with CHARACTER TABULATION";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_CHARACTER_TABULATION;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_BACKSPACE a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_BACKSPACE";
- dc:description "literal with BACKSPACE";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_BACKSPACE;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_LINE_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_LINE_FEED";
- dc:description "literal with LINE FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_LINE_FEED;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_CARRIAGE_RETURN";
- dc:description "literal with CARRIAGE RETURN";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_CARRIAGE_RETURN;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_FORM_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_FORM_FEED";
- dc:description "literal with FORM FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_FORM_FEED;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_REVERSE_SOLIDUS";
- dc:description "literal with REVERSE SOLIDUS";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_REVERSE_SOLIDUS;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_escaped_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_CHARACTER_TABULATION";
- dc:description "literal with escaped CHARACTER TABULATION";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_escaped_BACKSPACE a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_BACKSPACE";
- dc:description "literal with escaped BACKSPACE";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_escaped_BACKSPACE;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_escaped_LINE_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_LINE_FEED";
- dc:description "literal with escaped LINE FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_escaped_LINE_FEED;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_escaped_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_CARRIAGE_RETURN";
- dc:description "literal with escaped CARRIAGE RETURN";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_escaped_FORM_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_FORM_FEED";
- dc:description "literal with escaped FORM FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_escaped_FORM_FEED;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_numeric_escape4 a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_numeric_escape4";
- dc:description "literal with numeric escape4 \\u";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_numeric_escape4;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_numeric_escape8 a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_numeric_escape8";
- dc:description "literal with numeric escape8 \\U";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_with_numeric_escape8;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:IRIREF_datatype a earl:TestCriterion, earl:TestCase;
- dc:title "IRIREF_datatype";
- dc:description "IRIREF datatype \"\"^^<t>";
- mf:action <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:IRIREF_datatype;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefixed_name_datatype a earl:TestCriterion, earl:TestCase;
- dc:title "prefixed_name_datatype";
- dc:description "prefixed name datatype \"\"^^p:t";
- mf:action <http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:prefixed_name_datatype;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:bareword_integer a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_integer";
- dc:description "bareword integer";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_integer.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:bareword_integer;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:bareword_decimal a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_decimal";
- dc:description "bareword decimal";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/bareword_decimal.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:bareword_decimal;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:bareword_double a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_double";
- dc:description "bareword double";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_double.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/bareword_double.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:bareword_double;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:double_lower_case_e a earl:TestCriterion, earl:TestCase;
- dc:title "double_lower_case_e";
- dc:description "double lower case e";
- mf:action <http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:double_lower_case_e;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:negative_numeric a earl:TestCriterion, earl:TestCase;
- dc:title "negative_numeric";
- dc:description "negative numeric";
- mf:action <http://www.w3.org/2013/TurtleTests/negative_numeric.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/negative_numeric.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:negative_numeric;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:positive_numeric a earl:TestCriterion, earl:TestCase;
- dc:title "positive_numeric";
- dc:description "positive numeric";
- mf:action <http://www.w3.org/2013/TurtleTests/positive_numeric.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/positive_numeric.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:positive_numeric;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:numeric_with_leading_0 a earl:TestCriterion, earl:TestCase;
- dc:title "numeric_with_leading_0";
- dc:description "numeric with leading 0";
- mf:action <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:numeric_with_leading_0;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_true a earl:TestCriterion, earl:TestCase;
- dc:title "literal_true";
- dc:description "literal true";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_true.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_true.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_true;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_false a earl:TestCriterion, earl:TestCase;
- dc:title "literal_false";
- dc:description "literal false";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_false.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_false.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:literal_false;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:langtagged_non_LONG a earl:TestCriterion, earl:TestCase;
- dc:title "langtagged_non_LONG";
- dc:description "langtagged non-LONG \"x\"@en";
- mf:action <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:langtagged_non_LONG;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:langtagged_LONG a earl:TestCriterion, earl:TestCase;
- dc:title "langtagged_LONG";
- dc:description "langtagged LONG \"\"\"x\"\"\"@en";
- mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:langtagged_LONG;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:lantag_with_subtag a earl:TestCriterion, earl:TestCase;
- dc:title "lantag_with_subtag";
- dc:description "lantag with subtag \"x\"@en-us";
- mf:action <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:lantag_with_subtag;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
- dc:title "objectList_with_two_objects";
- dc:description "objectList with two objects \u2026 <o1>,<o2>";
- mf:action <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:objectList_with_two_objects;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
- dc:title "predicateObjectList_with_two_objectLists";
- dc:description "predicateObjectList with two objectLists \u2026 <o1>,<o2>";
- mf:action <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:predicateObjectList_with_two_objectLists;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:repeated_semis_at_end a earl:TestCriterion, earl:TestCase;
- dc:title "repeated_semis_at_end";
- dc:description "repeated semis at end <s> <p> <o> ;; <p2> <o2> .";
- mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:repeated_semis_at_end;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:repeated_semis_not_at_end a earl:TestCriterion, earl:TestCase;
- dc:title "repeated_semis_not_at_end";
- dc:description "repeated semis not at end <s> <p> <o> ;;.";
- mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:repeated_semis_not_at_end;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:comment_following_localName a earl:TestCriterion, earl:TestCase;
- dc:title "comment_following_localName";
- dc:description "comment following localName";
- mf:action <http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:comment_following_localName;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:number_sign_following_localName a earl:TestCriterion, earl:TestCase;
- dc:title "number_sign_following_localName";
- dc:description "number sign following localName";
- mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:number_sign_following_localName;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:comment_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
- dc:title "comment_following_PNAME_NS";
- dc:description "comment following PNAME_NS";
- mf:action <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:comment_following_PNAME_NS;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:number_sign_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
- dc:title "number_sign_following_PNAME_NS";
- dc:description "number sign following PNAME_NS";
- mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:number_sign_following_PNAME_NS;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
- dc:description "REVERSE SOLIDUS at end of LITERAL_LONG2";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-05";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:two_LITERAL_LONG2s a earl:TestCriterion, earl:TestCase;
- dc:title "two_LITERAL_LONG2s";
- dc:description "two LITERAL_LONG2s testing quote delimiter overrun";
- mf:action <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:two_LITERAL_LONG2s;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:langtagged_LONG_with_subtag a earl:TestCriterion, earl:TestCase;
- dc:title "langtagged_LONG_with_subtag";
- dc:description "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK";
- mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:langtagged_LONG_with_subtag;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-file-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-file-01";
- dc:description "Empty file";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-file-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-file-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-file-02";
- dc:description "Only comment";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-file-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-file-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-file-03";
- dc:description "One comment, one empty line";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-file-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-01";
- dc:description "Only IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-uri-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-02";
- dc:description "IRIs with Unicode escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-uri-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-03";
- dc:description "IRIs with long Unicode escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-uri-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-04";
- dc:description "Legal IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-uri-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-base-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-01";
- dc:description "@base";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-base-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-base-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-02";
- dc:description "BASE";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-base-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-base-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-03";
- dc:description "@base with relative IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-base-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-base-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-04";
- dc:description "base with relative IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-base-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-01";
- dc:description "@prefix";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-prefix-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-02";
- dc:description "PreFIX";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-prefix-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-03";
- dc:description "Empty PREFIX";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-prefix-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-04";
- dc:description "Empty @prefix with % escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-prefix-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-05";
- dc:description "@prefix with no suffix";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-prefix-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-06";
- dc:description "colon is a legal pname character";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-prefix-06;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-07";
- dc:description "dash is a legal pname character";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-prefix-07;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-08";
- dc:description "underscore is a legal pname character";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-prefix-08;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-09";
- dc:description "percents in pnames";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-prefix-09;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-01";
- dc:description "string literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-02";
- dc:description "langString literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-03";
- dc:description "langString literal with region";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-04";
- dc:description "squote string literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-05";
- dc:description "squote langString literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-06";
- dc:description "squote langString literal with region";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-06;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-07;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-08";
- dc:description "long string literal with embedded newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-08;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-09;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-10";
- dc:description "long langString literal with embedded newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-10;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-11";
- dc:description "squote long langString literal with embedded newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-string-11;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-str-esc-01";
- dc:description "string literal with escaped newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-str-esc-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-str-esc-02";
- dc:description "string literal with Unicode escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-str-esc-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-str-esc-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-pname-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-pname-esc-01";
- dc:description "pname with back-slash escapes";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-pname-esc-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-pname-esc-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-pname-esc-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-01";
- dc:description "bnode subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bnode-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-02";
- dc:description "bnode object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bnode-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-03";
- dc:description "bnode property list object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bnode-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-04";
- dc:description "bnode property list object (2)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bnode-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-05";
- dc:description "bnode property list subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bnode-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-06";
- dc:description "labeled bnode subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bnode-06;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-07";
- dc:description "labeled bnode subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bnode-07;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-08";
- dc:description "bare bnode property list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bnode-08;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-09";
- dc:description "bnode property list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bnode-09;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-10";
- dc:description "mixed bnode property list and triple";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bnode-10;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-01";
- dc:description "integer literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-02";
- dc:description "negative integer literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-03";
- dc:description "positive integer literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-04";
- dc:description "decimal literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-05";
- dc:description "decimal literal (no leading digits)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-06";
- dc:description "negative decimal literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-06;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-07";
- dc:description "positive decimal literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-07;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-08";
- dc:description "integer literal with decimal lexical confusion";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-08;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-09";
- dc:description "double literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-09;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-10";
- dc:description "negative double literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-10;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-11";
- dc:description "double literal no fraction";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-number-11;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-datatypes-01";
- dc:description "xsd:byte literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-datatypes-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-datatypes-02";
- dc:description "integer as xsd:string";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-datatypes-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-kw-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-kw-01";
- dc:description "boolean literal (true)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-kw-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-kw-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-kw-02";
- dc:description "boolean literal (false)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-kw-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-kw-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-kw-03";
- dc:description "'a' as keyword";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-kw-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-struct-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-01";
- dc:description "object list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-struct-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-struct-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-02";
- dc:description "predicate list with object list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-struct-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-struct-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-03";
- dc:description "predicate list with object list and dangling ';'";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-struct-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-struct-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-04";
- dc:description "predicate list with multiple ;;";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-struct-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-struct-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-05";
- dc:description "predicate list with multiple ;;";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-struct-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-lists-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-01";
- dc:description "empty list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-lists-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-lists-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-02";
- dc:description "mixed list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-lists-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-lists-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-03";
- dc:description "isomorphic list as subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-lists-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-lists-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-04";
- dc:description "lists of lists";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-lists-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-lists-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-05";
- dc:description "mixed lists with embedded lists";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-lists-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-uri-01";
- dc:description "Bad IRI : space (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-uri-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-uri-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-uri-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-uri-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-uri-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-01";
- dc:description "No prefix (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-prefix-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-02";
- dc:description "No prefix (2) (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-prefix-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-03";
- dc:description "@prefix without URI (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-prefix-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-prefix-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-05";
- dc:description "@prefix without ':' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-prefix-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-base-01";
- dc:description "@base without URI (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-base-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-base-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-base-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-base-03";
- dc:description "BASE without URI (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-base-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-06;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-07;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-kw-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-kw-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-kw-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-kw-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-kw-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-06;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-07;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-08;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-09;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-10;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-11;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-12;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-13;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-08";
- dc:description "missing '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-08;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-09";
- dc:description "extra '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-09;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-10";
- dc:description "extra '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-10;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-11";
- dc:description "trailing ';' no '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-11;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-12;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-13;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-14 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-14";
- dc:description "literal as subject (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-14;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-15 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-15";
- dc:description "literal as predicate (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-15;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-16 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-16";
- dc:description "bnode as predicate (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-16;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-struct-17;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-lang-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-01";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-esc-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-02";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-esc-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-03";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-esc-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-esc-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-04";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-esc-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-pname-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-pname-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-pname-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-string-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-string-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-string-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-string-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-string-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-string-06;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-string-07;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-01";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-num-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-02";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-num-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-03";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-num-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-num-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-04";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-num-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-num-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-05";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-num-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-eval-struct-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-eval-struct-01";
- dc:description "triple with IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-eval-struct-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-eval-struct-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-eval-struct-02";
- dc:description "triple with IRIs and embedded whitespace";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-eval-struct-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-01";
- dc:description "Blank subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-02";
- dc:description "@prefix and qnames";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-03";
- dc:description ", operator";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-04";
- dc:description "; operator";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-05";
- dc:description "empty [] as subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-05;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-06";
- dc:description "non-empty [] as subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-06;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-07";
- dc:description "'a' as predicate";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-07;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-08";
- dc:description "simple collection";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-08;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-09";
- dc:description "empty collection";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-09;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-10";
- dc:description "integer datatyped literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-10;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-11";
- dc:description "decimal integer canonicalization";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-11;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-12 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-12";
- dc:description "- and _ in names and qnames";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-12;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-13 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-13";
- dc:description "tests for rdf:_<numbers> and other qnames starting with _";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-13;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-14 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-14";
- dc:description "bare : allowed";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-14;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-15 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-15";
- dc:description "simple long literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-15;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-16 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-16";
- dc:description "long literals with escapes";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-16;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-17 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-17";
- dc:description "floating point number";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-17;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-18 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-18";
- dc:description "empty literals, normal and long variant";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-18;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-19 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-19";
- dc:description "positive integer, decimal and doubles";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-19;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-20 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-20";
- dc:description "negative integer, decimal and doubles";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-20;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-21 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-21";
- dc:description "long literal ending in double quote";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-21;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-22 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-22";
- dc:description "boolean literals";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-22;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-23 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-23";
- dc:description "comments";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-23;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-24 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-24";
- dc:description "no final mewline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-24;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-25 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-25";
- dc:description "repeating a @prefix changes pname definition";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-25;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-26 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-26";
- dc:description "Variations on decimal canonicalization";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-26;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-27 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-27";
- dc:description "Repeating @base changes base for relative IRI lookup";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-subm-27;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-eval-bad-01;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-eval-bad-02;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-eval-bad-03;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-eval-bad-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-eval-bad-04";
- dc:description "Bad IRI : {abc} (negative evaluation test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-eval-bad-04;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-blank-label-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-blank-label-dot-end";
- dc:description "Blank node label must not end in dot";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-blank-label-dot-end;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-ln-dash-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ln-dash-start";
- dc:description "Local name must not begin with dash";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-ln-dash-start;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-ln-escape-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ln-escape-start";
- dc:description "Bad hex escape at start of local name";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-ln-escape-start;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-ln-escape a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ln-escape";
- dc:description "Bad hex escape in local name";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-ln-escape;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-missing-ns-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-missing-ns-dot-end";
- dc:description "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-missing-ns-dot-end;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-missing-ns-dot-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-missing-ns-dot-start";
- dc:description "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-missing-ns-dot-start;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-ns-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ns-dot-end";
- dc:description "Prefix must not end in dot";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-ns-dot-end;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-ns-dot-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ns-dot-start";
- dc:description "Prefix must not start with dot";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-ns-dot-start;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-number-dot-in-anon a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-number-dot-in-anon";
- dc:description "Dot delimeter may not appear in anonymous nodes";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-bad-number-dot-in-anon;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-blank-label a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-blank-label";
- dc:description "Characters allowed in blank node labels";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-blank-label;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-ln-colons a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-ln-colons";
- dc:description "Colons in pname local names";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-ln-colons;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-ln-dots a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-ln-dots";
- dc:description "Dots in pname local names";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-ln-dots;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-ns-dots a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-ns-dots";
- dc:description "Dots in namespace names";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
- earl:test manifest:turtle-syntax-ns-dots;
- earl:subject <http://eulersharp.sourceforge.net/#eye>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
- ).
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/earl-n3-js-2013-12-03.ttl Thu Dec 05 21:56:12 2013 -0800
@@ -0,0 +1,3953 @@
+@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>.
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix rdft: <http://www.w3.org/ns/rdftest#>.
+@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 xsd: <http://www.w3.org/2001/XMLSchema#>.
+@prefix manifest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#>.
+
+<> foaf:primaryTopic <https://github.com/RubenVerborgh/N3.js#n3js>;
+ dc:issued "2013-12-03T11:45:37.089Z"^^xsd:dateTime;
+ foaf:maker <http://ruben.verborgh.org/#me>.
+
+<https://github.com/RubenVerborgh/N3.js#n3js> a earl:Software, earl:TestSubject, doap:Project;
+ doap:name "N3.js";
+ doap:homepage <https://github.com/RubenVerborgh/N3.js>;
+ doap:license <http://opensource.org/licenses/MIT>;
+ doap:programming-language "JavaScript";
+ doap:implements <http://www.w3.org/TR/turtle/>;
+ doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
+ doap:download-page <https://npmjs.org/package/n3>;
+ doap:bug-database <https://github.com/RubenVerborgh/N3.js/issues>;
+ doap:blog <http://ruben.verborgh.org/blog/>;
+ doap:developer <http://ruben.verborgh.org/#me>;
+ doap:maintainer <http://ruben.verborgh.org/#me>;
+ doap:documenter <http://ruben.verborgh.org/#me>;
+ doap:maker <http://ruben.verborgh.org/#me>;
+ dc:title "N3.js";
+ dc:description "N3.js is an asynchronous, streaming Turtle parser for JavaScript."@en;
+ dc:creator <http://ruben.verborgh.org/#me>.
+
+<http://ruben.verborgh.org/#me> a foaf:Person, earl:Assertor;
+ foaf:name "Ruben Verborgh";
+ foaf:homepage <http://ruben.verborgh.org/>;
+ foaf:primaryTopicOf <http://ruben.verborgh.org/profile/>;
+ rdfs:isDefinedBy <http://ruben.verborgh.org/profile/>.
+
+manifest:IRI_subject a earl:TestCriterion, earl:TestCase;
+ dc:title "IRI_subject";
+ dc:description "IRI subject";
+ mf:action <http://www.w3.org/2013/TurtleTests/IRI_subject.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:IRI_subject;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:IRI_with_four_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
+ dc:title "IRI_with_four_digit_numeric_escape";
+ dc:description "IRI with four digit numeric escape (\\u)";
+ mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:IRI_with_four_digit_numeric_escape;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:IRI_with_eight_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
+ dc:title "IRI_with_eight_digit_numeric_escape";
+ dc:description "IRI with eight digit numeric escape (\\U)";
+ mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:IRI_with_eight_digit_numeric_escape;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:IRI_with_all_punctuation a earl:TestCriterion, earl:TestCase;
+ dc:title "IRI_with_all_punctuation";
+ dc:description "IRI with all punctuation";
+ mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:IRI_with_all_punctuation;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:bareword_a_predicate a earl:TestCriterion, earl:TestCase;
+ dc:title "bareword_a_predicate";
+ dc:description "bareword a predicate";
+ mf:action <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:bareword_a_predicate;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:old_style_prefix a earl:TestCriterion, earl:TestCase;
+ dc:title "old_style_prefix";
+ dc:description "old-style prefix";
+ mf:action <http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:old_style_prefix;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:SPARQL_style_prefix a earl:TestCriterion, earl:TestCase;
+ dc:title "SPARQL_style_prefix";
+ dc:description "SPARQL-style prefix";
+ mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:SPARQL_style_prefix;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:prefixed_IRI_predicate a earl:TestCriterion, earl:TestCase;
+ dc:title "prefixed_IRI_predicate";
+ dc:description "prefixed IRI predicate";
+ mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:prefixed_IRI_predicate;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:prefixed_IRI_object a earl:TestCriterion, earl:TestCase;
+ dc:title "prefixed_IRI_object";
+ dc:description "prefixed IRI object";
+ mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:prefixed_IRI_object;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:prefix_only_IRI a earl:TestCriterion, earl:TestCase;
+ dc:title "prefix_only_IRI";
+ dc:description "prefix-only IRI (p:)";
+ mf:action <http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:prefix_only_IRI;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:prefix_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "prefix_with_PN_CHARS_BASE_character_boundaries";
+ dc:description "prefix with PN CHARS BASE character boundaries (prefix: AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...:)";
+ mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:prefix_with_PN_CHARS_BASE_character_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:prefix_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+ dc:title "prefix_with_non_leading_extras";
+ dc:description "prefix with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+ mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:prefix_with_non_leading_extras;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:default_namespace_IRI a earl:TestCriterion, earl:TestCase;
+ dc:title "default_namespace_IRI";
+ dc:description "default namespace IRI (:ln)";
+ mf:action <http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:default_namespace_IRI;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:prefix_reassigned_and_used a earl:TestCriterion, earl:TestCase;
+ dc:title "prefix_reassigned_and_used";
+ dc:description "prefix reassigned and used";
+ mf:action <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:prefix_reassigned_and_used;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:reserved_escaped_localName a earl:TestCriterion, earl:TestCase;
+ dc:title "reserved_escaped_localName";
+ dc:description "reserved-escaped local name";
+ mf:action <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:reserved_escaped_localName;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:percent_escaped_localName a earl:TestCriterion, earl:TestCase;
+ dc:title "percent_escaped_localName";
+ dc:description "percent-escaped local name";
+ mf:action <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:percent_escaped_localName;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:HYPHEN_MINUS_in_localName a earl:TestCriterion, earl:TestCase;
+ dc:title "HYPHEN_MINUS_in_localName";
+ dc:description "HYPHEN-MINUS in local name";
+ mf:action <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:HYPHEN_MINUS_in_localName;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:underscore_in_localName a earl:TestCriterion, earl:TestCase;
+ dc:title "underscore_in_localName";
+ dc:description "underscore in local name";
+ mf:action <http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:underscore_in_localName;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:localname_with_COLON a earl:TestCriterion, earl:TestCase;
+ dc:title "localname_with_COLON";
+ dc:description "localname with COLON";
+ mf:action <http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:localname_with_COLON;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries";
+ dc:description "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+ mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries";
+ dc:description "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+ mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "localName_with_nfc_PN_CHARS_BASE_character_boundaries";
+ dc:description "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+ mf:action <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:localName_with_leading_underscore a earl:TestCriterion, earl:TestCase;
+ dc:title "localName_with_leading_underscore";
+ dc:description "localName with leading underscore (p:_)";
+ mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:localName_with_leading_underscore;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:localName_with_leading_digit a earl:TestCriterion, earl:TestCase;
+ dc:title "localName_with_leading_digit";
+ dc:description "localName with leading digit (p:_)";
+ mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:localName_with_leading_digit;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:localName_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+ dc:title "localName_with_non_leading_extras";
+ dc:description "localName with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+ mf:action <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:localName_with_non_leading_extras;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:old_style_base a earl:TestCriterion, earl:TestCase;
+ dc:title "old_style_base";
+ dc:description "old-style base";
+ mf:action <http://www.w3.org/2013/TurtleTests/old_style_base.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:old_style_base;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:SPARQL_style_base a earl:TestCriterion, earl:TestCase;
+ dc:title "SPARQL_style_base";
+ dc:description "SPARQL-style base";
+ mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:SPARQL_style_base;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:labeled_blank_node_subject a earl:TestCriterion, earl:TestCase;
+ dc:title "labeled_blank_node_subject";
+ dc:description "labeled blank node subject";
+ mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:labeled_blank_node_subject;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:labeled_blank_node_object a earl:TestCriterion, earl:TestCase;
+ dc:title "labeled_blank_node_object";
+ dc:description "labeled blank node object";
+ mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:labeled_blank_node_object;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "labeled_blank_node_with_PN_CHARS_BASE_character_boundaries";
+ dc:description "labeled blank node with PN_CHARS_BASE character boundaries (_:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+ mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:labeled_blank_node_with_leading_underscore a earl:TestCriterion, earl:TestCase;
+ dc:title "labeled_blank_node_with_leading_underscore";
+ dc:description "labeled blank node with_leading_underscore (_:_)";
+ mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:labeled_blank_node_with_leading_underscore;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:labeled_blank_node_with_leading_digit a earl:TestCriterion, earl:TestCase;
+ dc:title "labeled_blank_node_with_leading_digit";
+ dc:description "labeled blank node with_leading_digit (_:0)";
+ mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:labeled_blank_node_with_leading_digit;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:labeled_blank_node_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+ dc:title "labeled_blank_node_with_non_leading_extras";
+ dc:description "labeled blank node with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+ mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:labeled_blank_node_with_non_leading_extras;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:anonymous_blank_node_subject a earl:TestCriterion, earl:TestCase;
+ dc:title "anonymous_blank_node_subject";
+ dc:description "anonymous blank node subject";
+ mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:anonymous_blank_node_subject;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:anonymous_blank_node_object a earl:TestCriterion, earl:TestCase;
+ dc:title "anonymous_blank_node_object";
+ dc:description "anonymous blank node object";
+ mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:anonymous_blank_node_object;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:sole_blankNodePropertyList a earl:TestCriterion, earl:TestCase;
+ dc:title "sole_blankNodePropertyList";
+ dc:description "sole blankNodePropertyList [ <p> <o> ] .";
+ mf:action <http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:sole_blankNodePropertyList;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
+ dc:title "blankNodePropertyList_as_subject";
+ dc:description "blankNodePropertyList as subject [ \u2026 ] <p> <o> .";
+ mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:blankNodePropertyList_as_subject;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
+ dc:title "blankNodePropertyList_as_object";
+ dc:description "blankNodePropertyList as object <s> <p> [ \u2026 ] .";
+ mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:blankNodePropertyList_as_object;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:blankNodePropertyList_with_multiple_triples a earl:TestCriterion, earl:TestCase;
+ dc:title "blankNodePropertyList_with_multiple_triples";
+ dc:description "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]";
+ mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:blankNodePropertyList_with_multiple_triples;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:nested_blankNodePropertyLists a earl:TestCriterion, earl:TestCase;
+ dc:title "nested_blankNodePropertyLists";
+ dc:description "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]";
+ mf:action <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:nested_blankNodePropertyLists;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
+ dc:title "blankNodePropertyList_containing_collection";
+ dc:description "blankNodePropertyList containing collection [ <p1> ( \u2026 ) ]";
+ mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:blankNodePropertyList_containing_collection;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:collection_subject a earl:TestCriterion, earl:TestCase;
+ dc:title "collection_subject";
+ dc:description "collection subject";
+ mf:action <http://www.w3.org/2013/TurtleTests/collection_subject.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/collection_subject.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:collection_subject;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:collection_object a earl:TestCriterion, earl:TestCase;
+ dc:title "collection_object";
+ dc:description "collection object";
+ mf:action <http://www.w3.org/2013/TurtleTests/collection_object.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/collection_object.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:collection_object;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:empty_collection a earl:TestCriterion, earl:TestCase;
+ dc:title "empty_collection";
+ dc:description "empty collection ()";
+ mf:action <http://www.w3.org/2013/TurtleTests/empty_collection.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/empty_collection.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:empty_collection;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:nested_collection a earl:TestCriterion, earl:TestCase;
+ dc:title "nested_collection";
+ dc:description "nested collection (())";
+ mf:action <http://www.w3.org/2013/TurtleTests/nested_collection.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/nested_collection.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:nested_collection;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:first a earl:TestCriterion, earl:TestCase;
+ dc:title "first";
+ dc:description "first, not last, non-empty nested collection";
+ mf:action <http://www.w3.org/2013/TurtleTests/first.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/first.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:first;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:last a earl:TestCriterion, earl:TestCase;
+ dc:title "last";
+ dc:description "last, not first, non-empty nested collection";
+ mf:action <http://www.w3.org/2013/TurtleTests/last.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/last.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:last;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL1 a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL1";
+ dc:description "LITERAL1 'x'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL1;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL1_ascii_boundaries";
+ dc:description "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL1_ascii_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL1_with_UTF8_boundaries";
+ dc:description "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL1_with_UTF8_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL1_all_controls a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL1_all_controls";
+ dc:description "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL1_all_controls;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL1_all_punctuation a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL1_all_punctuation";
+ dc:description "LITERAL1_all_punctuation '!\"#$%&()...'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL1_all_punctuation;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG1 a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG1";
+ dc:description "LITERAL_LONG1 '''x'''";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG1;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG1_ascii_boundaries";
+ dc:description "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG1_ascii_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG1_with_UTF8_boundaries";
+ dc:description "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG1_with_1_squote a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG1_with_1_squote";
+ dc:description "LITERAL_LONG1 with 1 squote '''a'b'''";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG1_with_1_squote;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG1_with_2_squotes a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG1_with_2_squotes";
+ dc:description "LITERAL_LONG1 with 2 squotes '''a''b'''";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG1_with_2_squotes;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL2 a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL2";
+ dc:description "LITERAL2 \"x\"";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL2;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL2_ascii_boundaries";
+ dc:description "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL2_ascii_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL2_with_UTF8_boundaries";
+ dc:description "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL2_with_UTF8_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG2 a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG2";
+ dc:description "LITERAL_LONG2 \"\"\"x\"\"\"";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG2;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG2_ascii_boundaries";
+ dc:description "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG2_ascii_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG2_with_UTF8_boundaries";
+ dc:description "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG2_with_1_squote a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG2_with_1_squote";
+ dc:description "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\"";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG2_with_1_squote;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG2_with_2_squotes a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG2_with_2_squotes";
+ dc:description "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\"";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG2_with_2_squotes;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_CHARACTER_TABULATION";
+ dc:description "literal with CHARACTER TABULATION";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_CHARACTER_TABULATION;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_BACKSPACE a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_BACKSPACE";
+ dc:description "literal with BACKSPACE";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_BACKSPACE;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_LINE_FEED a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_LINE_FEED";
+ dc:description "literal with LINE FEED";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_LINE_FEED;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_CARRIAGE_RETURN";
+ dc:description "literal with CARRIAGE RETURN";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_CARRIAGE_RETURN;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_FORM_FEED a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_FORM_FEED";
+ dc:description "literal with FORM FEED";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_FORM_FEED;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_REVERSE_SOLIDUS";
+ dc:description "literal with REVERSE SOLIDUS";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_REVERSE_SOLIDUS;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_escaped_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_escaped_CHARACTER_TABULATION";
+ dc:description "literal with escaped CHARACTER TABULATION";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_escaped_BACKSPACE a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_escaped_BACKSPACE";
+ dc:description "literal with escaped BACKSPACE";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_escaped_BACKSPACE;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_escaped_LINE_FEED a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_escaped_LINE_FEED";
+ dc:description "literal with escaped LINE FEED";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_escaped_LINE_FEED;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_escaped_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_escaped_CARRIAGE_RETURN";
+ dc:description "literal with escaped CARRIAGE RETURN";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_escaped_FORM_FEED a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_escaped_FORM_FEED";
+ dc:description "literal with escaped FORM FEED";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_escaped_FORM_FEED;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_numeric_escape4 a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_numeric_escape4";
+ dc:description "literal with numeric escape4 \\u";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_numeric_escape4;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_with_numeric_escape8 a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_with_numeric_escape8";
+ dc:description "literal with numeric escape8 \\U";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_with_numeric_escape8;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:IRIREF_datatype a earl:TestCriterion, earl:TestCase;
+ dc:title "IRIREF_datatype";
+ dc:description "IRIREF datatype \"\"^^<t>";
+ mf:action <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:IRIREF_datatype;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:prefixed_name_datatype a earl:TestCriterion, earl:TestCase;
+ dc:title "prefixed_name_datatype";
+ dc:description "prefixed name datatype \"\"^^p:t";
+ mf:action <http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:prefixed_name_datatype;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:bareword_integer a earl:TestCriterion, earl:TestCase;
+ dc:title "bareword_integer";
+ dc:description "bareword integer";
+ mf:action <http://www.w3.org/2013/TurtleTests/bareword_integer.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:bareword_integer;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:bareword_decimal a earl:TestCriterion, earl:TestCase;
+ dc:title "bareword_decimal";
+ dc:description "bareword decimal";
+ mf:action <http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/bareword_decimal.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:bareword_decimal;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:bareword_double a earl:TestCriterion, earl:TestCase;
+ dc:title "bareword_double";
+ dc:description "bareword double";
+ mf:action <http://www.w3.org/2013/TurtleTests/bareword_double.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/bareword_double.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:bareword_double;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:double_lower_case_e a earl:TestCriterion, earl:TestCase;
+ dc:title "double_lower_case_e";
+ dc:description "double lower case e";
+ mf:action <http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:double_lower_case_e;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:negative_numeric a earl:TestCriterion, earl:TestCase;
+ dc:title "negative_numeric";
+ dc:description "negative numeric";
+ mf:action <http://www.w3.org/2013/TurtleTests/negative_numeric.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/negative_numeric.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:negative_numeric;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:positive_numeric a earl:TestCriterion, earl:TestCase;
+ dc:title "positive_numeric";
+ dc:description "positive numeric";
+ mf:action <http://www.w3.org/2013/TurtleTests/positive_numeric.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/positive_numeric.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:positive_numeric;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:numeric_with_leading_0 a earl:TestCriterion, earl:TestCase;
+ dc:title "numeric_with_leading_0";
+ dc:description "numeric with leading 0";
+ mf:action <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:numeric_with_leading_0;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_true a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_true";
+ dc:description "literal true";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_true.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_true.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_true;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:literal_false a earl:TestCriterion, earl:TestCase;
+ dc:title "literal_false";
+ dc:description "literal false";
+ mf:action <http://www.w3.org/2013/TurtleTests/literal_false.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/literal_false.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:literal_false;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:langtagged_non_LONG a earl:TestCriterion, earl:TestCase;
+ dc:title "langtagged_non_LONG";
+ dc:description "langtagged non-LONG \"x\"@en";
+ mf:action <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:langtagged_non_LONG;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:langtagged_LONG a earl:TestCriterion, earl:TestCase;
+ dc:title "langtagged_LONG";
+ dc:description "langtagged LONG \"\"\"x\"\"\"@en";
+ mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:langtagged_LONG;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:lantag_with_subtag a earl:TestCriterion, earl:TestCase;
+ dc:title "lantag_with_subtag";
+ dc:description "lantag with subtag \"x\"@en-us";
+ mf:action <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:lantag_with_subtag;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
+ dc:title "objectList_with_two_objects";
+ dc:description "objectList with two objects \u2026 <o1>,<o2>";
+ mf:action <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:objectList_with_two_objects;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
+ dc:title "predicateObjectList_with_two_objectLists";
+ dc:description "predicateObjectList with two objectLists \u2026 <o1>,<o2>";
+ mf:action <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:predicateObjectList_with_two_objectLists;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:repeated_semis_at_end a earl:TestCriterion, earl:TestCase;
+ dc:title "repeated_semis_at_end";
+ dc:description "repeated semis at end <s> <p> <o> ;; <p2> <o2> .";
+ mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:repeated_semis_at_end;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:repeated_semis_not_at_end a earl:TestCriterion, earl:TestCase;
+ dc:title "repeated_semis_not_at_end";
+ dc:description "repeated semis not at end <s> <p> <o> ;;.";
+ mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:repeated_semis_not_at_end;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:comment_following_localName a earl:TestCriterion, earl:TestCase;
+ dc:title "comment_following_localName";
+ dc:description "comment following localName";
+ mf:action <http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:comment_following_localName;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:number_sign_following_localName a earl:TestCriterion, earl:TestCase;
+ dc:title "number_sign_following_localName";
+ dc:description "number sign following localName";
+ mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:number_sign_following_localName;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:comment_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
+ dc:title "comment_following_PNAME_NS";
+ dc:description "comment following PNAME_NS";
+ mf:action <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:comment_following_PNAME_NS;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:number_sign_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
+ dc:title "number_sign_following_PNAME_NS";
+ dc:description "number sign following PNAME_NS";
+ mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:number_sign_following_PNAME_NS;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
+ dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
+ dc:description "REVERSE SOLIDUS at end of LITERAL_LONG2";
+ mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-num-05";
+ dc:description "Bad number format (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:two_LITERAL_LONG2s a earl:TestCriterion, earl:TestCase;
+ dc:title "two_LITERAL_LONG2s";
+ dc:description "two LITERAL_LONG2s testing quote delimiter overrun";
+ mf:action <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:two_LITERAL_LONG2s;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:langtagged_LONG_with_subtag a earl:TestCriterion, earl:TestCase;
+ dc:title "langtagged_LONG_with_subtag";
+ dc:description "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK";
+ mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:langtagged_LONG_with_subtag;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-file-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-file-01";
+ dc:description "Empty file";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-file-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-file-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-file-02";
+ dc:description "Only comment";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-file-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-file-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-file-03";
+ dc:description "One comment, one empty line";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-file-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-uri-01";
+ dc:description "Only IRIs";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-uri-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-uri-02";
+ dc:description "IRIs with Unicode escape";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-uri-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-uri-03";
+ dc:description "IRIs with long Unicode escape";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-uri-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-uri-04";
+ dc:description "Legal IRIs";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-uri-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-base-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-base-01";
+ dc:description "@base";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-base-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-base-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-base-02";
+ dc:description "BASE";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-base-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-base-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-base-03";
+ dc:description "@base with relative IRIs";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-base-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-base-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-base-04";
+ dc:description "base with relative IRIs";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-base-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-prefix-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-prefix-01";
+ dc:description "@prefix";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-prefix-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-prefix-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-prefix-02";
+ dc:description "PreFIX";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-prefix-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-prefix-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-prefix-03";
+ dc:description "Empty PREFIX";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-prefix-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-prefix-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-prefix-04";
+ dc:description "Empty @prefix with % escape";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-prefix-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-prefix-05 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-prefix-05";
+ dc:description "@prefix with no suffix";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-prefix-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-prefix-06 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-prefix-06";
+ dc:description "colon is a legal pname character";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-prefix-06;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-prefix-07 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-prefix-07";
+ dc:description "dash is a legal pname character";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-prefix-07;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-prefix-08 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-prefix-08";
+ dc:description "underscore is a legal pname character";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-prefix-08;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-prefix-09 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-prefix-09";
+ dc:description "percents in pnames";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-prefix-09;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-string-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-string-01";
+ dc:description "string literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-string-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-string-02";
+ dc:description "langString literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-string-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-string-03";
+ dc:description "langString literal with region";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-string-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-string-04";
+ dc:description "squote string literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-string-05 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-string-05";
+ dc:description "squote langString literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-string-06 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-string-06";
+ dc:description "squote langString literal with region";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-06;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-07;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-string-08 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-string-08";
+ dc:description "long string literal with embedded newline";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-08;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-09;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-string-10 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-string-10";
+ dc:description "long langString literal with embedded newline";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-10;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-string-11 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-string-11";
+ dc:description "squote long langString literal with embedded newline";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-string-11;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-str-esc-01";
+ dc:description "string literal with escaped newline";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-str-esc-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-str-esc-02";
+ dc:description "string literal with Unicode escape";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-str-esc-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-str-esc-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-pname-esc-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-pname-esc-01";
+ dc:description "pname with back-slash escapes";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-pname-esc-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-pname-esc-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-pname-esc-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bnode-01";
+ dc:description "bnode subject";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bnode-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bnode-02";
+ dc:description "bnode object";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bnode-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bnode-03";
+ dc:description "bnode property list object";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bnode-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bnode-04";
+ dc:description "bnode property list object (2)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bnode-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bnode-05";
+ dc:description "bnode property list subject";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bnode-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bnode-06";
+ dc:description "labeled bnode subject";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bnode-06;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bnode-07 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bnode-07";
+ dc:description "labeled bnode subject and object";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bnode-07;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bnode-08 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bnode-08";
+ dc:description "bare bnode property list";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bnode-08;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bnode-09 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bnode-09";
+ dc:description "bnode property list";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bnode-09;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bnode-10 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bnode-10";
+ dc:description "mixed bnode property list and triple";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bnode-10;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-01";
+ dc:description "integer literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-02";
+ dc:description "negative integer literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-03";
+ dc:description "positive integer literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-04";
+ dc:description "decimal literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-05 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-05";
+ dc:description "decimal literal (no leading digits)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-06 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-06";
+ dc:description "negative decimal literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-06;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-07 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-07";
+ dc:description "positive decimal literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-07;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-08 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-08";
+ dc:description "integer literal with decimal lexical confusion";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-08;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-09 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-09";
+ dc:description "double literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-09;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-10 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-10";
+ dc:description "negative double literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-10;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-number-11 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-number-11";
+ dc:description "double literal no fraction";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-number-11;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-datatypes-01";
+ dc:description "xsd:byte literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-datatypes-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-datatypes-02";
+ dc:description "integer as xsd:string";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-datatypes-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-kw-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-kw-01";
+ dc:description "boolean literal (true)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-kw-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-kw-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-kw-02";
+ dc:description "boolean literal (false)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-kw-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-kw-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-kw-03";
+ dc:description "'a' as keyword";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-kw-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-struct-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-struct-01";
+ dc:description "object list";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-struct-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-struct-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-struct-02";
+ dc:description "predicate list with object list";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-struct-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-struct-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-struct-03";
+ dc:description "predicate list with object list and dangling ';'";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-struct-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-struct-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-struct-04";
+ dc:description "predicate list with multiple ;;";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-struct-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-struct-05 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-struct-05";
+ dc:description "predicate list with multiple ;;";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-struct-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-lists-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-lists-01";
+ dc:description "empty list";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-lists-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-lists-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-lists-02";
+ dc:description "mixed list";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-lists-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-lists-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-lists-03";
+ dc:description "isomorphic list as subject and object";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-lists-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-lists-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-lists-04";
+ dc:description "lists of lists";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-lists-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-lists-05 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-lists-05";
+ dc:description "mixed lists with embedded lists";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-lists-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-uri-01";
+ dc:description "Bad IRI : space (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-uri-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-uri-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-uri-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-uri-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-uri-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-prefix-01";
+ dc:description "No prefix (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-prefix-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-prefix-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-prefix-02";
+ dc:description "No prefix (2) (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-prefix-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-prefix-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-prefix-03";
+ dc:description "@prefix without URI (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-prefix-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-prefix-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-prefix-05 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-prefix-05";
+ dc:description "@prefix without ':' (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-prefix-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-base-01";
+ dc:description "@base without URI (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-base-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-base-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-base-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-base-03";
+ dc:description "BASE without URI (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-base-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-06;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-07;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-kw-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-kw-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-kw-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-kw-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-kw-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-06;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-07;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-08;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-09;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-10;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-11;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-12;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-n3-extras-13;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-struct-08 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-struct-08";
+ dc:description "missing '.' (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-08;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-struct-09 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-struct-09";
+ dc:description "extra '.' (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-09;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-struct-10 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-struct-10";
+ dc:description "extra '.' (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-10;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-struct-11 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-struct-11";
+ dc:description "trailing ';' no '.' (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-11;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-12;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-13;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-struct-14 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-struct-14";
+ dc:description "literal as subject (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-14;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-struct-15 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-struct-15";
+ dc:description "literal as predicate (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-15;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-struct-16 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-struct-16";
+ dc:description "bnode as predicate (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-16;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-struct-17;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-lang-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-esc-01";
+ dc:description "Bad string escape (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-esc-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-esc-02";
+ dc:description "Bad string escape (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-esc-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-esc-03";
+ dc:description "Bad string escape (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-esc-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-esc-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-esc-04";
+ dc:description "Bad string escape (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-esc-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-pname-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-pname-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-pname-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-string-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-string-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-string-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-string-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-string-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-string-06;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-string-07;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-num-01";
+ dc:description "Bad number format (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-num-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-num-02";
+ dc:description "Bad number format (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-num-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-num-03";
+ dc:description "Bad number format (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-num-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-num-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-num-04";
+ dc:description "Bad number format (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-num-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-num-05 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-num-05";
+ dc:description "Bad number format (negative test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-num-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-eval-struct-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-eval-struct-01";
+ dc:description "triple with IRIs";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-eval-struct-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-eval-struct-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-eval-struct-02";
+ dc:description "triple with IRIs and embedded whitespace";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-eval-struct-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-01 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-01";
+ dc:description "Blank subject";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-02 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-02";
+ dc:description "@prefix and qnames";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-03 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-03";
+ dc:description ", operator";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-04";
+ dc:description "; operator";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-05 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-05";
+ dc:description "empty [] as subject and object";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-05;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-06 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-06";
+ dc:description "non-empty [] as subject and object";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-06;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-07 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-07";
+ dc:description "'a' as predicate";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-07;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-08 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-08";
+ dc:description "simple collection";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-08;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-09 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-09";
+ dc:description "empty collection";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-09;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-10 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-10";
+ dc:description "integer datatyped literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-10;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-11 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-11";
+ dc:description "decimal integer canonicalization";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-11;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-12 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-12";
+ dc:description "- and _ in names and qnames";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-12;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-13 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-13";
+ dc:description "tests for rdf:_<numbers> and other qnames starting with _";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-13;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-14 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-14";
+ dc:description "bare : allowed";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-14;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-15 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-15";
+ dc:description "simple long literal";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-15;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-16 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-16";
+ dc:description "long literals with escapes";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-16;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-17 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-17";
+ dc:description "floating point number";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-17;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-18 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-18";
+ dc:description "empty literals, normal and long variant";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-18;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-19 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-19";
+ dc:description "positive integer, decimal and doubles";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-19;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-20 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-20";
+ dc:description "negative integer, decimal and doubles";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-20;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-21 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-21";
+ dc:description "long literal ending in double quote";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-21;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-22 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-22";
+ dc:description "boolean literals";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-22;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-23 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-23";
+ dc:description "comments";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-23;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-24 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-24";
+ dc:description "no final mewline";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-24;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-25 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-25";
+ dc:description "repeating a @prefix changes pname definition";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-25;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-26 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-26";
+ dc:description "Variations on decimal canonicalization";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-26;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-subm-27 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-subm-27";
+ dc:description "Repeating @base changes base for relative IRI lookup";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl>;
+ mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-subm-27;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-eval-bad-01;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-eval-bad-02;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest: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)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-eval-bad-03;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-eval-bad-04 a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-eval-bad-04";
+ dc:description "Bad IRI : {abc} (negative evaluation test)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-eval-bad-04;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-blank-label-dot-end a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-blank-label-dot-end";
+ dc:description "Blank node label must not end in dot";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-blank-label-dot-end;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-ln-dash-start a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-ln-dash-start";
+ dc:description "Local name must not begin with dash";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-ln-dash-start;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-ln-escape-start a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-ln-escape-start";
+ dc:description "Bad hex escape at start of local name";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-ln-escape-start;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-ln-escape a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-ln-escape";
+ dc:description "Bad hex escape in local name";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-ln-escape;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-missing-ns-dot-end a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-missing-ns-dot-end";
+ dc:description "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-missing-ns-dot-end;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-missing-ns-dot-start a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-missing-ns-dot-start";
+ dc:description "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-missing-ns-dot-start;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-ns-dot-end a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-ns-dot-end";
+ dc:description "Prefix must not end in dot";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-ns-dot-end;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-ns-dot-start a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-ns-dot-start";
+ dc:description "Prefix must not start with dot";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-ns-dot-start;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-bad-number-dot-in-anon a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-bad-number-dot-in-anon";
+ dc:description "Dot delimeter may not appear in anonymous nodes";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-bad-number-dot-in-anon;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-blank-label a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-blank-label";
+ dc:description "Characters allowed in blank node labels";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-blank-label;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-ln-colons a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-ln-colons";
+ dc:description "Colons in pname local names";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-ln-colons;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-ln-dots a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-ln-dots";
+ dc:description "Dots in pname local names";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-ln-dots;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
+
+manifest:turtle-syntax-ns-dots a earl:TestCriterion, earl:TestCase;
+ dc:title "turtle-syntax-ns-dots";
+ dc:description "Dots in namespace names";
+ mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl>;
+ earl:assertions (
+ [ a earl:Assertion;
+ earl:assertedBy <http://ruben.verborgh.org/#me>;
+ earl:test manifest:turtle-syntax-ns-dots;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+ earl:mode earl:automatic;
+ earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-12-03T11:45:37.089Z"^^xsd:dateTime ]]
+ ).
--- a/rdf-turtle/reports/earl-node-n3-2013-05-20.ttl.old Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3895 +0,0 @@
-@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>.
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
-@prefix rdft: <http://www.w3.org/ns/rdftest#>.
-@prefix base: <http://example/base/>.
-@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 manifest: <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#>.
-
-<> a earl:Software, doap:Project;
- doap:name "Turtle";
- dc:bibliographicCitation "[[TURTLE]]";
- earl:generatedBy <https://github.com/RubenVerborgh/node-n3#node-n3>.
-
-<https://github.com/RubenVerborgh/node-n3#node-n3> a earl:Software, earl:TestSubject, doap:Project;
- doap:name "node-n3";
- doap:homepage <https://github.com/RubenVerborgh/node-n3>;
- doap:license <http://opensource.org/licenses/MIT>;
- doap:programming-language "JavaScript";
- doap:implements <http://www.w3.org/TR/turtle/>;
- doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
- doap:download-page <https://npmjs.org/package/n3>;
- doap:bug-database <https://github.com/RubenVerborgh/node-n3/issues>;
- doap:blog <http://ruben.verborgh.org/blog/>;
- doap:developer <http://ruben.verborgh.org/#me>;
- doap:maintainer <http://ruben.verborgh.org/#me>;
- doap:documenter <http://ruben.verborgh.org/#me>;
- doap:maker <http://ruben.verborgh.org/#me>;
- dc:title "node-n3";
- dc:description "node-n3 is an asynchronous, streaming JavaScript parser of Turtle."@en;
- dc:creator <http://ruben.verborgh.org/#me>.
-
-<http://ruben.verborgh.org/#me> a foaf:Person, earl:Assertor;
- foaf:name "Ruben Verborgh";
- foaf:homepage <http://ruben.verborgh.org/>.
-
-manifest:IRI_subject a earl:TestCriterion, earl:TestCase;
- dc:title """IRI_subject""";
- dc:description """IRI subject""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_subject.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:IRI_with_four_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
- dc:title """IRI_with_four_digit_numeric_escape""";
- dc:description """IRI with four digit numeric escape (\\u)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_with_four_digit_numeric_escape.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_with_four_digit_numeric_escape;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:IRI_with_eight_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
- dc:title """IRI_with_eight_digit_numeric_escape""";
- dc:description """IRI with eight digit numeric escape (\\U)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_with_eight_digit_numeric_escape.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_with_eight_digit_numeric_escape;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:IRI_with_all_punctuation a earl:TestCriterion, earl:TestCase;
- dc:title """IRI_with_all_punctuation""";
- dc:description """IRI with all punctuation""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_with_all_punctuation.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_with_all_punctuation.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_with_all_punctuation;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:bareword_a_predicate a earl:TestCriterion, earl:TestCase;
- dc:title """bareword_a_predicate""";
- dc:description """bareword a predicate""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/bareword_a_predicate.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/bareword_a_predicate.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_a_predicate;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:old_style_prefix a earl:TestCriterion, earl:TestCase;
- dc:title """old_style_prefix""";
- dc:description """old-style prefix""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/old_style_prefix.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:old_style_prefix;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:SPARQL_style_prefix a earl:TestCriterion, earl:TestCase;
- dc:title """SPARQL_style_prefix""";
- dc:description """SPARQL-style prefix""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/SPARQL_style_prefix.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:SPARQL_style_prefix;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefixed_IRI_predicate a earl:TestCriterion, earl:TestCase;
- dc:title """prefixed_IRI_predicate""";
- dc:description """prefixed IRI predicate""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/prefixed_IRI_predicate.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefixed_IRI_predicate;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefixed_IRI_object a earl:TestCriterion, earl:TestCase;
- dc:title """prefixed_IRI_object""";
- dc:description """prefixed IRI object""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/prefixed_IRI_object.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefixed_IRI_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefix_only_IRI a earl:TestCriterion, earl:TestCase;
- dc:title """prefix_only_IRI""";
- dc:description """prefix-only IRI (p:)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/prefix_only_IRI.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_only_IRI;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefix_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """prefix_with_PN_CHARS_BASE_character_boundaries""";
- dc:description """prefix with PN CHARS BASE character boundaries (prefix: AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...:)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_with_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefix_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title """prefix_with_non_leading_extras""";
- dc:description """prefix with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/prefix_with_non_leading_extras.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_with_non_leading_extras;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:default_namespace_IRI a earl:TestCriterion, earl:TestCase;
- dc:title """default_namespace_IRI""";
- dc:description """default namespace IRI (:ln)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/default_namespace_IRI.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:default_namespace_IRI;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefix_reassigned_and_used a earl:TestCriterion, earl:TestCase;
- dc:title """prefix_reassigned_and_used""";
- dc:description """prefix reassigned and used""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/prefix_reassigned_and_used.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/prefix_reassigned_and_used.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_reassigned_and_used;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:reserved_escaped_localName a earl:TestCriterion, earl:TestCase;
- dc:title """reserved_escaped_localName""";
- dc:description """reserved-escaped local name""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/reserved_escaped_localName.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/reserved_escaped_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:reserved_escaped_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:percent_escaped_localName a earl:TestCriterion, earl:TestCase;
- dc:title """percent_escaped_localName""";
- dc:description """percent-escaped local name""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/percent_escaped_localName.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/percent_escaped_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:percent_escaped_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:HYPHEN_MINUS_in_localName a earl:TestCriterion, earl:TestCase;
- dc:title """HYPHEN_MINUS_in_localName""";
- dc:description """HYPHEN-MINUS in local name""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/HYPHEN_MINUS_in_localName.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/HYPHEN_MINUS_in_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:HYPHEN_MINUS_in_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:underscore_in_localName a earl:TestCriterion, earl:TestCase;
- dc:title """underscore_in_localName""";
- dc:description """underscore in local name""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/underscore_in_localName.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/underscore_in_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:underscore_in_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localname_with_COLON a earl:TestCriterion, earl:TestCase;
- dc:title """localname_with_COLON""";
- dc:description """localname with COLON""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localname_with_COLON.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localname_with_COLON.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localname_with_COLON;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries""";
- dc:description """localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries""";
- dc:description """localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """localName_with_nfc_PN_CHARS_BASE_character_boundaries""";
- dc:description """localName with nfc-normalize PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_leading_underscore a earl:TestCriterion, earl:TestCase;
- dc:title """localName_with_leading_underscore""";
- dc:description """localName with leading underscore (p:_)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_leading_underscore.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_leading_underscore.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_leading_underscore;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_leading_digit a earl:TestCriterion, earl:TestCase;
- dc:title """localName_with_leading_digit""";
- dc:description """localName with leading digit (p:_)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_leading_digit.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_leading_digit.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_leading_digit;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title """localName_with_non_leading_extras""";
- dc:description """localName with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_non_leading_extras.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/localName_with_non_leading_extras.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_non_leading_extras;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:old_style_base a earl:TestCriterion, earl:TestCase;
- dc:title """old_style_base""";
- dc:description """old-style base""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/old_style_base.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:old_style_base;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:SPARQL_style_base a earl:TestCriterion, earl:TestCase;
- dc:title """SPARQL_style_base""";
- dc:description """SPARQL-style base""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/SPARQL_style_base.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:SPARQL_style_base;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_subject a earl:TestCriterion, earl:TestCase;
- dc:title """labeled_blank_node_subject""";
- dc:description """labeled blank node subject""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_subject.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_object a earl:TestCriterion, earl:TestCase;
- dc:title """labeled_blank_node_object""";
- dc:description """labeled blank node object""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_object.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """labeled_blank_node_with_PN_CHARS_BASE_character_boundaries""";
- dc:description """labeled blank node with PN_CHARS_BASE character boundaries (_:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_with_leading_underscore a earl:TestCriterion, earl:TestCase;
- dc:title """labeled_blank_node_with_leading_underscore""";
- dc:description """labeled blank node with_leading_underscore (_:_)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_with_leading_underscore.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_leading_underscore;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_with_leading_digit a earl:TestCriterion, earl:TestCase;
- dc:title """labeled_blank_node_with_leading_digit""";
- dc:description """labeled blank node with_leading_digit (_:0)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_with_leading_digit.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_leading_digit;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title """labeled_blank_node_with_non_leading_extras""";
- dc:description """labeled blank node with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_with_non_leading_extras.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_non_leading_extras;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:anonymous_blank_node_subject a earl:TestCriterion, earl:TestCase;
- dc:title """anonymous_blank_node_subject""";
- dc:description """anonymous blank node subject""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/anonymous_blank_node_subject.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:anonymous_blank_node_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:anonymous_blank_node_object a earl:TestCriterion, earl:TestCase;
- dc:title """anonymous_blank_node_object""";
- dc:description """anonymous blank node object""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/anonymous_blank_node_object.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:anonymous_blank_node_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:sole_blankNodePropertyList a earl:TestCriterion, earl:TestCase;
- dc:title """sole_blankNodePropertyList""";
- dc:description """sole blankNodePropertyList [ <p> <o> ] .""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/sole_blankNodePropertyList.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:sole_blankNodePropertyList;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
- dc:title """blankNodePropertyList_as_subject""";
- dc:description """blankNodePropertyList as subject [ \u2026 ] <p> <o> .""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/blankNodePropertyList_as_subject.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/blankNodePropertyList_as_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_as_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
- dc:title """blankNodePropertyList_as_object""";
- dc:description """blankNodePropertyList as object <s> <p> [ \u2026 ] .""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/blankNodePropertyList_as_object.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/blankNodePropertyList_as_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_as_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:blankNodePropertyList_with_multiple_triples a earl:TestCriterion, earl:TestCase;
- dc:title """blankNodePropertyList_with_multiple_triples""";
- dc:description """blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/blankNodePropertyList_with_multiple_triples.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/blankNodePropertyList_with_multiple_triples.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_with_multiple_triples;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:nested_blankNodePropertyLists a earl:TestCriterion, earl:TestCase;
- dc:title """nested_blankNodePropertyLists""";
- dc:description """nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/nested_blankNodePropertyLists.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/nested_blankNodePropertyLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:nested_blankNodePropertyLists;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
- dc:title """blankNodePropertyList_containing_collection""";
- dc:description """blankNodePropertyList containing collection [ <p1> ( \u2026 ) ]""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/blankNodePropertyList_containing_collection.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/blankNodePropertyList_containing_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_containing_collection;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:collection_subject a earl:TestCriterion, earl:TestCase;
- dc:title """collection_subject""";
- dc:description """collection subject""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/collection_subject.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/collection_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:collection_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:collection_object a earl:TestCriterion, earl:TestCase;
- dc:title """collection_object""";
- dc:description """collection object""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/collection_object.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/collection_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:collection_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:empty_collection a earl:TestCriterion, earl:TestCase;
- dc:title """empty_collection""";
- dc:description """empty collection ()""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/empty_collection.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/empty_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:empty_collection;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:nested_collection a earl:TestCriterion, earl:TestCase;
- dc:title """nested_collection""";
- dc:description """nested collection (())""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/nested_collection.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/nested_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:nested_collection;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:first a earl:TestCriterion, earl:TestCase;
- dc:title """first""";
- dc:description """first, not last, non-empty nested collection""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/first.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/first.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:first;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:last a earl:TestCriterion, earl:TestCase;
- dc:title """last""";
- dc:description """last, not first, non-empty nested collection""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/last.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/last.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:last;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL1 a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL1""";
- dc:description """LITERAL1 'x'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL1_ascii_boundaries""";
- dc:description """LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1_ascii_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL1_with_UTF8_boundaries""";
- dc:description """LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1_with_UTF8_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL1_all_controls a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL1_all_controls""";
- dc:description """LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1_all_controls.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1_all_controls.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_all_controls;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL1_all_punctuation a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL1_all_punctuation""";
- dc:description """LITERAL1_all_punctuation '!\"#$%&()...'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1_all_punctuation.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1_all_punctuation.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_all_punctuation;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG1 a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG1""";
- dc:description """LITERAL_LONG1 '''x'''""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG1.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG1_ascii_boundaries""";
- dc:description """LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG1_ascii_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG1_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG1_with_UTF8_boundaries""";
- dc:description """LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG1_with_1_squote a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG1_with_1_squote""";
- dc:description """LITERAL_LONG1 with 1 squote '''a'b'''""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG1_with_1_squote.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG1_with_1_squote.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_with_1_squote;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG1_with_2_squotes a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG1_with_2_squotes""";
- dc:description """LITERAL_LONG1 with 2 squotes '''a''b'''""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG1_with_2_squotes.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG1_with_2_squotes.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_with_2_squotes;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL2 a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL2""";
- dc:description """LITERAL2 \"x\"""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL2.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL2;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL2_ascii_boundaries""";
- dc:description """LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL2_ascii_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL2_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL2_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL2_with_UTF8_boundaries""";
- dc:description """LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL2_with_UTF8_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL2_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2 a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG2""";
- dc:description """LITERAL_LONG2 \"\"\"x\"\"\"""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG2.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG2_ascii_boundaries""";
- dc:description """LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG2_ascii_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG2_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG2_with_UTF8_boundaries""";
- dc:description """LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2_with_1_squote a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG2_with_1_squote""";
- dc:description """LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\"""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG2_with_1_squote.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG2_with_1_squote.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_1_squote;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2_with_2_squotes a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG2_with_2_squotes""";
- dc:description """LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\"""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG2_with_2_squotes.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG2_with_2_squotes.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_2_squotes;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_CHARACTER_TABULATION""";
- dc:description """literal with CHARACTER TABULATION""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_CHARACTER_TABULATION.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_CHARACTER_TABULATION.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_CHARACTER_TABULATION;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_BACKSPACE a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_BACKSPACE""";
- dc:description """literal with BACKSPACE""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_BACKSPACE.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_BACKSPACE.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_BACKSPACE;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_LINE_FEED a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_LINE_FEED""";
- dc:description """literal with LINE FEED""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_LINE_FEED.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_LINE_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_LINE_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_CARRIAGE_RETURN""";
- dc:description """literal with CARRIAGE RETURN""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_CARRIAGE_RETURN.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_CARRIAGE_RETURN.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_CARRIAGE_RETURN;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_FORM_FEED a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_FORM_FEED""";
- dc:description """literal with FORM FEED""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_FORM_FEED.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_FORM_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_FORM_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_REVERSE_SOLIDUS""";
- dc:description """literal with REVERSE SOLIDUS""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_REVERSE_SOLIDUS.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_REVERSE_SOLIDUS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_REVERSE_SOLIDUS;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_escaped_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_escaped_CHARACTER_TABULATION""";
- dc:description """literal with escaped CHARACTER TABULATION""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_escaped_CHARACTER_TABULATION.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_CHARACTER_TABULATION.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_escaped_BACKSPACE a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_escaped_BACKSPACE""";
- dc:description """literal with escaped BACKSPACE""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_escaped_BACKSPACE.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_BACKSPACE.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_BACKSPACE;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_escaped_LINE_FEED a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_escaped_LINE_FEED""";
- dc:description """literal with escaped LINE FEED""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_escaped_LINE_FEED.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_LINE_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_LINE_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_escaped_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_escaped_CARRIAGE_RETURN""";
- dc:description """literal with escaped CARRIAGE RETURN""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_escaped_CARRIAGE_RETURN.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_CARRIAGE_RETURN.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_escaped_FORM_FEED a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_escaped_FORM_FEED""";
- dc:description """literal with escaped FORM FEED""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_escaped_FORM_FEED.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_FORM_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_FORM_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_numeric_escape4 a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_numeric_escape4""";
- dc:description """literal with numeric escape4 \\u""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_numeric_escape4.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_numeric_escape4.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_numeric_escape4;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_numeric_escape8 a earl:TestCriterion, earl:TestCase;
- dc:title """literal_with_numeric_escape8""";
- dc:description """literal with numeric escape8 \\U""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_numeric_escape8.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_with_numeric_escape4.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_numeric_escape8;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:IRIREF_datatype a earl:TestCriterion, earl:TestCase;
- dc:title """IRIREF_datatype""";
- dc:description """IRIREF datatype \"\"^^<t>""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRIREF_datatype.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRIREF_datatype;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefixed_name_datatype a earl:TestCriterion, earl:TestCase;
- dc:title """prefixed_name_datatype""";
- dc:description """prefixed name datatype \"\"^^p:t""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/prefixed_name_datatype.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefixed_name_datatype;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:bareword_integer a earl:TestCriterion, earl:TestCase;
- dc:title """bareword_integer""";
- dc:description """bareword integer""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/bareword_integer.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_integer;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:bareword_decimal a earl:TestCriterion, earl:TestCase;
- dc:title """bareword_decimal""";
- dc:description """bareword decimal""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/bareword_decimal.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/bareword_decimal.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_decimal;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:bareword_double a earl:TestCriterion, earl:TestCase;
- dc:title """bareword_double""";
- dc:description """bareword double""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/bareword_double.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/bareword_double.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_double;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:double_lower_case_e a earl:TestCriterion, earl:TestCase;
- dc:title """double_lower_case_e""";
- dc:description """double lower case e""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/double_lower_case_e.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/double_lower_case_e.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:double_lower_case_e;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:negative_numeric a earl:TestCriterion, earl:TestCase;
- dc:title """negative_numeric""";
- dc:description """negative numeric""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/negative_numeric.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/negative_numeric.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:negative_numeric;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:positive_numeric a earl:TestCriterion, earl:TestCase;
- dc:title """positive_numeric""";
- dc:description """positive numeric""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/positive_numeric.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/positive_numeric.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:positive_numeric;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:numeric_with_leading_0 a earl:TestCriterion, earl:TestCase;
- dc:title """numeric_with_leading_0""";
- dc:description """numeric with leading 0""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/numeric_with_leading_0.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/numeric_with_leading_0.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:numeric_with_leading_0;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_true a earl:TestCriterion, earl:TestCase;
- dc:title """literal_true""";
- dc:description """literal true""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_true.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_true.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_true;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_false a earl:TestCriterion, earl:TestCase;
- dc:title """literal_false""";
- dc:description """literal false""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_false.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/literal_false.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_false;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:langtagged_non_LONG a earl:TestCriterion, earl:TestCase;
- dc:title """langtagged_non_LONG""";
- dc:description """langtagged non-LONG \"x\"@en""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/langtagged_non_LONG.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/langtagged_non_LONG.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:langtagged_non_LONG;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:langtagged_LONG a earl:TestCriterion, earl:TestCase;
- dc:title """langtagged_LONG""";
- dc:description """langtagged LONG \"\"\"x\"\"\"@en""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/langtagged_LONG.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/langtagged_non_LONG.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:langtagged_LONG;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:lantag_with_subtag a earl:TestCriterion, earl:TestCase;
- dc:title """lantag_with_subtag""";
- dc:description """lantag with subtag \"x\"@en-us""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/lantag_with_subtag.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/lantag_with_subtag.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:lantag_with_subtag;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
- dc:title """objectList_with_two_objects""";
- dc:description """objectList with two objects \u2026 <o1>,<o2>""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/objectList_with_two_objects.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/objectList_with_two_objects.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:objectList_with_two_objects;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
- dc:title """predicateObjectList_with_two_objectLists""";
- dc:description """predicateObjectList with two objectLists \u2026 <o1>,<o2>""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/predicateObjectList_with_two_objectLists.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/predicateObjectList_with_two_objectLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:predicateObjectList_with_two_objectLists;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:repeated_semis_at_end a earl:TestCriterion, earl:TestCase;
- dc:title """repeated_semis_at_end""";
- dc:description """repeated semis at end <s> <p> <o> ;; <p2> <o2> .""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/repeated_semis_at_end.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/predicateObjectList_with_two_objectLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:repeated_semis_at_end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:repeated_semis_not_at_end a earl:TestCriterion, earl:TestCase;
- dc:title """repeated_semis_not_at_end""";
- dc:description """repeated semis not at end <s> <p> <o> ;;.""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/repeated_semis_not_at_end.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/repeated_semis_not_at_end.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:repeated_semis_not_at_end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-file-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-file-01""";
- dc:description """Empty file""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-file-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-file-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-file-02""";
- dc:description """Only comment""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-file-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-file-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-file-03""";
- dc:description """One comment, one empty line""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-file-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-uri-01""";
- dc:description """Only IRIs""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-uri-02""";
- dc:description """IRIs with Unicode escape""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-uri-03""";
- dc:description """IRIs with long Unicode escape""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-uri-04""";
- dc:description """Legal IRIs""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-base-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-base-01""";
- dc:description """@base""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-base-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-base-02""";
- dc:description """BASE""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-base-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-base-03""";
- dc:description """@base with relative IRIs""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-base-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-base-04""";
- dc:description """base with relative IRIs""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-prefix-01""";
- dc:description """@prefix""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-prefix-02""";
- dc:description """PreFIX""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-prefix-03""";
- dc:description """Empty PREFIX""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-prefix-04""";
- dc:description """Empty @prefix with % escape""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-05 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-prefix-05""";
- dc:description """@prefix with no suffix""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-06 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-prefix-06""";
- dc:description """colon is a legal pname character""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-07 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-prefix-07""";
- dc:description """dash is a legal pname character""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-08 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-prefix-08""";
- dc:description """underscore is a legal pname character""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-09 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-prefix-09""";
- dc:description """percents in pnames""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-string-01""";
- dc:description """string literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-string-02""";
- dc:description """langString literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-string-03""";
- dc:description """langString literal with region""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-string-04""";
- dc:description """squote string literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-05 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-string-05""";
- dc:description """squote langString literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-06 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-string-06""";
- dc:description """squote langString literal with region""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-08 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-string-08""";
- dc:description """long string literal with embedded newline""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-10 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-string-10""";
- dc:description """long langString literal with embedded newline""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-11 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-string-11""";
- dc:description """squote long langString literal with embedded newline""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-str-esc-01""";
- dc:description """string literal with escaped newline""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-str-esc-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-str-esc-02""";
- dc:description """string literal with Unicode escape""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-str-esc-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-str-esc-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-pname-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-pname-esc-01""";
- dc:description """pname with back-slash escapes""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-pname-esc-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-pname-esc-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-pname-esc-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bnode-01""";
- dc:description """bnode subject""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bnode-02""";
- dc:description """bnode object""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bnode-03""";
- dc:description """bnode property list object""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bnode-04""";
- dc:description """bnode property list object (2)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bnode-05""";
- dc:description """bnode property list subject""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bnode-06""";
- dc:description """labeled bnode subject""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-07 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bnode-07""";
- dc:description """labeled bnode subject and object""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-08 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bnode-08""";
- dc:description """bare bnode property list""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-09 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bnode-09""";
- dc:description """bnode property list""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-10 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bnode-10""";
- dc:description """mixed bnode property list and triple""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-01""";
- dc:description """integer literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-02""";
- dc:description """negative integer literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-03""";
- dc:description """positive integer literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-04""";
- dc:description """decimal literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-05 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-05""";
- dc:description """decimal literal (no leading digits)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-06 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-06""";
- dc:description """negative decimal literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-07 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-07""";
- dc:description """positive decimal literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-08 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-08""";
- dc:description """integer literal with decimal lexical confusion""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-09 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-09""";
- dc:description """double literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-10 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-10""";
- dc:description """negative double literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-11 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-number-11""";
- dc:description """double literal no fraction""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-datatypes-01""";
- dc:description """xsd:byte literal""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-datatypes-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-datatypes-02""";
- dc:description """integer as xsd:string""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-datatypes-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-kw-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-kw-01""";
- dc:description """boolean literal (true)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-kw-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-kw-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-kw-02""";
- dc:description """boolean literal (false)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-kw-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-kw-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-kw-03""";
- dc:description """'a' as keyword""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-kw-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-struct-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-struct-01""";
- dc:description """object list""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-struct-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-struct-02""";
- dc:description """predicate list with object list""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-struct-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-struct-03""";
- dc:description """predicate list with object list and dangling ';'""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-struct-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-struct-04""";
- dc:description """predicate list with multiple ;;""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-struct-05 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-struct-05""";
- dc:description """predicate list with multiple ;;""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-lists-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-lists-01""";
- dc:description """empty list""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-lists-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-lists-02""";
- dc:description """mixed list""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-lists-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-lists-03""";
- dc:description """isomorphic list as subject and object""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-lists-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-lists-04""";
- dc:description """lists of lists""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-lists-05 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-lists-05""";
- dc:description """mixed lists with embedded lists""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-uri-01""";
- dc:description """Bad IRI : space (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-prefix-01""";
- dc:description """No prefix (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-prefix-02""";
- dc:description """No prefix (2) (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-prefix-03""";
- dc:description """@prefix without URI (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-05 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-prefix-05""";
- dc:description """@prefix without ':' (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-base-01""";
- dc:description """@base without URI (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-base-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-base-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-base-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-base-03""";
- dc:description """BASE without URI (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-base-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-12;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-13;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-08 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-struct-08""";
- dc:description """missing '.' (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-09 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-struct-09""";
- dc:description """extra '.' (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-10 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-struct-10""";
- dc:description """extra '.' (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-11 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-struct-11""";
- dc:description """trailing ';' no '.' (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-12;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-13;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-14 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-struct-14""";
- dc:description """literal as subject (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-14;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-15 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-struct-15""";
- dc:description """literal as predicate (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-15;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-16 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-struct-16""";
- dc:description """bnode as predicate (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-16;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-17;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-lang-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-esc-01""";
- dc:description """Bad string escape (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-esc-02""";
- dc:description """Bad string escape (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-esc-03""";
- dc:description """Bad string escape (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-esc-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-esc-04""";
- dc:description """Bad string escape (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-pname-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-pname-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-pname-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-num-01""";
- dc:description """Bad number format (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-num-02""";
- dc:description """Bad number format (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-num-03""";
- dc:description """Bad number format (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-num-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-num-04""";
- dc:description """Bad number format (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-num-05 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-num-05""";
- dc:description """Bad number format (negative test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-eval-struct-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-eval-struct-01""";
- dc:description """triple with IRIs""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-struct-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-eval-struct-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-eval-struct-02""";
- dc:description """triple with IRIs and embedded whitespace""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-struct-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-01 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-01""";
- dc:description """Blank subject""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-02 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-02""";
- dc:description """@prefix and qnames""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-03 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-03""";
- dc:description """, operator""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-04""";
- dc:description """; operator""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-05 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-05""";
- dc:description """empty [] as subject and object""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-06 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-06""";
- dc:description """non-empty [] as subject and object""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-07 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-07""";
- dc:description """'a' as predicate""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-08 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-08""";
- dc:description """simple collection""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-09 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-09""";
- dc:description """empty collection""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-10 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-10""";
- dc:description """integer datatyped literal""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-11 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-11""";
- dc:description """decimal integer canonicalization""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-12 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-12""";
- dc:description """- and _ in names and qnames""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-12;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-13 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-13""";
- dc:description """tests for rdf:_<numbers> and other qnames starting with _""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-13;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-14 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-14""";
- dc:description """bare : allowed""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-14;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-15 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-15""";
- dc:description """simple long literal""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-15;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-16 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-16""";
- dc:description """long literals with escapes""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-16;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-17 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-17""";
- dc:description """floating point number""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-17;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-18 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-18""";
- dc:description """empty literals, normal and long variant""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-18;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-19 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-19""";
- dc:description """positive integer, decimal and doubles""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-19;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-20 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-20""";
- dc:description """negative integer, decimal and doubles""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-20;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-21 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-21""";
- dc:description """long literal ending in double quote""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-21;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-22 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-22""";
- dc:description """boolean literals""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-22;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-23 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-23""";
- dc:description """comments""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-23;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-24 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-24""";
- dc:description """no final mewline""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-24;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-25 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-25""";
- dc:description """repeating a @prefix changes pname definition""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-25;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-26 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-26""";
- dc:description """Variations on decimal canonicalization""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-26;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-27 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-subm-27""";
- dc:description """Repeating @base changes base for relative IRI lookup""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-27;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-eval-bad-04 a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-eval-bad-04""";
- dc:description """Bad IRI : {abc} (negative evaluation test)""";
- mf:action <https://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://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
- dc:title """LITERAL_LONG2_with_REVERSE_SOLIDUS""";
- dc:description """REVERSE SOLIDUS at end of LITERAL_LONG2""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-num-05""";
- dc:description """Bad number format (negative test)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:two_LITERAL_LONG2s a earl:TestCriterion, earl:TestCase;
- dc:title """two_LITERAL_LONG2s""";
- dc:description """two LITERAL_LONG2s testing quote delimiter overrun""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/two_LITERAL_LONG2s.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/two_LITERAL_LONG2s.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:two_LITERAL_LONG2s;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:langtagged_LONG_with_subtag a earl:TestCriterion, earl:TestCase;
- dc:title """langtagged_LONG_with_subtag""";
- dc:description """langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/langtagged_LONG_with_subtag.ttl>;
- mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/langtagged_LONG_with_subtag.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:langtagged_LONG_with_subtag;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-blank-label-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-blank-label-dot-end""";
- dc:description """Blank node label must not end in dot""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-blank-label-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-blank-label-dot-end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-ln-dash-start a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-ln-dash-start""";
- dc:description """Local name must not begin with dash""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-ln-dash-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ln-dash-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-ln-escape-start a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-ln-escape-start""";
- dc:description """Bad hex escape at start of local name""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-ln-escape-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ln-escape-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-ln-escape a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-ln-escape""";
- dc:description """Bad hex escape in local name""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-ln-escape.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ln-escape;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-missing-ns-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-missing-ns-dot-end""";
- dc:description """Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-missing-ns-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-missing-ns-dot-end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-missing-ns-dot-start a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-missing-ns-dot-start""";
- dc:description """Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-missing-ns-dot-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-missing-ns-dot-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-ns-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-ns-dot-end""";
- dc:description """Prefix must not end in dot""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-ns-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ns-dot-end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-ns-dot-start a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-ns-dot-start""";
- dc:description """Prefix must not start with dot""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-ns-dot-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ns-dot-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-number-dot-in-anon a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-bad-number-dot-in-anon""";
- dc:description """Dot delimeter may not appear in anonymous nodes""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-number-dot-in-anon.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-number-dot-in-anon;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-blank-label a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-blank-label""";
- dc:description """Characters allowed in blank node labels""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-blank-label.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-blank-label;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-ln-colons a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-ln-colons""";
- dc:description """Colons in pname local names""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-ln-colons.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-ln-colons;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-ln-dots a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-ln-dots""";
- dc:description """Dots in pname local names""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-ln-dots.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-ln-dots;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-ns-dots a earl:TestCriterion, earl:TestCase;
- dc:title """turtle-syntax-ns-dots""";
- dc:description """Dots in namespace names""";
- mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-ns-dots.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-ns-dots;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
--- a/rdf-turtle/reports/earl-node-n3-2013-07-22.ttl.old Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3945 +0,0 @@
-@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>.
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
-@prefix rdft: <http://www.w3.org/ns/rdftest#>.
-@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 manifest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#>.
-
-<https://github.com/RubenVerborgh/node-n3#node-n3> a earl:Software, earl:TestSubject, doap:Project;
- doap:name "node-n3";
- doap:homepage <https://github.com/RubenVerborgh/node-n3>;
- doap:license <http://opensource.org/licenses/MIT>;
- doap:programming-language "JavaScript";
- doap:implements <http://www.w3.org/TR/turtle/>;
- doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
- doap:download-page <https://npmjs.org/package/n3>;
- doap:bug-database <https://github.com/RubenVerborgh/node-n3/issues>;
- doap:blog <http://ruben.verborgh.org/blog/>;
- doap:developer <http://ruben.verborgh.org/#me>;
- doap:maintainer <http://ruben.verborgh.org/#me>;
- doap:documenter <http://ruben.verborgh.org/#me>;
- doap:maker <http://ruben.verborgh.org/#me>;
- dc:title "node-n3";
- dc:description "node-n3 is an asynchronous, streaming JavaScript parser of Turtle."@en;
- dc:creator <http://ruben.verborgh.org/#me>.
-
-<http://ruben.verborgh.org/#me> a foaf:Person, earl:Assertor;
- foaf:name "Ruben Verborgh";
- foaf:homepage <http://ruben.verborgh.org/>.
-
-manifest:IRI_subject a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_subject";
- dc:description "IRI subject";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:IRI_with_four_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_with_four_digit_numeric_escape";
- dc:description "IRI with four digit numeric escape (\\u)";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_with_four_digit_numeric_escape;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:IRI_with_eight_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_with_eight_digit_numeric_escape";
- dc:description "IRI with eight digit numeric escape (\\U)";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_with_eight_digit_numeric_escape;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:IRI_with_all_punctuation a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_with_all_punctuation";
- dc:description "IRI with all punctuation";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_with_all_punctuation;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:bareword_a_predicate a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_a_predicate";
- dc:description "bareword a predicate";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_a_predicate;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:old_style_prefix a earl:TestCriterion, earl:TestCase;
- dc:title "old_style_prefix";
- dc:description "old-style prefix";
- mf:action <http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:old_style_prefix;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:SPARQL_style_prefix a earl:TestCriterion, earl:TestCase;
- dc:title "SPARQL_style_prefix";
- dc:description "SPARQL-style prefix";
- mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:SPARQL_style_prefix;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefixed_IRI_predicate a earl:TestCriterion, earl:TestCase;
- dc:title "prefixed_IRI_predicate";
- dc:description "prefixed IRI predicate";
- mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefixed_IRI_predicate;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefixed_IRI_object a earl:TestCriterion, earl:TestCase;
- dc:title "prefixed_IRI_object";
- dc:description "prefixed IRI object";
- mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefixed_IRI_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefix_only_IRI a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_only_IRI";
- dc:description "prefix-only IRI (p:)";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_only_IRI;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefix_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_with_PN_CHARS_BASE_character_boundaries";
- dc:description "prefix with PN CHARS BASE character boundaries (prefix: AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...:)";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_with_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefix_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_with_non_leading_extras";
- dc:description "prefix with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_with_non_leading_extras;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:default_namespace_IRI a earl:TestCriterion, earl:TestCase;
- dc:title "default_namespace_IRI";
- dc:description "default namespace IRI (:ln)";
- mf:action <http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:default_namespace_IRI;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefix_reassigned_and_used a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_reassigned_and_used";
- dc:description "prefix reassigned and used";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_reassigned_and_used;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:reserved_escaped_localName a earl:TestCriterion, earl:TestCase;
- dc:title "reserved_escaped_localName";
- dc:description "reserved-escaped local name";
- mf:action <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:reserved_escaped_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:percent_escaped_localName a earl:TestCriterion, earl:TestCase;
- dc:title "percent_escaped_localName";
- dc:description "percent-escaped local name";
- mf:action <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:percent_escaped_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:HYPHEN_MINUS_in_localName a earl:TestCriterion, earl:TestCase;
- dc:title "HYPHEN_MINUS_in_localName";
- dc:description "HYPHEN-MINUS in local name";
- mf:action <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:HYPHEN_MINUS_in_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:underscore_in_localName a earl:TestCriterion, earl:TestCase;
- dc:title "underscore_in_localName";
- dc:description "underscore in local name";
- mf:action <http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:underscore_in_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localname_with_COLON a earl:TestCriterion, earl:TestCase;
- dc:title "localname_with_COLON";
- dc:description "localname with COLON";
- mf:action <http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localname_with_COLON;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries";
- dc:description "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries";
- dc:description "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_nfc_PN_CHARS_BASE_character_boundaries";
- dc:description "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_leading_underscore a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_leading_underscore";
- dc:description "localName with leading underscore (p:_)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_leading_underscore;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_leading_digit a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_leading_digit";
- dc:description "localName with leading digit (p:_)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_leading_digit;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:localName_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_non_leading_extras";
- dc:description "localName with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_non_leading_extras;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:old_style_base a earl:TestCriterion, earl:TestCase;
- dc:title "old_style_base";
- dc:description "old-style base";
- mf:action <http://www.w3.org/2013/TurtleTests/old_style_base.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:old_style_base;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:SPARQL_style_base a earl:TestCriterion, earl:TestCase;
- dc:title "SPARQL_style_base";
- dc:description "SPARQL-style base";
- mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:SPARQL_style_base;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_subject a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_subject";
- dc:description "labeled blank node subject";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_object a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_object";
- dc:description "labeled blank node object";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_PN_CHARS_BASE_character_boundaries";
- dc:description "labeled blank node with PN_CHARS_BASE character boundaries (_:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_with_leading_underscore a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_leading_underscore";
- dc:description "labeled blank node with_leading_underscore (_:_)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_leading_underscore;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_with_leading_digit a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_leading_digit";
- dc:description "labeled blank node with_leading_digit (_:0)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_leading_digit;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:labeled_blank_node_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_non_leading_extras";
- dc:description "labeled blank node with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_non_leading_extras;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:anonymous_blank_node_subject a earl:TestCriterion, earl:TestCase;
- dc:title "anonymous_blank_node_subject";
- dc:description "anonymous blank node subject";
- mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:anonymous_blank_node_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:anonymous_blank_node_object a earl:TestCriterion, earl:TestCase;
- dc:title "anonymous_blank_node_object";
- dc:description "anonymous blank node object";
- mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:anonymous_blank_node_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:sole_blankNodePropertyList a earl:TestCriterion, earl:TestCase;
- dc:title "sole_blankNodePropertyList";
- dc:description "sole blankNodePropertyList [ <p> <o> ] .";
- mf:action <http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:sole_blankNodePropertyList;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_as_subject";
- dc:description "blankNodePropertyList as subject [ \u2026 ] <p> <o> .";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_as_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_as_object";
- dc:description "blankNodePropertyList as object <s> <p> [ \u2026 ] .";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_as_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:blankNodePropertyList_with_multiple_triples a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_with_multiple_triples";
- dc:description "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_with_multiple_triples;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:nested_blankNodePropertyLists a earl:TestCriterion, earl:TestCase;
- dc:title "nested_blankNodePropertyLists";
- dc:description "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]";
- mf:action <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:nested_blankNodePropertyLists;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_containing_collection";
- dc:description "blankNodePropertyList containing collection [ <p1> ( \u2026 ) ]";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_containing_collection;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:collection_subject a earl:TestCriterion, earl:TestCase;
- dc:title "collection_subject";
- dc:description "collection subject";
- mf:action <http://www.w3.org/2013/TurtleTests/collection_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/collection_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:collection_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:collection_object a earl:TestCriterion, earl:TestCase;
- dc:title "collection_object";
- dc:description "collection object";
- mf:action <http://www.w3.org/2013/TurtleTests/collection_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/collection_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:collection_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:empty_collection a earl:TestCriterion, earl:TestCase;
- dc:title "empty_collection";
- dc:description "empty collection ()";
- mf:action <http://www.w3.org/2013/TurtleTests/empty_collection.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/empty_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:empty_collection;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:nested_collection a earl:TestCriterion, earl:TestCase;
- dc:title "nested_collection";
- dc:description "nested collection (())";
- mf:action <http://www.w3.org/2013/TurtleTests/nested_collection.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/nested_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:nested_collection;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:first a earl:TestCriterion, earl:TestCase;
- dc:title "first";
- dc:description "first, not last, non-empty nested collection";
- mf:action <http://www.w3.org/2013/TurtleTests/first.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/first.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:first;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:last a earl:TestCriterion, earl:TestCase;
- dc:title "last";
- dc:description "last, not first, non-empty nested collection";
- mf:action <http://www.w3.org/2013/TurtleTests/last.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/last.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:last;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL1 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1";
- dc:description "LITERAL1 'x'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_ascii_boundaries";
- dc:description "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_with_UTF8_boundaries";
- dc:description "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL1_all_controls a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_all_controls";
- dc:description "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_all_controls;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL1_all_punctuation a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_all_punctuation";
- dc:description "LITERAL1_all_punctuation '!\"#$%&()...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_all_punctuation;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG1 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1";
- dc:description "LITERAL_LONG1 '''x'''";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_ascii_boundaries";
- dc:description "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_with_UTF8_boundaries";
- dc:description "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG1_with_1_squote a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_with_1_squote";
- dc:description "LITERAL_LONG1 with 1 squote '''a'b'''";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_with_1_squote;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG1_with_2_squotes a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_with_2_squotes";
- dc:description "LITERAL_LONG1 with 2 squotes '''a''b'''";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_with_2_squotes;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL2 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL2";
- dc:description "LITERAL2 \"x\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL2;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL2_ascii_boundaries";
- dc:description "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL2_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL2_with_UTF8_boundaries";
- dc:description "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL2_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2";
- dc:description "LITERAL_LONG2 \"\"\"x\"\"\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_ascii_boundaries";
- dc:description "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_UTF8_boundaries";
- dc:description "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2_with_1_squote a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_1_squote";
- dc:description "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_1_squote;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2_with_2_squotes a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_2_squotes";
- dc:description "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_2_squotes;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_CHARACTER_TABULATION";
- dc:description "literal with CHARACTER TABULATION";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_CHARACTER_TABULATION;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_BACKSPACE a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_BACKSPACE";
- dc:description "literal with BACKSPACE";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_BACKSPACE;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_LINE_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_LINE_FEED";
- dc:description "literal with LINE FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_LINE_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_CARRIAGE_RETURN";
- dc:description "literal with CARRIAGE RETURN";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_CARRIAGE_RETURN;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_FORM_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_FORM_FEED";
- dc:description "literal with FORM FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_FORM_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_REVERSE_SOLIDUS";
- dc:description "literal with REVERSE SOLIDUS";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_REVERSE_SOLIDUS;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_escaped_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_CHARACTER_TABULATION";
- dc:description "literal with escaped CHARACTER TABULATION";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_escaped_BACKSPACE a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_BACKSPACE";
- dc:description "literal with escaped BACKSPACE";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_BACKSPACE;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_escaped_LINE_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_LINE_FEED";
- dc:description "literal with escaped LINE FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_LINE_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_escaped_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_CARRIAGE_RETURN";
- dc:description "literal with escaped CARRIAGE RETURN";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_escaped_FORM_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_FORM_FEED";
- dc:description "literal with escaped FORM FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_FORM_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_numeric_escape4 a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_numeric_escape4";
- dc:description "literal with numeric escape4 \\u";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_numeric_escape4;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_with_numeric_escape8 a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_numeric_escape8";
- dc:description "literal with numeric escape8 \\U";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_numeric_escape8;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:IRIREF_datatype a earl:TestCriterion, earl:TestCase;
- dc:title "IRIREF_datatype";
- dc:description "IRIREF datatype \"\"^^<t>";
- mf:action <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRIREF_datatype;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:prefixed_name_datatype a earl:TestCriterion, earl:TestCase;
- dc:title "prefixed_name_datatype";
- dc:description "prefixed name datatype \"\"^^p:t";
- mf:action <http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefixed_name_datatype;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:bareword_integer a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_integer";
- dc:description "bareword integer";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_integer.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_integer;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:bareword_decimal a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_decimal";
- dc:description "bareword decimal";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/bareword_decimal.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_decimal;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:bareword_double a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_double";
- dc:description "bareword double";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_double.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/bareword_double.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_double;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:double_lower_case_e a earl:TestCriterion, earl:TestCase;
- dc:title "double_lower_case_e";
- dc:description "double lower case e";
- mf:action <http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:double_lower_case_e;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:negative_numeric a earl:TestCriterion, earl:TestCase;
- dc:title "negative_numeric";
- dc:description "negative numeric";
- mf:action <http://www.w3.org/2013/TurtleTests/negative_numeric.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/negative_numeric.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:negative_numeric;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:positive_numeric a earl:TestCriterion, earl:TestCase;
- dc:title "positive_numeric";
- dc:description "positive numeric";
- mf:action <http://www.w3.org/2013/TurtleTests/positive_numeric.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/positive_numeric.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:positive_numeric;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:numeric_with_leading_0 a earl:TestCriterion, earl:TestCase;
- dc:title "numeric_with_leading_0";
- dc:description "numeric with leading 0";
- mf:action <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:numeric_with_leading_0;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_true a earl:TestCriterion, earl:TestCase;
- dc:title "literal_true";
- dc:description "literal true";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_true.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_true.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_true;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:literal_false a earl:TestCriterion, earl:TestCase;
- dc:title "literal_false";
- dc:description "literal false";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_false.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_false.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_false;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:langtagged_non_LONG a earl:TestCriterion, earl:TestCase;
- dc:title "langtagged_non_LONG";
- dc:description "langtagged non-LONG \"x\"@en";
- mf:action <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:langtagged_non_LONG;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:langtagged_LONG a earl:TestCriterion, earl:TestCase;
- dc:title "langtagged_LONG";
- dc:description "langtagged LONG \"\"\"x\"\"\"@en";
- mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:langtagged_LONG;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:lantag_with_subtag a earl:TestCriterion, earl:TestCase;
- dc:title "lantag_with_subtag";
- dc:description "lantag with subtag \"x\"@en-us";
- mf:action <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:lantag_with_subtag;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
- dc:title "objectList_with_two_objects";
- dc:description "objectList with two objects \u2026 <o1>,<o2>";
- mf:action <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:objectList_with_two_objects;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
- dc:title "predicateObjectList_with_two_objectLists";
- dc:description "predicateObjectList with two objectLists \u2026 <o1>,<o2>";
- mf:action <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:predicateObjectList_with_two_objectLists;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:repeated_semis_at_end a earl:TestCriterion, earl:TestCase;
- dc:title "repeated_semis_at_end";
- dc:description "repeated semis at end <s> <p> <o> ;; <p2> <o2> .";
- mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:repeated_semis_at_end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:repeated_semis_not_at_end a earl:TestCriterion, earl:TestCase;
- dc:title "repeated_semis_not_at_end";
- dc:description "repeated semis not at end <s> <p> <o> ;;.";
- mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:repeated_semis_not_at_end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:comment_following_localName a earl:TestCriterion, earl:TestCase;
- dc:title "comment_following_localName";
- dc:description "comment following localName";
- mf:action <http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:comment_following_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:number_sign_following_localName a earl:TestCriterion, earl:TestCase;
- dc:title "number_sign_following_localName";
- dc:description "number sign following localName";
- mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:number_sign_following_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:comment_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
- dc:title "comment_following_PNAME_NS";
- dc:description "comment following PNAME_NS";
- mf:action <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:comment_following_PNAME_NS;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:number_sign_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
- dc:title "number_sign_following_PNAME_NS";
- dc:description "number sign following PNAME_NS";
- mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:number_sign_following_PNAME_NS;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
- dc:description "REVERSE SOLIDUS at end of LITERAL_LONG2";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-05";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:two_LITERAL_LONG2s a earl:TestCriterion, earl:TestCase;
- dc:title "two_LITERAL_LONG2s";
- dc:description "two LITERAL_LONG2s testing quote delimiter overrun";
- mf:action <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:two_LITERAL_LONG2s;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:langtagged_LONG_with_subtag a earl:TestCriterion, earl:TestCase;
- dc:title "langtagged_LONG_with_subtag";
- dc:description "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK";
- mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:langtagged_LONG_with_subtag;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-file-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-file-01";
- dc:description "Empty file";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-file-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-file-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-file-02";
- dc:description "Only comment";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-file-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-file-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-file-03";
- dc:description "One comment, one empty line";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-file-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-01";
- dc:description "Only IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-02";
- dc:description "IRIs with Unicode escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-03";
- dc:description "IRIs with long Unicode escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-04";
- dc:description "Legal IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-base-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-01";
- dc:description "@base";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-base-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-02";
- dc:description "BASE";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-base-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-03";
- dc:description "@base with relative IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-base-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-04";
- dc:description "base with relative IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-01";
- dc:description "@prefix";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-02";
- dc:description "PreFIX";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-03";
- dc:description "Empty PREFIX";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-04";
- dc:description "Empty @prefix with % escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-05";
- dc:description "@prefix with no suffix";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-06";
- dc:description "colon is a legal pname character";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-07";
- dc:description "dash is a legal pname character";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-08";
- dc:description "underscore is a legal pname character";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-prefix-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-09";
- dc:description "percents in pnames";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-01";
- dc:description "string literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-02";
- dc:description "langString literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-03";
- dc:description "langString literal with region";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-04";
- dc:description "squote string literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-05";
- dc:description "squote langString literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-06";
- dc:description "squote langString literal with region";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-08";
- dc:description "long string literal with embedded newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-10";
- dc:description "long langString literal with embedded newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-string-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-11";
- dc:description "squote long langString literal with embedded newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-str-esc-01";
- dc:description "string literal with escaped newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-str-esc-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-str-esc-02";
- dc:description "string literal with Unicode escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-str-esc-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-str-esc-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-pname-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-pname-esc-01";
- dc:description "pname with back-slash escapes";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-pname-esc-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-pname-esc-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-pname-esc-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-01";
- dc:description "bnode subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-02";
- dc:description "bnode object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-03";
- dc:description "bnode property list object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-04";
- dc:description "bnode property list object (2)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-05";
- dc:description "bnode property list subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-06";
- dc:description "labeled bnode subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-07";
- dc:description "labeled bnode subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-08";
- dc:description "bare bnode property list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-09";
- dc:description "bnode property list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bnode-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-10";
- dc:description "mixed bnode property list and triple";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-01";
- dc:description "integer literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-02";
- dc:description "negative integer literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-03";
- dc:description "positive integer literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-04";
- dc:description "decimal literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-05";
- dc:description "decimal literal (no leading digits)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-06";
- dc:description "negative decimal literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-07";
- dc:description "positive decimal literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-08";
- dc:description "integer literal with decimal lexical confusion";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-09";
- dc:description "double literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-10";
- dc:description "negative double literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-number-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-11";
- dc:description "double literal no fraction";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-datatypes-01";
- dc:description "xsd:byte literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-datatypes-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-datatypes-02";
- dc:description "integer as xsd:string";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-datatypes-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-kw-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-kw-01";
- dc:description "boolean literal (true)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-kw-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-kw-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-kw-02";
- dc:description "boolean literal (false)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-kw-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-kw-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-kw-03";
- dc:description "'a' as keyword";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-kw-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-struct-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-01";
- dc:description "object list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-struct-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-02";
- dc:description "predicate list with object list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-struct-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-03";
- dc:description "predicate list with object list and dangling ';'";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-struct-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-04";
- dc:description "predicate list with multiple ;;";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-struct-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-05";
- dc:description "predicate list with multiple ;;";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-lists-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-01";
- dc:description "empty list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-lists-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-02";
- dc:description "mixed list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-lists-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-03";
- dc:description "isomorphic list as subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-lists-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-04";
- dc:description "lists of lists";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-lists-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-05";
- dc:description "mixed lists with embedded lists";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-uri-01";
- dc:description "Bad IRI : space (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-01";
- dc:description "No prefix (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-02";
- dc:description "No prefix (2) (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-03";
- dc:description "@prefix without URI (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-05";
- dc:description "@prefix without ':' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-base-01";
- dc:description "@base without URI (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-base-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-base-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-base-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-base-03";
- dc:description "BASE without URI (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-base-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-12;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-13;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-08";
- dc:description "missing '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-09";
- dc:description "extra '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-10";
- dc:description "extra '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-11";
- dc:description "trailing ';' no '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-12;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-13;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-14 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-14";
- dc:description "literal as subject (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-14;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-15 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-15";
- dc:description "literal as predicate (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-15;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-struct-16 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-16";
- dc:description "bnode as predicate (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-16;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-17;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-lang-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-01";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-02";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-03";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-esc-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-04";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-pname-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-pname-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-pname-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-01";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-02";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-03";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-num-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-04";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-num-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-05";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-eval-struct-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-eval-struct-01";
- dc:description "triple with IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-struct-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-eval-struct-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-eval-struct-02";
- dc:description "triple with IRIs and embedded whitespace";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-struct-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-01";
- dc:description "Blank subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-02";
- dc:description "@prefix and qnames";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-03";
- dc:description ", operator";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-04";
- dc:description "; operator";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-05";
- dc:description "empty [] as subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-06";
- dc:description "non-empty [] as subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-07";
- dc:description "'a' as predicate";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-08";
- dc:description "simple collection";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-09";
- dc:description "empty collection";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-10";
- dc:description "integer datatyped literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-11";
- dc:description "decimal integer canonicalization";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-12 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-12";
- dc:description "- and _ in names and qnames";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-12;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-13 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-13";
- dc:description "tests for rdf:_<numbers> and other qnames starting with _";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-13;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-14 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-14";
- dc:description "bare : allowed";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-14;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-15 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-15";
- dc:description "simple long literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-15;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-16 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-16";
- dc:description "long literals with escapes";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-16;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-17 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-17";
- dc:description "floating point number";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-17;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-18 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-18";
- dc:description "empty literals, normal and long variant";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-18;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-19 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-19";
- dc:description "positive integer, decimal and doubles";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-19;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-20 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-20";
- dc:description "negative integer, decimal and doubles";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-20;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-21 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-21";
- dc:description "long literal ending in double quote";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-21;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-22 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-22";
- dc:description "boolean literals";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-22;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-23 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-23";
- dc:description "comments";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-23;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-24 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-24";
- dc:description "no final mewline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-24;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-25 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-25";
- dc:description "repeating a @prefix changes pname definition";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-25;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-26 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-26";
- dc:description "Variations on decimal canonicalization";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-26;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-subm-27 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-27";
- dc:description "Repeating @base changes base for relative IRI lookup";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-27;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-eval-bad-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-eval-bad-04";
- dc:description "Bad IRI : {abc} (negative evaluation test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-blank-label-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-blank-label-dot-end";
- dc:description "Blank node label must not end in dot";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-blank-label-dot-end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-ln-dash-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ln-dash-start";
- dc:description "Local name must not begin with dash";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ln-dash-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-ln-escape-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ln-escape-start";
- dc:description "Bad hex escape at start of local name";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ln-escape-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-ln-escape a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ln-escape";
- dc:description "Bad hex escape in local name";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ln-escape;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-missing-ns-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-missing-ns-dot-end";
- dc:description "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-missing-ns-dot-end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-missing-ns-dot-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-missing-ns-dot-start";
- dc:description "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-missing-ns-dot-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-ns-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ns-dot-end";
- dc:description "Prefix must not end in dot";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ns-dot-end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-ns-dot-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ns-dot-start";
- dc:description "Prefix must not start with dot";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ns-dot-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-bad-number-dot-in-anon a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-number-dot-in-anon";
- dc:description "Dot delimeter may not appear in anonymous nodes";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-number-dot-in-anon;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-blank-label a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-blank-label";
- dc:description "Characters allowed in blank node labels";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-blank-label;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-ln-colons a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-ln-colons";
- dc:description "Colons in pname local names";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-ln-colons;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-ln-dots a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-ln-dots";
- dc:description "Dots in pname local names";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-ln-dots;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
-
-manifest:turtle-syntax-ns-dots a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-ns-dots";
- dc:description "Dots in namespace names";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-ns-dots;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
- ).
--- a/rdf-turtle/reports/earl-node-n3-2013-08-10.ttl Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3953 +0,0 @@
-@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>.
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
-@prefix rdft: <http://www.w3.org/ns/rdftest#>.
-@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 xsd: <http://www.w3.org/2001/XMLSchema#>.
-@prefix manifest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#>.
-
-<> foaf:primaryTopic <https://github.com/RubenVerborgh/node-n3#node-n3>;
- dc:issued "2013-08-10T10:49:11.302Z"^^xsd:dateTime;
- foaf:maker <http://ruben.verborgh.org/#me>.
-
-<https://github.com/RubenVerborgh/node-n3#node-n3> a earl:Software, earl:TestSubject, doap:Project;
- doap:name "node-n3";
- doap:homepage <https://github.com/RubenVerborgh/node-n3>;
- doap:license <http://opensource.org/licenses/MIT>;
- doap:programming-language "JavaScript";
- doap:implements <http://www.w3.org/TR/turtle/>;
- doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
- doap:download-page <https://npmjs.org/package/n3>;
- doap:bug-database <https://github.com/RubenVerborgh/node-n3/issues>;
- doap:blog <http://ruben.verborgh.org/blog/>;
- doap:developer <http://ruben.verborgh.org/#me>;
- doap:maintainer <http://ruben.verborgh.org/#me>;
- doap:documenter <http://ruben.verborgh.org/#me>;
- doap:maker <http://ruben.verborgh.org/#me>;
- dc:title "node-n3";
- dc:description "node-n3 is an asynchronous, streaming Turtle parser for JavaScript."@en;
- dc:creator <http://ruben.verborgh.org/#me>.
-
-<http://ruben.verborgh.org/#me> a foaf:Person, earl:Assertor;
- foaf:name "Ruben Verborgh";
- foaf:homepage <http://ruben.verborgh.org/>;
- foaf:primaryTopicOf <http://ruben.verborgh.org/profile/>;
- rdfs:isDefinedBy <http://ruben.verborgh.org/profile/>.
-
-manifest:IRI_subject a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_subject";
- dc:description "IRI subject";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:IRI_with_four_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_with_four_digit_numeric_escape";
- dc:description "IRI with four digit numeric escape (\\u)";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_with_four_digit_numeric_escape;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:IRI_with_eight_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_with_eight_digit_numeric_escape";
- dc:description "IRI with eight digit numeric escape (\\U)";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_with_eight_digit_numeric_escape;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:IRI_with_all_punctuation a earl:TestCriterion, earl:TestCase;
- dc:title "IRI_with_all_punctuation";
- dc:description "IRI with all punctuation";
- mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRI_with_all_punctuation;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:bareword_a_predicate a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_a_predicate";
- dc:description "bareword a predicate";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_a_predicate;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:old_style_prefix a earl:TestCriterion, earl:TestCase;
- dc:title "old_style_prefix";
- dc:description "old-style prefix";
- mf:action <http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:old_style_prefix;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:SPARQL_style_prefix a earl:TestCriterion, earl:TestCase;
- dc:title "SPARQL_style_prefix";
- dc:description "SPARQL-style prefix";
- mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:SPARQL_style_prefix;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefixed_IRI_predicate a earl:TestCriterion, earl:TestCase;
- dc:title "prefixed_IRI_predicate";
- dc:description "prefixed IRI predicate";
- mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefixed_IRI_predicate;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefixed_IRI_object a earl:TestCriterion, earl:TestCase;
- dc:title "prefixed_IRI_object";
- dc:description "prefixed IRI object";
- mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefixed_IRI_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefix_only_IRI a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_only_IRI";
- dc:description "prefix-only IRI (p:)";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_only_IRI;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefix_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_with_PN_CHARS_BASE_character_boundaries";
- dc:description "prefix with PN CHARS BASE character boundaries (prefix: AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...:)";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_with_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefix_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_with_non_leading_extras";
- dc:description "prefix with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_with_non_leading_extras;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:default_namespace_IRI a earl:TestCriterion, earl:TestCase;
- dc:title "default_namespace_IRI";
- dc:description "default namespace IRI (:ln)";
- mf:action <http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:default_namespace_IRI;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefix_reassigned_and_used a earl:TestCriterion, earl:TestCase;
- dc:title "prefix_reassigned_and_used";
- dc:description "prefix reassigned and used";
- mf:action <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefix_reassigned_and_used;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:reserved_escaped_localName a earl:TestCriterion, earl:TestCase;
- dc:title "reserved_escaped_localName";
- dc:description "reserved-escaped local name";
- mf:action <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:reserved_escaped_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:percent_escaped_localName a earl:TestCriterion, earl:TestCase;
- dc:title "percent_escaped_localName";
- dc:description "percent-escaped local name";
- mf:action <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:percent_escaped_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:HYPHEN_MINUS_in_localName a earl:TestCriterion, earl:TestCase;
- dc:title "HYPHEN_MINUS_in_localName";
- dc:description "HYPHEN-MINUS in local name";
- mf:action <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:HYPHEN_MINUS_in_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:underscore_in_localName a earl:TestCriterion, earl:TestCase;
- dc:title "underscore_in_localName";
- dc:description "underscore in local name";
- mf:action <http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:underscore_in_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:localname_with_COLON a earl:TestCriterion, earl:TestCase;
- dc:title "localname_with_COLON";
- dc:description "localname with COLON";
- mf:action <http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localname_with_COLON;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries";
- dc:description "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries";
- dc:description "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_nfc_PN_CHARS_BASE_character_boundaries";
- dc:description "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_leading_underscore a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_leading_underscore";
- dc:description "localName with leading underscore (p:_)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_leading_underscore;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_leading_digit a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_leading_digit";
- dc:description "localName with leading digit (p:_)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_leading_digit;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:localName_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title "localName_with_non_leading_extras";
- dc:description "localName with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
- mf:action <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:localName_with_non_leading_extras;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:old_style_base a earl:TestCriterion, earl:TestCase;
- dc:title "old_style_base";
- dc:description "old-style base";
- mf:action <http://www.w3.org/2013/TurtleTests/old_style_base.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:old_style_base;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:SPARQL_style_base a earl:TestCriterion, earl:TestCase;
- dc:title "SPARQL_style_base";
- dc:description "SPARQL-style base";
- mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:SPARQL_style_base;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_subject a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_subject";
- dc:description "labeled blank node subject";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_object a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_object";
- dc:description "labeled blank node object";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_PN_CHARS_BASE_character_boundaries";
- dc:description "labeled blank node with PN_CHARS_BASE character boundaries (_:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_with_leading_underscore a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_leading_underscore";
- dc:description "labeled blank node with_leading_underscore (_:_)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_leading_underscore;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_with_leading_digit a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_leading_digit";
- dc:description "labeled blank node with_leading_digit (_:0)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_leading_digit;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:labeled_blank_node_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
- dc:title "labeled_blank_node_with_non_leading_extras";
- dc:description "labeled blank node with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
- mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:labeled_blank_node_with_non_leading_extras;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:anonymous_blank_node_subject a earl:TestCriterion, earl:TestCase;
- dc:title "anonymous_blank_node_subject";
- dc:description "anonymous blank node subject";
- mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:anonymous_blank_node_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:anonymous_blank_node_object a earl:TestCriterion, earl:TestCase;
- dc:title "anonymous_blank_node_object";
- dc:description "anonymous blank node object";
- mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:anonymous_blank_node_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:sole_blankNodePropertyList a earl:TestCriterion, earl:TestCase;
- dc:title "sole_blankNodePropertyList";
- dc:description "sole blankNodePropertyList [ <p> <o> ] .";
- mf:action <http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:sole_blankNodePropertyList;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_as_subject";
- dc:description "blankNodePropertyList as subject [ \u2026 ] <p> <o> .";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_as_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_as_object";
- dc:description "blankNodePropertyList as object <s> <p> [ \u2026 ] .";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_as_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:blankNodePropertyList_with_multiple_triples a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_with_multiple_triples";
- dc:description "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_with_multiple_triples;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:nested_blankNodePropertyLists a earl:TestCriterion, earl:TestCase;
- dc:title "nested_blankNodePropertyLists";
- dc:description "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]";
- mf:action <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:nested_blankNodePropertyLists;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
- dc:title "blankNodePropertyList_containing_collection";
- dc:description "blankNodePropertyList containing collection [ <p1> ( \u2026 ) ]";
- mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:blankNodePropertyList_containing_collection;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:collection_subject a earl:TestCriterion, earl:TestCase;
- dc:title "collection_subject";
- dc:description "collection subject";
- mf:action <http://www.w3.org/2013/TurtleTests/collection_subject.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/collection_subject.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:collection_subject;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:collection_object a earl:TestCriterion, earl:TestCase;
- dc:title "collection_object";
- dc:description "collection object";
- mf:action <http://www.w3.org/2013/TurtleTests/collection_object.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/collection_object.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:collection_object;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:empty_collection a earl:TestCriterion, earl:TestCase;
- dc:title "empty_collection";
- dc:description "empty collection ()";
- mf:action <http://www.w3.org/2013/TurtleTests/empty_collection.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/empty_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:empty_collection;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:nested_collection a earl:TestCriterion, earl:TestCase;
- dc:title "nested_collection";
- dc:description "nested collection (())";
- mf:action <http://www.w3.org/2013/TurtleTests/nested_collection.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/nested_collection.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:nested_collection;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:first a earl:TestCriterion, earl:TestCase;
- dc:title "first";
- dc:description "first, not last, non-empty nested collection";
- mf:action <http://www.w3.org/2013/TurtleTests/first.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/first.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:first;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:last a earl:TestCriterion, earl:TestCase;
- dc:title "last";
- dc:description "last, not first, non-empty nested collection";
- mf:action <http://www.w3.org/2013/TurtleTests/last.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/last.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:last;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL1 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1";
- dc:description "LITERAL1 'x'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_ascii_boundaries";
- dc:description "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_with_UTF8_boundaries";
- dc:description "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL1_all_controls a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_all_controls";
- dc:description "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_all_controls;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL1_all_punctuation a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL1_all_punctuation";
- dc:description "LITERAL1_all_punctuation '!\"#$%&()...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL1_all_punctuation;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG1 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1";
- dc:description "LITERAL_LONG1 '''x'''";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_ascii_boundaries";
- dc:description "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_with_UTF8_boundaries";
- dc:description "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG1_with_1_squote a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_with_1_squote";
- dc:description "LITERAL_LONG1 with 1 squote '''a'b'''";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_with_1_squote;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG1_with_2_squotes a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG1_with_2_squotes";
- dc:description "LITERAL_LONG1 with 2 squotes '''a''b'''";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG1_with_2_squotes;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL2 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL2";
- dc:description "LITERAL2 \"x\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL2;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL2_ascii_boundaries";
- dc:description "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL2_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL2_with_UTF8_boundaries";
- dc:description "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL2_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2 a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2";
- dc:description "LITERAL_LONG2 \"\"\"x\"\"\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_ascii_boundaries";
- dc:description "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_ascii_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_UTF8_boundaries";
- dc:description "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2_with_1_squote a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_1_squote";
- dc:description "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_1_squote;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2_with_2_squotes a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_2_squotes";
- dc:description "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\"";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_2_squotes;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_CHARACTER_TABULATION";
- dc:description "literal with CHARACTER TABULATION";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_CHARACTER_TABULATION;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_BACKSPACE a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_BACKSPACE";
- dc:description "literal with BACKSPACE";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_BACKSPACE;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_LINE_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_LINE_FEED";
- dc:description "literal with LINE FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_LINE_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_CARRIAGE_RETURN";
- dc:description "literal with CARRIAGE RETURN";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_CARRIAGE_RETURN;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_FORM_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_FORM_FEED";
- dc:description "literal with FORM FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_FORM_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_REVERSE_SOLIDUS";
- dc:description "literal with REVERSE SOLIDUS";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_REVERSE_SOLIDUS;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_escaped_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_CHARACTER_TABULATION";
- dc:description "literal with escaped CHARACTER TABULATION";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_escaped_BACKSPACE a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_BACKSPACE";
- dc:description "literal with escaped BACKSPACE";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_BACKSPACE;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_escaped_LINE_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_LINE_FEED";
- dc:description "literal with escaped LINE FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_LINE_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_escaped_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_CARRIAGE_RETURN";
- dc:description "literal with escaped CARRIAGE RETURN";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_escaped_FORM_FEED a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_escaped_FORM_FEED";
- dc:description "literal with escaped FORM FEED";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_escaped_FORM_FEED;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_numeric_escape4 a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_numeric_escape4";
- dc:description "literal with numeric escape4 \\u";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_numeric_escape4;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_with_numeric_escape8 a earl:TestCriterion, earl:TestCase;
- dc:title "literal_with_numeric_escape8";
- dc:description "literal with numeric escape8 \\U";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_with_numeric_escape8;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:IRIREF_datatype a earl:TestCriterion, earl:TestCase;
- dc:title "IRIREF_datatype";
- dc:description "IRIREF datatype \"\"^^<t>";
- mf:action <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:IRIREF_datatype;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:prefixed_name_datatype a earl:TestCriterion, earl:TestCase;
- dc:title "prefixed_name_datatype";
- dc:description "prefixed name datatype \"\"^^p:t";
- mf:action <http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:prefixed_name_datatype;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:bareword_integer a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_integer";
- dc:description "bareword integer";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_integer.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_integer;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:bareword_decimal a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_decimal";
- dc:description "bareword decimal";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/bareword_decimal.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_decimal;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:bareword_double a earl:TestCriterion, earl:TestCase;
- dc:title "bareword_double";
- dc:description "bareword double";
- mf:action <http://www.w3.org/2013/TurtleTests/bareword_double.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/bareword_double.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:bareword_double;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:double_lower_case_e a earl:TestCriterion, earl:TestCase;
- dc:title "double_lower_case_e";
- dc:description "double lower case e";
- mf:action <http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:double_lower_case_e;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:negative_numeric a earl:TestCriterion, earl:TestCase;
- dc:title "negative_numeric";
- dc:description "negative numeric";
- mf:action <http://www.w3.org/2013/TurtleTests/negative_numeric.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/negative_numeric.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:negative_numeric;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:positive_numeric a earl:TestCriterion, earl:TestCase;
- dc:title "positive_numeric";
- dc:description "positive numeric";
- mf:action <http://www.w3.org/2013/TurtleTests/positive_numeric.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/positive_numeric.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:positive_numeric;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:numeric_with_leading_0 a earl:TestCriterion, earl:TestCase;
- dc:title "numeric_with_leading_0";
- dc:description "numeric with leading 0";
- mf:action <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:numeric_with_leading_0;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_true a earl:TestCriterion, earl:TestCase;
- dc:title "literal_true";
- dc:description "literal true";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_true.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_true.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_true;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:literal_false a earl:TestCriterion, earl:TestCase;
- dc:title "literal_false";
- dc:description "literal false";
- mf:action <http://www.w3.org/2013/TurtleTests/literal_false.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/literal_false.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:literal_false;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:langtagged_non_LONG a earl:TestCriterion, earl:TestCase;
- dc:title "langtagged_non_LONG";
- dc:description "langtagged non-LONG \"x\"@en";
- mf:action <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:langtagged_non_LONG;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:langtagged_LONG a earl:TestCriterion, earl:TestCase;
- dc:title "langtagged_LONG";
- dc:description "langtagged LONG \"\"\"x\"\"\"@en";
- mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:langtagged_LONG;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:lantag_with_subtag a earl:TestCriterion, earl:TestCase;
- dc:title "lantag_with_subtag";
- dc:description "lantag with subtag \"x\"@en-us";
- mf:action <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:lantag_with_subtag;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
- dc:title "objectList_with_two_objects";
- dc:description "objectList with two objects \u2026 <o1>,<o2>";
- mf:action <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:objectList_with_two_objects;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
- dc:title "predicateObjectList_with_two_objectLists";
- dc:description "predicateObjectList with two objectLists \u2026 <o1>,<o2>";
- mf:action <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:predicateObjectList_with_two_objectLists;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:repeated_semis_at_end a earl:TestCriterion, earl:TestCase;
- dc:title "repeated_semis_at_end";
- dc:description "repeated semis at end <s> <p> <o> ;; <p2> <o2> .";
- mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:repeated_semis_at_end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:repeated_semis_not_at_end a earl:TestCriterion, earl:TestCase;
- dc:title "repeated_semis_not_at_end";
- dc:description "repeated semis not at end <s> <p> <o> ;;.";
- mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:repeated_semis_not_at_end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:comment_following_localName a earl:TestCriterion, earl:TestCase;
- dc:title "comment_following_localName";
- dc:description "comment following localName";
- mf:action <http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:comment_following_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:number_sign_following_localName a earl:TestCriterion, earl:TestCase;
- dc:title "number_sign_following_localName";
- dc:description "number sign following localName";
- mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:number_sign_following_localName;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:comment_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
- dc:title "comment_following_PNAME_NS";
- dc:description "comment following PNAME_NS";
- mf:action <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:comment_following_PNAME_NS;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:number_sign_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
- dc:title "number_sign_following_PNAME_NS";
- dc:description "number sign following PNAME_NS";
- mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:number_sign_following_PNAME_NS;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
- dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
- dc:description "REVERSE SOLIDUS at end of LITERAL_LONG2";
- mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-05";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:two_LITERAL_LONG2s a earl:TestCriterion, earl:TestCase;
- dc:title "two_LITERAL_LONG2s";
- dc:description "two LITERAL_LONG2s testing quote delimiter overrun";
- mf:action <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:two_LITERAL_LONG2s;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:langtagged_LONG_with_subtag a earl:TestCriterion, earl:TestCase;
- dc:title "langtagged_LONG_with_subtag";
- dc:description "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK";
- mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:langtagged_LONG_with_subtag;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-file-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-file-01";
- dc:description "Empty file";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-file-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-file-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-file-02";
- dc:description "Only comment";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-file-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-file-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-file-03";
- dc:description "One comment, one empty line";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-file-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-01";
- dc:description "Only IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-02";
- dc:description "IRIs with Unicode escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-03";
- dc:description "IRIs with long Unicode escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-uri-04";
- dc:description "Legal IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-uri-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-base-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-01";
- dc:description "@base";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-base-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-02";
- dc:description "BASE";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-base-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-03";
- dc:description "@base with relative IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-base-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-base-04";
- dc:description "base with relative IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-base-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-01";
- dc:description "@prefix";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-02";
- dc:description "PreFIX";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-03";
- dc:description "Empty PREFIX";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-04";
- dc:description "Empty @prefix with % escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-05";
- dc:description "@prefix with no suffix";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-06";
- dc:description "colon is a legal pname character";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-07";
- dc:description "dash is a legal pname character";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-08";
- dc:description "underscore is a legal pname character";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-prefix-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-prefix-09";
- dc:description "percents in pnames";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-prefix-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-01";
- dc:description "string literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-02";
- dc:description "langString literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-03";
- dc:description "langString literal with region";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-04";
- dc:description "squote string literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-05";
- dc:description "squote langString literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-06";
- dc:description "squote langString literal with region";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-08";
- dc:description "long string literal with embedded newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-10";
- dc:description "long langString literal with embedded newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-string-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-string-11";
- dc:description "squote long langString literal with embedded newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-string-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-str-esc-01";
- dc:description "string literal with escaped newline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-str-esc-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-str-esc-02";
- dc:description "string literal with Unicode escape";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-str-esc-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-str-esc-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-pname-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-pname-esc-01";
- dc:description "pname with back-slash escapes";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-pname-esc-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-pname-esc-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-pname-esc-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-01";
- dc:description "bnode subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-02";
- dc:description "bnode object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-03";
- dc:description "bnode property list object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-04";
- dc:description "bnode property list object (2)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-05";
- dc:description "bnode property list subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-06";
- dc:description "labeled bnode subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-07";
- dc:description "labeled bnode subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-08";
- dc:description "bare bnode property list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-09";
- dc:description "bnode property list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bnode-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bnode-10";
- dc:description "mixed bnode property list and triple";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bnode-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-01";
- dc:description "integer literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-02";
- dc:description "negative integer literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-03";
- dc:description "positive integer literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-04";
- dc:description "decimal literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-05";
- dc:description "decimal literal (no leading digits)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-06";
- dc:description "negative decimal literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-07";
- dc:description "positive decimal literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-08";
- dc:description "integer literal with decimal lexical confusion";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-09";
- dc:description "double literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-10";
- dc:description "negative double literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-number-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-number-11";
- dc:description "double literal no fraction";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-number-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-datatypes-01";
- dc:description "xsd:byte literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-datatypes-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-datatypes-02";
- dc:description "integer as xsd:string";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-datatypes-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-kw-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-kw-01";
- dc:description "boolean literal (true)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-kw-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-kw-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-kw-02";
- dc:description "boolean literal (false)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-kw-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-kw-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-kw-03";
- dc:description "'a' as keyword";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-kw-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-struct-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-01";
- dc:description "object list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-struct-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-02";
- dc:description "predicate list with object list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-struct-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-03";
- dc:description "predicate list with object list and dangling ';'";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-struct-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-04";
- dc:description "predicate list with multiple ;;";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-struct-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-struct-05";
- dc:description "predicate list with multiple ;;";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-struct-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-lists-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-01";
- dc:description "empty list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-lists-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-02";
- dc:description "mixed list";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-lists-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-03";
- dc:description "isomorphic list as subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-lists-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-04";
- dc:description "lists of lists";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-lists-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-lists-05";
- dc:description "mixed lists with embedded lists";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-lists-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-uri-01";
- dc:description "Bad IRI : space (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-uri-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-01";
- dc:description "No prefix (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-02";
- dc:description "No prefix (2) (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-03";
- dc:description "@prefix without URI (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-prefix-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-prefix-05";
- dc:description "@prefix without ':' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-prefix-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-base-01";
- dc:description "@base without URI (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-base-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-base-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-base-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-base-03";
- dc:description "BASE without URI (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-base-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-kw-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-12;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-n3-extras-13;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-08";
- dc:description "missing '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-09";
- dc:description "extra '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-10";
- dc:description "extra '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-11";
- dc:description "trailing ';' no '.' (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-12;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-13;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-14 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-14";
- dc:description "literal as subject (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-14;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-15 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-15";
- dc:description "literal as predicate (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-15;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-struct-16 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-struct-16";
- dc:description "bnode as predicate (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-16;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-struct-17;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-lang-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-01";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-02";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-03";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-esc-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-esc-04";
- dc:description "Bad string escape (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-esc-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-pname-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-pname-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-pname-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-string-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-01";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-02";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-03";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-num-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-04";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-num-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-num-05";
- dc:description "Bad number format (negative test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-num-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-eval-struct-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-eval-struct-01";
- dc:description "triple with IRIs";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-struct-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-eval-struct-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-eval-struct-02";
- dc:description "triple with IRIs and embedded whitespace";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-struct-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-01 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-01";
- dc:description "Blank subject";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-02 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-02";
- dc:description "@prefix and qnames";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-03 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-03";
- dc:description ", operator";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-04";
- dc:description "; operator";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-05 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-05";
- dc:description "empty [] as subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-05;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-06 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-06";
- dc:description "non-empty [] as subject and object";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-06;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-07 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-07";
- dc:description "'a' as predicate";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-07;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-08 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-08";
- dc:description "simple collection";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-08;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-09 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-09";
- dc:description "empty collection";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-09;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-10 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-10";
- dc:description "integer datatyped literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-10;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-11 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-11";
- dc:description "decimal integer canonicalization";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-11;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-12 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-12";
- dc:description "- and _ in names and qnames";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-12;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-13 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-13";
- dc:description "tests for rdf:_<numbers> and other qnames starting with _";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-13;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-14 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-14";
- dc:description "bare : allowed";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-14;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-15 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-15";
- dc:description "simple long literal";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-15;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-16 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-16";
- dc:description "long literals with escapes";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-16;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-17 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-17";
- dc:description "floating point number";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-17;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-18 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-18";
- dc:description "empty literals, normal and long variant";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-18;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-19 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-19";
- dc:description "positive integer, decimal and doubles";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-19;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-20 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-20";
- dc:description "negative integer, decimal and doubles";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-20;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-21 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-21";
- dc:description "long literal ending in double quote";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-21;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-22 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-22";
- dc:description "boolean literals";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-22;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-23 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-23";
- dc:description "comments";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-23;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-24 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-24";
- dc:description "no final mewline";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-24;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-25 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-25";
- dc:description "repeating a @prefix changes pname definition";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-25;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-26 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-26";
- dc:description "Variations on decimal canonicalization";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-26;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-subm-27 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-subm-27";
- dc:description "Repeating @base changes base for relative IRI lookup";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl>;
- mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-subm-27;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-01;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-02;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest: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)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-03;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-eval-bad-04 a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-eval-bad-04";
- dc:description "Bad IRI : {abc} (negative evaluation test)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-eval-bad-04;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-blank-label-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-blank-label-dot-end";
- dc:description "Blank node label must not end in dot";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-blank-label-dot-end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-ln-dash-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ln-dash-start";
- dc:description "Local name must not begin with dash";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ln-dash-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-ln-escape-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ln-escape-start";
- dc:description "Bad hex escape at start of local name";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ln-escape-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-ln-escape a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ln-escape";
- dc:description "Bad hex escape in local name";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ln-escape;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-missing-ns-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-missing-ns-dot-end";
- dc:description "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-missing-ns-dot-end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-missing-ns-dot-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-missing-ns-dot-start";
- dc:description "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-missing-ns-dot-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-ns-dot-end a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ns-dot-end";
- dc:description "Prefix must not end in dot";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ns-dot-end;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-ns-dot-start a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-ns-dot-start";
- dc:description "Prefix must not start with dot";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-ns-dot-start;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-bad-number-dot-in-anon a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-bad-number-dot-in-anon";
- dc:description "Dot delimeter may not appear in anonymous nodes";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-bad-number-dot-in-anon;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-blank-label a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-blank-label";
- dc:description "Characters allowed in blank node labels";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-blank-label;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-ln-colons a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-ln-colons";
- dc:description "Colons in pname local names";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-ln-colons;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-ln-dots a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-ln-dots";
- dc:description "Dots in pname local names";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-ln-dots;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
-
-manifest:turtle-syntax-ns-dots a earl:TestCriterion, earl:TestCase;
- dc:title "turtle-syntax-ns-dots";
- dc:description "Dots in namespace names";
- mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl>;
- earl:assertions (
- [ a earl:Assertion;
- earl:assertedBy <http://ruben.verborgh.org/#me>;
- earl:test manifest:turtle-syntax-ns-dots;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
- earl:mode earl:automatic;
- earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
- ).
--- a/rdf-turtle/reports/earl.jsonld Thu Dec 05 21:54:33 2013 +0000
+++ b/rdf-turtle/reports/earl.jsonld Thu Dec 05 21:56:12 2013 -0800
@@ -122,7 +122,7 @@
"@id": "https://github.com/gkellogg/earl-report/tree/0.2.7.2",
"@type": "doap:Version",
"name": "earl-report-0.2.7.2",
- "created": "2013-08-20",
+ "created": "2013-11-24",
"revision": "0.2.7.2"
},
"developer": {
@@ -138,13 +138,12 @@
"RIOT-jena-details.ttl",
"SWObjects-Turtle-EARL-2013-08-11.ttl",
"earl-eye-2013-08-19.ttl",
- "earl-node-n3-2013-08-10.ttl",
+ "earl-n3-js-2013-12-03.ttl",
"earl-turtle-v101-2013-08-19.ttl",
"earl.ttl",
"green-turtle-earl-2013-08-13.ttl",
"raptor-2-0-10-turtle-2013-earl.ttl",
"rdf-trine-turtle-2013-08-10.ttl",
- "rdf.rb-earl-08-10.ttl",
"rdf.rb-earl-2013-08-10.ttl",
"turtleparserjava-earl-2013-08-10.ttl"
],
@@ -357,12 +356,12 @@
"language": "Javascript"
},
{
- "@id": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "@id": "https://github.com/RubenVerborgh/N3.js#n3js",
"@type": [
"earl:TestSubject",
"doap:Project"
],
- "name": "node-n3",
+ "name": "N3.js",
"developer": [
{
"@type": "foaf:Person",
@@ -371,7 +370,7 @@
"foaf:homepage": "http://ruben.verborgh.org/"
}
],
- "homepage": "https://github.com/RubenVerborgh/node-n3",
+ "homepage": "https://github.com/RubenVerborgh/N3.js",
"language": "JavaScript"
},
{
@@ -514,7 +513,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -649,7 +648,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -784,7 +783,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -919,7 +918,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -1054,7 +1053,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -1189,7 +1188,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -1324,7 +1323,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -1459,7 +1458,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -1594,7 +1593,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -1729,7 +1728,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -1864,7 +1863,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -1999,7 +1998,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -2134,7 +2133,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -2269,7 +2268,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -2404,7 +2403,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -2539,7 +2538,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -2674,7 +2673,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -2809,7 +2808,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -2944,7 +2943,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -3079,7 +3078,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -3214,7 +3213,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -3349,7 +3348,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -3484,7 +3483,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -3619,7 +3618,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -3754,7 +3753,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -3889,7 +3888,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -4024,7 +4023,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -4159,7 +4158,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -4294,7 +4293,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -4429,7 +4428,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -4564,7 +4563,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -4699,7 +4698,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -4834,7 +4833,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -4969,7 +4968,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -5104,7 +5103,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -5239,7 +5238,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -5374,7 +5373,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -5509,7 +5508,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -5644,7 +5643,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -5779,7 +5778,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -5914,7 +5913,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -6049,7 +6048,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -6184,7 +6183,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -6319,7 +6318,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -6454,7 +6453,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -6589,7 +6588,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#first",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -6724,7 +6723,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#last",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -6859,7 +6858,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -6994,7 +6993,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -7129,7 +7128,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -7264,7 +7263,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -7399,7 +7398,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -7534,7 +7533,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -7669,7 +7668,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -7804,7 +7803,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -7939,7 +7938,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -8074,7 +8073,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -8209,7 +8208,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -8344,7 +8343,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -8479,7 +8478,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -8614,7 +8613,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -8749,7 +8748,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -8884,7 +8883,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -9019,7 +9018,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -9154,7 +9153,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -9289,7 +9288,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -9424,7 +9423,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -9559,7 +9558,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -9694,7 +9693,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -9829,7 +9828,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -9964,7 +9963,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -10099,7 +10098,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -10234,7 +10233,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -10369,7 +10368,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -10504,7 +10503,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -10639,7 +10638,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -10774,7 +10773,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -10909,7 +10908,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -11044,7 +11043,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -11179,7 +11178,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -11314,7 +11313,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -11449,7 +11448,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -11584,7 +11583,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -11719,7 +11718,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -11854,7 +11853,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -11989,7 +11988,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -12124,7 +12123,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -12259,7 +12258,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -12394,7 +12393,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -12529,7 +12528,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -12664,7 +12663,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -12799,7 +12798,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -12934,7 +12933,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -13069,7 +13068,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -13204,7 +13203,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -13339,7 +13338,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -13474,7 +13473,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -13609,7 +13608,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -13744,7 +13743,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -13879,7 +13878,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -14014,7 +14013,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -14149,7 +14148,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -14283,7 +14282,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -14418,7 +14417,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -14553,7 +14552,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -14687,7 +14686,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -14821,7 +14820,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -14955,7 +14954,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -15089,7 +15088,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -15223,7 +15222,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -15357,7 +15356,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -15491,7 +15490,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -15625,7 +15624,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -15759,7 +15758,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -15893,7 +15892,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -16027,7 +16026,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -16161,7 +16160,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -16295,7 +16294,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -16429,7 +16428,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -16563,7 +16562,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -16697,7 +16696,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -16831,7 +16830,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -16965,7 +16964,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -17099,7 +17098,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -17233,7 +17232,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -17367,7 +17366,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -17501,7 +17500,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -17635,7 +17634,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -17769,7 +17768,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -17903,7 +17902,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -18037,7 +18036,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -18171,7 +18170,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -18305,7 +18304,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -18439,7 +18438,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -18573,7 +18572,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -18707,7 +18706,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -18841,7 +18840,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -18975,7 +18974,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -19109,7 +19108,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -19243,7 +19242,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -19377,7 +19376,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -19511,7 +19510,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -19645,7 +19644,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -19779,7 +19778,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -19913,7 +19912,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -20047,7 +20046,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -20181,7 +20180,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -20315,7 +20314,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -20449,7 +20448,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -20583,7 +20582,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -20717,7 +20716,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -20851,7 +20850,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -20985,7 +20984,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -21119,7 +21118,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -21253,7 +21252,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -21387,7 +21386,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -21521,7 +21520,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -21655,7 +21654,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -21789,7 +21788,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -21923,7 +21922,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -22057,7 +22056,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -22191,7 +22190,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -22325,7 +22324,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -22459,7 +22458,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -22593,7 +22592,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -22727,7 +22726,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -22861,7 +22860,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -22995,7 +22994,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -23129,7 +23128,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -23263,7 +23262,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -23397,7 +23396,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -23531,7 +23530,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -23665,7 +23664,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -23799,7 +23798,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -23933,7 +23932,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -24067,7 +24066,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -24201,7 +24200,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -24335,7 +24334,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -24469,7 +24468,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -24603,7 +24602,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -24737,7 +24736,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -24871,7 +24870,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -25005,7 +25004,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -25139,7 +25138,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -25273,7 +25272,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -25407,7 +25406,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -25541,7 +25540,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -25675,7 +25674,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -25809,7 +25808,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -25943,7 +25942,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -26077,7 +26076,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -26211,7 +26210,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -26345,7 +26344,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -26479,7 +26478,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -26613,7 +26612,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -26747,7 +26746,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -26881,7 +26880,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -27015,7 +27014,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -27149,7 +27148,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -27283,7 +27282,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -27417,7 +27416,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -27551,7 +27550,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -27685,7 +27684,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -27819,7 +27818,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -27953,7 +27952,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -28087,7 +28086,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -28221,7 +28220,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -28355,7 +28354,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -28489,7 +28488,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -28623,7 +28622,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -28757,7 +28756,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -28891,7 +28890,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -29025,7 +29024,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -29159,7 +29158,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -29293,7 +29292,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -29427,7 +29426,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -29561,7 +29560,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -29695,7 +29694,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -29829,7 +29828,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -29963,7 +29962,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -30097,7 +30096,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -30231,7 +30230,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -30365,7 +30364,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -30499,7 +30498,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -30633,7 +30632,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -30767,7 +30766,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -30901,7 +30900,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -31035,7 +31034,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -31169,7 +31168,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -31303,7 +31302,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -31437,7 +31436,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -31571,7 +31570,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -31705,7 +31704,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -31839,7 +31838,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -31973,7 +31972,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -32107,7 +32106,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -32241,7 +32240,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -32375,7 +32374,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -32509,7 +32508,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -32643,7 +32642,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -32777,7 +32776,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -32911,7 +32910,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -33045,7 +33044,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -33179,7 +33178,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -33313,7 +33312,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -33447,7 +33446,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -33582,7 +33581,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -33717,7 +33716,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -33852,7 +33851,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -33987,7 +33986,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -34122,7 +34121,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -34257,7 +34256,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -34392,7 +34391,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -34527,7 +34526,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -34662,7 +34661,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -34797,7 +34796,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -34932,7 +34931,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -35067,7 +35066,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -35202,7 +35201,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -35337,7 +35336,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -35472,7 +35471,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -35607,7 +35606,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -35742,7 +35741,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -35877,7 +35876,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -36012,7 +36011,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -36147,7 +36146,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -36282,7 +36281,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -36417,7 +36416,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -36552,7 +36551,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -36687,7 +36686,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -36822,7 +36821,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -36957,7 +36956,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -37092,7 +37091,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -37227,7 +37226,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -37362,7 +37361,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -37496,7 +37495,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -37630,7 +37629,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -37764,7 +37763,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -37898,7 +37897,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -38032,7 +38031,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -38166,7 +38165,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -38300,7 +38299,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -38434,7 +38433,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -38568,7 +38567,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -38702,7 +38701,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -38836,7 +38835,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -38970,7 +38969,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -39104,7 +39103,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -39238,7 +39237,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -39372,7 +39371,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
@@ -39506,7 +39505,7 @@
{
"@type": "earl:Assertion",
"test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots",
- "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+ "subject": "https://github.com/RubenVerborgh/N3.js#n3js",
"mode": "earl:automatic",
"result": {
"@type": "earl:TestResult",
--- a/rdf-turtle/reports/earl.ttl Thu Dec 05 21:54:33 2013 +0000
+++ b/rdf-turtle/reports/earl.ttl Thu Dec 05 21:56:12 2013 -0800
@@ -20,13 +20,12 @@
<RIOT-jena-details.ttl>,
<SWObjects-Turtle-EARL-2013-08-11.ttl>,
<earl-eye-2013-08-19.ttl>,
- <earl-node-n3-2013-08-10.ttl>,
+ <earl-n3-js-2013-12-03.ttl>,
<earl-turtle-v101-2013-08-19.ttl>,
<earl.ttl>,
<green-turtle-earl-2013-08-13.ttl>,
<raptor-2-0-10-turtle-2013-earl.ttl>,
<rdf-trine-turtle-2013-08-10.ttl>,
- <rdf.rb-earl-08-10.ttl>,
<rdf.rb-earl-2013-08-10.ttl>,
<turtleparserjava-earl-2013-08-10.ttl>;
earl:testSubjects (
@@ -39,7 +38,7 @@
<http://swobjects.org/sparql>
<http://www.dotnetrdf.org/project#>
<https://code.google.com/p/green-turtle/>
- <https://github.com/RubenVerborgh/node-n3#node-n3>
+ <https://github.com/RubenVerborgh/N3.js#n3js>
<https://github.com/peteroupc/TurtleParserJava>);
mf:entries (
<http://www.w3.org/2013/TurtleTests/manifest.ttl>) .
@@ -510,12 +509,12 @@
foaf:name "Alex Milowski" .
-<https://github.com/RubenVerborgh/node-n3#node-n3> a earl:TestSubject, doap:Project;
- doap:name "node-n3";
+<https://github.com/RubenVerborgh/N3.js#n3js> a earl:TestSubject, doap:Project;
+ doap:name "N3.js";
doap:programming-language "JavaScript";
.
-<https://github.com/RubenVerborgh/node-n3#node-n3> doap:developer <http://ruben.verborgh.org/#me> .
+<https://github.com/RubenVerborgh/N3.js#n3js> doap:developer <http://ruben.verborgh.org/#me> .
<http://ruben.verborgh.org/#me> a foaf:Person;
foaf:homepage <http://ruben.verborgh.org/>;
@@ -601,7 +600,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -675,7 +674,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -749,7 +748,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -823,7 +822,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -897,7 +896,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -971,7 +970,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1045,7 +1044,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1119,7 +1118,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1193,7 +1192,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1267,7 +1266,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1341,7 +1340,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1415,7 +1414,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1489,7 +1488,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1563,7 +1562,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1637,7 +1636,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1711,7 +1710,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1785,7 +1784,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1859,7 +1858,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -1933,7 +1932,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2007,7 +2006,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2081,7 +2080,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2155,7 +2154,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2229,7 +2228,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2303,7 +2302,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2377,7 +2376,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2451,7 +2450,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2525,7 +2524,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2599,7 +2598,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2673,7 +2672,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2747,7 +2746,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2821,7 +2820,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2895,7 +2894,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -2969,7 +2968,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3043,7 +3042,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3117,7 +3116,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3191,7 +3190,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3265,7 +3264,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3339,7 +3338,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3413,7 +3412,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3487,7 +3486,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3561,7 +3560,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3635,7 +3634,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3709,7 +3708,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3783,7 +3782,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3857,7 +3856,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -3931,7 +3930,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4005,7 +4004,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4079,7 +4078,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4153,7 +4152,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4227,7 +4226,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4301,7 +4300,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4375,7 +4374,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4449,7 +4448,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4523,7 +4522,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4597,7 +4596,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4671,7 +4670,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4745,7 +4744,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4819,7 +4818,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4893,7 +4892,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -4967,7 +4966,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5041,7 +5040,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5115,7 +5114,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5189,7 +5188,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5263,7 +5262,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5337,7 +5336,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5411,7 +5410,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5485,7 +5484,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5559,7 +5558,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5633,7 +5632,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5707,7 +5706,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5781,7 +5780,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5855,7 +5854,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -5929,7 +5928,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6003,7 +6002,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6077,7 +6076,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6151,7 +6150,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6225,7 +6224,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6299,7 +6298,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6373,7 +6372,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6447,7 +6446,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6521,7 +6520,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6595,7 +6594,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6669,7 +6668,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6743,7 +6742,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6817,7 +6816,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6891,7 +6890,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -6965,7 +6964,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7039,7 +7038,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7113,7 +7112,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7187,7 +7186,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7261,7 +7260,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7335,7 +7334,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7409,7 +7408,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7483,7 +7482,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7557,7 +7556,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7631,7 +7630,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7705,7 +7704,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7779,7 +7778,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7853,7 +7852,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -7927,7 +7926,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8001,7 +8000,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8074,7 +8073,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8148,7 +8147,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8222,7 +8221,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8295,7 +8294,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8368,7 +8367,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8441,7 +8440,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8514,7 +8513,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8587,7 +8586,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8660,7 +8659,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8733,7 +8732,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8806,7 +8805,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8879,7 +8878,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -8952,7 +8951,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9025,7 +9024,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9098,7 +9097,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9171,7 +9170,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9244,7 +9243,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9317,7 +9316,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9390,7 +9389,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9463,7 +9462,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9536,7 +9535,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9609,7 +9608,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9682,7 +9681,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9755,7 +9754,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9828,7 +9827,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9901,7 +9900,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -9974,7 +9973,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10047,7 +10046,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10120,7 +10119,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10193,7 +10192,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10266,7 +10265,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10339,7 +10338,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10412,7 +10411,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10485,7 +10484,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10558,7 +10557,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10631,7 +10630,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10704,7 +10703,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10777,7 +10776,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10850,7 +10849,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10923,7 +10922,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -10996,7 +10995,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11069,7 +11068,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11142,7 +11141,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11215,7 +11214,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11288,7 +11287,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11361,7 +11360,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11434,7 +11433,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11507,7 +11506,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11580,7 +11579,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11653,7 +11652,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11726,7 +11725,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11799,7 +11798,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11872,7 +11871,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -11945,7 +11944,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12018,7 +12017,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12091,7 +12090,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12164,7 +12163,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12237,7 +12236,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12310,7 +12309,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12383,7 +12382,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12456,7 +12455,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12529,7 +12528,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12602,7 +12601,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12675,7 +12674,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12748,7 +12747,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12821,7 +12820,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12894,7 +12893,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -12967,7 +12966,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13040,7 +13039,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13113,7 +13112,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13186,7 +13185,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13259,7 +13258,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13332,7 +13331,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13405,7 +13404,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13478,7 +13477,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13551,7 +13550,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13624,7 +13623,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13697,7 +13696,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13770,7 +13769,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13843,7 +13842,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13916,7 +13915,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -13989,7 +13988,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14062,7 +14061,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14135,7 +14134,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14208,7 +14207,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14281,7 +14280,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14354,7 +14353,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14427,7 +14426,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14500,7 +14499,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14573,7 +14572,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14646,7 +14645,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14719,7 +14718,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14792,7 +14791,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14865,7 +14864,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -14938,7 +14937,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15011,7 +15010,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15084,7 +15083,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15157,7 +15156,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15230,7 +15229,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15303,7 +15302,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15376,7 +15375,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15449,7 +15448,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15522,7 +15521,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15595,7 +15594,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15668,7 +15667,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15741,7 +15740,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15814,7 +15813,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15887,7 +15886,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -15960,7 +15959,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16033,7 +16032,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16106,7 +16105,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16179,7 +16178,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16252,7 +16251,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16325,7 +16324,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16398,7 +16397,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16471,7 +16470,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16544,7 +16543,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16617,7 +16616,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16690,7 +16689,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16763,7 +16762,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16836,7 +16835,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16909,7 +16908,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -16982,7 +16981,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17055,7 +17054,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17128,7 +17127,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17201,7 +17200,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17274,7 +17273,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17347,7 +17346,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17420,7 +17419,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17493,7 +17492,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17566,7 +17565,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17639,7 +17638,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17712,7 +17711,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17785,7 +17784,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17858,7 +17857,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -17931,7 +17930,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18004,7 +18003,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18077,7 +18076,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18150,7 +18149,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18223,7 +18222,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18296,7 +18295,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18369,7 +18368,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18442,7 +18441,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18515,7 +18514,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18589,7 +18588,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18663,7 +18662,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18737,7 +18736,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18811,7 +18810,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18885,7 +18884,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -18959,7 +18958,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19033,7 +19032,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19107,7 +19106,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19181,7 +19180,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19255,7 +19254,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19329,7 +19328,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19403,7 +19402,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19477,7 +19476,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19551,7 +19550,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19625,7 +19624,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19699,7 +19698,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19773,7 +19772,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19847,7 +19846,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19921,7 +19920,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -19995,7 +19994,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20069,7 +20068,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20143,7 +20142,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20217,7 +20216,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20291,7 +20290,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20365,7 +20364,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20439,7 +20438,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20513,7 +20512,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20587,7 +20586,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20661,7 +20660,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20734,7 +20733,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20807,7 +20806,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20880,7 +20879,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -20953,7 +20952,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21026,7 +21025,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21099,7 +21098,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21172,7 +21171,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21245,7 +21244,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21318,7 +21317,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21391,7 +21390,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21464,7 +21463,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21537,7 +21536,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21610,7 +21609,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21683,7 +21682,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21756,7 +21755,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21829,7 +21828,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
@@ -21902,7 +21901,7 @@
[ a earl:Assertion;
earl:assertedBy <http://ruben.verborgh.org/#me>;
earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
- earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+ earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
earl:mode earl:automatic;
earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
[ a earl:Assertion;
--- a/rdf-turtle/reports/green-turtle-earl-2013-05-20.ttl.old Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2907 +0,0 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dc: <http://purl.org/dc/terms/> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-<https://code.google.com/p/green-turtle/> a doap:Project, earl:TestSubject, earl:Software ;
- doap:name "Green Turtle" ;
- doap:homepage <https://code.google.com/p/green-turtle/> ;
- doap:license <http://opensource.org/licenses/BSD-3-Clause> ;
- doap:shortdesc "Turtle parser in Green Turtle"@en ;
- doap:description "Green Turtle support for parsing and load Turtle representations into graphs."@en ;
- doap:created "2013-05-20"^^xsd:date ;
- doap:programming-language "Javascript" ;
- doap:implements <http://www.w3.org/TR/turtle/> ;
- doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
- <http://dbpedia.org/resource/Ruby_(programming_language)> ;
- doap:download-page <https://code.google.com/p/green-turtle/> ;
- doap:bug-database <https://code.google.com/p/green-turtle/issues/list> ;
- doap:blog <http://www.milowski.com/> ;
- doap:developer <http://www.milowski.com#alex> ;
- doap:maintainer <http://www.milowski.com#alex> ;
- doap:documenter <http://www.milowski.com#alex> ;
- foaf:maker <http://www.milowski.com#alex> ;
- dc:title "Green Turtle" ;
- dc:description "Green Turtle support for parsing and load Turtle representations into graphs."@en ;
- dc:date "2013-05-20"^^xsd:date ;
- dc:creator <http://www.milowski.com#alex> ;
- dc:isPartOf <https://code.google.com/p/green-turtle/> .
-
- <http://www.milowski.com#alex> a foaf:Person, earl:Assertor;
- foaf:name "Alex Milowski";
- foaf:title "Implementor";
- foaf:homepage <http://www.milowski.com/> .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_subject> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_four_digit_numeric_escape> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_eight_digit_numeric_escape> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_all_punctuation> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_a_predicate> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#old_style_prefix> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#SPARQL_style_prefix> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_IRI_predicate> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_IRI_object> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_only_IRI> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_with_non_leading_extras> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#default_namespace_IRI> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_reassigned_and_used> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#reserved_escaped_localName> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#percent_escaped_localName> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#HYPHEN_MINUS_in_localName> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#underscore_in_localName> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localname_with_COLON> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_leading_underscore> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_leading_digit> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_non_leading_extras> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#old_style_base> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#SPARQL_style_base> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_subject> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_object> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_leading_underscore> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_leading_digit> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_non_leading_extras> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#anonymous_blank_node_subject> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#anonymous_blank_node_object> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#sole_blankNodePropertyList> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_as_subject> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_as_object> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_with_multiple_triples> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#nested_blankNodePropertyLists> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_containing_collection> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#collection_subject> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#collection_object> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#empty_collection> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#nested_collection> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#first> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#last> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_ascii_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_with_UTF8_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_all_controls> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_all_punctuation> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_ascii_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_1_squote> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_2_squotes> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2_ascii_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2_with_UTF8_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_ascii_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_1_squote> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_2_squotes> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_CHARACTER_TABULATION> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_BACKSPACE> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_LINE_FEED> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_CARRIAGE_RETURN> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_FORM_FEED> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_REVERSE_SOLIDUS> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_BACKSPACE> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_LINE_FEED> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_FORM_FEED> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_numeric_escape4> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_numeric_escape8> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRIREF_datatype> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_name_datatype> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_integer> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_decimal> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_double> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#double_lower_case_e> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#negative_numeric> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#positive_numeric> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#numeric_with_leading_0> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_true> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_false> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_non_LONG> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_LONG> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#lantag_with_subtag> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#objectList_with_two_objects> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#predicateObjectList_with_two_objectLists> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#repeated_semis_at_end> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#repeated_semis_not_at_end> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#two_LITERAL_LONG2s> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_LONG_with_subtag> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-blank-label-dot-end> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-dash-start> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-escape-start> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-escape> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ns-dot-end> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ns-dot-start> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-number-dot-in-anon> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-blank-label> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ln-colons> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ln-dots> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://www.milowski.com#alex>;
- earl:subject <https://code.google.com/p/green-turtle/>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ns-dots> ;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-20T20:46:44-0700"^^xsd:dateTime ];
- earl:mode earl:automatic ] .
-
Binary file rdf-turtle/reports/index.html has changed
--- a/rdf-turtle/reports/rdf-trine-turtle-2013-03-01.ttl.old Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1411 +0,0 @@
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix rt: <http://kasei.us/code/rdf-trine/#> .
-@prefix ttl: <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#> .
-
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-file-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-file-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-file-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-uri-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-uri-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-uri-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-uri-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-base-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-base-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-base-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-base-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-prefix-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-prefix-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-prefix-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-prefix-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-prefix-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-prefix-06 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-prefix-07 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-prefix-08 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-prefix-09 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-06 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-07 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-08 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-09 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-10 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-string-11 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-str-esc-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-str-esc-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-str-esc-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-pname-esc-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-pname-esc-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-pname-esc-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bnode-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bnode-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bnode-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bnode-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bnode-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bnode-06 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bnode-07 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bnode-08 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bnode-09 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bnode-10 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-06 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-07 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-08 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-09 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-10 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-number-11 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-datatypes-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-datatypes-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-kw-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-kw-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-kw-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-struct-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-struct-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-struct-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-struct-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-struct-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-lists-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-lists-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-lists-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-lists-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-lists-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-uri-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-uri-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-uri-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-uri-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-uri-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-prefix-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-prefix-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-prefix-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-prefix-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-prefix-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-base-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-base-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:failed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-base-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-06 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-07 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-kw-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-kw-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-kw-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-kw-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-kw-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-06 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-07 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-08 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-09 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-10 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-11 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-12 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-n3-extras-13 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-08 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-09 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-10 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-11 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-12 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-13 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-14 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-15 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-16 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-struct-17 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-lang-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-esc-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-esc-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-esc-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-esc-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-pname-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-pname-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-pname-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-string-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-string-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-string-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-string-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-string-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-string-06 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-string-07 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-num-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-num-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-num-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-num-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-syntax-bad-num-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-eval-struct-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-eval-struct-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-04 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-05 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-06 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-07 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-08 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-09 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-10 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-11 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-12 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-13 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-14 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-15 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-16 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-17 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-18 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-19 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-20 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-21 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-22 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-23 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-24 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-25 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-26 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-subm-27 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-eval-bad-01 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-eval-bad-02 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-eval-bad-03 .
-[] a earl:Assertion ;
- earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed
- ] ;
- earl:subject rt:project ;
- earl:test ttl:turtle-eval-bad-04 .
-<http://kasei.us/about/foaf.xrdf#greg> a foaf:Person ;
- foaf:depiction <http://kasei.us/images/greg.png> ;
- foaf:homepage <http://kasei.us/> ;
- foaf:mbox <mailto:greg@evilfunhouse.com> ;
- foaf:mbox_sha1sum "19fc9d0234848371668cf10a1b71ac9bd4236806", "25c5f4f21afaedf113d92ac7c8591178ad9c03fa", "41cc0788a269f33e52fc99080a970278c845ee5f", "4e6174e69033cfce87eecf828a99f8ce2c0c2fa6", "6187ab068a6dd0887b8220b02075d68c96152e17", "7d1958feafea26921db0c51e6d0eb89f716f8c02", "8df861ee96107c82e516191816954050ed376d79", "9d179d12b032b4689cf5dd1ffaf237c3e007c919", "dde73ef37a2fc05d41b6a48d9670cd094baf7fb4", "f3c455a88761f83ba243b2653e6042de71fdd149", "f80a0f19d2a0897b89f48647b2fb5ca1f0bc1cb8" ;
- foaf:name "Gregory Todd Williams" .
-rt:project doap:developer <http://kasei.us/about/foaf.xrdf#greg> ;
- doap:download-mirror <http://kasei.us/code/rdf-trine/> ;
- doap:download-page <http://search.cpan.org/dist/RDF-Trine/> ;
- doap:implements <http://www.w3.org/TR/turtle/> ;
- doap:name "RDF::Trine" ;
- doap:programming-language "perl" ;
- a doap:Project .
--- a/rdf-turtle/reports/rdf.rb-earl-08-10.ttl Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2952 +0,0 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dc: <http://purl.org/dc/terms/> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix ex: <http://example.org/> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-<http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ;
- doap:name "RDF::Turtle" ;
- doap:homepage <http://ruby-rdf.github.com/rdf-turtle> ;
- doap:license <http://creativecommons.org/licenses/publicdomain/> ;
- doap:shortdesc "Turtle reader/writer for Ruby."@en ;
- doap:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
- doap:created "2011-08-29"^^xsd:date ;
- doap:programming-language "Ruby" ;
- doap:implements <http://www.w3.org/TR/turtle/> ;
- doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
- <http://dbpedia.org/resource/Ruby_(programming_language)> ;
- doap:download-page <http://rubygems.org/gems/rdf-turtle> ;
- doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
- doap:bug-database <http://github.com/ruby-rdf/rdf-turtle/issues> ;
- doap:blog <http://greggkellogg.net/> ;
- doap:developer <http://greggkellogg.net/foaf#me> ;
- doap:maintainer <http://greggkellogg.net/foaf#me> ;
- doap:documenter <http://greggkellogg.net/foaf#me> ;
- foaf:maker <http://greggkellogg.net/foaf#me> ;
- dc:title "RDF::Turtle" ;
- dc:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
- dc:date "2011-08-29"^^xsd:date ;
- dc:creator <http://greggkellogg.net/foaf#me> ;
- dc:isPartOf <http://rubygems.org/gems/rdf> .
-
-<> foaf:primaryTopic <http://rubygems.org/gems/rdf-turtle> ;
- dct:issued "2013-08-10T16:57:16-07:00"^^xsd:dateTime ;
- foaf:maker <http://greggkellogg.net/foaf#me> .
-
-<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
- foaf:name "Gregg Kellogg";
- foaf:title "Implementor";
- foaf:homepage <http://greggkellogg.net/> .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
--- a/rdf-turtle/reports/rdf.rb-earl-2013-05-21.ttl.old Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2908 +0,0 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dc: <http://purl.org/dc/terms/> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix ex: <http://example.org/> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-<http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ;
- doap:name "RDF::Turtle" ;
- doap:homepage <http://ruby-rdf.github.com/rdf-turtle> ;
- doap:license <http://creativecommons.org/licenses/publicdomain/> ;
- doap:shortdesc "Turtle reader/writer for Ruby."@en ;
- doap:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
- doap:created "2011-08-29"^^xsd:date ;
- doap:programming-language "Ruby" ;
- doap:implements <http://www.w3.org/TR/turtle/> ;
- doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
- <http://dbpedia.org/resource/Ruby_(programming_language)> ;
- doap:download-page <http://rubygems.org/gems/rdf-turtle> ;
- doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
- doap:bug-database <http://github.com/ruby-rdf/rdf-turtle/issues> ;
- doap:blog <http://greggkellogg.net/> ;
- doap:developer <http://greggkellogg.net/foaf#me> ;
- doap:maintainer <http://greggkellogg.net/foaf#me> ;
- doap:documenter <http://greggkellogg.net/foaf#me> ;
- foaf:maker <http://greggkellogg.net/foaf#me> ;
- dc:title "RDF::Turtle" ;
- dc:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
- dc:date "2011-08-29"^^xsd:date ;
- dc:creator <http://greggkellogg.net/foaf#me> ;
- dc:isPartOf <http://rubygems.org/gems/rdf> .
-
-<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
- foaf:name "Gregg Kellogg";
- foaf:title "Implementor";
- foaf:homepage <http://greggkellogg.net/> .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_four_digit_numeric_escape>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_all_punctuation>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_a_predicate>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#old_style_prefix>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#SPARQL_style_prefix>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_IRI_predicate>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_IRI_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_only_IRI>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_with_non_leading_extras>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#default_namespace_IRI>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_reassigned_and_used>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#reserved_escaped_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#percent_escaped_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#HYPHEN_MINUS_in_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#underscore_in_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localname_with_COLON>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_leading_underscore>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_leading_digit>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_non_leading_extras>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#old_style_base>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#SPARQL_style_base>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_leading_underscore>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_leading_digit>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#anonymous_blank_node_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#anonymous_blank_node_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#sole_blankNodePropertyList>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_as_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_as_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#nested_blankNodePropertyLists>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_containing_collection>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#collection_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#collection_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#empty_collection>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#nested_collection>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#first>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#last>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_all_controls>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_all_punctuation>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_1_squote>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_1_squote>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_CHARACTER_TABULATION>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_BACKSPACE>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_LINE_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_CARRIAGE_RETURN>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_FORM_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_BACKSPACE>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_LINE_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_FORM_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_numeric_escape4>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_numeric_escape8>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRIREF_datatype>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_name_datatype>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_integer>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_decimal>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_double>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#double_lower_case_e>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#negative_numeric>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#positive_numeric>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#numeric_with_leading_0>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_true>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_false>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_non_LONG>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_LONG>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#lantag_with_subtag>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#objectList_with_two_objects>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#predicateObjectList_with_two_objectLists>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#repeated_semis_at_end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#repeated_semis_not_at_end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#two_LITERAL_LONG2s>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_LONG_with_subtag>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-escape>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-blank-label>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ln-colons>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ln-dots>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ns-dots>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-05-21T09:01:49-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
--- a/rdf-turtle/reports/rdf.rb-earl-2013-07-24.ttl.old Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2908 +0,0 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dc: <http://purl.org/dc/terms/> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix ex: <http://example.org/> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-<http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ;
- doap:name "RDF::Turtle" ;
- doap:homepage <http://ruby-rdf.github.com/rdf-turtle> ;
- doap:license <http://creativecommons.org/licenses/publicdomain/> ;
- doap:shortdesc "Turtle reader/writer for Ruby."@en ;
- doap:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
- doap:created "2011-08-29"^^xsd:date ;
- doap:programming-language "Ruby" ;
- doap:implements <http://www.w3.org/TR/turtle/> ;
- doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
- <http://dbpedia.org/resource/Ruby_(programming_language)> ;
- doap:download-page <http://rubygems.org/gems/rdf-turtle> ;
- doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
- doap:bug-database <http://github.com/ruby-rdf/rdf-turtle/issues> ;
- doap:blog <http://greggkellogg.net/> ;
- doap:developer <http://greggkellogg.net/foaf#me> ;
- doap:maintainer <http://greggkellogg.net/foaf#me> ;
- doap:documenter <http://greggkellogg.net/foaf#me> ;
- foaf:maker <http://greggkellogg.net/foaf#me> ;
- dc:title "RDF::Turtle" ;
- dc:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
- dc:date "2011-08-29"^^xsd:date ;
- dc:creator <http://greggkellogg.net/foaf#me> ;
- dc:isPartOf <http://rubygems.org/gems/rdf> .
-
-<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
- foaf:name "Gregg Kellogg";
- foaf:title "Implementor";
- foaf:homepage <http://greggkellogg.net/> .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
--- a/rdf-turtle/reports/rdf.rb-earl-2013-08-10.ttl Thu Dec 05 21:54:33 2013 +0000
+++ b/rdf-turtle/reports/rdf.rb-earl-2013-08-10.ttl Thu Dec 05 21:56:12 2013 -0800
@@ -33,7 +33,7 @@
dc:isPartOf <http://rubygems.org/gems/rdf> .
<> foaf:primaryTopic <http://rubygems.org/gems/rdf-turtle> ;
- dc:issued "2013-06-18T17:30:22-07:00"^^xsd:dateTime ;
+ dct:issued "2013-08-10T16:57:16-07:00"^^xsd:dateTime ;
foaf:maker <http://greggkellogg.net/foaf#me> .
<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
@@ -48,7 +48,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -58,7 +58,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -68,7 +68,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -78,7 +78,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -88,7 +88,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -98,7 +98,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -108,7 +108,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -118,7 +118,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -128,7 +128,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -138,7 +138,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -148,7 +148,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -158,7 +158,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -168,7 +168,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -178,7 +178,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -188,7 +188,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -198,7 +198,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -208,7 +208,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -218,7 +218,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -228,7 +228,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -238,7 +238,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -248,7 +248,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -258,7 +258,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -268,7 +268,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -278,7 +278,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -288,7 +288,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -298,7 +298,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -308,7 +308,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -318,7 +318,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -328,7 +328,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -338,7 +338,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -348,7 +348,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -358,7 +358,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -368,7 +368,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -378,7 +378,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -388,7 +388,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -398,7 +398,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -408,7 +408,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -418,7 +418,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -428,7 +428,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -438,7 +438,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -448,7 +448,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -458,7 +458,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -468,7 +468,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -478,7 +478,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -488,7 +488,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -498,7 +498,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -508,7 +508,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -518,7 +518,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -528,7 +528,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -538,7 +538,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -548,7 +548,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -558,7 +558,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -568,7 +568,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -578,7 +578,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -588,7 +588,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -598,7 +598,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -608,7 +608,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -618,7 +618,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -628,7 +628,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -638,7 +638,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -648,7 +648,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -658,7 +658,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -668,7 +668,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -678,7 +678,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -688,7 +688,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -698,7 +698,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -708,7 +708,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -718,7 +718,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -728,7 +728,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -738,7 +738,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -748,7 +748,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -758,7 +758,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -768,7 +768,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -778,7 +778,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -788,7 +788,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -798,7 +798,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -808,7 +808,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -818,7 +818,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -828,7 +828,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -838,7 +838,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -848,7 +848,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -858,7 +858,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -868,7 +868,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -878,7 +878,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -888,7 +888,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -898,7 +898,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -908,7 +908,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -918,7 +918,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -928,7 +928,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -938,7 +938,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -948,7 +948,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -958,7 +958,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -968,7 +968,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -978,7 +978,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -988,7 +988,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -998,7 +998,87 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+ earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+ earl:assertedBy <http://greggkellogg.net/foaf#me>;
+ earl:subject <http://rubygems.org/gems/rdf-turtle>;
+ earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
+ earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+ earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+ earl:assertedBy <http://greggkellogg.net/foaf#me>;
+ earl:subject <http://rubygems.org/gems/rdf-turtle>;
+ earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
+ earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+ earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+ earl:assertedBy <http://greggkellogg.net/foaf#me>;
+ earl:subject <http://rubygems.org/gems/rdf-turtle>;
+ earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
+ earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+ earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+ earl:assertedBy <http://greggkellogg.net/foaf#me>;
+ earl:subject <http://rubygems.org/gems/rdf-turtle>;
+ earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
+ earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+ earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+ earl:assertedBy <http://greggkellogg.net/foaf#me>;
+ earl:subject <http://rubygems.org/gems/rdf-turtle>;
+ earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+ earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+ earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+ earl:assertedBy <http://greggkellogg.net/foaf#me>;
+ earl:subject <http://rubygems.org/gems/rdf-turtle>;
+ earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+ earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+ earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+ earl:assertedBy <http://greggkellogg.net/foaf#me>;
+ earl:subject <http://rubygems.org/gems/rdf-turtle>;
+ earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
+ earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+ earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+ earl:assertedBy <http://greggkellogg.net/foaf#me>;
+ earl:subject <http://rubygems.org/gems/rdf-turtle>;
+ earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
+ earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1008,7 +1088,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1018,7 +1098,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1028,7 +1108,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1038,7 +1118,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1048,7 +1128,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1058,7 +1138,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1068,7 +1148,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1078,7 +1158,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1088,7 +1168,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1098,7 +1178,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1108,7 +1188,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1118,7 +1198,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1128,7 +1208,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1138,7 +1218,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1148,7 +1228,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1158,7 +1238,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1168,7 +1248,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1178,7 +1258,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1188,7 +1268,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1198,7 +1278,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1208,7 +1288,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1218,7 +1298,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1228,7 +1308,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1238,7 +1318,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1248,7 +1328,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1258,7 +1338,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1268,7 +1348,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1278,7 +1358,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1288,7 +1368,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1298,7 +1378,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1308,7 +1388,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1318,7 +1398,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1328,7 +1408,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1338,7 +1418,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1348,7 +1428,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1358,7 +1438,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1368,7 +1448,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1378,7 +1458,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1388,7 +1468,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1398,7 +1478,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1408,7 +1488,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1418,7 +1498,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1428,7 +1508,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1438,7 +1518,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1448,7 +1528,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1458,7 +1538,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1468,7 +1548,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1478,7 +1558,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1488,7 +1568,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1498,7 +1578,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1508,7 +1588,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1518,7 +1598,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1528,7 +1608,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1538,7 +1618,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1548,7 +1628,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1558,7 +1638,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1568,7 +1648,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1578,7 +1658,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1588,7 +1668,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1598,7 +1678,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1608,7 +1688,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1618,7 +1698,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1628,7 +1708,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1638,7 +1718,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1648,7 +1728,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1658,7 +1738,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1668,7 +1748,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1678,7 +1758,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1688,7 +1768,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1698,7 +1778,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1708,7 +1788,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1718,7 +1798,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1728,7 +1808,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1738,7 +1818,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1748,7 +1828,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1758,7 +1838,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1768,7 +1848,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1778,7 +1858,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1788,7 +1868,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1798,7 +1878,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1808,7 +1888,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1818,7 +1898,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1828,7 +1908,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1838,7 +1918,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1848,7 +1928,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1858,7 +1938,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1868,7 +1948,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1878,7 +1958,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1888,7 +1968,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1898,7 +1978,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1908,7 +1988,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1918,7 +1998,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1928,7 +2008,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1938,7 +2018,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1948,7 +2028,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1958,7 +2038,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1968,7 +2048,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1978,7 +2058,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1988,7 +2068,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -1998,7 +2078,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2008,7 +2088,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2018,7 +2098,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2028,7 +2108,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2038,7 +2118,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2048,7 +2128,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2058,7 +2138,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2068,7 +2148,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2078,7 +2158,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2088,7 +2168,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2098,7 +2178,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2108,7 +2188,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2118,7 +2198,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2128,7 +2208,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2138,7 +2218,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2148,7 +2228,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2158,7 +2238,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2168,7 +2248,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2178,7 +2258,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2188,7 +2268,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2198,7 +2278,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2208,7 +2288,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2218,7 +2298,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2228,7 +2308,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2238,7 +2318,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2248,7 +2328,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2258,7 +2338,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2268,7 +2348,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2278,7 +2358,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2288,7 +2368,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2298,7 +2378,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2308,7 +2388,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2318,7 +2398,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2328,7 +2408,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2338,7 +2418,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2348,7 +2428,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2358,7 +2438,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2368,7 +2448,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2378,7 +2458,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2388,7 +2468,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2398,7 +2478,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2408,7 +2488,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2418,7 +2498,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2428,7 +2508,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2438,7 +2518,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2448,7 +2528,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2458,7 +2538,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2468,7 +2548,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2478,7 +2558,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2488,7 +2568,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2498,7 +2578,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2508,7 +2588,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2518,7 +2598,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2528,7 +2608,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2538,7 +2618,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2548,7 +2628,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2558,7 +2638,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2568,7 +2648,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2578,7 +2658,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2588,7 +2668,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2598,7 +2678,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2608,7 +2688,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2618,7 +2698,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2628,7 +2708,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2638,7 +2718,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2648,7 +2728,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2658,7 +2738,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2668,7 +2748,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2678,7 +2758,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2688,7 +2768,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2698,7 +2778,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2708,7 +2788,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2718,7 +2798,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2728,7 +2808,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2738,47 +2818,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
- earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
- earl:assertedBy <http://greggkellogg.net/foaf#me>;
- earl:subject <http://rubygems.org/gems/rdf-turtle>;
- earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
- earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2788,7 +2828,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2798,7 +2838,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2808,7 +2848,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2818,7 +2858,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2828,7 +2868,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2838,7 +2878,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2848,7 +2888,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2858,7 +2898,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2868,7 +2908,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2878,7 +2918,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2888,7 +2928,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2898,7 +2938,7 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
[ a earl:Assertion;
@@ -2908,5 +2948,5 @@
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
- dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+ dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
earl:mode earl:automatic ] .
--- a/rdf-turtle/reports/serd-earl-2013-05-21.ttl.old Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2756 +0,0 @@
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-
-<http://drobilla.net/drobilla#me>
- a foaf:Person ;
- foaf:name "David Robillard" ;
- foaf:mbox <mailto:d@drobilla.net> ;
- rdfs:seeAlso <http://drobilla.net/drobilla> .
-
-<http://drobilla.net/sw/serd>
- a doap:Project ;
- doap:name "Serd" ;
- doap:homepage <http://drobilla.net/software/serd> ;
- doap:license <http://opensource.org/licenses/isc> ;
- doap:shortdesc "A high-performance Turtle/NTriples reader/writer" ;
- doap:description "Serd is a lightweight high-performance C library for reading and writing RDF in the Turtle and NTriples syntaxes." ;
- doap:created "2011-09-28"^^xsd:date ;
- doap:programming-language "C" ;
- doap:implements <http://www.w3.org/TR/turtle/> ;
- doap:bug-database <http://dev.drobilla.net/> ;
- doap:blog <http://drobilla.net/> ;
- doap:developer <http://drobilla.net/drobilla#me> ;
- doap:maintainer <http://drobilla.net/drobilla#me> ;
- doap:repository [
- a doap:SVNRepository ;
- doap:location <http://svn.drobilla.net/serd/>
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#HYPHEN_MINUS_in_local_name> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRIREF_datatype> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_subject> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_all_punctuation> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_eight_digit_numeric_escape> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_four_digit_numeric_escape> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_1_squote> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_2_squotes> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_1_squote> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_2_squotes> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#SPARQL_style_base> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:failed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#SPARQL_style_prefix> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:failed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#anonymous_blank_node_object> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#anonymous_blank_node_subject> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_a_predicate> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_decimal> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_double> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_integer> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_as_object> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_as_subject> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_containing_collection> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_with_multiple_triples> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#collection_object> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#collection_subject> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#default_namespace_IRI> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#double_lower_case_e> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#empty_collection> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#first> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_object> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_subject> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_LONG> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_non_LONG> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#lantag_with_subtag> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#last> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_false> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_true> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_BACKSPACE> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_CARRIAGE_RETURN> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_CHARACTER_TABULATION> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_FORM_FEED> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_LINE_FEED> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_REVERSE_SOLIDUS> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_BACKSPACE> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_FORM_FEED> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_LINE_FEED> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_numeric_escape4> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_numeric_escape8> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localname_with_COLON> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#negative_numeric> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#nested_blankNodePropertyLists> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#nested_collection> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#numeric_with_leading_0> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#objectList_with_two_objects> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#old_style_base> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#old_style_prefix> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#percent_escaped_local_name> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#positive_numeric> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#predicateObjectList_with_two_objectLists> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_only_IRI> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_reassigned_and_used> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_IRI_object> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_IRI_predicate> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_name_datatype> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#repeated_semis_at_end> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#repeated_semis_not_at_end> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#reserved_escaped_local_name> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#sole_blankNodePropertyList> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#underscore_in_local_name> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:19"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:failed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:failed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:failed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:failed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
-
-[]
- a earl:Assertion ;
- earl:assertedBy <http://drobilla.net/drobilla#me> ;
- earl:subject <http://drobilla.net/sw/serd> ;
- earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27> ;
- earl:result [
- a earl:TestResult ;
- earl:outcome earl:passed ;
- dc:date "2013-03-03T01:47:20"^^xsd:dateTime
- ] .
--- a/rdf-turtle/reports/turtleparserjava-earl-2013-05-21.ttl.old Thu Dec 05 21:54:33 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2331 +0,0 @@
-@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
-<http://upokecenter.com/foaf/peter> a foaf:Person, earl:Assertor;
- foaf:name "Peter Occil";
- foaf:title "Implementor";
- foaf:homepage <http://upokecenter.com/> .
-<https://github.com/peteroupc/TurtleParserJava> a doap:Project, earl:TestSubject, earl:Software ;
-doap:name "Turtle Parser" ;
-doap:homepage <https://github.com/peteroupc/TurtleParserJava> ;
-doap:license <http://creativecommons.org/licenses/publicdomain/> ;
-doap:description "A Turtle parser for Java."@en ;
-doap:created "2013-04-01"^^xsd:date ;
-doap:programming-language "Java" ;
-doap:implements <http://www.w3.org/TR/turtle/> ;
-doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
- <http://dbpedia.org/resource/Java_(programming_language)> ;
-doap:bug-database <https://github.com/peteroupc/TurtleParserJava/issues> ;
-doap:developer <http://upokecenter.com/foaf/peter> ;
-doap:maintainer <http://upokecenter.com/foaf/peter> ;
-foaf:maker <http://upokecenter.com/foaf/peter> ;
-dc:title "Turtle Parser" ;
-dc:description "A Turtle parser for Java."@en ;
-dc:date "2013-04-01"^^xsd:date ;
-dc:creator <http://upokecenter.com/foaf/peter> .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#anonymous_blank_node_object>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:39-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#anonymous_blank_node_subject>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_a_predicate>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_decimal>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_double>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#bareword_integer>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_as_object>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_as_subject>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_containing_collection>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#collection_object>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#collection_subject>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#default_namespace_IRI>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#double_lower_case_e>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#empty_collection>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#first>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#HYPHEN_MINUS_in_localName>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRIREF_datatype>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_subject>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_all_punctuation>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#IRI_with_four_digit_numeric_escape>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_object>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_subject>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_leading_digit>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_leading_underscore>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_LONG>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_LONG_with_subtag>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#langtagged_non_LONG>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#lantag_with_subtag>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#last>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_all_controls>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_all_punctuation>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_ascii_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2_ascii_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_false>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_1_squote>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_1_squote>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_true>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_BACKSPACE>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_CARRIAGE_RETURN>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_CHARACTER_TABULATION>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_BACKSPACE>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_FORM_FEED>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:40-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_escaped_LINE_FEED>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_FORM_FEED>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_LINE_FEED>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_numeric_escape4>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_numeric_escape8>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localname_with_COLON>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_leading_digit>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_leading_underscore>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_non_leading_extras>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#localName_with_PN_CHARS_BASE_character_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#negative_numeric>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#nested_blankNodePropertyLists>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#nested_collection>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#numeric_with_leading_0>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#objectList_with_two_objects>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#old_style_base>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#old_style_prefix>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#percent_escaped_localName>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#positive_numeric>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#predicateObjectList_with_two_objectLists>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_IRI_object>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_IRI_predicate>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefixed_name_datatype>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_only_IRI>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_reassigned_and_used>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_with_non_leading_extras>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#repeated_semis_at_end>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#repeated_semis_not_at_end>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#reserved_escaped_localName>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#sole_blankNodePropertyList>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#SPARQL_style_base>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#SPARQL_style_prefix>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ln-escape>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-blank-label>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ln-colons>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ln-dots>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-ns-dots>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:41-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-05>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#two_LITERAL_LONG2s>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
-[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
-earl:subject <https://github.com/peteroupc/TurtleParserJava>;
-earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#underscore_in_localName>;
-earl:result [
- a earl:TestResult;
- earl:outcome earl:passed;
- dc:date "2013-04-03T11:48:42-05:00"^^xsd:dateTime];
-earl:mode earl:automatic ] .
\ No newline at end of file