ELI | |
Long Name: | European Legislation Identifier |
Status: | Published |
Version: | 1.4 |
Organization: | European Forum of Official Gazettes, Publications office of the European Union |
Committee: | ELI Task Force |
Base Standards: | FRBRoo, CIDOC Conceptual Reference Model |
Related Standards: | ELI-DL, SKOS, schema.org |
Abbreviation: | ELI |
Domain: | Semantic Web |
The European Legislation Identifier (ELI) ontology is a vocabulary for representing metadata about national and European Union (EU) legislation. It is designed to provide a standardized way to identify and describe the context and content of national or EU legislation, including its purpose, scope, relationships with other legislations and legal basis. This will guarantee easier identification, access, exchange and reuse of legislation for public authorities, professional users, academics and citizens. ELI paves the way for knowledge graphs, based on semantic web standards, of legal gazettes and official journals.[1]
First established in the context of the European Forum of Official Gazettes[2] on the initiative of John Dann, director of the central service of legislation of Luxembourg, ELI has been further supported by the subgroup mandated by the Council of the European Union in the framework of the Working Party on E-Law. ELI stems from the acknowledgement that the World Wide Web defines a new paradigm for legal information access, sharing and enrichment.
The Task Force "European Legislation Identifier", short "ELI TF", is the body created by the eLaw/eLaw Working Party of the Council of the European Union to define ELI-related specifications and to ensure their future evolution
The Task Force comprises representatives of Albania, Austria, Belgium, Croatia, Denmark, Finland, France, Hungary, Ireland, Italy, Luxembourg (chair), Malta, Norway, Poland, Portugal, Serbia, Slovenia, Spain, Switzerland, the United Kingdom and the EU Publications Office.
The ELI TF has drafted a number of specifications that together form the ELI standard:
ELI uses URI Templates (RFC 6570)[3] that carry semantics both from a legal and an end-user point of view.Each Member State will build its own, self-describing URIs using the described components as well as taking into account their specific language requirements.All the components are optional and can be selected based on national requirements and do not have a pre-defined order.To enable the exchange of information the chosen URI template must be documented using the URI template mechanism.
Template:
/eli/{jurisdiction}/{agent}/{sub-agent}/{year}/{month}/{day}/{type}/{natural identifier}/{level 1…}/{point in time}/{version}/{language}
Example:
https://www.boe.es/eli/es/lo/2013/12/20/9
(Spain)
http://data.europa.eu/eli/dir/2020/1057/oj
(European Union)
In addition to HTTP URIs uniquely identifying legislation ELI encourages the use of relevant metadata elements to further describe it. Annex, section 2 fully specifies the corresponding recommended and optional elements and their underlying ontology.
The ELI ontology[4] defines a common data model for exchanging legislation metadata on the web; the primary users of the ELI model are the official legal publishers of EU Member States, and the model can also be used by other organisations. The description of legislation in ELI is based on FRBRoo[5] / CIDOC Conceptual Reference Model.
ELI invites participating Member States to embed these metadata elements into the webpages of their legal information systems using RDFa[6] or JSON-LD.[7]
Example of RDFa serialization for a Spanish legislation (extract):
<meta about="https://www.boe.es/eli/es/lo/2013/12/20/9" typeof="http://data.europa.eu/eli/ontology#LegalResource"/>
<meta about="https://www.boe.es/eli/es/lo/2013/12/20/9" property="http://data.europa.eu/eli/ontology#jurisdiction" resource="http://www.elidata.es/mdr/authority/jurisdiction/1/es"/>
<meta about="https://www.boe.es/eli/es/lo/2013/12/20/9" property="http://data.europa.eu/eli/ontology#type_document" resource="http://www.elidata.es/mdr/authority/resource-type/1/lo"/>
<meta about="https://www.boe.es/eli/es/lo/2013/12/20/9" property="http://data.europa.eu/eli/ontology#id_local" content="BOE-A-2013-13425" datatype="http://www.w3.org/2001/XMLSchema#string"/>
<meta about="https://www.boe.es/eli/es/lo/2013/12/20/9" property="http://data.europa.eu/eli/ontology#date_document" content="2013-12-20" datatype="http://www.w3.org/2001/XMLSchema#date"/>
<meta about="https://www.boe.es/eli/es/lo/2013/12/20/9" property="http://data.europa.eu/eli/ontology#number" content="9" datatype="http://www.w3.org/2001/XMLSchema#string"/>
Pillar IV describes a protocol that enables ELI consumers to retrieve a) the exhaustive list of all ELI legal resources from a given ELI provider b) the list of last updated ELI legal resources from an ELI provider, using an Atom feed.
Source:[8]
During the years 2021/2022 the ELI standard was extended with the ELI-DL standard (ELI for Draft Legislation). ELI-DL gives a formal data model to disseminate structured data about legislative projects.
The aim is to support the following use-cases :
Full documentation of ELI ontology is published by Publications Office at https://op.europa.eu/en/web/eu-vocabularies/eli.
Documentation of ELI-DL is available at https://joinup.ec.europa.eu/collection/eli-european-legislation-identifier/solution/eli-ontology-draft-legislation-eli-dl/about
Two guides are available to help guide teams implementing the ELI standard:
As of 1st January 2023, ELI standard has been implemented by the following official gazettes : Albania, Austria, Belgium, Croatia, Denmark, EU-Publications Office, Finland, France, Hungary, Ireland, Italy, Luxembourg, Malta, Norway, Poland, Portugal, Serbia, Slovenia, Spain, Switzerland, United Kingdom.[11]
The ELI annotation tool is a tool to enable legislation publishers to annotate and publish legal texts with metadata compliant to the ELI standard.The ELI annotation tool is used for building notices describing several legal entities (legal resources, legal expressions and formats) using standard properties [12]
The ELI validator is an online service that checks published ELI metadata against rules derived from the ELI ontology and produces a validation report. It helps ELI partners to assess the conformance of their data.[13]
ELI/XML is an encoding of ELI metadata in an XML scheme (XSD). It can be used standalone or imported into other XML documents, typically in a metadata header. The ELI/XML scheme is provided with a set of XML transformations to generate ELI in RDF/XML, RDFa header or HTML+RDFa. It is meant to facilitate the integration of ELI in XML-based document workflows.[14]
The values of some ELI metadata are controlled by controlled vocabularies formalized with the Simple Knowledge Organization System ontology.
The ELI Task Force has proposed an extension of schema.org for the description of legislation schema.org/Legislation.[15] An ELI/Schema.org converter is available.[16]