author | Gregg Kellogg <gregg@kellogg-assoc.com> |
Mon, 19 Aug 2013 14:42:04 -0700 | |
changeset 1005 | 9391a2bc14c1 |
parent 1004 | 2a8a24ad60b6 |
child 1006 | 3067238dbf61 |
child 1087 | fe8fbf908d32 |
rdf-turtle/reports/earl-turtle-v101-2013-08-19.ttl | ||
rdf-turtle/reports/earl.jsonld | ||
rdf-turtle/reports/earl.ttl | ||
rdf-turtle/reports/green-turtle-earl-2013-08-13.ttl | ||
rdf-turtle/reports/index.html |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdf-turtle/reports/earl-turtle-v101-2013-08-19.ttl Mon Aug 19 14:42:04 2013 -0700 @@ -0,0 +1,3311 @@ +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix doap: <http://usefulinc.com/ns/doap#> . + +<http://www.dotnetrdf.org/project#> + 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#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> + "Turtle" ; + <http://projects.apache.org/ns/asfext#url> + <http://www.w3.org/TR/turtle/> + ] ; + doap:bug-database + <https://www.dotnetrdf.org/tracker/> ; + doap:category + <http://projects.apache.org/category/library> ; + doap:created + "2009-01-01" ; + doap:description + "dotNetRDF is a powerful and flexible API for working with RDF and SPARQL in .Net environments. It supports most common RDF formats and provides a fully compliant SPARQL 1.1 engine." ; + doap:developer + [ a foaf:Person ; + foaf:mbox <mailto:rvesse@dotnetrdf.org> ; + foaf:name "Rob Vesse" + ] ; + doap:developer + [ a foaf:Person ; + foaf:name "Tomasz Pluskiewicz" + ] ; + doap:developer + [ a foaf:Person ; + foaf:name "Graham Moore" + ] ; + doap:developer + [ a foaf:Person ; + foaf:name "Khalil Ahmed" + ] ; + doap:developer + [ a foaf:Person ; + foaf:mbox <mailto:rvesse@dotnetrdf.org> ; + foaf:name "Ron Michael Zettlemoyer" + ] ; + doap:download-page + <http://www.dotnetrdf.org/content.asp?pageID=Downloads> ; + doap:homepage + <http://www.dotnetrdf.org> ; + doap:license + <http://usefulinc.com/doap/licenses/mit> ; + doap:mailing-list + <http://www.dotnetrdf.org/content.asp?pageID=Support> ; + doap:name "dotNetRDF"@en ; + doap:programming-language + "C# .Net"@en ; + doap:release + [ a doap:Version ; + doap:created + "2013-05-07"@en ; + doap:name "dotNetRDF 1.0.0"@en ; + doap:revision + "1.0.0"@en + ] ; + doap:repository + [ a doap:HGRepository ; + doap:browse + <https://bitbucket.org/dotnetrdf/dotnetrdf/src> ; + doap:location + <https://bitbucket.org/dotnetrdf/dotnetrdf> + ] ; + doap:shortdesc + "A framework for developing Semantic Web and Linked Data applications in .Net environments"@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 turtletest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#> . +@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://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-07 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bnode-06 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL2_with_UTF8_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-kw-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-09 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-esc-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:double_lower_case_e +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-15 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:IRI_with_four_digit_numeric_escape +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-06 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:old_style_base +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-kw-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL1_all_controls +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:blankNodePropertyList_with_multiple_triples +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-base-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-ln-colons +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_escaped_CARRIAGE_RETURN +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-12 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-num-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:comment_following_PNAME_NS +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:HYPHEN_MINUS_in_localName +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-kw-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-20 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-uri-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-ln-dash-start +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-string-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-11 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-24 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-06 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-12 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:anonymous_blank_node_object +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-ns-dot-end +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-struct-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-prefix-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-lists-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-eval-bad-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-09 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-base-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:first +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-str-esc-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-file-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-ns-dots +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:nested_collection +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-prefix-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_CHARACTER_TABULATION +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bnode-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:langtagged_non_LONG +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:prefixed_IRI_predicate +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-prefix-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-ln-escape +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bnode-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-uri-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG1_with_2_squotes +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-10 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-lang-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:bareword_integer +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:last +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_REVERSE_SOLIDUS +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:localName_with_leading_underscore +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:repeated_semis_at_end +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL1 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:default_namespace_IRI +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_escaped_CHARACTER_TABULATION +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bnode-08 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-num-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:repeated_semis_not_at_end +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG2_ascii_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:prefix_reassigned_and_used +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-lists-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-11 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-17 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-pname-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:positive_numeric +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:IRI_with_all_punctuation +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-uri-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-prefix-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:labeled_blank_node_subject +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-kw-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-pname-esc-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-pname-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG1 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-08 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_numeric_escape4 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-file-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-eval-struct-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG2_with_REVERSE_SOLIDUS +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:localname_with_COLON +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-kw-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-07 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-22 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-09 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:labeled_blank_node_with_leading_digit +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-prefix-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_LINE_FEED +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-struct-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-string-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:lantag_with_subtag +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-prefix-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:prefix_only_IRI +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-07 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-13 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-06 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-26 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL2_ascii_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-kw-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-esc-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-14 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:bareword_double +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:blankNodePropertyList_as_subject +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:IRI_subject +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:localName_with_non_leading_extras +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-lists-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:blankNodePropertyList_as_object +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-base-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-blank-label +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-11 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-eval-bad-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-num-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-datatypes-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-19 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-uri-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-blank-label-dot-end +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:collection_subject +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-11 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:anonymous_blank_node_subject +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-lists-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-prefix-07 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-missing-ns-dot-start +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bnode-05 +] . + +_:b0 a foaf:Person ; + foaf:homepage <http://people.apache.org/~andy> ; + foaf:name "Andy Seaborne" . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-eval-bad-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-base-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-str-esc-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL1_with_UTF8_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_escaped_LINE_FEED +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bnode-10 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:langtagged_LONG_with_subtag +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:number_sign_following_localName +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:percent_escaped_localName +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-ln-dots +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-prefix-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG2_with_2_squotes +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bnode-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-string-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_false +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG1_with_UTF8_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:SPARQL_style_prefix +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-10 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:IRIREF_datatype +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-uri-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:two_LITERAL_LONG2s +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG1_with_1_squote +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-09 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-17 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:prefixed_name_datatype +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_FORM_FEED +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:localName_with_nfc_PN_CHARS_BASE_character_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-struct-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-string-06 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:predicateObjectList_with_two_objectLists +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:prefix_with_non_leading_extras +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-prefix-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-prefix-09 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-15 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-08 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bnode-07 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-string-07 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG2 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-10 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-16 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-esc-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:negative_numeric +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:IRI_with_eight_digit_numeric_escape +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-lists-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-base-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-07 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:SPARQL_style_base +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-kw-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-pname-esc-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL1_all_punctuation +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:nested_blankNodePropertyLists +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_escaped_FORM_FEED +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-13 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-num-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:number_sign_following_PNAME_NS +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:underscore_in_localName +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-kw-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-21 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-08 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:labeled_blank_node_with_leading_underscore +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-uri-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-ln-escape-start +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_BACKSPACE +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-string-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:langtagged_LONG +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:prefixed_IRI_object +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-06 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-12 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-25 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-07 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-esc-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-13 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:sole_blankNodePropertyList +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-ns-dot-start +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-struct-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-base-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-number-dot-in-anon +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-10 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-eval-bad-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-datatypes-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-uri-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-n3-extras-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-file-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-06 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:labeled_blank_node_with_non_leading_extras +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-prefix-06 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-missing-ns-dot-end +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bnode-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-uri-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL2 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-11 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:bareword_decimal +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-27 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-base-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:localName_with_leading_digit +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-str-esc-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL1_ascii_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_escaped_BACKSPACE +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:collection_object +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bnode-09 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-num-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:comment_following_localName +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG2_with_UTF8_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:reserved_escaped_localName +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-18 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:numeric_with_leading_0 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:empty_collection +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:bareword_a_predicate +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-prefix-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG2_with_1_squote +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:labeled_blank_node_object +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-pname-esc-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-pname-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_true +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:LITERAL_LONG1_ascii_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:old_style_prefix +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-09 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_numeric_escape8 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-uri-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-eval-struct-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-04 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-string-08 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-23 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-16 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-struct-10 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-01 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:literal_with_CARRIAGE_RETURN +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-struct-02 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-string-05 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:objectList_with_two_objects +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:prefix_with_PN_CHARS_BASE_character_boundaries +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-bad-prefix-03 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-number-08 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-syntax-prefix-08 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:turtle-subm-14 +] . + +[ a earl:Assertion ; + earl:assertedBy <http://www.dotnetrdf.org/project#> ; + earl:mode earl:automatic ; + earl:result [ a earl:TestResult ; + dc:date "2013-08-10+01:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://www.dotnetrdf.org/project#> ; + earl:test turtletest:blankNodePropertyList_containing_collection +] .
--- a/rdf-turtle/reports/earl.jsonld Fri Aug 16 22:58:51 2013 -0700 +++ b/rdf-turtle/reports/earl.jsonld Mon Aug 19 14:42:04 2013 -0700 @@ -119,11 +119,11 @@ "language": "Ruby", "license": "http://unlicense.org", "release": { - "@id": "https://github.com/gkellogg/earl-report/tree/0.2.5", + "@id": "https://github.com/gkellogg/earl-report/tree/0.2.7.1", "@type": "doap:Version", - "name": "earl-report-0.2.5", - "created": "2013-08-06", - "revision": "0.2.5" + "name": "earl-report-0.2.7.1", + "created": "2013-08-18", + "revision": "0.2.7.1" }, "developer": { "@type": "foaf:Person", @@ -137,6 +137,7 @@ "RIOT-jena-details.ttl", "SWObjects-Turtle-EARL-2013-08-11.ttl", "earl-node-n3-2013-08-10.ttl", + "earl-turtle-v101-2013-08-19.ttl", "earl.ttl", "green-turtle-earl-2013-08-13.ttl", "rdf-trine-turtle-2013-08-10.ttl", @@ -248,6 +249,39 @@ "homepage": "http://swobjects.org/" }, { + "@id": "http://www.dotnetrdf.org/project#", + "@type": [ + "earl:TestSubject", + "doap:Project" + ], + "name": "dotNetRDF", + "developer": [ + { + "@type": "foaf:Person", + "foaf:name": "Rob Vesse" + }, + { + "@type": "foaf:Person", + "foaf:name": "Tomasz Pluskiewicz" + }, + { + "@type": "foaf:Person", + "foaf:name": "Graham Moore" + }, + { + "@type": "foaf:Person", + "foaf:name": "Khalil Ahmed" + }, + { + "@type": "foaf:Person", + "foaf:name": "Ron Michael Zettlemoyer" + } + ], + "doapDesc": "dotNetRDF is a powerful and flexible API for working with RDF and SPARQL in .Net environments. It supports most common RDF formats and provides a fully compliant SPARQL 1.1 engine.", + "homepage": "http://www.dotnetrdf.org", + "language": "C# .Net" + }, + { "@id": "https://code.google.com/p/green-turtle/", "@type": [ "earl:TestSubject", @@ -368,6 +402,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -459,6 +504,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -550,6 +606,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -641,6 +708,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -732,6 +810,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -823,6 +912,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -914,6 +1014,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1005,6 +1116,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1096,6 +1218,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1187,6 +1320,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1278,6 +1422,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1369,6 +1524,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1460,6 +1626,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1551,6 +1728,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1642,6 +1830,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1733,6 +1932,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1824,6 +2034,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -1915,6 +2136,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2006,6 +2238,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2097,6 +2340,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2188,6 +2442,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2279,6 +2544,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2370,6 +2646,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2461,6 +2748,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2552,6 +2850,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2643,6 +2952,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2734,6 +3054,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2825,6 +3156,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -2916,6 +3258,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3007,6 +3360,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3098,6 +3462,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3189,6 +3564,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3280,6 +3666,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3371,6 +3768,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3462,6 +3870,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3553,6 +3972,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3644,6 +4074,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3735,6 +4176,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3826,6 +4278,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -3917,6 +4380,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4008,6 +4482,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4099,6 +4584,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4190,6 +4686,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4281,6 +4788,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4372,6 +4890,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4463,6 +4992,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#first", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#first", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4554,6 +5094,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#last", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#last", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4645,6 +5196,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4736,6 +5298,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4827,6 +5400,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -4918,6 +5502,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5009,6 +5604,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5100,6 +5706,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5191,6 +5808,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5282,6 +5910,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5373,6 +6012,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5464,6 +6114,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5555,6 +6216,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5646,6 +6318,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5737,6 +6420,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5828,6 +6522,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -5919,6 +6624,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6010,6 +6726,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6101,6 +6828,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6192,6 +6930,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6283,6 +7032,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6374,6 +7134,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6465,6 +7236,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6556,6 +7338,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6647,6 +7440,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6738,6 +7542,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6829,6 +7644,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -6920,6 +7746,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7011,6 +7848,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7102,6 +7950,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7193,6 +8052,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7284,6 +8154,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7375,6 +8256,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7466,6 +8358,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7557,6 +8460,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7648,6 +8562,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7739,6 +8664,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7830,6 +8766,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -7921,6 +8868,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8012,6 +8970,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8103,6 +9072,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8194,6 +9174,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8285,6 +9276,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8376,6 +9378,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8467,6 +9480,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8558,6 +9582,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8649,6 +9684,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8740,6 +9786,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8831,6 +9888,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -8922,6 +9990,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9013,6 +10092,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9104,6 +10194,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9195,6 +10296,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9286,6 +10398,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9377,6 +10500,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9468,6 +10602,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9559,6 +10704,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9649,6 +10805,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9740,6 +10907,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9831,6 +11009,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -9921,6 +11110,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10011,6 +11211,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10101,6 +11312,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10191,6 +11413,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10281,6 +11514,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10371,6 +11615,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10461,6 +11716,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10551,6 +11817,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10641,6 +11918,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10731,6 +12019,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10821,6 +12120,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -10911,6 +12221,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11001,6 +12322,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11091,6 +12423,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11181,6 +12524,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11271,6 +12625,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11361,6 +12726,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11451,6 +12827,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11541,6 +12928,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11631,6 +13029,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11721,6 +13130,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11811,6 +13231,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11901,6 +13332,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -11991,6 +13433,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12081,6 +13534,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12171,6 +13635,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12261,6 +13736,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12351,6 +13837,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12441,6 +13938,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12531,6 +14039,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12621,6 +14140,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12711,6 +14241,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12801,6 +14342,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12891,6 +14443,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -12981,6 +14544,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13071,6 +14645,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13161,6 +14746,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13251,6 +14847,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13341,6 +14948,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13431,6 +15049,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13521,6 +15150,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13611,6 +15251,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13701,6 +15352,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13791,6 +15453,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13881,6 +15554,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -13971,6 +15655,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14061,6 +15756,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14151,6 +15857,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14241,6 +15958,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14331,6 +16059,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14421,6 +16160,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14511,6 +16261,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14601,6 +16362,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14691,6 +16463,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14781,6 +16564,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14871,6 +16665,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -14961,6 +16766,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15051,6 +16867,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15141,6 +16968,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15231,6 +17069,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15321,6 +17170,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15411,6 +17271,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15501,6 +17372,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15591,6 +17473,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15681,6 +17574,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15771,6 +17675,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15861,6 +17776,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -15951,6 +17877,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16041,6 +17978,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16131,6 +18079,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16221,6 +18180,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16311,6 +18281,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16401,6 +18382,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16491,6 +18483,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16581,6 +18584,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16671,6 +18685,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16761,6 +18786,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16851,6 +18887,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -16941,6 +18988,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17031,6 +19089,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17121,6 +19190,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17211,6 +19291,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17301,6 +19392,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17391,6 +19493,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17481,6 +19594,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17571,6 +19695,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17661,6 +19796,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17751,6 +19897,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17841,6 +19998,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -17931,6 +20099,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18021,6 +20200,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18111,6 +20301,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18201,6 +20402,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18291,6 +20503,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18381,6 +20604,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18471,6 +20705,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18561,6 +20806,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18651,6 +20907,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18741,6 +21008,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18831,6 +21109,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -18921,6 +21210,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19011,6 +21311,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19101,6 +21412,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19191,6 +21513,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19281,6 +21614,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19371,6 +21715,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19461,6 +21816,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19551,6 +21917,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19641,6 +22018,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19731,6 +22119,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19821,6 +22220,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -19911,6 +22321,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20001,6 +22422,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20091,6 +22523,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20181,6 +22624,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20271,6 +22725,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20361,6 +22826,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20451,6 +22927,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20541,6 +23028,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20631,6 +23129,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20721,6 +23230,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20811,6 +23331,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20901,6 +23432,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -20991,6 +23533,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21081,6 +23634,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21171,6 +23735,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21261,6 +23836,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21351,6 +23937,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21441,6 +24038,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21531,6 +24139,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21621,6 +24240,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21711,6 +24341,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21801,6 +24442,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21891,6 +24543,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -21981,6 +24644,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22071,6 +24745,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22161,6 +24846,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22251,6 +24947,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22341,6 +25048,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22431,6 +25149,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22521,6 +25250,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22612,6 +25352,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22703,6 +25454,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22794,6 +25556,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22885,6 +25658,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -22976,6 +25760,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23067,6 +25862,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23158,6 +25964,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23249,6 +26066,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23340,6 +26168,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23431,6 +26270,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23522,6 +26372,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23613,6 +26474,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23704,6 +26576,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23795,6 +26678,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23886,6 +26780,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -23977,6 +26882,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24068,6 +26984,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24159,6 +27086,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24250,6 +27188,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24341,6 +27290,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24432,6 +27392,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24523,6 +27494,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24614,6 +27596,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24705,6 +27698,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24796,6 +27800,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24887,6 +27902,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -24978,6 +28004,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25069,6 +28106,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25159,6 +28207,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25248,6 +28307,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25337,6 +28407,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25426,6 +28507,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25516,6 +28608,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25606,6 +28709,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25696,6 +28810,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25786,6 +28911,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25876,6 +29012,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -25966,6 +29113,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -26056,6 +29214,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -26146,6 +29315,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -26236,6 +29416,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -26326,6 +29517,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -26416,6 +29618,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -26506,6 +29719,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": { @@ -26596,6 +29820,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots", + "subject": "http://www.dotnetrdf.org/project#", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://www.dotnetrdf.org/project#" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots", "subject": "https://code.google.com/p/green-turtle/", "mode": "earl:automatic", "result": {
--- a/rdf-turtle/reports/earl.ttl Fri Aug 16 22:58:51 2013 -0700 +++ b/rdf-turtle/reports/earl.ttl Mon Aug 19 14:42:04 2013 -0700 @@ -19,6 +19,7 @@ <RIOT-jena-details.ttl>, <SWObjects-Turtle-EARL-2013-08-11.ttl>, <earl-node-n3-2013-08-10.ttl>, + <earl-turtle-v101-2013-08-19.ttl>, <earl.ttl>, <green-turtle-earl-2013-08-13.ttl>, <rdf-trine-turtle-2013-08-10.ttl>, @@ -30,6 +31,7 @@ <http://kasei.us/code/rdf-trine/#project> <http://rubygems.org/gems/rdf-turtle> <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/peteroupc/TurtleParserJava>); @@ -44,7 +46,7 @@ doap:homepage <https://github.com/gkellogg/earl-report>; doap:programming-language "Ruby"; doap:license <http://unlicense.org>; - doap:release <https://github.com/gkellogg/earl-report/tree/0.2.5>; + doap:release <https://github.com/gkellogg/earl-report/tree/0.2.7.1>; doap:developer <http://greggkellogg.net/foaf#me> . @@ -427,6 +429,33 @@ foaf:name "Eric Prud'hommeaux" . +<http://www.dotnetrdf.org/project#> a earl:TestSubject, doap:Project; + doap:name "dotNetRDF"; + doap:description """dotNetRDF is a powerful and flexible API for working with RDF and SPARQL in .Net environments. It supports most common RDF formats and provides a fully compliant SPARQL 1.1 engine."""@en; + doap:programming-language "C# .Net"; + . + +<http://www.dotnetrdf.org/project#> doap:developer + [ a foaf:Person; + foaf:name "Rob Vesse" ] . + +<http://www.dotnetrdf.org/project#> doap:developer + [ a foaf:Person; + foaf:name "Tomasz Pluskiewicz" ] . + +<http://www.dotnetrdf.org/project#> doap:developer + [ a foaf:Person; + foaf:name "Graham Moore" ] . + +<http://www.dotnetrdf.org/project#> doap:developer + [ a foaf:Person; + foaf:name "Khalil Ahmed" ] . + +<http://www.dotnetrdf.org/project#> doap:developer + [ a foaf:Person; + foaf:name "Ron Michael Zettlemoyer" ] . + + <https://code.google.com/p/green-turtle/> a earl:TestSubject, doap:Project; doap:name "Green Turtle"; doap:programming-language "Javascript"; @@ -498,6 +527,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -548,6 +583,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -598,6 +639,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -648,6 +695,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -698,6 +751,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -748,6 +807,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -798,6 +863,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -848,6 +919,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -898,6 +975,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -948,6 +1031,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -998,6 +1087,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1048,6 +1143,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1098,6 +1199,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1148,6 +1255,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1198,6 +1311,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1248,6 +1367,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1298,6 +1423,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1348,6 +1479,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1398,6 +1535,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1448,6 +1591,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1498,6 +1647,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1548,6 +1703,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1598,6 +1759,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1648,6 +1815,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1698,6 +1871,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1748,6 +1927,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1798,6 +1983,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1848,6 +2039,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1898,6 +2095,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1948,6 +2151,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -1998,6 +2207,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2048,6 +2263,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2098,6 +2319,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2148,6 +2375,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2198,6 +2431,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2248,6 +2487,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2298,6 +2543,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2348,6 +2599,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2398,6 +2655,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2448,6 +2711,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2498,6 +2767,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2548,6 +2823,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2598,6 +2879,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2648,6 +2935,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2698,6 +2991,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2748,6 +3047,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2798,6 +3103,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2848,6 +3159,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2898,6 +3215,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2948,6 +3271,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -2998,6 +3327,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3048,6 +3383,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3098,6 +3439,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3148,6 +3495,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3198,6 +3551,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3248,6 +3607,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3298,6 +3663,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3348,6 +3719,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3398,6 +3775,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3448,6 +3831,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3498,6 +3887,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3548,6 +3943,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3598,6 +3999,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3648,6 +4055,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3698,6 +4111,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3748,6 +4167,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3798,6 +4223,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3848,6 +4279,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3898,6 +4335,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3948,6 +4391,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -3998,6 +4447,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4048,6 +4503,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4098,6 +4559,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4148,6 +4615,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4198,6 +4671,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4248,6 +4727,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4298,6 +4783,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4348,6 +4839,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4398,6 +4895,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4448,6 +4951,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4498,6 +5007,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4548,6 +5063,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4598,6 +5119,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4648,6 +5175,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4698,6 +5231,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4748,6 +5287,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4798,6 +5343,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4848,6 +5399,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4898,6 +5455,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4948,6 +5511,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -4998,6 +5567,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5048,6 +5623,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5098,6 +5679,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5148,6 +5735,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5198,6 +5791,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5248,6 +5847,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5298,6 +5903,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5348,6 +5959,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5398,6 +6015,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5448,6 +6071,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5498,6 +6127,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5547,6 +6182,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5597,6 +6238,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5647,6 +6294,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5696,6 +6349,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5745,6 +6404,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5794,6 +6459,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5843,6 +6514,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5892,6 +6569,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5941,6 +6624,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -5990,6 +6679,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6039,6 +6734,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6088,6 +6789,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6137,6 +6844,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6186,6 +6899,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6235,6 +6954,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6284,6 +7009,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6333,6 +7064,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6382,6 +7119,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6431,6 +7174,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6480,6 +7229,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6529,6 +7284,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6578,6 +7339,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6627,6 +7394,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6676,6 +7449,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6725,6 +7504,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6774,6 +7559,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6823,6 +7614,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6872,6 +7669,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6921,6 +7724,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -6970,6 +7779,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7019,6 +7834,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7068,6 +7889,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7117,6 +7944,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7166,6 +7999,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7215,6 +8054,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7264,6 +8109,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7313,6 +8164,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7362,6 +8219,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7411,6 +8274,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7460,6 +8329,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7509,6 +8384,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7558,6 +8439,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7607,6 +8494,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7656,6 +8549,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7705,6 +8604,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7754,6 +8659,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7803,6 +8714,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7852,6 +8769,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7901,6 +8824,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7950,6 +8879,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -7999,6 +8934,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8048,6 +8989,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8097,6 +9044,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8146,6 +9099,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8195,6 +9154,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8244,6 +9209,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8293,6 +9264,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8342,6 +9319,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8391,6 +9374,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8440,6 +9429,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8489,6 +9484,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8538,6 +9539,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8587,6 +9594,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8636,6 +9649,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8685,6 +9704,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8734,6 +9759,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8783,6 +9814,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8832,6 +9869,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8881,6 +9924,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8930,6 +9979,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -8979,6 +10034,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9028,6 +10089,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9077,6 +10144,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9126,6 +10199,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9175,6 +10254,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9224,6 +10309,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9273,6 +10364,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9322,6 +10419,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9371,6 +10474,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9420,6 +10529,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9469,6 +10584,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9518,6 +10639,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9567,6 +10694,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9616,6 +10749,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9665,6 +10804,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9714,6 +10859,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9763,6 +10914,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9812,6 +10969,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9861,6 +11024,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9910,6 +11079,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -9959,6 +11134,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10008,6 +11189,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10057,6 +11244,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10106,6 +11299,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10155,6 +11354,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10204,6 +11409,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10253,6 +11464,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10302,6 +11519,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10351,6 +11574,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10400,6 +11629,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10449,6 +11684,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10498,6 +11739,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10547,6 +11794,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10596,6 +11849,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10645,6 +11904,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10694,6 +11959,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10743,6 +12014,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10792,6 +12069,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10841,6 +12124,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10890,6 +12179,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10939,6 +12234,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -10988,6 +12289,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11037,6 +12344,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11086,6 +12399,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11135,6 +12454,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11184,6 +12509,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11233,6 +12564,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11282,6 +12619,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11331,6 +12674,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11380,6 +12729,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11429,6 +12784,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11478,6 +12839,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11527,6 +12894,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11576,6 +12949,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11625,6 +13004,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11674,6 +13059,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11723,6 +13114,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11772,6 +13169,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11821,6 +13224,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11870,6 +13279,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11919,6 +13334,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -11968,6 +13389,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12017,6 +13444,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12066,6 +13499,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12115,6 +13554,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12164,6 +13609,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12213,6 +13664,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12262,6 +13719,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12311,6 +13774,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12360,6 +13829,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12409,6 +13884,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12458,6 +13939,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12507,6 +13994,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12556,6 +14049,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12606,6 +14105,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12656,6 +14161,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12706,6 +14217,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12756,6 +14273,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12806,6 +14329,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12856,6 +14385,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12906,6 +14441,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -12956,6 +14497,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13006,6 +14553,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13056,6 +14609,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13106,6 +14665,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13156,6 +14721,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13206,6 +14777,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13256,6 +14833,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13306,6 +14889,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13356,6 +14945,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13406,6 +15001,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13456,6 +15057,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13506,6 +15113,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13556,6 +15169,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13606,6 +15225,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13656,6 +15281,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13706,6 +15337,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13756,6 +15393,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13806,6 +15449,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13856,6 +15505,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13906,6 +15561,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -13956,6 +15617,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14006,6 +15673,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14054,6 +15727,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:untested ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14102,6 +15781,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:untested ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14150,6 +15835,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:untested ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14198,6 +15889,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:untested ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14247,6 +15944,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14296,6 +15999,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14345,6 +16054,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14394,6 +16109,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14443,6 +16164,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14492,6 +16219,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14541,6 +16274,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14590,6 +16329,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14639,6 +16384,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14688,6 +16439,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14737,6 +16494,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14786,6 +16549,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>; earl:subject <https://code.google.com/p/green-turtle/>; @@ -14835,6 +16604,12 @@ earl:mode earl:notAvailable; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <http://www.dotnetrdf.org/project#>; + earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>; + earl:subject <http://www.dotnetrdf.org/project#>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://www.milowski.com#alex>; earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>; earl:subject <https://code.google.com/p/green-turtle/>;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdf-turtle/reports/green-turtle-earl-2013-08-13.ttl Mon Aug 19 14:42:04 2013 -0700 @@ -0,0 +1,2943 @@ +@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#> . + +<> foaf:primaryTopic <https://code.google.com/p/green-turtle/>; + dc:issued "2013-08-13T14:32:31-07:00"^^xsd:dateTime; + foaf:maker <http://www.milowski.com/#alex>. + +<http://www.milowski.com/#alex> a foaf:Person, earl:Assertor; + foaf:name "Alex Milowski"; + foaf:title "Implementor"; + foaf:homepage <http://www.milowski.com/> . + +<https://code.google.com/p/green-turtle/> a earl:Software, earl:TestSubject, doap:Project; + doap:name "Green Turtle"; + doap:homepage <https://code.google.com/p/green-turtle/>; + doap:license <http://opensource.org/licenses/BSD-3-Clause>; + doap:programming-language "Javascript"; + doap:implements <http://www.w3.org/TR/turtle/>; + doap:developer <http://www.milowski.com/#alex>; + doap:maintainer <http://www.milowski.com/#alex>; + doap:documenter <http://www.milowski.com/#alex>; + doap: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-08-13"^^xsd:date ; + dc:creator <http://www.milowski.com#alex> . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://www.milowski.com#alex>; + earl:subject <https://code.google.com/p/green-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-13T14:32:31-07:00"^^xsd:dateTime ]; + earl:mode earl:automatic ] . + +
--- a/rdf-turtle/reports/index.html Fri Aug 16 22:58:51 2013 -0700 +++ b/rdf-turtle/reports/index.html Mon Aug 19 14:42:04 2013 -0700 @@ -25,7 +25,7 @@ shortName: "turtle-earl", //subtitle: "Turtle Implementation Conformance Report", // if you wish the publication date to be other than today, set this - publishDate: "2013/08/16", + publishDate: "2013/08/19", // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date // and its maturity status @@ -193,13 +193,16 @@ <a href='#subj_3'>SWObjects</a> </th> <th> - <a href='#subj_4'>Green Turtle</a> + <a href='#subj_4'>dotNetRDF</a> </th> <th> - <a href='#subj_5'>node-n3</a> + <a href='#subj_5'>Green Turtle</a> </th> <th> - <a href='#subj_6'>Turtle Parser</a> + <a href='#subj_6'>node-n3</a> + </th> + <th> + <a href='#subj_7'>Turtle Parser</a> </th> </tr> <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'> @@ -251,6 +254,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -333,6 +347,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -415,6 +440,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -497,6 +533,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -579,6 +626,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -661,6 +719,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -743,6 +812,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -825,6 +905,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -907,6 +998,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -989,6 +1091,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1071,6 +1184,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1153,6 +1277,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1235,6 +1370,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1317,6 +1463,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1399,6 +1556,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1481,6 +1649,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1563,6 +1742,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1645,6 +1835,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1727,6 +1928,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1809,6 +2021,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1891,6 +2114,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -1973,6 +2207,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2055,6 +2300,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2137,6 +2393,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2219,6 +2486,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2301,6 +2579,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2383,6 +2672,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2465,6 +2765,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2547,6 +2858,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2629,6 +2951,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2711,6 +3044,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2793,6 +3137,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2875,6 +3230,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -2957,6 +3323,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3039,6 +3416,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3121,6 +3509,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3203,6 +3602,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3285,6 +3695,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3367,6 +3788,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3449,6 +3881,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3531,6 +3974,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3613,6 +4067,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3695,6 +4160,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3777,6 +4253,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3859,6 +4346,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -3941,6 +4439,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#first' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#first' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4023,6 +4532,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#last' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#last' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4105,6 +4625,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4187,6 +4718,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4269,6 +4811,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4351,6 +4904,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4433,6 +4997,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4515,6 +5090,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4597,6 +5183,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4679,6 +5276,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4761,6 +5369,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4843,6 +5462,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -4925,6 +5555,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5007,6 +5648,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5089,6 +5741,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5171,6 +5834,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5253,6 +5927,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5335,6 +6020,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5417,6 +6113,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5499,6 +6206,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5581,6 +6299,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5663,6 +6392,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5745,6 +6485,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5827,6 +6578,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5909,6 +6671,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -5991,6 +6764,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6073,6 +6857,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6155,6 +6950,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6237,6 +7043,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6319,6 +7136,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6401,6 +7229,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6483,6 +7322,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6565,6 +7415,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6647,6 +7508,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6729,6 +7601,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6811,6 +7694,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6893,6 +7787,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -6975,6 +7880,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7057,6 +7973,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7139,6 +8066,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7221,6 +8159,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7303,6 +8252,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7385,6 +8345,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7467,6 +8438,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7549,6 +8531,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7631,6 +8624,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7713,6 +8717,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7795,6 +8810,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7877,6 +8903,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -7959,6 +8996,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8041,6 +9089,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8123,6 +9182,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8205,6 +9275,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8287,6 +9368,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8369,6 +9461,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8451,6 +9554,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8533,6 +9647,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8615,6 +9740,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8697,6 +9833,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8779,6 +9926,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8861,6 +10019,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -8943,6 +10112,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9025,6 +10205,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9107,6 +10298,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9189,6 +10391,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9271,6 +10484,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9353,6 +10577,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9435,6 +10670,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9517,6 +10763,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9599,6 +10856,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9681,6 +10949,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9763,6 +11042,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9845,6 +11135,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -9927,6 +11228,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10009,6 +11321,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10091,6 +11414,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10173,6 +11507,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10255,6 +11600,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10337,6 +11693,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10419,6 +11786,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10501,6 +11879,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10583,6 +11972,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10665,6 +12065,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10747,6 +12158,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10829,6 +12251,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10911,6 +12344,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -10993,6 +12437,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11075,6 +12530,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11157,6 +12623,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11239,6 +12716,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11321,6 +12809,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11403,6 +12902,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11485,6 +12995,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11567,6 +13088,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11649,6 +13181,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11731,6 +13274,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11813,6 +13367,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11895,6 +13460,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -11977,6 +13553,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12059,6 +13646,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12141,6 +13739,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12223,6 +13832,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12305,6 +13925,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12387,6 +14018,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12469,6 +14111,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12551,6 +14204,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12633,6 +14297,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12715,6 +14390,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12797,6 +14483,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12879,6 +14576,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -12961,6 +14669,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13043,6 +14762,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13125,6 +14855,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13207,6 +14948,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13289,6 +15041,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13371,6 +15134,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13453,6 +15227,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13535,6 +15320,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13617,6 +15413,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13699,6 +15506,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13781,6 +15599,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13863,6 +15692,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -13945,6 +15785,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14027,6 +15878,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14109,6 +15971,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14191,6 +16064,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14273,6 +16157,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14355,6 +16250,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14437,6 +16343,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14519,6 +16436,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14601,6 +16529,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14683,6 +16622,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14765,6 +16715,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14847,6 +16808,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -14929,6 +16901,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15011,6 +16994,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15093,6 +17087,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15175,6 +17180,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15257,6 +17273,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15339,6 +17366,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15421,6 +17459,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15503,6 +17552,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15585,6 +17645,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15667,6 +17738,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15749,6 +17831,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15831,6 +17924,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15913,6 +18017,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -15995,6 +18110,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16077,6 +18203,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16159,6 +18296,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16241,6 +18389,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16323,6 +18482,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16405,6 +18575,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16487,6 +18668,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16569,6 +18761,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16651,6 +18854,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16733,6 +18947,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16815,6 +19040,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16897,6 +19133,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -16979,6 +19226,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17061,6 +19319,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17143,6 +19412,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17225,6 +19505,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17307,6 +19598,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17389,6 +19691,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17471,6 +19784,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17553,6 +19877,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17635,6 +19970,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17717,6 +20063,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17799,6 +20156,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17881,6 +20249,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -17963,6 +20342,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18045,6 +20435,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18127,6 +20528,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18209,6 +20621,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18291,6 +20714,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18373,6 +20807,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18455,6 +20900,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18537,6 +20993,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18619,6 +21086,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18701,6 +21179,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18783,6 +21272,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18865,6 +21365,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -18947,6 +21458,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19029,6 +21551,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19111,6 +21644,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19193,6 +21737,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19275,6 +21830,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19357,6 +21923,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19439,6 +22016,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19521,6 +22109,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19603,6 +22202,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19685,6 +22295,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19767,6 +22388,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19849,6 +22481,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -19931,6 +22574,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20013,6 +22667,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20095,6 +22760,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20177,6 +22853,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20259,6 +22946,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20341,6 +23039,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20423,6 +23132,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20505,6 +23225,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20587,6 +23318,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20669,6 +23411,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20751,6 +23504,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20833,6 +23597,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20915,6 +23690,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -20997,6 +23783,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21079,6 +23876,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21161,6 +23969,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21243,6 +24062,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21325,6 +24155,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21407,6 +24248,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21489,6 +24341,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21571,6 +24434,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21653,6 +24527,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21735,6 +24620,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21817,6 +24713,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21899,6 +24806,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -21981,6 +24899,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22063,6 +24992,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22145,6 +25085,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22227,6 +25178,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22309,6 +25271,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22391,6 +25364,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22473,6 +25457,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22555,6 +25550,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22637,6 +25643,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22718,6 +25735,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22799,6 +25827,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22880,6 +25919,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -22961,6 +26011,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23043,6 +26104,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23125,6 +26197,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23207,6 +26290,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23289,6 +26383,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23371,6 +26476,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23453,6 +26569,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23535,6 +26662,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23617,6 +26755,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23699,6 +26848,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23781,6 +26941,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23863,6 +27034,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -23945,6 +27127,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -24027,6 +27220,17 @@ </span> </td> <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://www.dotnetrdf.org/project#' property='earl:assertedBy' /> + <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots' property='earl:test' /> + <link href='http://www.dotnetrdf.org/project#' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='http://www.milowski.com#alex' property='earl:assertedBy' /> <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots' property='earl:test' /> <link href='https://code.google.com/p/green-turtle/' property='earl:subject' /> @@ -24085,6 +27289,9 @@ <td class='passed-all'> 100.0% </td> + <td class='passed-all'> + 100.0% + </td> </tr> </table> </section> @@ -24296,6 +27503,57 @@ </dl> </dd> <dt id='subj_4'> + <a href='http://www.dotnetrdf.org/project#'> + <span about='http://www.dotnetrdf.org/project#' property='doap:name'>dotNetRDF</span> + </a> + </dt> + <dd inlist='inlist' property='earl:testSubjects' resource='http://www.dotnetrdf.org/project#' typeof='earl:TestSubject doap:Project'> + <dl> + <dt>Description</dt> + <dd lang='en' property='doap:description'>dotNetRDF is a powerful and flexible API for working with RDF and SPARQL in .Net environments. It supports most common RDF formats and provides a fully compliant SPARQL 1.1 engine.</dd> + <dt>Programming Language</dt> + <dd property='doap:programming-language'>C# .Net</dd> + <dt>Home Page</dt> + <dd property='doap:homepage'> + <a href='http://www.dotnetrdf.org'> + http://www.dotnetrdf.org + </a> + </dd> + <dt>Developer</dt> + <dd rel='doap:developer'> + <div typeof='foaf:Person'> + <span property='foaf:name'>Rob Vesse</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Tomasz Pluskiewicz</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Graham Moore</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Khalil Ahmed</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Ron Michael Zettlemoyer</span> + </div> + </dd> + <dt> + Test Suite Compliance + </dt> + <dd> + <table class='report'> + <tbody> + <tr> + <td class='passed-all'> + 291/291 (100.0%) + </td> + </tr> + </tbody> + </table> + </dd> + </dl> + </dd> + <dt id='subj_5'> <a href='https://code.google.com/p/green-turtle/'> <span about='https://code.google.com/p/green-turtle/' property='doap:name'>Green Turtle</span> </a> @@ -24342,7 +27600,7 @@ </dd> </dl> </dd> - <dt id='subj_5'> + <dt id='subj_6'> <a href='https://github.com/RubenVerborgh/node-n3#node-n3'> <span about='https://github.com/RubenVerborgh/node-n3#node-n3' property='doap:name'>node-n3</span> </a> @@ -24389,7 +27647,7 @@ </dd> </dl> </dd> - <dt id='subj_6'> + <dt id='subj_7'> <a href='https://github.com/peteroupc/TurtleParserJava'> <span about='https://github.com/peteroupc/TurtleParserJava' property='doap:name'>Turtle Parser</span> </a> @@ -24461,6 +27719,9 @@ <a class='source' href='earl-node-n3-2013-08-10.ttl'>earl-node-n3-2013-08-10.ttl</a> </li> <li> + <a class='source' href='earl-turtle-v101-2013-08-19.ttl'>earl-turtle-v101-2013-08-19.ttl</a> + </li> + <li> <a class='source' href='earl.ttl'>earl.ttl</a> </li> <li> @@ -26959,10 +30220,10 @@ <meta content='Earl Report summary generator' lang='en' property='doap:shortdesc' /> <meta content='EarlReport generates HTML+RDFa rollups of multiple EARL reports' lang='en' property='doap:description' /> version - <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.2.5' typeof='doap:Version'> - <span property='doap:revision'>0.2.5</span> - <meta content='earl-report-0.2.5' property='doap:name' /> - <meta content='2013-08-06' datatype='xsd:date' property='doap:created' /> + <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.2.7.1' typeof='doap:Version'> + <span property='doap:revision'>0.2.7.1</span> + <meta content='earl-report-0.2.7.1' property='doap:name' /> + <meta content='2013-08-18' datatype='xsd:date' property='doap:created' /> </span> an <a href='http://unlicense.org' property='doap:license'>Unlicensed</a>