Add EARL implementation reports
This commit is contained in:
parent
b71b7d00a1
commit
e2c4728a6d
5 changed files with 6702 additions and 0 deletions
1135
earl_reports/nquads.ttl
Normal file
1135
earl_reports/nquads.ttl
Normal file
File diff suppressed because it is too large
Load diff
914
earl_reports/ntriples.ttl
Normal file
914
earl_reports/ntriples.ttl
Normal file
|
@ -0,0 +1,914 @@
|
||||||
|
@prefix dc: <http://purl.org/dc/terms/> .
|
||||||
|
@prefix doap: <http://usefulinc.com/ns/doap#> .
|
||||||
|
@prefix earl: <http://www.w3.org/ns/earl#> .
|
||||||
|
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
||||||
|
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
|
||||||
|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
||||||
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||||
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||||
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||||
|
|
||||||
|
<>
|
||||||
|
dc:issued "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
foaf:maker <http://marcelotto.net/#me> ;
|
||||||
|
foaf:primaryTopic <https://hex.pm/packages/rdf> .
|
||||||
|
|
||||||
|
<http://marcelotto.net/#me>
|
||||||
|
a earl:Assertor, foaf:Person ;
|
||||||
|
foaf:homepage <http://marcelotto.net/> ;
|
||||||
|
foaf:name "Marcel Otto" .
|
||||||
|
|
||||||
|
<https://hex.pm/packages/rdf>
|
||||||
|
a doap:Project, earl:Software, earl:TestSubject ;
|
||||||
|
dc:creator <http://marcelotto.net/#me> ;
|
||||||
|
<http://usefulinc.com/ns/doap#bug-database> <https://github.com/rdf-elixir/rdf-ex/issues> ;
|
||||||
|
doap:category <http://dbpedia.org/resource/Elixir_(programming_language)>, <http://dbpedia.org/resource/Resource_Description_Framework> ;
|
||||||
|
doap:created "2017-06-25"^^xsd:date ;
|
||||||
|
doap:description "RDF.ex is a pure-Elixir library for working with Resource Description Framework (RDF) data."@en ;
|
||||||
|
doap:developer <http://marcelotto.net/#me> ;
|
||||||
|
doap:documenter <http://marcelotto.net/#me> ;
|
||||||
|
<http://usefulinc.com/ns/doap#download-page> <https://hex.pm/packages/rdf> ;
|
||||||
|
doap:homepage <https://rdf-elixir.dev/> ;
|
||||||
|
doap:implements <http://www.w3.org/TR/n-quads/>, <http://www.w3.org/TR/n-triples/>, <http://www.w3.org/TR/rdf11-concepts/>, <http://www.w3.org/TR/turtle/>, <https://w3c.github.io/rdf-star/rdf-star-cg-spec.html> ;
|
||||||
|
doap:maintainer <http://marcelotto.net/#me> ;
|
||||||
|
doap:name "RDF.ex" ;
|
||||||
|
doap:platform "Erlang/OTP" ;
|
||||||
|
<http://usefulinc.com/ns/doap#programming-language> "Elixir" ;
|
||||||
|
doap:release [
|
||||||
|
doap:name "RDF.ex 0.10.0" ;
|
||||||
|
doap:revision "0.10.0"
|
||||||
|
] ;
|
||||||
|
doap:repository <https://github.com/rdf-elixir/rdf-ex> ;
|
||||||
|
doap:shortdesc "An implementation of RDF for Elixir" ;
|
||||||
|
foaf:maker <http://marcelotto.net/#me> .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_LINE_FEED>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-string-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_2_squotes>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#lantag_with_subtag>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_FORM_FEED>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_UTF8_boundaries>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-uri-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_numeric_escape8>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_REVERSE_SOLIDUS2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-file-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_CARRIAGE_RETURN>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-datatypes-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bnode-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-file-03>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bnode-03>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-uri-03>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-str-esc-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-uri-04>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_all_controls>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bnode-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_ascii_boundaries>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_REVERSE_SOLIDUS>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-string-03>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#comment_following_triple>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_squote>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-uri-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-str-esc-03>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-subm-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#langtagged_string>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-file-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-string-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_all_punctuation>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_dquote>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-datatypes-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_2_dquotes>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_BACKSPACE>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-str-esc-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#minimal_whitespace>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#literal_with_numeric_escape4>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-string-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-string-06>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-lang-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-uri-06>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-uri-09>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-struct-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-string-04>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-struct-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-uri-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-uri-03>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-uri-08>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-string-03>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-num-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-uri-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-esc-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-uri-05>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-esc-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-prefix-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-num-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-esc-03>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-string-07>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-num-03>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-string-02>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-base-01>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-string-05>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-uri-07>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://www.w3.org/2013/N-TriplesTests/#nt-syntax-bad-uri-04>
|
||||||
|
] .
|
199
earl_reports/ntriples_star.ttl
Normal file
199
earl_reports/ntriples_star.ttl
Normal file
|
@ -0,0 +1,199 @@
|
||||||
|
@prefix dc: <http://purl.org/dc/terms/> .
|
||||||
|
@prefix doap: <http://usefulinc.com/ns/doap#> .
|
||||||
|
@prefix earl: <http://www.w3.org/ns/earl#> .
|
||||||
|
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
||||||
|
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
|
||||||
|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
||||||
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||||
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||||
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||||
|
|
||||||
|
<>
|
||||||
|
dc:issued "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
foaf:maker <http://marcelotto.net/#me> ;
|
||||||
|
foaf:primaryTopic <https://hex.pm/packages/rdf> .
|
||||||
|
|
||||||
|
<http://marcelotto.net/#me>
|
||||||
|
a earl:Assertor, foaf:Person ;
|
||||||
|
foaf:homepage <http://marcelotto.net/> ;
|
||||||
|
foaf:name "Marcel Otto" .
|
||||||
|
|
||||||
|
<https://hex.pm/packages/rdf>
|
||||||
|
a doap:Project, earl:Software, earl:TestSubject ;
|
||||||
|
dc:creator <http://marcelotto.net/#me> ;
|
||||||
|
<http://usefulinc.com/ns/doap#bug-database> <https://github.com/rdf-elixir/rdf-ex/issues> ;
|
||||||
|
doap:category <http://dbpedia.org/resource/Elixir_(programming_language)>, <http://dbpedia.org/resource/Resource_Description_Framework> ;
|
||||||
|
doap:created "2017-06-25"^^xsd:date ;
|
||||||
|
doap:description "RDF.ex is a pure-Elixir library for working with Resource Description Framework (RDF) data."@en ;
|
||||||
|
doap:developer <http://marcelotto.net/#me> ;
|
||||||
|
doap:documenter <http://marcelotto.net/#me> ;
|
||||||
|
<http://usefulinc.com/ns/doap#download-page> <https://hex.pm/packages/rdf> ;
|
||||||
|
doap:homepage <https://rdf-elixir.dev/> ;
|
||||||
|
doap:implements <http://www.w3.org/TR/n-quads/>, <http://www.w3.org/TR/n-triples/>, <http://www.w3.org/TR/rdf11-concepts/>, <http://www.w3.org/TR/turtle/>, <https://w3c.github.io/rdf-star/rdf-star-cg-spec.html> ;
|
||||||
|
doap:maintainer <http://marcelotto.net/#me> ;
|
||||||
|
doap:name "RDF.ex" ;
|
||||||
|
doap:platform "Erlang/OTP" ;
|
||||||
|
<http://usefulinc.com/ns/doap#programming-language> "Elixir" ;
|
||||||
|
doap:release [
|
||||||
|
doap:name "RDF.ex 0.10.0" ;
|
||||||
|
doap:revision "0.10.0"
|
||||||
|
] ;
|
||||||
|
doap:repository <https://github.com/rdf-elixir/rdf-ex> ;
|
||||||
|
doap:shortdesc "An implementation of RDF for Elixir" ;
|
||||||
|
foaf:maker <http://marcelotto.net/#me> .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-3>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-4>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-5>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-bnode-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-bnode-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-nested-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-nested-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-bad-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-bad-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-bad-3>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/nt/syntax#ntriples-star-bad-4>
|
||||||
|
] .
|
3813
earl_reports/turtle.ttl
Normal file
3813
earl_reports/turtle.ttl
Normal file
File diff suppressed because it is too large
Load diff
641
earl_reports/turtle_star.ttl
Normal file
641
earl_reports/turtle_star.ttl
Normal file
|
@ -0,0 +1,641 @@
|
||||||
|
@prefix dc: <http://purl.org/dc/terms/> .
|
||||||
|
@prefix doap: <http://usefulinc.com/ns/doap#> .
|
||||||
|
@prefix earl: <http://www.w3.org/ns/earl#> .
|
||||||
|
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
||||||
|
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
|
||||||
|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
||||||
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||||
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||||
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||||
|
|
||||||
|
<>
|
||||||
|
dc:issued "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
foaf:maker <http://marcelotto.net/#me> ;
|
||||||
|
foaf:primaryTopic <https://hex.pm/packages/rdf> .
|
||||||
|
|
||||||
|
<http://marcelotto.net/#me>
|
||||||
|
a earl:Assertor, foaf:Person ;
|
||||||
|
foaf:homepage <http://marcelotto.net/> ;
|
||||||
|
foaf:name "Marcel Otto" .
|
||||||
|
|
||||||
|
<https://hex.pm/packages/rdf>
|
||||||
|
a doap:Project, earl:Software, earl:TestSubject ;
|
||||||
|
dc:creator <http://marcelotto.net/#me> ;
|
||||||
|
<http://usefulinc.com/ns/doap#bug-database> <https://github.com/rdf-elixir/rdf-ex/issues> ;
|
||||||
|
doap:category <http://dbpedia.org/resource/Elixir_(programming_language)>, <http://dbpedia.org/resource/Resource_Description_Framework> ;
|
||||||
|
doap:created "2017-06-25"^^xsd:date ;
|
||||||
|
doap:description "RDF.ex is a pure-Elixir library for working with Resource Description Framework (RDF) data."@en ;
|
||||||
|
doap:developer <http://marcelotto.net/#me> ;
|
||||||
|
doap:documenter <http://marcelotto.net/#me> ;
|
||||||
|
<http://usefulinc.com/ns/doap#download-page> <https://hex.pm/packages/rdf> ;
|
||||||
|
doap:homepage <https://rdf-elixir.dev/> ;
|
||||||
|
doap:implements <http://www.w3.org/TR/n-quads/>, <http://www.w3.org/TR/n-triples/>, <http://www.w3.org/TR/rdf11-concepts/>, <http://www.w3.org/TR/turtle/>, <https://w3c.github.io/rdf-star/rdf-star-cg-spec.html> ;
|
||||||
|
doap:maintainer <http://marcelotto.net/#me> ;
|
||||||
|
doap:name "RDF.ex" ;
|
||||||
|
doap:platform "Erlang/OTP" ;
|
||||||
|
<http://usefulinc.com/ns/doap#programming-language> "Elixir" ;
|
||||||
|
doap:release [
|
||||||
|
doap:name "RDF.ex 0.10.0" ;
|
||||||
|
doap:revision "0.10.0"
|
||||||
|
] ;
|
||||||
|
doap:repository <https://github.com/rdf-elixir/rdf-ex> ;
|
||||||
|
doap:shortdesc "An implementation of RDF for Elixir" ;
|
||||||
|
foaf:maker <http://marcelotto.net/#me> .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bnode-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-bnode-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-5>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-4>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-bad-3>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-bad-4>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bad-5>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bad-ann-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bad-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bad-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bad-ann-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bad-4>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bad-7>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-bad-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bad-3>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bad-6>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bad-8>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-bad-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:semiAuto ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-annotation-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:semiAuto ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-bnode-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:semiAuto ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-bnode-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-annotation-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-annotation-3>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-annotation-4>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-annotation-5>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-quoted-annotation-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-quoted-annotation-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-quoted-annotation-3>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-nested-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bnode-3>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-compound-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-nested-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-inside-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-bnode-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-3>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-nested-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-inside-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-ann-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-bnode-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#nt-ttl-star-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/syntax#turtle-star-nested-2>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-1>
|
||||||
|
] .
|
||||||
|
|
||||||
|
[
|
||||||
|
a earl:Assertion ;
|
||||||
|
earl:assertedBy <http://marcelotto.net/#me> ;
|
||||||
|
earl:mode earl:automatic ;
|
||||||
|
earl:result [
|
||||||
|
a earl:TestResult ;
|
||||||
|
dc:date "2021-12-20T01:23:18.410439Z"^^xsd:dateTime ;
|
||||||
|
earl:outcome earl:passed
|
||||||
|
] ;
|
||||||
|
earl:subject <https://hex.pm/packages/rdf> ;
|
||||||
|
earl:test <https://w3c.github.io/rdf-star/tests/turtle/eval#turtle-star-2>
|
||||||
|
] .
|
Loading…
Reference in a new issue