Closed amercader closed 1 month ago
Rather than just include a Literal, add it as a node (with a class if provided) with a RDFS.label property, eg:
dct:accessRights [ a dct:RightsStatement ; rdfs:label "Statement about access rights" ] ;
An URI can also be used:
dct:accessRights <https://example.org/vocab/access-right/TODO/PUBLIC> ; [...] <https://example.org/vocab/access-right/TODO/PUBLIC> a dct:RightsStatement .
This is in line with the recommendation in the DCAT 3 spec:
https://www.w3.org/TR/vocab-dcat-3/#ex-license-and-access-rights
Rather than just include a Literal, add it as a node (with a class if provided) with a RDFS.label property, eg:
An URI can also be used:
This is in line with the recommendation in the DCAT 3 spec:
https://www.w3.org/TR/vocab-dcat-3/#ex-license-and-access-rights