Name
encoding/htmlrdfa/testsuites/rdfa-info-test-suite.ttl
Origin
Artifact from GitHub Actions (earl-reports)
Assertions by Subject Failed Other Passed
0
9
688

rdfkit-go/encoding/rdfa

earl:subject
file://fc0d726ac2/#subject
Description
resource.ttl
@base <file://fc0d726ac2/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix earl: <http://www.w3.org/ns/earl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<#subject>
	a
		earl:TestSubject ,
		earl:Software ,
		doap:Project ;
	doap:programming\-language "Go" ;
	doap:release [] ;
	doap:repository <https://github.com/dpb587/rdfkit-go> ;
	foaf:homepage <https://pkg.go.dev/github.com/dpb587/rdfkit-go/encoding/rdfa> ;
	foaf:name "rdfkit-go/encoding/rdfa" .

Not Tested

×9
manual review: expectation seems incorrect? empty @prefix definition may be ignored, but reference still resolves against default vocabulary
manual review: expectation seems incorrect? a warning may be emitted for the prefix, but the _:* syntax is still a valid blank node
manual review: expectation assumes an HTML DOM implementation which immediately closes an incorrectly self-closed span tag (with go, Line 468 creates its following statements to have a subject of #b)
manual review: expectation seems incorrect? html-rdfa says innerText is used as fallback for @datetime attr, then xsd:date uses whiteSpace=collapse, then it becomes a valid xsd:date
manual review: expectation assumes an HTML DOM implementation (go tokenizer includes spaces until the outer closing tag since span should not be self-closing)
manual review: expectation seems incorrect? empty @prefix definition may be ignored, but reference still resolves against default vocabulary
manual review: expectation seems incorrect? a warning may be emitted for the prefix, but the _:* syntax is still a valid blank node
manual review: expectation assumes an HTML DOM implementation which immediately closes an incorrectly self-closed span tag (with go, Line 468 creates its following statements to have a subject of #b)
manual review: expectation seems incorrect? html-rdfa says innerText is used as fallback for @datetime attr, then xsd:date uses whiteSpace=collapse, then it becomes a valid xsd:date

Passed

×688
manual review: leaky assumption about querying of results which expects iri resolution
manual review: verified equivalent aside from differing physical representations of xml (we use Exclusive XML Canonicalization for outer nodes)
manual review: leaky assumption about querying of results which expects iri resolution
manual review: verified equivalent aside from differing physical representations of xml (we use Exclusive XML Canonicalization for outer nodes)
manual review: leaky assumption about querying of results which expects iri resolution