-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I noticed three issues with the values of the property applicableLegislation:
- The ELI URIs used are not the correct ones
- The values are encoded as literal values, but they should point to resources
- Each legal resource should be encoded for itself (so 2 legal resources => 2 occurrences of the property)
So for example, instead of
<r5r:applicableLegislation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://eur-lex.europa.eu/eli/reg_del/2022/670/oj, https://eur-lex.europa.eu/eli/reg_del/2013/886/oj</r5r:applicableLegislation>
it should be
<r5r:applicableLegislation rdf:resource="http://data.europa.eu/eli/reg_del/2022/670/oj" />
<r5r:applicableLegislation rdf:resource="http://data.europa.eu/eli/reg_del/2013/886/oj" />
See also:
- https://eur-lex.europa.eu/eli-register/about.html
- https://eur-lex.europa.eu/eli-register/eu_publications_office.html
- https://op.europa.eu/en/publication-detail/-/publication/d510571f-090c-11ef-a251-01aa75ed71a1
- some examples in https://semiceu.github.io/DCAT-AP/releases/3.0.0-hvd/

Metadata
Metadata
Assignees
Labels
No labels