Closed WilcoFiers closed 5 years ago
This page: https://act-rules.github.io/earl-context.json
Should include this in the @context:
@context
"title": { "@type": "dct:title" }
Without that in the context, this advise about using title is incorrect: https://act-rules.github.io/pages/implementations/earl-reports/#assertion
Also "dct": "http://purl.org/dc/terms#" needs to be "dct": "http://purl.org/dc/terms/", and "foaf" should be "http://xmlns.com/foaf/0.1/"
This page: https://act-rules.github.io/earl-context.json
Should include this in the
@context
:Without that in the context, this advise about using title is incorrect: https://act-rules.github.io/pages/implementations/earl-reports/#assertion
Also "dct": "http://purl.org/dc/terms#" needs to be "dct": "http://purl.org/dc/terms/", and "foaf" should be "http://xmlns.com/foaf/0.1/"