jena-arq/testing/RIOT/rdf11-xml/reports/earl.jsonld (4,670 lines of code) (raw):

{ "@context": { "@vocab": "http://www.w3.org/ns/earl#", "foaf:homepage": { "@type": "@id" }, "dc": "http://purl.org/dc/terms/", "doap": "http://usefulinc.com/ns/doap#", "earl": "http://www.w3.org/ns/earl#", "mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#", "foaf": "http://xmlns.com/foaf/0.1/", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "assertedBy": { "@type": "@id" }, "assertions": { "@type": "@id", "@container": "@set" }, "bibRef": { "@id": "dc:bibliographicCitation" }, "created": { "@id": "doap:created", "@type": "xsd:date" }, "description": { "@id": "rdfs:comment", "@language": "en" }, "developer": { "@id": "doap:developer", "@type": "@id", "@container": "@set" }, "doapDesc": { "@id": "doap:description", "@language": "en" }, "generatedBy": { "@type": "@id" }, "homepage": { "@id": "doap:homepage", "@type": "@id" }, "language": { "@id": "doap:programming-language" }, "license": { "@id": "doap:license", "@type": "@id" }, "mode": { "@type": "@id" }, "name": { "@id": "doap:name" }, "outcome": { "@type": "@id" }, "release": { "@id": "doap:release", "@type": "@id" }, "revision": { "@id": "doap:revision" }, "shortdesc": { "@id": "doap:shortdesc", "@language": "en" }, "subject": { "@type": "@id" }, "test": { "@type": "@id" }, "testAction": { "@id": "mf:action", "@type": "@id" }, "testResult": { "@id": "mf:result", "@type": "@id" }, "title": { "@id": "mf:name" }, "entries": { "@id": "mf:entries", "@type": "@id", "@container": "@list" }, "testSubjects": { "@type": "@id", "@container": "@set" }, "xsd": { "@id": "http://www.w3.org/2001/XMLSchema#" } }, "@id": "", "@type": [ "doap:Project", "Software" ], "assertions": [ "rdfxml-streaming-parser.js.ttl" ], "bibRef": "[[RDFXML]]", "entries": [ { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl", "@type": [ "mf:Manifest", "Report" ], "entries": [ { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#amp-in-url-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#amp-in-url-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Description: the purpose of this test case is to show how one\nof XML's Predefined Entities - in this case the ampersand - is\nrepresented when it is used in the value of an rdf:about\nattribute. The ampersand is represented by its numeric\ncharacter reference as specified in:\nhttp://www.w3.org/TR/REC-xml#sec-predefined-ent In the\nassociated N-Triples file, the ampersand will be represented\nwith a single ampersand character (and not the ampersand's\nnumeric character reference). Note: when a XML/HTML browser is\nused to display this file, a single ampersand character may be\ndisplayed and not the ampersand's numeric character reference.\nIn this case, the browser may provide an alternate way to view\nthe file (such as viewing the file's source or saving to a\nfile).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/amp-in-url/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/amp-in-url/test001.nt", "title": "amp-in-url-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#datatypes-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#datatypes-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n A simple datatype production; a language+datatype production.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/datatypes/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/datatypes/test001.nt", "title": "datatypes-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#datatypes-test002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#datatypes-test002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n A parser is not required to know about well-formed datatyped\nliterals.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/datatypes/test002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/datatypes/test002.nt", "title": "datatypes-test002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-charmod-literals-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-charmod-literals-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Does the treatment of literals conform to charmod ? Test for\nsuccess of legal Normal Form C literal\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-charmod-literals/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-charmod-literals/test001.nt", "title": "rdf-charmod-literals-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-charmod-uris-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-charmod-uris-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n A uriref is allowed to match non-US ASCII forms conforming to\nUnicode Normal Form C. No escaping algorithm is applied.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-charmod-uris/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-charmod-uris/test001.nt", "title": "rdf-charmod-uris-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-charmod-uris-test002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-charmod-uris-test002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n A uriref which already has % escaping is permitted. No\nunescaping algorithm is applied.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-charmod-uris/test002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-charmod-uris/test002.nt", "title": "rdf-charmod-uris-test002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-error001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-error001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:li is not allowed as as an attribute\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/error001.rdf", "title": "rdf-containers-syntax-vs-schema-error001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-error002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-error002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:li elements as typed nodes - a bizarre case As specified\nin\nhttp://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Nov/0651.html\nis not an error.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/error002.rdf", "title": "rdf-containers-syntax-vs-schema-error002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Simple container\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test001.nt", "title": "rdf-containers-syntax-vs-schema-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:li is unaffected by other rdf:_nnn properties. This test\ncase is concerned only with defining the triples that this\nparticular example RDF/XML represents. It is not concerned\nwith whether that collection of triples violates any other\nconstraints, e.g. restrictions on the number of rdf:_1\nproperties that may be defined for a resource.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test002.nt", "title": "rdf-containers-syntax-vs-schema-test002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:li elements can exist in any description element\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test003.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test003.nt", "title": "rdf-containers-syntax-vs-schema-test003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:li elements match any of the property element productions\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test004.nt", "title": "rdf-containers-syntax-vs-schema-test004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test006", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test006" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n containers match the typed node production\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test006.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test006.nt", "title": "rdf-containers-syntax-vs-schema-test006" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test007", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test007" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:li processing within each element is independent\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test007.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test007.nt", "title": "rdf-containers-syntax-vs-schema-test007" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test008", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-containers-syntax-vs-schema-test008" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:li processing is per element, not per resource.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test008.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-containers-syntax-vs-schema/test008.nt", "title": "rdf-containers-syntax-vs-schema-test008" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-element-not-mandatory-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-element-not-mandatory-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n A surrounding rdf:RDF element is no longer mandatory.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-element-not-mandatory/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-element-not-mandatory/test001.nt", "title": "rdf-element-not-mandatory-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n RDF attributes that are required to have an rdf: prefix about\naboutEach ID bagID type resource parseType\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0001.nt", "title": "rdf-ns-prefix-confusion-test0001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n RDF attributes that are required to have an rdf: prefix about\naboutEach ID bagID type resource parseType\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0003.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0003.nt", "title": "rdf-ns-prefix-confusion-test0003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n RDF attributes that are required to have an rdf: prefix about\naboutEach ID bagID type resource parseType\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0004.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0004.nt", "title": "rdf-ns-prefix-confusion-test0004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0005", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0005" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n RDF attributes that are required to have an rdf: prefix about\naboutEach ID bagID type resource parseType\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0005.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0005.nt", "title": "rdf-ns-prefix-confusion-test0005" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0006", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0006" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n RDF attributes that are required to have an rdf: prefix about\naboutEach ID bagID type resource parseType\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0006.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0006.nt", "title": "rdf-ns-prefix-confusion-test0006" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0009", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0009" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Namespace qualification MUST be used for all property\nattributes.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0009.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0009.nt", "title": "rdf-ns-prefix-confusion-test0009" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0010", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0010" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Non-prefixed RDF elements (NOT attributes) are allowed when a\ndefault XML element namespace is defined with an\nxmlns=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" attribute.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0010.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0010.nt", "title": "rdf-ns-prefix-confusion-test0010" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0011", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0011" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Non-prefixed RDF elements (NOT attributes) are allowed when a\ndefault XML element namespace is defined with an\nxmlns=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" attribute.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0011.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0011.nt", "title": "rdf-ns-prefix-confusion-test0011" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0012", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0012" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Non-prefixed RDF elements (NOT attributes) are allowed when a\ndefault XML element namespace is defined with an\nxmlns=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" attribute.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0012.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0012.nt", "title": "rdf-ns-prefix-confusion-test0012" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0013", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0013" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Non-prefixed RDF elements (NOT attributes) are allowed when a\ndefault XML element namespace is defined with an\nxmlns=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" attribute.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0013.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0013.nt", "title": "rdf-ns-prefix-confusion-test0013" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0014", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-ns-prefix-confusion-test0014" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Non-prefixed RDF elements (NOT attributes) are allowed when a\ndefault XML element namespace is defined with an\nxmlns=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" attribute.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0014.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdf-ns-prefix-confusion/test0014.nt", "title": "rdf-ns-prefix-confusion-test0014" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-abouteach-error001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-abouteach-error001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n aboutEach removed from the RDF specifications. See URI above\nfor further details.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-abouteach/error001.rdf", "title": "rdfms-abouteach-error001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-abouteach-error002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-abouteach-error002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n aboutEach removed from the RDF specifications. See URI above\nfor further details.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-abouteach/error002.rdf", "title": "rdfms-abouteach-error002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-difference-between-ID-and-about-error1", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-difference-between-ID-and-about-error1" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n two elements cannot use the same ID\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/error1.rdf", "title": "rdfms-difference-between-ID-and-about-error1" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-difference-between-ID-and-about-test1", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-difference-between-ID-and-about-test1" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n A statement with an rdf:ID creates a regular triple.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test1.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test1.nt", "title": "rdfms-difference-between-ID-and-about-test1" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-difference-between-ID-and-about-test2", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-difference-between-ID-and-about-test2" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n This test shows the treatment of non-ASCII characters in the\nvalue of rdf:ID attribute.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test2.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test2.nt", "title": "rdfms-difference-between-ID-and-about-test2" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-difference-between-ID-and-about-test3", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-difference-between-ID-and-about-test3" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n This test shows the treatment of non-ASCII characters in the\nvalue of rdf:about attribute.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test3.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-difference-between-ID-and-about/test3.nt", "title": "rdfms-difference-between-ID-and-about-test3" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-duplicate-member-props-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-duplicate-member-props-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The question posed to the RDF WG was: should an RDF document\ncontaining multiple rdf:_n properties (with the same n) on an\nelement be rejected as illegal? The WG decided that a parser\nshould accept that case as legal RDF.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-duplicate-member-props/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-duplicate-member-props/test001.nt", "title": "rdfms-duplicate-member-props-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-error001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-error001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n This is not legal RDF; specifying an rdf:parseType of\n\"Literal\" and an rdf:resource attribute at the same time is an\nerror.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/error001.rdf", "title": "rdfms-empty-property-elements-error001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-error002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-error002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n This is not legal RDF; specifying an rdf:parseType of\n\"Literal\" and an rdf:resource attribute at the same time is an\nerror.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/error002.rdf", "title": "rdfms-empty-property-elements-error002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The rdf:resource attribute means that the value of this\nproperty element is a resource.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test001.nt", "title": "rdfms-empty-property-elements-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The basic case. An empty property element just gives an empty\nliteral.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test002.nt", "title": "rdfms-empty-property-elements-test002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n If the parseType indicates the value is a resource, we must\ncreate one. With no additional information, the resource is\nanonymous.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test004.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test004.nt", "title": "rdfms-empty-property-elements-test004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test005", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test005" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n An empty property element just gives an empty literal. We\nreify the statement at the same time.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test005.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test005.nt", "title": "rdfms-empty-property-elements-test005" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test006", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test006" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Here the parseType indicates that we should create a resource.\nWe also reify the generated statement.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test006.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test006.nt", "title": "rdfms-empty-property-elements-test006" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test007", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test007" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n As test001.rdf; this uses an explicit closing tag.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test007.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test007.nt", "title": "rdfms-empty-property-elements-test007" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test008", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test008" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n As test002.rdf; this uses an explicit closing tag.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test008.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test008.nt", "title": "rdfms-empty-property-elements-test008" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test010", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test010" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n As test004.rdf; this uses an explicit closing tag.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test010.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test010.nt", "title": "rdfms-empty-property-elements-test010" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test011", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test011" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n As test005.rdf; this uses an explicit closing tag.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test011.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test011.nt", "title": "rdfms-empty-property-elements-test011" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test012", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test012" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n As test006.rdf; this uses an explicit closing tag.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test012.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test012.nt", "title": "rdfms-empty-property-elements-test012" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test013", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test013" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Test of the last alternative for production [6.12],\ninterpreted according to RDFMS paragraphs 229-234:\nhttp://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#229\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test013.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test013.nt", "title": "rdfms-empty-property-elements-test013" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test014", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test014" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Test of the last alternative for production [6.12],\ninterpreted according to RDFMS paragraphs 229-234:\nhttp://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#229\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test014.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test014.nt", "title": "rdfms-empty-property-elements-test014" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test015", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test015" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Test of the last alternative for production [6.12],\ninterpreted according to RDFMS paragraphs 229-234:\nhttp://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#229\nHere we have an explicit closing tag. This does not match any\nof the productions in the original document, but is\nindistinguishable from test014 as far as XML is concerned.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test015.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test015.nt", "title": "rdfms-empty-property-elements-test015" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test016", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test016" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Like rdfms-empty-property-elements/test001.rdf but with a\nprocessing instruction as the only content of the otherwise\nempty element.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test016.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test016.nt", "title": "rdfms-empty-property-elements-test016" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test017", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-empty-property-elements-test017" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Like rdfms-empty-property-elements/test001.rdf but with a\ncomment as the only content of the otherwise empty element.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test017.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-empty-property-elements/test017.nt", "title": "rdfms-empty-property-elements-test017" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-identity-anon-resources-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-identity-anon-resources-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n a RDF Description with no ID or about attribute describes an\nun-named resource, aka a bNode.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-identity-anon-resources/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-identity-anon-resources/test001.nt", "title": "rdfms-identity-anon-resources-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-identity-anon-resources-test002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-identity-anon-resources-test002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n a RDF Description with no ID or about attribute describes an\nun-named resource, aka a bNode.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-identity-anon-resources/test002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-identity-anon-resources/test002.nt", "title": "rdfms-identity-anon-resources-test002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-identity-anon-resources-test003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-identity-anon-resources-test003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n a RDF container (in this case a Bag) without an ID attribute\ndescribes an un-named resource, aka a bNode.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-identity-anon-resources/test003.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-identity-anon-resources/test003.nt", "title": "rdfms-identity-anon-resources-test003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-identity-anon-resources-test004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-identity-anon-resources-test004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n a RDF container (in this case an Alt) without an ID attribute\ndescribes an un-named resource, aka a bNode.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-identity-anon-resources/test004.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-identity-anon-resources/test004.nt", "title": "rdfms-identity-anon-resources-test004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-identity-anon-resources-test005", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-identity-anon-resources-test005" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n a RDF container (in this case an Seq) without an ID attribute\ndescribes an un-named resource, aka a bNode.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-identity-anon-resources/test005.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-identity-anon-resources/test005.nt", "title": "rdfms-identity-anon-resources-test005" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-not-id-and-resource-attr-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-not-id-and-resource-attr-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:ID on an empty property element indicates reification.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test001.nt", "title": "rdfms-not-id-and-resource-attr-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-not-id-and-resource-attr-test002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-not-id-and-resource-attr-test002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:reource on an empty property element indicates the URI of\nthe object.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test002.nt", "title": "rdfms-not-id-and-resource-attr-test002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-not-id-and-resource-attr-test004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-not-id-and-resource-attr-test004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:ID and rdf:resource are allowed together on empty property\nelement.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test004.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test004.nt", "title": "rdfms-not-id-and-resource-attr-test004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-not-id-and-resource-attr-test005", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-not-id-and-resource-attr-test005" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:ID and rdf:resource are allowed together on empty property\nelement.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test005.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-not-id-and-resource-attr/test005.nt", "title": "rdfms-not-id-and-resource-attr-test005" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-para196-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-para196-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n test case showing that the 2nd URI in M Paragraph 196 is\npermitted as a namespace URI (and any namespace URI starting\nwith that URI)\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-para196/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-para196/test001.nt", "title": "rdfms-para196-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The value of rdf:ID must match the XML Name production, (as\nmodified by XML Namespaces).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-id/error001.rdf", "title": "rdfms-rdf-id-error001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The value of rdf:ID must match the XML Name production, (as\nmodified by XML Namespaces).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-id/error002.rdf", "title": "rdfms-rdf-id-error002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The value of rdf:ID must match the XML Name production, (as\nmodified by XML Namespaces).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-id/error003.rdf", "title": "rdfms-rdf-id-error003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The value of rdf:ID must match the XML Name production, (as\nmodified by XML Namespaces).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-id/error004.rdf", "title": "rdfms-rdf-id-error004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error005", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error005" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The value of rdf:ID must match the XML Name production, (as\nmodified by XML Namespaces).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-id/error005.rdf", "title": "rdfms-rdf-id-error005" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error006", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error006" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The value of rdf:bagID must match the XML Name production, (as\nmodified by XML Namespaces).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-id/error006.rdf", "title": "rdfms-rdf-id-error006" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error007", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-id-error007" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The value of rdf:bagID must match the XML Name production, (as\nmodified by XML Namespaces).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-id/error007.rdf", "title": "rdfms-rdf-id-error007" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n RDF is forbidden as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-001.rdf", "title": "rdfms-rdf-names-use-error-001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n ID is forbidden as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-002.rdf", "title": "rdfms-rdf-names-use-error-002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n about is forbidden as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-003.rdf", "title": "rdfms-rdf-names-use-error-003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n bagID is forbidden as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-004.rdf", "title": "rdfms-rdf-names-use-error-004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-005", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-005" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n parseType is forbidden as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-005.rdf", "title": "rdfms-rdf-names-use-error-005" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-006", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-006" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n resource is forbidden as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-006.rdf", "title": "rdfms-rdf-names-use-error-006" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-007", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-007" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n nodeID is forbidden as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-007.rdf", "title": "rdfms-rdf-names-use-error-007" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-008", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-008" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n li is forbidden as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-008.rdf", "title": "rdfms-rdf-names-use-error-008" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-009", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-009" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n aboutEach is forbidden as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-009.rdf", "title": "rdfms-rdf-names-use-error-009" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-010", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-010" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n aboutEachPrefix is forbidden as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-010.rdf", "title": "rdfms-rdf-names-use-error-010" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-011", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-011" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Description is forbidden as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-011.rdf", "title": "rdfms-rdf-names-use-error-011" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-012", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-012" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n RDF is forbidden as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-012.rdf", "title": "rdfms-rdf-names-use-error-012" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-013", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-013" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n ID is forbidden as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-013.rdf", "title": "rdfms-rdf-names-use-error-013" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-014", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-014" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n about is forbidden as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-014.rdf", "title": "rdfms-rdf-names-use-error-014" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-015", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-015" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n bagID is forbidden as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-015.rdf", "title": "rdfms-rdf-names-use-error-015" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-016", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-016" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n parseType is forbidden as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-016.rdf", "title": "rdfms-rdf-names-use-error-016" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-017", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-017" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n resource is forbidden as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-017.rdf", "title": "rdfms-rdf-names-use-error-017" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-018", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-018" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n nodeID is forbidden as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-018.rdf", "title": "rdfms-rdf-names-use-error-018" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-019", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-019" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n aboutEach is forbidden as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-019.rdf", "title": "rdfms-rdf-names-use-error-019" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-020", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-error-020" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n aboutEachPrefix is forbidden as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/error-020.rdf", "title": "rdfms-rdf-names-use-error-020" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Description is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-001.nt", "title": "rdfms-rdf-names-use-test-001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Seq is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-002.nt", "title": "rdfms-rdf-names-use-test-002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Bag is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-003.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-003.nt", "title": "rdfms-rdf-names-use-test-003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Alt is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-004.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-004.nt", "title": "rdfms-rdf-names-use-test-004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-005", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-005" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Statement is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-005.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-005.nt", "title": "rdfms-rdf-names-use-test-005" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-006", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-006" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Property is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-006.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-006.nt", "title": "rdfms-rdf-names-use-test-006" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-007", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-007" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n List is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-007.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-007.nt", "title": "rdfms-rdf-names-use-test-007" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-008", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-008" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n subject is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-008.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-008.nt", "title": "rdfms-rdf-names-use-test-008" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-009", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-009" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n predicate is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-009.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-009.nt", "title": "rdfms-rdf-names-use-test-009" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-010", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-010" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n object is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-010.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-010.nt", "title": "rdfms-rdf-names-use-test-010" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-011", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-011" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n type is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-011.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-011.nt", "title": "rdfms-rdf-names-use-test-011" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-012", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-012" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n value is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-012.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-012.nt", "title": "rdfms-rdf-names-use-test-012" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-013", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-013" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n first is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-013.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-013.nt", "title": "rdfms-rdf-names-use-test-013" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-014", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-014" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rest is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-014.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-014.nt", "title": "rdfms-rdf-names-use-test-014" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-015", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-015" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n _1 is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-015.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-015.nt", "title": "rdfms-rdf-names-use-test-015" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-016", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-016" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n nil is allowed as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-016.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-016.nt", "title": "rdfms-rdf-names-use-test-016" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-017", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-017" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Seq is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-017.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-017.nt", "title": "rdfms-rdf-names-use-test-017" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-018", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-018" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Bag is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-018.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-018.nt", "title": "rdfms-rdf-names-use-test-018" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-019", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-019" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Alt is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-019.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-019.nt", "title": "rdfms-rdf-names-use-test-019" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-020", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-020" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Statement is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-020.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-020.nt", "title": "rdfms-rdf-names-use-test-020" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-021", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-021" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Property is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-021.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-021.nt", "title": "rdfms-rdf-names-use-test-021" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-022", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-022" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n List is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-022.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-022.nt", "title": "rdfms-rdf-names-use-test-022" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-023", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-023" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n subject is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-023.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-023.nt", "title": "rdfms-rdf-names-use-test-023" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-024", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-024" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n predicate is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-024.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-024.nt", "title": "rdfms-rdf-names-use-test-024" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-025", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-025" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n object is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-025.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-025.nt", "title": "rdfms-rdf-names-use-test-025" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-026", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-026" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n type is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-026.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-026.nt", "title": "rdfms-rdf-names-use-test-026" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-027", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-027" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n value is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-027.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-027.nt", "title": "rdfms-rdf-names-use-test-027" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-028", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-028" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n first is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-028.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-028.nt", "title": "rdfms-rdf-names-use-test-028" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-029", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-029" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rest is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-029.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-029.nt", "title": "rdfms-rdf-names-use-test-029" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-030", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-030" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n _1 is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-030.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-030.nt", "title": "rdfms-rdf-names-use-test-030" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-031", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-031" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n li is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-031.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-031.nt", "title": "rdfms-rdf-names-use-test-031" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-032", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-032" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Seq is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-032.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-032.nt", "title": "rdfms-rdf-names-use-test-032" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-033", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-033" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Bag is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-033.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-033.nt", "title": "rdfms-rdf-names-use-test-033" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-034", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-034" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Alt is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-034.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-034.nt", "title": "rdfms-rdf-names-use-test-034" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-035", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-035" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Statement is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-035.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-035.nt", "title": "rdfms-rdf-names-use-test-035" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-036", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-036" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Property is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-036.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-036.nt", "title": "rdfms-rdf-names-use-test-036" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-037", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-test-037" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n List is allowed as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-037.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/test-037.nt", "title": "rdfms-rdf-names-use-test-037" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-warn-001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-warn-001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n foo is allowed with warnings as a node element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/warn-001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/warn-001.nt", "title": "rdfms-rdf-names-use-warn-001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-warn-002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-warn-002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n foo is allowed with warnings as a property element name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/warn-002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/warn-002.nt", "title": "rdfms-rdf-names-use-warn-002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-warn-003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-rdf-names-use-warn-003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n foo is allowed with warnings as a property attribute name.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/warn-003.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-rdf-names-use/warn-003.nt", "title": "rdfms-rdf-names-use-warn-003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-reification-required-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-reification-required-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n A parser is not required to generate a bag of reified\nstatements for all description elements.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-reification-required/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-reification-required/test001.nt", "title": "rdfms-reification-required-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-seq-representation-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-seq-representation-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:parseType=\"Collection\" is parsed like the nonstandard\ndaml:collection.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-seq-representation/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-seq-representation/test001.nt", "title": "rdfms-seq-representation-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:nodeID can be used to label a blank node.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test001.nt", "title": "rdfms-syntax-incomplete-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-test002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-test002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n rdf:nodeID can be used to label a blank node. These have file\nscope and are distinct from any unlabelled blank nodes.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test002.nt", "title": "rdfms-syntax-incomplete-test002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-test003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-test003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n On an rdf:Description or typed node rdf:nodeID behaves\nsimilarly to an rdf:about.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test003.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test003.nt", "title": "rdfms-syntax-incomplete-test003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-test004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-test004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n On a property element rdf:nodeID behaves similarly to\nrdf:resource.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test004.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/test004.nt", "title": "rdfms-syntax-incomplete-test004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The value of rdf:nodeID must match the XML Name production,\n(as modified by XML Namespaces).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/error001.rdf", "title": "rdfms-syntax-incomplete-error001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The value of rdf:nodeID must match the XML Name production,\n(as modified by XML Namespaces).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/error002.rdf", "title": "rdfms-syntax-incomplete-error002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n The value of rdf:nodeID must match the XML Name production,\n(as modified by XML Namespaces).\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/error003.rdf", "title": "rdfms-syntax-incomplete-error003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Cannot have rdf:nodeID and rdf:ID.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/error004.rdf", "title": "rdfms-syntax-incomplete-error004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error005", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error005" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Cannot have rdf:nodeID and rdf:about.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/error005.rdf", "title": "rdfms-syntax-incomplete-error005" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error006", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLNegativeSyntax", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-syntax-incomplete-error006" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Cannot have rdf:nodeID and rdf:resource.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-syntax-incomplete/error006.rdf", "title": "rdfms-syntax-incomplete-error006" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-uri-substructure-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-uri-substructure-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Demonstrates the Recommended partitioning of a URI into a\nnamespace part and a localname part\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-uri-substructure/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-uri-substructure/test001.nt", "title": "rdfms-uri-substructure-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-xmllang-test003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-xmllang-test003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n In-scope xml:lang applies to element content literal values\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-xmllang/test003.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-xmllang/test003.nt", "title": "rdfms-xmllang-test003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-xmllang-test004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-xmllang-test004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n In-scope xml:lang applies to element content literal values\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-xmllang/test004.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-xmllang/test004.nt", "title": "rdfms-xmllang-test004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-xmllang-test005", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-xmllang-test005" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n In-scope xml:lang applies to element content literal values\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-xmllang/test005.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-xmllang/test005.nt", "title": "rdfms-xmllang-test005" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-xmllang-test006", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfms-xmllang-test006" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n In-scope xml:lang applies to element content literal values\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfms-xmllang/test006.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfms-xmllang/test006.nt", "title": "rdfms-xmllang-test006" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfs-domain-and-range-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfs-domain-and-range-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n a RDF Property may have more than one domain property\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfs-domain-and-range/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfs-domain-and-range/test001.nt", "title": "rdfs-domain-and-range-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfs-domain-and-range-test002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdfs-domain-and-range-test002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n a RDF Property may have more than one domain property\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/rdfs-domain-and-range/test002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/rdfs-domain-and-range/test002.nt", "title": "rdfs-domain-and-range-test002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#unrecognised-xml-attributes-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#unrecognised-xml-attributes-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Unrecognized attributes in the xml namespace should be\nignored.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/unrecognised-xml-attributes/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/unrecognised-xml-attributes/test001.nt", "title": "unrecognised-xml-attributes-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#unrecognised-xml-attributes-test002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#unrecognised-xml-attributes-test002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Unrecognized attributes in the xml namespace should be\nignored.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/unrecognised-xml-attributes/test002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/unrecognised-xml-attributes/test002.nt", "title": "unrecognised-xml-attributes-test002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xml-canon-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xml-canon-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Demonstrating the canonicalisation of XMLLiterals.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xml-canon/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xml-canon/test001.nt", "title": "xml-canon-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test001", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test001" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n xml:base applies to an rdf:ID on an rdf:Description element.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test001.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test001.nt", "title": "xmlbase-test001" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test002", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test002" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n xml:base applies to an rdf:resource attribute.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test002.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test002.nt", "title": "xmlbase-test002" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test003", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test003" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n xml:base applies to an rdf:about attribute.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test003.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test003.nt", "title": "xmlbase-test003" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test004", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test004" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n xml:base applies to an rdf:ID on a property element.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test004.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test004.nt", "title": "xmlbase-test004" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test006", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test006" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n xml:base scoping.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test006.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test006.nt", "title": "xmlbase-test006" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test007", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test007" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n example of relative URI resolution.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test007.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test007.nt", "title": "xmlbase-test007" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test008", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test008" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n example of empty same document ref resolution.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test008.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test008.nt", "title": "xmlbase-test008" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test009", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test009" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Example of relative uri with absolute path resolution.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test009.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test009.nt", "title": "xmlbase-test009" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test010", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test010" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Example of relative uri with net path resolution.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test010.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test010.nt", "title": "xmlbase-test010" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test011", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test011" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Example of xml:base with no path component.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test011.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test011.nt", "title": "xmlbase-test011" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test013", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test013" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n With an xml:base with fragment the fragment is ignored.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test013.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test013.nt", "title": "xmlbase-test013" }, { "@id": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test014", "@type": [ "http://www.w3.org/ns/rdftest#TestXMLEval", "TestCase", "TestCriterion" ], "assertions": [ { "@type": "Assertion", "assertedBy": "https://www.rubensworks.net/#me", "mode": "earl:automatic", "result": { "@type": "TestResult", "outcome": "earl:passed" }, "subject": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "test": "https://www.w3.org/2013/RDFXMLTests/manifest.ttl#xmlbase-test014" } ], "http://www.w3.org/ns/rdftest#approval": { "@id": "http://www.w3.org/ns/rdftest#Approved" }, "rdfs:comment": "\n Test output corrected to use correct base URL.\n ", "testAction": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test014.rdf", "testResult": "https://www.w3.org/2013/RDFXMLTests/xmlbase/test014.nt", "title": "xmlbase-test014" } ], "rdfs:label": "RDF/XML Syntax tests" } ], "generatedBy": { "@id": "http://rubygems.org/gems/earl-report", "@type": [ "doap:Project", "Software" ], "developer": [ "http://greggkellogg.net/foaf#me" ], "doapDesc": "EarlReport generates HTML+RDFa rollups of multiple EARL reports", "homepage": "https://github.com/gkellogg/earl-report", "language": "Ruby", "license": "http://unlicense.org", "name": "earl-report", "release": { "@id": "https://github.com/gkellogg/earl-report/tree/0.4.6", "@type": "doap:Version", "created": "2018-09-28", "name": "earl-report-0.4.6", "revision": "0.4.6" }, "shortdesc": "Earl Report summary generator" }, "name": "RDF/XML", "testSubjects": [ { "@id": "https://www.npmjs.com/package/rdfxml-streaming-parser/", "@type": [ "doap:Project", "TestSubject", "Software" ], "developer": [ { "@id": "https://www.rubensworks.net/#me", "@type": [ "Assertor", "foaf:Person" ], "foaf:homepage": "https://www.rubensworks.net/", "foaf:name": "Ruben Taelman <rubensworks@gmail.com>" } ], "doapDesc": "Streaming RDF/XML parser", "homepage": "https://github.com/rdfjs/rdfxml-streaming-parser.js#readme", "language": "JavaScript", "name": "rdfxml-streaming-parser" } ] }