{ "@context": { "@version": 1.1, "@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": { "@id": "mf:report", "@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" }, "entries": { "@id": "mf:entries", "@type": "@id", "@container": "@list", "@context": { "assertions": { "@reverse": "earl:test", "@type": "@id", "@container": "@set" } } }, "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" }, "testSubjects": { "@type": "@id", "@container": "@set" }, "xsd": { "@id": "http://www.w3.org/2001/XMLSchema#" } }, "@id": "", "@type": [ "Software", "doap:Project" ], "name": "Turtle Test Results", "bibRef": "[[TURTLE]]", "generatedBy": { "@id": "https://rubygems.org/gems/earl-report", "@type": [ "Software", "doap:Project" ], "name": "earl-report", "shortdesc": "Earl Report summary generator", "doapDesc": "EarlReport generates HTML+RDFa rollups of multiple EARL reports", "homepage": "https://github.com/gkellogg/earl-report", "language": "Ruby", "license": "http://unlicense.org", "release": { "@id": "https://github.com/gkellogg/earl-report/tree/0.8.0", "@type": "doap:Version", "name": "earl-report-0.8.0", "doap:created": { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2022-03-15" }, "revision": "0.8.0" }, "developer": [ { "@id": "https://greggkellogg.net/foaf#me", "@type": [ "foaf:Person", "Assertor" ], "foaf:name": "Gregg Kellogg", "foaf:homepage": "https://greggkellogg.net/" } ] }, "assertions": [ "/Users/gregg/Projects/earl-report/spec/test-files/report-complete.ttl" ], "testSubjects": [ { "@id": "https://rubygems.org/gems/rdf-turtle", "@type": [ "doap:Project", "TestSubject", "Software" ], "name": "RDF::Turtle", "developer": [ { "@id": "https://greggkellogg.net/foaf#me", "@type": [ "foaf:Person", "Assertor" ], "foaf:name": "Gregg Kellogg", "foaf:homepage": "https://greggkellogg.net/" } ], "homepage": "https://ruby-rdf.github.io/rdf-turtle", "doapDesc": "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.", "language": "Ruby", "release": { "@id": "_:b1", "revision": "unknown" } } ], "entries": [ { "@id": "http://example/manifest.ttl", "@type": [ "mf:Manifest", "Report" ], "title": "Example Test Cases", "rdfs:comment": "Description for Example Test Cases", "entries": [ { "@id": "http://example/manifest.ttl#testeval00", "@type": [ "http://www.w3.org/ns/rdftest#TestTurtleEval", "TestCriterion", "TestCase" ], "title": "subm-test-00", "rdfs:comment": "Blank subject", "testAction": "http://example/test-00.ttl", "testResult": "http://example/test-00.out", "assertions": [ { "@id": "_:b2", "@type": "Assertion", "subject": "https://rubygems.org/gems/rdf-turtle", "test": "http://example/manifest.ttl#testeval00", "assertedBy": "https://greggkellogg.net/foaf#me", "mode": "earl:automatic", "result": { "@id": "_:b3", "@type": "TestResult", "outcome": "earl:passed" } } ] }, { "@id": "_:b0", "@type": [ "http://www.w3.org/ns/rdftest#TestTurtleEval", "TestCriterion", "TestCase" ], "title": "subm-test-01", "rdfs:comment": "@prefix and qnames", "testAction": "http://example/test-01.ttl", "testResult": "http://example/test-01.out", "assertions": [ { "@id": "_:b4", "@type": "Assertion", "subject": "https://rubygems.org/gems/rdf-turtle", "test": "_:b0", "result": { "@id": "_:b5", "@type": "TestResult", "outcome": "earl:untested" }, "assertedBy": null } ] } ] } ] }