This document report test subject conformance for and related specifications for RDF/XML [[RDFXML]] according to the requirements of the Evaluation and Report Language (EARL) 1.0 Schema [[EARL10-SCHEMA]].
This report is also available in alternate formats: Turtle and JSON-LD
Tests should be run using the test manifests defined in the Test Manifests Section.
The assumed base URI for the tests is <http://example/base/>
if needed.
Reports should be submitted in Turtle format to public-rdf-comments@w3.org
and include an earl:Assertion
for each test, referencing the test resource from the associated manifest
and the test subject being reported upon. An example test entry is be the following:
[ a earl:Assertion;
earl:assertedBy <https://www.rubensworks.net/#me>;
earl:subject <https://www.npmjs.com/package/rdfxml-streaming-parser/>;
earl:test <https://www.w3.org/2013/RDFXMLTests/manifest.ttl#rdf-element-not-mandatory-test001>;
earl:result [
a earl:TestResult;
earl:outcome earl:passed;
dc:date "2018-10-08T23:16:03.823Z"^^xsd:dateTime];
earl:mode earl:automatic ] .
The Test Subject should be defined as a doap:Project
, including the name,
homepage and developer(s) of the software (see [[DOAP]]). Optionally, including the
project description and programming language. An example test subject description is the following:
<> foaf:primaryTopic <https://www.npmjs.com/package/rdfxml-streaming-parser/>;
dc:issued "2018-10-08T23:16:03.823Z"^^xsd:dateTime;
foaf:maker <https://www.rubensworks.net/#me>.
<https://www.npmjs.com/package/rdfxml-streaming-parser/> a earl:Software, earl:TestSubject, doap:Project;
doap:name "rdfxml-streaming-parser";
dc:title "rdfxml-streaming-parser";
doap:homepage <https://github.com/rdfjs/rdfxml-streaming-parser.js#readme>;
doap:license <http://opensource.org/licenses/MIT>;
doap:programming-language "JavaScript";
doap:implements <https://www.w3.org/TR/rdf-syntax-grammar/>;
doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
doap:download-page <https://npmjs.org/package/rdfxml-streaming-parser>;
doap:bug-database <https://github.com/rdfjs/rdfxml-streaming-parser.js/issues>;
doap:developer <https://www.rubensworks.net/#me>;
doap:maintainer <https://www.rubensworks.net/#me>;
doap:documenter <https://www.rubensworks.net/#me>;
doap:maker <https://www.rubensworks.net/#me>;
dc:creator <https://www.rubensworks.net/#me>;
dc:description "Streaming RDF/XML parser"@en;
doap:description "Streaming RDF/XML parser"@en.
The software developer, either an organization or one or more individuals SHOULD be
referenced from doap:developer
using [[FOAF]]. For example:
<https://www.rubensworks.net/#me> a foaf:Person, earl:Assertor;
foaf:name "Ruben Taelman <rubensworks@gmail.com>";
foaf:homepage <https://www.rubensworks.net/>.
See RDF Test Suite Wiki for more information.
This report was tested using the following test subjects:
162/162 (100.0%) |
Individual test results used to construct this report are available here:
This report generated by earl-report version 0.4.6 an Unlicensed Ruby application. More information is available at https://github.com/gkellogg/earl-report .
This software is provided by Gregg Kellogg in hopes that it might make the lives of conformance testers easier.