author | Ivan Herman <ivan@ivan-herman.net> |
Mon, 22 Jun 2015 11:29:34 +0200 | |
changeset 2043 | 6149460bff0e |
parent 2042 | 75bfe9e9088d |
rdf-turtle/reports-nt/chelona_ntriples_earl_2015-06-21.ttl | ||
rdf-turtle/reports-nt/earl.jsonld | ||
rdf-turtle/reports-nt/earl.ttl | ||
rdf-turtle/reports-nt/index.html | ||
trig/reports/chelona_trig_earl_2015-06-21.ttl | ||
trig/reports/earl.jsonld | ||
trig/reports/earl.ttl | ||
trig/reports/index.html |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdf-turtle/reports-nt/chelona_ntriples_earl_2015-06-21.ttl Mon Jun 22 11:29:34 2015 +0200 @@ -0,0 +1,666 @@ +@prefix dc: <http://purl.org/dc/terms/> . +@prefix doap: <http://usefulinc.com/ns/doap#> . +@prefix earl: <http://www.w3.org/ns/earl#> . +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +<https://github.com/JuPfu/chelona> + a doap:Project, earl:TestSubject, earl:Software; + doap:name "Chelona" ; + doap:homepage <https://github.com/JuPfu/chelona> ; + doap:license <https://www.apache.org/licenses/LICENSE-2.0> ; + doap:shortdesc "A Parboiled2 based Scala Parser for the W3C RDF 1.1 Turtle, Trig and N-Triples Languages"@en ; + doap:description "Cheló̱na is a reader / writer for the W3C RDF 1.1 Turtle, Trig and N-Triples Languages written in Scala."@en ; + doap:created "2014-11-22"^^xsd:date ; + doap:programming-language "Scala" ; + doap:implements <https://www.w3.org/TR/n-triples/> ; + doap:category <http://dbpedia.org/resource/Resource_Description_Framework> ; + doap:category <http://dbpedia.org/resource/Scala_(programming_language)> ; + doap:bug-database <https://github.com/JuPfu/chelona/issues/> ; + doap:developer <https://github.com/JuPfu#me> ; + doap:maintainer <https://github.com/JuPfu#me> ; + doap:documenter <https://github.com/JuPfu#me> ; + doap:repository <https://github.com/JuPfu/chelona/> ; + a doap:GitRepository ; + doap:location <https://github.com/JuPfu/chelona/> ; + doap:browse <https://github.com/JuPfu/chelona> . + +<http://github.com/JuPfu> a foaf:OnlineAccount; + dc:created "2014-08-23"^^xsd:date; + doap:homepage <http://github.com/JuPfu>; + foaf:accountName "JuPfu"; + foaf:accountServiceHomepage <http://github.com/>; + foaf:name "GitHub"; + foaf:page <http://github.com/JuPfu> . + +<https://github.com/JuPfu#me> a foaf:Person; + foaf:mbox <mailto:juergen.pfundt@gmail.com> ; + foaf:name "Jürgen Pfundt" ; + foaf:account <https://github.com/JuPfu> ; + foaf:based_near "Frankfurt, Germany" ; + foaf:weblog <https://poundblog.wordpress.com> . + +<> foaf:primaryTopic <https://github.coms/JuPfu/chelona> ; + dc:issued "2015-06-08"^^xsd:date ; + foaf:maker <https://github.com/JuPfu> . + +<https://github.com/JuPfu#me> + a foaf:Person, earl:Assertor ; + foaf:name "Jürgen Pfundt" ; + foaf:title "Implementor" ; + rdfs:seeAlso <https://github.com/JuPfu> . + +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:43.743"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.000"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.043"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-datatypes-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.086"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.105"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-base-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.124"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-datatypes-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.137"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.143"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.147"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.159"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.168"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_REVERSE_SOLIDUS2>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.172"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.177"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-lang-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.197"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_all_punctuation>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.232"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.247"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.297"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_ascii_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.301"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.305"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_2_squotes>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.310"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.317"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-prefix-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.365"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.372"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_CARRIAGE_RETURN>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.386"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#langtagged_string>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.393"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-struct-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.404"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.409"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_LINE_FEED>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.413"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.418"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.424"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.487"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_all_controls>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.501"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_UTF8_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.504"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.512"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_dquote>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.517"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.524"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#comment_following_triple>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.535"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_FORM_FEED>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.540"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.551"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.570"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_numeric_escape4>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.580"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.624"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_squote>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.642"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.645"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.708"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.737"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#lantag_with_subtag>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.752"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_BACKSPACE>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.757"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.764"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.782"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_2_dquotes>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.788"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.802"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#minimal_whitespace>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.810"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-struct-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.819"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-subm-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.842"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.853"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.856"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.859"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.864"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.871"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.875"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_CHARACTER_TABULATION>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.878"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.886"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.890"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_numeric_escape8>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.894"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.901"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.912"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-22T00:09:44.915"^^xsd:dateTime]; + earl:mode earl:automatic ] .
--- a/rdf-turtle/reports-nt/earl.jsonld Thu May 28 06:20:05 2015 -0400 +++ b/rdf-turtle/reports-nt/earl.jsonld Mon Jun 22 11:29:34 2015 +0200 @@ -119,11 +119,11 @@ "language": "Ruby", "license": "http://unlicense.org", "release": { - "@id": "https://github.com/gkellogg/earl-report/tree/0.3.4", + "@id": "https://github.com/gkellogg/earl-report/tree/0.3.6", "@type": "doap:Version", - "name": "earl-report-0.3.4", - "created": "2015-01-03", - "revision": "0.3.4" + "name": "earl-report-0.3.6", + "created": "2015-05-25", + "revision": "0.3.6" }, "developer": { "@type": "foaf:Person", @@ -135,6 +135,7 @@ "assertions": [ "Apache-Jena-ntriples-earl-2013-11-23.ttl", "RIOT-jena-details.ttl", + "chelona_ntriples_earl_2015-06-21.ttl", "n3js-earl-report-ntriples.ttl", "raptor2012-earl-ntriples.ttl", "rdf.rb-earl-2013-11-24.ttl", @@ -239,6 +240,24 @@ "homepage": "http://rubygems.org/gems/rdf" }, { + "@id": "https://github.com/JuPfu/chelona", + "@type": [ + "earl:TestSubject", + "doap:Project" + ], + "name": "Chelona", + "developer": [ + { + "@type": "foaf:Person", + "@id": "https://github.com/JuPfu#me", + "foaf:name": "Jürgen Pfundt" + } + ], + "doapDesc": "Cheló̱na is a reader / writer for the W3C RDF 1.1 Turtle, Trig and N-Triples Languages written in Scala.", + "homepage": "https://github.com/JuPfu/chelona", + "language": "Scala" + }, + { "@id": "https://github.com/RDFLib/rdflib", "@type": [ "earl:TestSubject", @@ -329,6 +348,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -397,6 +427,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -465,6 +506,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -533,6 +585,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -601,6 +664,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -669,6 +743,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -737,6 +822,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -805,6 +901,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -873,6 +980,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -941,6 +1059,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1009,6 +1138,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1077,6 +1217,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1145,6 +1296,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1213,6 +1375,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1281,6 +1454,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1349,6 +1533,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1417,6 +1612,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-datatypes-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-datatypes-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1485,6 +1691,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-datatypes-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-datatypes-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1553,6 +1770,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1621,6 +1849,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1689,6 +1928,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1757,6 +2007,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1825,6 +2086,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1893,6 +2165,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1961,6 +2244,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2029,6 +2323,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-08", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-08", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2097,6 +2402,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-09", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-09", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2165,6 +2481,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-prefix-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-prefix-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2233,6 +2560,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-base-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-base-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2301,6 +2639,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-struct-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-struct-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2369,6 +2718,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-struct-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-struct-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2437,6 +2797,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-lang-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-lang-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2505,6 +2876,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2573,6 +2955,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2641,6 +3034,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2709,6 +3113,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2777,6 +3192,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2845,6 +3271,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2913,6 +3350,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2981,6 +3429,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3049,6 +3508,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3117,6 +3587,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3185,6 +3666,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3253,6 +3745,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3321,6 +3824,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3389,6 +3903,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-subm-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-subm-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3457,6 +3982,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#comment_following_triple", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#comment_following_triple", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3524,6 +4060,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3591,6 +4138,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_all_controls", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_all_controls", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3659,6 +4217,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_all_punctuation", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_all_punctuation", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3727,6 +4296,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_ascii_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_ascii_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3794,6 +4374,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_2_dquotes", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_2_dquotes", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3861,6 +4452,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_2_squotes", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_2_squotes", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3928,6 +4530,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_BACKSPACE", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_BACKSPACE", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3995,6 +4608,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_CARRIAGE_RETURN", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_CARRIAGE_RETURN", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4062,6 +4686,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_CHARACTER_TABULATION", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_CHARACTER_TABULATION", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4129,6 +4764,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_dquote", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_dquote", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4196,6 +4842,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_FORM_FEED", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_FORM_FEED", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4263,6 +4920,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_LINE_FEED", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_LINE_FEED", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4330,6 +4998,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_numeric_escape4", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_numeric_escape4", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4397,6 +5076,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_numeric_escape8", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_numeric_escape8", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4464,6 +5154,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_REVERSE_SOLIDUS", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_REVERSE_SOLIDUS", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4531,6 +5232,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_REVERSE_SOLIDUS2", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_REVERSE_SOLIDUS2", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4598,6 +5310,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_squote", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_squote", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4665,6 +5388,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_UTF8_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_UTF8_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4732,6 +5466,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#langtagged_string", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#langtagged_string", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4799,6 +5544,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#lantag_with_subtag", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#lantag_with_subtag", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4866,6 +5622,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#minimal_whitespace", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/N-TriplesTests/manifest.ttl#minimal_whitespace", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": {
--- a/rdf-turtle/reports-nt/earl.ttl Thu May 28 06:20:05 2015 -0400 +++ b/rdf-turtle/reports-nt/earl.ttl Mon Jun 22 11:29:34 2015 +0200 @@ -17,6 +17,7 @@ earl:assertions <Apache-Jena-ntriples-earl-2013-11-23.ttl>, <RIOT-jena-details.ttl>, + <chelona_ntriples_earl_2015-06-21.ttl>, <n3js-earl-report-ntriples.ttl>, <raptor2012-earl-ntriples.ttl>, <rdf.rb-earl-2013-11-24.ttl>, @@ -25,6 +26,7 @@ <http://jena.apache.org/#riot> <http://librdf.org/raptor/> <http://rubygems.org/gems/rdf> + <https://github.com/JuPfu/chelona> <https://github.com/RDFLib/rdflib> <https://github.com/RubenVerborgh/N3.js#n3js>); mf:entries ( @@ -38,7 +40,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.3.4>; + doap:release <https://github.com/gkellogg/earl-report/tree/0.3.6>; doap:developer <http://greggkellogg.net/foaf#me> . @@ -199,6 +201,18 @@ foaf:name "Gregg Kellogg" . +<https://github.com/JuPfu/chelona> a earl:TestSubject, doap:Project; + doap:name "Chelona"; + doap:description "Cheló̱na is a reader / writer for the W3C RDF 1.1 Turtle, Trig and N-Triples Languages written in Scala."@en; + doap:programming-language "Scala"; + . + +<https://github.com/JuPfu/chelona> doap:developer <https://github.com/JuPfu#me> . + +<https://github.com/JuPfu#me> a foaf:Person; + foaf:name "Jürgen Pfundt" . + + <https://github.com/RDFLib/rdflib> a earl:TestSubject, doap:Project; doap:name "rdflib"; . @@ -250,6 +264,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -287,6 +307,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -324,6 +350,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-file-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -361,6 +393,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -398,6 +436,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -435,6 +479,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -472,6 +522,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-uri-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -509,6 +565,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -546,6 +608,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -583,6 +651,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-string-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -620,6 +694,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -657,6 +737,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -694,6 +780,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-str-esc-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -731,6 +823,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -768,6 +866,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -805,6 +909,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bnode-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -842,6 +952,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-datatypes-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-datatypes-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -879,6 +995,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-datatypes-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-datatypes-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -916,6 +1038,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -953,6 +1081,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -990,6 +1124,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1027,6 +1167,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1064,6 +1210,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1101,6 +1253,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1138,6 +1296,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1175,6 +1339,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-08>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-08>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1212,6 +1382,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-09>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-uri-09>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1249,6 +1425,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-prefix-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-prefix-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1286,6 +1468,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-base-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-base-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1323,6 +1511,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-struct-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-struct-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1360,6 +1554,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-struct-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-struct-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1397,6 +1597,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-lang-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-lang-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1434,6 +1640,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1471,6 +1683,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1508,6 +1726,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-esc-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1545,6 +1769,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1582,6 +1812,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1619,6 +1855,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1656,6 +1898,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1693,6 +1941,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1730,6 +1984,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1767,6 +2027,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-string-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1804,6 +2070,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1841,6 +2113,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1878,6 +2156,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-bad-num-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1915,6 +2199,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-subm-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#nt-syntax-subm-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1952,6 +2242,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#comment_following_triple>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#comment_following_triple>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -1988,6 +2284,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2024,6 +2326,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_all_controls>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_all_controls>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2061,6 +2369,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_all_punctuation>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_all_punctuation>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2098,6 +2412,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_ascii_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_ascii_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2134,6 +2454,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_2_dquotes>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_2_dquotes>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2170,6 +2496,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_2_squotes>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_2_squotes>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2206,6 +2538,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_BACKSPACE>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_BACKSPACE>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2242,6 +2580,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_CARRIAGE_RETURN>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_CARRIAGE_RETURN>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2278,6 +2622,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_CHARACTER_TABULATION>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_CHARACTER_TABULATION>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2314,6 +2664,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_dquote>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_dquote>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2350,6 +2706,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_FORM_FEED>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_FORM_FEED>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2386,6 +2748,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_LINE_FEED>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_LINE_FEED>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2422,6 +2790,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_numeric_escape4>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_numeric_escape4>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2458,6 +2832,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_numeric_escape8>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_numeric_escape8>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2494,6 +2874,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2530,6 +2916,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_REVERSE_SOLIDUS2>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_REVERSE_SOLIDUS2>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2566,6 +2958,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_squote>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_squote>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2602,6 +3000,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_UTF8_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#literal_with_UTF8_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2638,6 +3042,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#langtagged_string>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#langtagged_string>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2674,6 +3084,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#lantag_with_subtag>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#lantag_with_subtag>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable; @@ -2710,6 +3126,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#minimal_whitespace>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:test <http://www.w3.org/2013/N-TriplesTests/manifest.ttl#minimal_whitespace>; earl:subject <https://github.com/RDFLib/rdflib>; earl:mode earl:notAvailable;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/trig/reports/chelona_trig_earl_2015-06-21.ttl Mon Jun 22 11:29:34 2015 +0200 @@ -0,0 +1,3069 @@ +@prefix dc: <http://purl.org/dc/terms/> . +@prefix doap: <http://usefulinc.com/ns/doap#> . +@prefix earl: <http://www.w3.org/ns/earl#> . +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +<https://github.com/JuPfu/chelona> + a doap:Project, earl:TestSubject, earl:Software; + doap:name "Chelona" ; + doap:homepage <https://github.com/JuPfu/chelona> ; + doap:license <https://www.apache.org/licenses/LICENSE-2.0> ; + doap:shortdesc "A Parboiled2 based Scala Parser for the W3C RDF 1.1 Turtle and Trig Languages"@en ; + doap:description "Cheló̱na is a reader / writer for the W3C RDF 1.1 Turtle and Trig Languages written in Scala."@en ; + doap:created "2014-11-22"^^xsd:date ; + doap:programming-language "Scala" ; + doap:implements <https://www.w3.org/TR/trig/> ; + doap:category <http://dbpedia.org/resource/Resource_Description_Framework> ; + doap:category <http://dbpedia.org/resource/Scala_(programming_language)> ; + doap:bug-database <https://github.com/JuPfu/chelona/issues/> ; + doap:developer <https://github.com/JuPfu#me> ; + doap:maintainer <https://github.com/JuPfu#me> ; + doap:documenter <https://github.com/JuPfu#me> ; + doap:repository <https://github.com/JuPfu/chelona/> ; + a doap:GitRepository ; + doap:location <https://github.com/JuPfu/chelona/> ; + doap:browse <https://github.com/JuPfu/chelona> . + +<http://github.com/JuPfu> a foaf:OnlineAccount; + dc:created "2014-08-23"^^xsd:date; + doap:homepage <http://github.com/JuPfu>; + foaf:accountName "JuPfu"; + foaf:accountServiceHomepage <http://github.com/>; + foaf:name "GitHub"; + foaf:page <http://github.com/JuPfu> . + +<https://github.com/JuPfu#me> a foaf:Person; + foaf:mbox <mailto:juergen.pfundt@gmail.com> ; + foaf:name "Jürgen Pfundt" ; + foaf:account <https://github.com/JuPfu> ; + foaf:based_near "Frankfurt, Germany" ; + foaf:weblog <https://poundblog.wordpress.com> . + +<> foaf:primaryTopic <https://github.coms/JuPfu/chelona> ; + dc:issued "2015-06-08"^^xsd:date ; + foaf:maker <https://github.com/JuPfu> . + +<https://github.com/JuPfu#me> + a foaf:Person, earl:Assertor ; + foaf:name "Jürgen Pfundt" ; + foaf:title "Implementor" ; + rdfs:seeAlso <https://github.com/JuPfu> . + +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.088"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.222"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.245"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.254"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_only_IRI>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.268"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#sole_blankNodePropertyList>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.278"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.289"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.303"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.312"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.325"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.333"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.365"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.382"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-12>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.403"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.481"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-minimal-whitespace-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.534"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.542"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.552"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.562"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.575"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.599"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.621"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#collection_subject>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.632"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-14>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.646"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.663"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_as_object>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.673"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.680"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.686"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-12>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.701"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.715"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-15>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.724"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.733"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.743"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.748"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-22>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.756"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.767"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#first>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.772"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.781"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.786"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-datatypes-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.793"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_LINE_FEED>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.800"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ns-dot-start>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.807"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.816"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-14>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.829"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ln-colons>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.836"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.846"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.852"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.862"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#negative_numeric>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.870"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.879"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.887"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-struct-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.897"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.909"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#last>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.915"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-escape>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.931"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.939"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.946"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_four_digit_numeric_escape>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.956"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.975"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRIREF_datatype>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.980"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_CARRIAGE_RETURN>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.989"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#number_sign_following_localName>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:50.996"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.014"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#collection_object>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.022"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.030"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.036"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.050"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-collection-graph-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.079"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_CHARACTER_TABULATION>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.087"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.097"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.106"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.120"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.126"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.136"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-19>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.146"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-dash-start>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.153"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.160"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_LONG>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.166"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.183"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.194"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.214"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-16>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.222"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.229"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.237"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.244"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#comment_following_PNAME_NS>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.249"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-11>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.265"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#percent_escaped_localName>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.282"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.288"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-26>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.304"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localname_with_COLON>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.317"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.332"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.340"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.349"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.365"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.375"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.380"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-11>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.407"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.415"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_double>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.422"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-17>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.434"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.449"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.457"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-number-dot-in-anon>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.473"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.482"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.500"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.515"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.531"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#old_style_prefix>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.543"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-collection-graph-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.552"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-bad-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.566"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-25>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.575"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#positive_numeric>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.593"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.613"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.623"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.631"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.639"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_non_leading_extras>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.651"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#nested_collection>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.658"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.662"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.667"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_all_controls>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.671"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_1_squote>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.675"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-11>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.685"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.693"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.696"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.703"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-lang-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.711"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_non_LONG>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.715"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.719"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.738"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_a_predicate>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.781"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.788"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.797"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_graph>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.805"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.814"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.821"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.829"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-11>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.836"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.859"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.869"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.879"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.885"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#alternating_iri_graphs>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.897"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.905"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.913"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.923"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.928"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.932"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_true>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.940"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.947"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.951"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.962"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#comment_following_localName>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.970"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.982"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.987"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:51.993"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-15>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.014"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.020"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.027"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.033"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.038"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.045"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.049"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.054"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.063"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_leading_digit>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.067"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.071"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.076"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.081"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_reassigned_and_used>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.085"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_with_non_leading_extras>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.089"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.094"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.099"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.106"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.133"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-27>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.150"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#double_lower_case_e>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.155"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_subject>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.159"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#objectList_with_two_objects>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.166"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.172"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.177"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_false>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.184"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.189"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#predicateObjectList_with_two_objectLists>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.192"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.196"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_leading_underscore>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.200"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#nested_blankNodePropertyLists>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.206"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.214"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.220"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.224"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_object>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.228"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#default_namespace_IRI>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.233"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.260"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.271"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_leading_underscore>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.276"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.279"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.293"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.298"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#repeated_semis_at_end>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.302"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#HYPHEN_MINUS_in_localName>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.306"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.310"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.315"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.321"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#old_style_base>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.326"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-18>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.330"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.334"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_integer>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.338"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2_ascii_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.345"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.348"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_graph>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.355"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.373"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.381"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.386"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.389"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-bad-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.393"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.396"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.402"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_all_punctuation>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.408"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#lantag_with_subtag>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.423"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.427"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_IRI_predicate>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.432"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ln-dots>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.436"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.440"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ns-dot-end>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.450"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.456"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#number_sign_following_PNAME_NS>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.460"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-21>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.465"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.470"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_as_subject>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.475"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.479"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_IRI_object>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.483"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.526"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.535"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.538"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.543"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-struct-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.549"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.559"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ns-dots>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.581"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_object>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.586"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.591"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_subject>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.595"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-13>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.599"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_FORM_FEED>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.605"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.628"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#underscore_in_localName>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.632"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.638"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.648"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.655"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.660"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.673"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.679"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#SPARQL_style_base>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.684"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.688"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.695"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.700"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.707"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_BACKSPACE>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.711"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.718"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-16>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.725"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.729"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.741"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.798"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-12>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.803"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_ascii_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.814"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#SPARQL_style_prefix>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.819"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.824"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.832"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#two_LITERAL_LONG2s>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.838"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.847"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-bnodeplist-graph-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.853"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_all_punctuation>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.857"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.861"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.867"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.873"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-escape-start>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.880"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-23>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.890"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.903"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.907"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.912"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.916"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_numeric_escape8>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.921"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.934"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_leading_digit>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.939"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.947"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.953"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.957"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_1_squote>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.961"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-blank-label-dot-end>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.967"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-datatypes-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.975"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_LONG_with_subtag>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.980"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_containing_collection>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:52.995"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.001"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.008"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.014"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.019"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.046"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.056"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.063"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-blank-label>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.071"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_LINE_FEED>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.076"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.080"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#empty_collection>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.084"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.088"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-11>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.093"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.099"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.102"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.105"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.109"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#alternating_bnode_graphs>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.125"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.170"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.176"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_BACKSPACE>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.194"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_decimal>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.199"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_name_datatype>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.207"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_subject>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.213"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_FORM_FEED>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.219"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#reserved_escaped_localName>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.224"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.229"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.233"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.252"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-24>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.256"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#numeric_with_leading_0>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.262"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.267"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-13>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.273"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-20>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.279"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.284"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.290"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#repeated_semis_not_at_end>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.301"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.306"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-13>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.311"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-17>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.315"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_numeric_escape4>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.318"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.321"^^xsd:dateTime]; + earl:mode earl:automatic ] . +[ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2015-06-21T23:24:53.326"^^xsd:dateTime]; + earl:mode earl:automatic ] .
--- a/trig/reports/earl.jsonld Thu May 28 06:20:05 2015 -0400 +++ b/trig/reports/earl.jsonld Mon Jun 22 11:29:34 2015 +0200 @@ -119,11 +119,11 @@ "language": "Ruby", "license": "http://unlicense.org", "release": { - "@id": "https://github.com/gkellogg/earl-report/tree/0.3.4", + "@id": "https://github.com/gkellogg/earl-report/tree/0.3.6", "@type": "doap:Version", - "name": "earl-report-0.3.4", - "created": "2015-01-03", - "revision": "0.3.4" + "name": "earl-report-0.3.6", + "created": "2015-05-25", + "revision": "0.3.6" }, "developer": { "@type": "foaf:Person", @@ -135,6 +135,7 @@ "assertions": [ "Apache-Jena-trig-earl-2013-11-23.ttl", "RIOT-jena-details.ttl", + "chelona_trig_earl_2015-06-21.ttl", "n3js-earl-report-trig.ttl", "rdf.rb-earl-2013-11-24.ttl", "rdflib_trig-2013-12-30T15-56-57.ttl" @@ -209,6 +210,24 @@ "language": "Ruby" }, { + "@id": "https://github.com/JuPfu/chelona", + "@type": [ + "earl:TestSubject", + "doap:Project" + ], + "name": "Chelona", + "developer": [ + { + "@type": "foaf:Person", + "@id": "https://github.com/JuPfu#me", + "foaf:name": "Jürgen Pfundt" + } + ], + "doapDesc": "Cheló̱na is a reader / writer for the W3C RDF 1.1 Turtle and Trig Languages written in Scala.", + "homepage": "https://github.com/JuPfu/chelona", + "language": "Scala" + }, + { "@id": "https://github.com/RDFLib/rdflib", "@type": [ "earl:TestSubject", @@ -288,6 +307,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_graph", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_graph", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -346,6 +376,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_graph", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_graph", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -404,6 +445,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#alternating_iri_graphs", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#alternating_iri_graphs", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -462,6 +514,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#alternating_bnode_graphs", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#alternating_bnode_graphs", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -520,6 +583,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -577,6 +651,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -634,6 +719,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -691,6 +787,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -748,6 +855,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -805,6 +923,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -862,6 +991,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-minimal-whitespace-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-minimal-whitespace-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -919,6 +1059,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_subject", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_subject", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -977,6 +1128,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_four_digit_numeric_escape", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_four_digit_numeric_escape", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1035,6 +1197,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_eight_digit_numeric_escape", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_eight_digit_numeric_escape", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1093,6 +1266,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_all_punctuation", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_all_punctuation", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1151,6 +1335,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_a_predicate", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_a_predicate", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1209,6 +1404,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#old_style_prefix", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#old_style_prefix", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1267,6 +1473,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#SPARQL_style_prefix", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#SPARQL_style_prefix", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1325,6 +1542,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_IRI_predicate", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_IRI_predicate", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1383,6 +1611,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_IRI_object", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_IRI_object", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1441,6 +1680,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_only_IRI", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_only_IRI", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1499,6 +1749,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1557,6 +1818,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_with_non_leading_extras", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_with_non_leading_extras", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1615,6 +1887,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#default_namespace_IRI", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#default_namespace_IRI", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1673,6 +1956,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_reassigned_and_used", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_reassigned_and_used", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1731,6 +2025,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#reserved_escaped_localName", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#reserved_escaped_localName", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1789,6 +2094,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#percent_escaped_localName", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#percent_escaped_localName", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1847,6 +2163,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#HYPHEN_MINUS_in_localName", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#HYPHEN_MINUS_in_localName", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1905,6 +2232,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#underscore_in_localName", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#underscore_in_localName", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -1963,6 +2301,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localname_with_COLON", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localname_with_COLON", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2021,6 +2370,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2079,6 +2439,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2137,6 +2508,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2195,6 +2577,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_leading_underscore", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_leading_underscore", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2253,6 +2646,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_leading_digit", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_leading_digit", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2311,6 +2715,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_non_leading_extras", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_non_leading_extras", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2369,6 +2784,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#old_style_base", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#old_style_base", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2427,6 +2853,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#SPARQL_style_base", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#SPARQL_style_base", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2485,6 +2922,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_subject", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_subject", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2543,6 +2991,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_object", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_object", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2601,6 +3060,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2659,6 +3129,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_leading_underscore", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_leading_underscore", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2717,6 +3198,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_leading_digit", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_leading_digit", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2775,6 +3267,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_non_leading_extras", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_non_leading_extras", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2833,6 +3336,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_subject", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_subject", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2891,6 +3405,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_object", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_object", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -2949,6 +3474,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#sole_blankNodePropertyList", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#sole_blankNodePropertyList", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3007,6 +3543,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_as_subject", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_as_subject", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3065,6 +3612,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_as_object", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_as_object", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3123,6 +3681,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_with_multiple_triples", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_with_multiple_triples", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3181,6 +3750,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#nested_blankNodePropertyLists", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#nested_blankNodePropertyLists", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3239,6 +3819,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_containing_collection", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_containing_collection", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3297,6 +3888,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#collection_subject", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#collection_subject", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3355,6 +3957,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#collection_object", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#collection_object", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3413,6 +4026,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#empty_collection", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#empty_collection", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3471,6 +4095,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#nested_collection", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#nested_collection", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3529,6 +4164,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#first", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#first", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3587,6 +4233,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#last", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#last", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3645,6 +4302,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3703,6 +4371,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_ascii_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_ascii_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3761,6 +4440,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_with_UTF8_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_with_UTF8_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3819,6 +4509,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_all_controls", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_all_controls", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3877,6 +4578,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_all_punctuation", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_all_punctuation", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3935,6 +4647,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -3993,6 +4716,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4051,6 +4785,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4109,6 +4854,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_1_squote", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_1_squote", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4167,6 +4923,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_2_squotes", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_2_squotes", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4225,6 +4992,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4283,6 +5061,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2_ascii_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2_ascii_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4341,6 +5130,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2_with_UTF8_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2_with_UTF8_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4399,6 +5199,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4457,6 +5268,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4515,6 +5337,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4573,6 +5406,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_1_squote", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_1_squote", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4631,6 +5475,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_2_squotes", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_2_squotes", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4689,6 +5544,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_CHARACTER_TABULATION", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_CHARACTER_TABULATION", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4747,6 +5613,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_BACKSPACE", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_BACKSPACE", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4805,6 +5682,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_LINE_FEED", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_LINE_FEED", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4863,6 +5751,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_CARRIAGE_RETURN", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_CARRIAGE_RETURN", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4921,6 +5820,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_FORM_FEED", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_FORM_FEED", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -4979,6 +5889,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_REVERSE_SOLIDUS", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_REVERSE_SOLIDUS", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5037,6 +5958,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5095,6 +6027,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_BACKSPACE", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_BACKSPACE", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5153,6 +6096,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_LINE_FEED", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_LINE_FEED", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5211,6 +6165,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5269,6 +6234,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_FORM_FEED", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_FORM_FEED", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5327,6 +6303,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_numeric_escape4", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_numeric_escape4", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5385,6 +6372,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_numeric_escape8", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_numeric_escape8", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5443,6 +6441,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#IRIREF_datatype", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#IRIREF_datatype", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5501,6 +6510,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_name_datatype", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_name_datatype", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5559,6 +6579,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_integer", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_integer", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5617,6 +6648,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_decimal", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_decimal", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5675,6 +6717,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_double", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_double", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5733,6 +6786,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#double_lower_case_e", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#double_lower_case_e", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5791,6 +6855,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#negative_numeric", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#negative_numeric", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5849,6 +6924,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#positive_numeric", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#positive_numeric", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5907,6 +6993,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#numeric_with_leading_0", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#numeric_with_leading_0", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -5965,6 +7062,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_true", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_true", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6023,6 +7131,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_false", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#literal_false", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6081,6 +7200,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_non_LONG", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_non_LONG", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6139,6 +7269,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_LONG", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_LONG", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6197,6 +7338,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#lantag_with_subtag", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#lantag_with_subtag", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6255,6 +7407,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#objectList_with_two_objects", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#objectList_with_two_objects", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6313,6 +7476,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#predicateObjectList_with_two_objectLists", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#predicateObjectList_with_two_objectLists", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6371,6 +7545,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#repeated_semis_at_end", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#repeated_semis_at_end", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6429,6 +7614,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#repeated_semis_not_at_end", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#repeated_semis_not_at_end", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6487,6 +7683,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#comment_following_localName", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#comment_following_localName", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6545,6 +7752,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#number_sign_following_localName", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#number_sign_following_localName", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6603,6 +7821,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#comment_following_PNAME_NS", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#comment_following_PNAME_NS", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6661,6 +7890,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#number_sign_following_PNAME_NS", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#number_sign_following_PNAME_NS", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6719,6 +7959,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6777,6 +8028,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6834,6 +8096,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#two_LITERAL_LONG2s", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#two_LITERAL_LONG2s", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6892,6 +8165,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_LONG_with_subtag", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_LONG_with_subtag", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -6950,6 +8234,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7007,6 +8302,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7064,6 +8370,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7121,6 +8438,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7178,6 +8506,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7235,6 +8574,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7292,6 +8642,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7349,6 +8710,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7406,6 +8778,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7463,6 +8846,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7520,6 +8914,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7577,6 +8982,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7634,6 +9050,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7691,6 +9118,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7748,6 +9186,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7805,6 +9254,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7862,6 +9322,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7919,6 +9390,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -7976,6 +9458,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-08", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-08", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8033,6 +9526,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-09", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-09", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8090,6 +9594,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8147,6 +9662,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8204,6 +9730,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8261,6 +9798,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8318,6 +9866,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8375,6 +9934,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8432,6 +10002,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8489,6 +10070,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-08", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-08", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8546,6 +10138,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-09", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-09", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8603,6 +10206,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-10", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-10", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8660,6 +10274,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-11", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-11", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8717,6 +10342,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8774,6 +10410,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8831,6 +10478,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8888,6 +10546,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -8945,6 +10614,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9002,6 +10682,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9059,6 +10750,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9116,6 +10818,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9173,6 +10886,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9230,6 +10954,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9287,6 +11022,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9344,6 +11090,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9401,6 +11158,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9458,6 +11226,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-08", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-08", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9515,6 +11294,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-09", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-09", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9572,6 +11362,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-10", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-10", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9629,6 +11430,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9686,6 +11498,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9743,6 +11566,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9800,6 +11634,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9857,6 +11702,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9914,6 +11770,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -9971,6 +11838,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10028,6 +11906,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-08", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-08", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10085,6 +11974,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-09", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-09", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10142,6 +12042,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-10", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-10", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10199,6 +12110,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-11", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-11", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10256,6 +12178,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-datatypes-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-datatypes-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10313,6 +12246,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-datatypes-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-datatypes-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10370,6 +12314,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10427,6 +12382,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10484,6 +12450,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10541,6 +12518,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10598,6 +12586,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10655,6 +12654,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10712,6 +12722,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10769,6 +12790,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10826,6 +12858,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10883,6 +12926,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10940,6 +12994,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -10997,6 +13062,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11054,6 +13130,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11111,6 +13198,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11168,6 +13266,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11225,6 +13334,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11282,6 +13402,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11339,6 +13470,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11396,6 +13538,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11453,6 +13606,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11510,6 +13674,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11567,6 +13742,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11624,6 +13810,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11681,6 +13878,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11738,6 +13946,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11795,6 +14014,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11852,6 +14082,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11909,6 +14150,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -11966,6 +14218,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12023,6 +14286,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12080,6 +14354,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12137,6 +14422,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12194,6 +14490,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12251,6 +14558,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12308,6 +14626,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12365,6 +14694,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12422,6 +14762,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12479,6 +14830,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12536,6 +14898,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12593,6 +14966,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12650,6 +15034,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12707,6 +15102,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12764,6 +15170,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12821,6 +15238,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12878,6 +15306,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-08", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-08", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12935,6 +15374,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-09", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-09", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -12992,6 +15442,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-10", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-10", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13049,6 +15510,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-11", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-11", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13106,6 +15578,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-12", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-12", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13163,6 +15646,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-13", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-13", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13220,6 +15714,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-09", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-09", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13277,6 +15782,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-10", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-10", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13334,6 +15850,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-12", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-12", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13391,6 +15918,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-13", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-13", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13448,6 +15986,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-14", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-14", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13505,6 +16054,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-15", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-15", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13562,6 +16122,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-16", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-16", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13619,6 +16190,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-17", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-17", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13676,6 +16258,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-lang-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-lang-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13733,6 +16326,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13790,6 +16394,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13847,6 +16462,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13904,6 +16530,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -13961,6 +16598,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14018,6 +16666,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14075,6 +16734,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14132,6 +16802,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14189,6 +16870,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14246,6 +16938,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14303,6 +17006,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14360,6 +17074,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14417,6 +17142,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14474,6 +17210,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14531,6 +17278,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14588,6 +17346,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14645,6 +17414,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14702,6 +17482,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14759,6 +17550,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14816,6 +17618,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-struct-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-struct-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14874,6 +17687,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-struct-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-struct-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14932,6 +17756,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -14990,6 +17825,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15048,6 +17894,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15106,6 +17963,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15164,6 +18032,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15222,6 +18101,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15280,6 +18170,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15338,6 +18239,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-08", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-08", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15396,6 +18308,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-09", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-09", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15454,6 +18377,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-10", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-10", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15512,6 +18446,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-11", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-11", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15570,6 +18515,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-12", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-12", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15628,6 +18584,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-13", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-13", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15686,6 +18653,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-14", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-14", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15744,6 +18722,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-15", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-15", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15802,6 +18791,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-16", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-16", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15860,6 +18860,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-17", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-17", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15918,6 +18929,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-18", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-18", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -15976,6 +18998,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-19", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-19", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16034,6 +19067,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-20", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-20", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16092,6 +19136,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-21", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-21", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16150,6 +19205,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-22", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-22", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16208,6 +19274,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-23", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-23", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16266,6 +19343,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-24", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-24", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16324,6 +19412,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-25", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-25", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16382,6 +19481,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-26", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-26", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16440,6 +19550,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-27", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-27", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16498,6 +19619,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16555,6 +19687,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16612,6 +19755,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16669,6 +19823,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16726,6 +19891,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-blank-label-dot-end", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-blank-label-dot-end", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16783,6 +19959,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-dash-start", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-dash-start", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16840,6 +20027,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-escape-start", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-escape-start", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16897,6 +20095,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-escape", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-escape", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -16954,6 +20163,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17011,6 +20231,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17068,6 +20299,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ns-dot-end", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ns-dot-end", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17125,6 +20367,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ns-dot-start", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ns-dot-start", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17182,6 +20435,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-number-dot-in-anon", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-number-dot-in-anon", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17239,6 +20503,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17296,6 +20571,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17353,6 +20639,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17410,6 +20707,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17467,6 +20775,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-blank-label", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-blank-label", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17524,6 +20843,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ln-colons", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ln-colons", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17581,6 +20911,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ln-dots", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ln-dots", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17638,6 +20979,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ns-dots", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ns-dots", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17695,6 +21047,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17752,6 +21115,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17809,6 +21183,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17866,6 +21251,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17923,6 +21319,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -17980,6 +21387,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18037,6 +21455,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18094,6 +21523,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-08", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-08", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18151,6 +21591,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-09", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-09", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18208,6 +21659,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-10", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-10", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18265,6 +21727,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18322,6 +21795,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18379,6 +21863,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18436,6 +21931,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18493,6 +21999,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18550,6 +22067,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18607,6 +22135,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-07", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-07", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18664,6 +22203,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-08", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-08", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18721,6 +22271,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-09", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-09", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18778,6 +22339,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-10", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-10", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18835,6 +22407,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-11", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-11", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18892,6 +22475,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-bnodeplist-graph-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-bnodeplist-graph-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -18949,6 +22543,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-collection-graph-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-collection-graph-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -19006,6 +22611,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-collection-graph-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-collection-graph-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -19063,6 +22679,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -19120,6 +22747,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -19177,6 +22815,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-03", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-03", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -19234,6 +22883,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-04", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-04", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -19291,6 +22951,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-05", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-05", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -19348,6 +23019,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-06", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-06", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -19405,6 +23087,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-bad-01", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-bad-01", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": { @@ -19462,6 +23155,17 @@ { "@type": "earl:Assertion", "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-bad-02", + "subject": "https://github.com/JuPfu/chelona", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/JuPfu#me" + }, + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-bad-02", "subject": "https://github.com/RDFLib/rdflib", "mode": "earl:notAvailable", "result": {
--- a/trig/reports/earl.ttl Thu May 28 06:20:05 2015 -0400 +++ b/trig/reports/earl.ttl Mon Jun 22 11:29:34 2015 +0200 @@ -17,12 +17,14 @@ earl:assertions <Apache-Jena-trig-earl-2013-11-23.ttl>, <RIOT-jena-details.ttl>, + <chelona_trig_earl_2015-06-21.ttl>, <n3js-earl-report-trig.ttl>, <rdf.rb-earl-2013-11-24.ttl>, <rdflib_trig-2013-12-30T15-56-57.ttl>; earl:testSubjects ( <http://jena.apache.org/#riot> <http://rubygems.org/gems/rdf-trig> + <https://github.com/JuPfu/chelona> <https://github.com/RDFLib/rdflib> <https://github.com/RubenVerborgh/N3.js#n3js>); mf:entries ( @@ -36,7 +38,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.3.4>; + doap:release <https://github.com/gkellogg/earl-report/tree/0.3.6>; doap:developer <http://greggkellogg.net/foaf#me> . @@ -441,6 +443,18 @@ foaf:name "Gregg Kellogg" . +<https://github.com/JuPfu/chelona> a earl:TestSubject, doap:Project; + doap:name "Chelona"; + doap:description "Cheló̱na is a reader / writer for the W3C RDF 1.1 Turtle and Trig Languages written in Scala."@en; + doap:programming-language "Scala"; + . + +<https://github.com/JuPfu/chelona> doap:developer <https://github.com/JuPfu#me> . + +<https://github.com/JuPfu#me> a foaf:Person; + foaf:name "Jürgen Pfundt" . + + <https://github.com/RDFLib/rdflib> a earl:TestSubject, doap:Project; doap:name "rdflib"; . @@ -487,6 +501,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_graph>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_graph>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -519,6 +539,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_graph>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_graph>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -551,6 +577,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#alternating_iri_graphs>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#alternating_iri_graphs>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -583,6 +615,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#alternating_bnode_graphs>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#alternating_bnode_graphs>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -614,6 +652,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -645,6 +689,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -676,6 +726,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -707,6 +763,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -738,6 +800,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -769,6 +837,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -800,6 +874,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-minimal-whitespace-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-minimal-whitespace-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -832,6 +912,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_subject>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_subject>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -864,6 +950,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_four_digit_numeric_escape>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_four_digit_numeric_escape>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -896,6 +988,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -928,6 +1026,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_all_punctuation>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRI_with_all_punctuation>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -960,6 +1064,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_a_predicate>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_a_predicate>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -992,6 +1102,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#old_style_prefix>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#old_style_prefix>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1024,6 +1140,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#SPARQL_style_prefix>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#SPARQL_style_prefix>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1056,6 +1178,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_IRI_predicate>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_IRI_predicate>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1088,6 +1216,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_IRI_object>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_IRI_object>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1120,6 +1254,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_only_IRI>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_only_IRI>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1152,6 +1292,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1184,6 +1330,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_with_non_leading_extras>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_with_non_leading_extras>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1216,6 +1368,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#default_namespace_IRI>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#default_namespace_IRI>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1248,6 +1406,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_reassigned_and_used>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefix_reassigned_and_used>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1280,6 +1444,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#reserved_escaped_localName>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#reserved_escaped_localName>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1312,6 +1482,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#percent_escaped_localName>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#percent_escaped_localName>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1344,6 +1520,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#HYPHEN_MINUS_in_localName>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#HYPHEN_MINUS_in_localName>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1376,6 +1558,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#underscore_in_localName>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#underscore_in_localName>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1408,6 +1596,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localname_with_COLON>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localname_with_COLON>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1440,6 +1634,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1472,6 +1672,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1504,6 +1710,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1536,6 +1748,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_leading_underscore>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_leading_underscore>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1568,6 +1786,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_leading_digit>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_leading_digit>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1600,6 +1824,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_non_leading_extras>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#localName_with_non_leading_extras>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1632,6 +1862,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#old_style_base>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#old_style_base>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1664,6 +1900,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#SPARQL_style_base>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#SPARQL_style_base>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1696,6 +1938,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_subject>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_subject>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1728,6 +1976,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_object>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_object>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1760,6 +2014,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1792,6 +2052,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_leading_underscore>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_leading_underscore>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1824,6 +2090,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_leading_digit>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_leading_digit>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1856,6 +2128,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1888,6 +2166,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_subject>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_subject>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1920,6 +2204,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_object>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#anonymous_blank_node_object>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1952,6 +2242,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#sole_blankNodePropertyList>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#sole_blankNodePropertyList>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -1984,6 +2280,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_as_subject>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_as_subject>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2016,6 +2318,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_as_object>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_as_object>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2048,6 +2356,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2080,6 +2394,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#nested_blankNodePropertyLists>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#nested_blankNodePropertyLists>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2112,6 +2432,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_containing_collection>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#blankNodePropertyList_containing_collection>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2144,6 +2470,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#collection_subject>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#collection_subject>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2176,6 +2508,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#collection_object>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#collection_object>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2208,6 +2546,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#empty_collection>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#empty_collection>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2240,6 +2584,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#nested_collection>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#nested_collection>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2272,6 +2622,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#first>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#first>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2304,6 +2660,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#last>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#last>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2336,6 +2698,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2368,6 +2736,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_ascii_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_ascii_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2400,6 +2774,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2432,6 +2812,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_all_controls>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_all_controls>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2464,6 +2850,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_all_punctuation>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL1_all_punctuation>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2496,6 +2888,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2528,6 +2926,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2560,6 +2964,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2592,6 +3002,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_1_squote>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_1_squote>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2624,6 +3040,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2656,6 +3078,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2688,6 +3116,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2_ascii_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2_ascii_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2720,6 +3154,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2752,6 +3192,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2784,6 +3230,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2816,6 +3268,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2848,6 +3306,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_1_squote>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_1_squote>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2880,6 +3344,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2912,6 +3382,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_CHARACTER_TABULATION>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_CHARACTER_TABULATION>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2944,6 +3420,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_BACKSPACE>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_BACKSPACE>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -2976,6 +3458,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_LINE_FEED>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_LINE_FEED>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3008,6 +3496,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_CARRIAGE_RETURN>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_CARRIAGE_RETURN>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3040,6 +3534,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_FORM_FEED>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_FORM_FEED>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3072,6 +3572,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3104,6 +3610,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3136,6 +3648,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_BACKSPACE>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_BACKSPACE>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3168,6 +3686,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_LINE_FEED>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_LINE_FEED>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3200,6 +3724,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3232,6 +3762,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_FORM_FEED>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_escaped_FORM_FEED>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3264,6 +3800,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_numeric_escape4>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_numeric_escape4>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3296,6 +3838,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_numeric_escape8>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_with_numeric_escape8>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3328,6 +3876,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRIREF_datatype>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#IRIREF_datatype>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3360,6 +3914,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_name_datatype>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#prefixed_name_datatype>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3392,6 +3952,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_integer>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_integer>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3424,6 +3990,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_decimal>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_decimal>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3456,6 +4028,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_double>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#bareword_double>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3488,6 +4066,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#double_lower_case_e>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#double_lower_case_e>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3520,6 +4104,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#negative_numeric>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#negative_numeric>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3552,6 +4142,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#positive_numeric>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#positive_numeric>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3584,6 +4180,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#numeric_with_leading_0>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#numeric_with_leading_0>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3616,6 +4218,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_true>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_true>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3648,6 +4256,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_false>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#literal_false>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3680,6 +4294,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_non_LONG>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_non_LONG>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3712,6 +4332,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_LONG>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_LONG>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3744,6 +4370,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#lantag_with_subtag>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#lantag_with_subtag>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3776,6 +4408,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#objectList_with_two_objects>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#objectList_with_two_objects>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3808,6 +4446,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#predicateObjectList_with_two_objectLists>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#predicateObjectList_with_two_objectLists>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3840,6 +4484,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#repeated_semis_at_end>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#repeated_semis_at_end>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3872,6 +4522,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#repeated_semis_not_at_end>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#repeated_semis_not_at_end>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3904,6 +4560,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#comment_following_localName>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#comment_following_localName>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3936,6 +4598,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#number_sign_following_localName>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#number_sign_following_localName>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -3968,6 +4636,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#comment_following_PNAME_NS>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#comment_following_PNAME_NS>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4000,6 +4674,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#number_sign_following_PNAME_NS>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#number_sign_following_PNAME_NS>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4032,6 +4712,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4063,6 +4749,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4095,6 +4787,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#two_LITERAL_LONG2s>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#two_LITERAL_LONG2s>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4127,6 +4825,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_LONG_with_subtag>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#langtagged_LONG_with_subtag>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4158,6 +4862,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4189,6 +4899,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4220,6 +4936,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-file-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4251,6 +4973,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4282,6 +5010,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4313,6 +5047,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4344,6 +5084,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-uri-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4375,6 +5121,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4406,6 +5158,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4437,6 +5195,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4468,6 +5232,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-base-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4499,6 +5269,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4530,6 +5306,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4561,6 +5343,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4592,6 +5380,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4623,6 +5417,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4654,6 +5454,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4685,6 +5491,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4716,6 +5528,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-08>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-08>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4747,6 +5565,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-09>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-prefix-09>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4778,6 +5602,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4809,6 +5639,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4840,6 +5676,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4871,6 +5713,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4902,6 +5750,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4933,6 +5787,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4964,6 +5824,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -4995,6 +5861,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-08>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-08>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5026,6 +5898,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-09>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-09>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5057,6 +5935,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-10>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-10>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5088,6 +5972,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-11>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-string-11>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5119,6 +6009,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5150,6 +6046,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5181,6 +6083,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-str-esc-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5212,6 +6120,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5243,6 +6157,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5274,6 +6194,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-pname-esc-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5305,6 +6231,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5336,6 +6268,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5367,6 +6305,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5398,6 +6342,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5429,6 +6379,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5460,6 +6416,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5491,6 +6453,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5522,6 +6490,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-08>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-08>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5553,6 +6527,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-09>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-09>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5584,6 +6564,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-10>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bnode-10>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5615,6 +6601,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5646,6 +6638,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5677,6 +6675,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5708,6 +6712,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5739,6 +6749,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5770,6 +6786,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5801,6 +6823,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5832,6 +6860,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-08>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-08>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5863,6 +6897,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-09>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-09>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5894,6 +6934,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-10>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-10>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5925,6 +6971,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-11>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-number-11>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5956,6 +7008,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-datatypes-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-datatypes-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -5987,6 +7045,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-datatypes-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-datatypes-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6018,6 +7082,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6049,6 +7119,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6080,6 +7156,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-kw-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6111,6 +7193,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6142,6 +7230,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6173,6 +7267,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6204,6 +7304,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6235,6 +7341,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-struct-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6266,6 +7378,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6297,6 +7415,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6328,6 +7452,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6359,6 +7489,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6390,6 +7526,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-lists-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6421,6 +7563,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6452,6 +7600,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6483,6 +7637,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6514,6 +7674,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6545,6 +7711,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-uri-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6576,6 +7748,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6607,6 +7785,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6638,6 +7822,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6669,6 +7859,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6700,6 +7896,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-prefix-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6731,6 +7933,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6762,6 +7970,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6793,6 +8007,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-base-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6824,6 +8044,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6855,6 +8081,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6886,6 +8118,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6917,6 +8155,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6948,6 +8192,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -6979,6 +8229,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7010,6 +8266,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7041,6 +8303,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7072,6 +8340,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7103,6 +8377,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7134,6 +8414,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-kw-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7165,6 +8451,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7196,6 +8488,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7227,6 +8525,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7258,6 +8562,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7289,6 +8599,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7320,6 +8636,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7351,6 +8673,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7382,6 +8710,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-08>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-08>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7413,6 +8747,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-09>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-09>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7444,6 +8784,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-10>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-10>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7475,6 +8821,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-11>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-11>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7506,6 +8858,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-12>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-12>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7537,6 +8895,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-13>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-n3-extras-13>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7568,6 +8932,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-09>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-09>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7599,6 +8969,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-10>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-10>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7630,6 +9006,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-12>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-12>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7661,6 +9043,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-13>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-13>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7692,6 +9080,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-14>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-14>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7723,6 +9117,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-15>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-15>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7754,6 +9154,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-16>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-16>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7785,6 +9191,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-17>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-struct-17>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7816,6 +9228,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-lang-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-lang-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7847,6 +9265,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7878,6 +9302,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7909,6 +9339,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7940,6 +9376,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-esc-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -7971,6 +9413,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8002,6 +9450,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8033,6 +9487,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-pname-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8064,6 +9524,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8095,6 +9561,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8126,6 +9598,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8157,6 +9635,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8188,6 +9672,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8219,6 +9709,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8250,6 +9746,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-string-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8281,6 +9783,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8312,6 +9820,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8343,6 +9857,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8374,6 +9894,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8405,6 +9931,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-num-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8437,6 +9969,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-struct-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-struct-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8469,6 +10007,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-struct-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-struct-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8501,6 +10045,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8533,6 +10083,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8565,6 +10121,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8597,6 +10159,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8629,6 +10197,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8661,6 +10235,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8693,6 +10273,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8725,6 +10311,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-08>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-08>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8757,6 +10349,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-09>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-09>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8789,6 +10387,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-10>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-10>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8821,6 +10425,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-11>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-11>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8853,6 +10463,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-12>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-12>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8885,6 +10501,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-13>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-13>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8917,6 +10539,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-14>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-14>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8949,6 +10577,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-15>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-15>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -8981,6 +10615,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-16>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-16>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9013,6 +10653,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-17>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-17>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9045,6 +10691,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-18>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-18>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9077,6 +10729,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-19>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-19>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9109,6 +10767,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-20>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-20>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9141,6 +10805,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-21>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-21>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9173,6 +10843,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-22>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-22>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9205,6 +10881,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-23>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-23>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9237,6 +10919,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-24>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-24>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9269,6 +10957,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-25>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-25>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9301,6 +10995,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-26>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-26>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9333,6 +11033,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-27>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-subm-27>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9364,6 +11070,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9395,6 +11107,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9426,6 +11144,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9457,6 +11181,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-eval-bad-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9488,6 +11218,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-blank-label-dot-end>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-blank-label-dot-end>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9519,6 +11255,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-dash-start>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-dash-start>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9550,6 +11292,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-escape-start>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-escape-start>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9581,6 +11329,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-escape>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ln-escape>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9612,6 +11366,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9643,6 +11403,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9674,6 +11440,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ns-dot-end>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ns-dot-end>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9705,6 +11477,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ns-dot-start>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-ns-dot-start>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9736,6 +11514,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-number-dot-in-anon>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-number-dot-in-anon>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9767,6 +11551,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9798,6 +11588,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9829,6 +11625,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9860,6 +11662,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-bad-list-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9891,6 +11699,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-blank-label>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-blank-label>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9922,6 +11736,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ln-colons>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ln-colons>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9953,6 +11773,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ln-dots>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ln-dots>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -9984,6 +11810,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ns-dots>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-syntax-ns-dots>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10015,6 +11847,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10046,6 +11884,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10077,6 +11921,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10108,6 +11958,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10139,6 +11995,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10170,6 +12032,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10201,6 +12069,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10232,6 +12106,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-08>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-08>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10263,6 +12143,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-09>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-09>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10294,6 +12180,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-10>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-kw-graph-10>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10325,6 +12217,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10356,6 +12254,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10387,6 +12291,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10418,6 +12328,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10449,6 +12365,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10480,6 +12402,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10511,6 +12439,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-07>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-07>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10542,6 +12476,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-08>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-08>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10573,6 +12513,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-09>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-09>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10604,6 +12550,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-10>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-10>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10635,6 +12587,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-11>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-graph-bad-11>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10666,6 +12624,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-bnodeplist-graph-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-bnodeplist-graph-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10697,6 +12661,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-collection-graph-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-collection-graph-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10728,6 +12698,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-collection-graph-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-collection-graph-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10759,6 +12735,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10790,6 +12772,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-02>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10821,6 +12809,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-03>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-03>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10852,6 +12846,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-04>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-04>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10883,6 +12883,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-05>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-05>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10914,6 +12920,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-06>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-06>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10945,6 +12957,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-bad-01>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-bad-01>; earl:subject <https://github.com/RDFLib/rdflib>; @@ -10976,6 +12994,12 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/JuPfu#me>; + earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-bad-02>; + earl:subject <https://github.com/JuPfu/chelona>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; earl:assertedBy <http://gromgull.net/me>; earl:test <http://www.w3.org/2013/TrigTests/manifest.ttl#trig-turtle-bad-02>; earl:subject <https://github.com/RDFLib/rdflib>;