act-rules / act-rules-web

Source for ACT Rules website
https://act-rules.github.io/
Other
3 stars 5 forks source link

earl-context.json is missing title definition #43

Closed WilcoFiers closed 5 years ago

WilcoFiers commented 5 years ago

This page: https://act-rules.github.io/earl-context.json

Should include this in the @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/"