Skip to content

[mobility-theme] Values of 'applicableLegislation' properties #31

@heidivanparys

Description

@heidivanparys

I noticed three issues with the values of the property applicableLegislation:

  1. The ELI URIs used are not the correct ones
  2. The values are encoded as literal values, but they should point to resources
  3. 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:

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions