<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Spanish Legislation as Linked Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Víctor RODRÍGUEZ-DONCEL</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>María NAVAS-LORO</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Elena MONTIEL- PONSODA</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pompeu CASANOVAS</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Law, La Trobe University</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Universidad Politécnica de Madrid</institution>
        </aff>
      </contrib-group>
      <fpage>135</fpage>
      <lpage>141</lpage>
      <abstract>
        <p>Legislation is officially published in Spain as HTML, PDF and XML. In the next few months, metadata will also be published as RDF, following the guidelines of the European Legislation Identifier (ELI) and using metadata records supported by the ELI ontology. The work presented here is an independent effort to publish Spanish consolidated legislation strongly linked to other external resources. In the published dataset, text is structured in articles; key terms are related to external terminological databases, named entities are identified, and links between internal and external documents have been automatically identified. The dataset is publicly available in a SPARQL endpoint.</p>
      </abstract>
      <kwd-group>
        <kwd />
        <kwd>official journal</kwd>
        <kwd>government gazette</kwd>
        <kwd>publication of law</kwd>
        <kwd>RDF</kwd>
        <kwd>BOE</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Legislation is published in Spain by the Official State Gazette (Boletín Oficial del Estado,
BOE), an official journal that makes available laws, regulations and other acts and
documents approved by the Spain’s Parliament and the Autonomous Communities.
The ‘Technical Specification for the implementation of the ELI in Spain’[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], adopted in
March 2018, lays down the guidelines for the implementation of the ELI in Spain, the
European Legislation Identifier, which is harmonizing the way legislation is published
in Europe. Every piece of legislation will be identified by an HTTP URI, and
homogeneously described with a common minimum set of metadata elements supported
by the ELI Ontology1. The structure of the URI, known as URI template (RFC6570) has
been well determined2 for each document, and precise instructions have been given on
how to mint the actual URIs for the Spanish case. Thus, the specification says that ISO
3166 codes will be used for the ‘jurisdiction’ field, and a set of acronyms have been
defined for the different types of legislation that are published by BOE in Spain. Also,
23 properties of the ELI Ontology have been chosen for the description of the documents,
such as eli:jurisdiction or eli:title. The ELI Ontology does not provide the means
for structuring the content, instead, other formats, such as the OASIS Akoma Ntoso
enable the representation of executive, legislative and judiciary documents in a structured
manner as XML. The benefits brought by this initiative are multiple. Citizens and
companies will have a better access to legislation by finding homogeneous practices
throughout all Europe; companies will be able to run legal information systems more
smoothly, and documents will be unequivocally identified and better described.
      </p>
      <p>However, the benefits for computer programs would be larger if documents were
massively annotated and linked to other documents, creating a connected legal
knowledge graph (LKG). This LKG will enable new applications and will enhance
existing legal information systems.</p>
      <p>The work presented in this paper has been made in the framework of the H2020
Lynx project (Building the Legal Knowledge Graph for Smart Compliance Services in
Multilingual Europe), which aims at building a LKG for providing compliance services.
This paper describes the transformation of Spanish legislation into RDF and the linkage
of the legal resources with entities present in external databases. The dataset is available
for download as a raw data3 file and it is also accessible in a SPARQL endpoint4.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Methodology</title>
      <sec id="sec-2-1">
        <title>2.1. Data harvesting and transformation</title>
        <p>Legislation is published in Spain in the Boletín Oficial del Estado (BOE) website5 in
different formats, usually HTML, PDF and XML, and both in a gazette and in a
consolidated version. Documents in the BOE are not available for bulk download, but an
iterative access via scripts6 was made to retrieve the XML version of all documents
pertaining to a collection of specific categories of norms (Ley, Ley Orgánica, Decreto
Ley and Real Decreto Ley among others) between 1978-2018, and being limited to
legislation in force. Some of these documents are available in the different co-official
languages of Spain, but the search was limited to the Spanish version.</p>
        <p>A second batch of scripts transformed the downloaded XML documents into its
RDF form, following standard practices inasmuch as possible. Thus, the data model was
based on the ELI Ontology, complemented by properties from other de iure or de facto
standard ontologies (FOAF, DublinCore, EU Common Data Model7). Whenever no well
acknowledged entity type or property existed, new ontology classes and properties were
defined within a LKG ontology. The ELI Ontology provides most of the elements for a
good metadata description of the legislative documents. The FRBR model in which it
lies is suitable to represent multiple expressions and languages of the same legal resource.
Texts can be at least minimally structured with ELI elements
(eli:LegalResourceSubdivision, eli:has_part), although other models such as the EU official terms for
subdivisions in legal documents8 or those in the Metalex ontology could be more flexible.
Information about the status of the Act can also be given with the elements of the ELI
Ontology9− whether it is in force, partially in force, or deprecated. Some figures related
to the extracted triples are shown in Table 1.</p>
        <p>3 http://lkg.linkeddata.es and http://lynx-project.eu/data2/spain
4 http://sparql.lynx-project.eu
5 http://www.boe.es
6 https://gitlab.com/superlynx/upm
7 https://publications.europa.eu/en/web/eu-vocabularies/cdm
8 http://publications.europa.eu/mdr/resource/authority/subdivision
9 http://data.europa.eu/eli/ontology
Number of documents:
Number of triples:
Size of the bulk file:
3617
162786
200Mb</p>
        <p>The next stage, described in the following sections, consists of the data linking,
namely, the identification of resources in external RDF datasets to connect to. Whereas
automated entity extraction and linking sometimes can be done in real time, there are
advantages for the execution of this task in a previous stage: information is available
faster at runtime, more complex queries can be built linking different databases, curation
by other parties is possible, indexing of extracted information improves the search, or
the use of the dataset in a simpler manner by non NLP-experts.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Named Entity Recognition and Linking</title>
        <p>The entities that have been recognized, disambiguated and linked include:
Nicknames of laws, Wikipedia, Wikidata  A number of queries were made (available
online, see a sample in Figure 1) with the goal of linking some popular laws to their
Wikipedia and Wikidata pages. This effort resulted in 73 links from legal Acts to the
Wikipedia in Spanish, plus a dozen of links to Wikidata. Whereas the relation is not one
to one (one Wikipedia article may describe several Acts and vice versa), the connection
of a legal resource to a popular description such as Wikipedia/DBpedia enables queries
that were not possible before. Derived from this effort, a number of additional
nicknames, or popular terms with which some laws are known, have been added. For
example, much as the “Bolkenstein Directive” refers to the “Directive 123/2006/CE”,
the “Ley de Economía Sostenible” is informally referred in Spain as “Ley Sinde”. These
nicknames were obtained from Wikipedia redirections and coreferences manually
revised.
Corporate bodies  The Publications Office of the EU maintains a Metadata Registry
with metadata elements, named authority lists (NALs), schemas, etc. used by different
European Institutions. Information in this registry, such as a list of corporate bodies10, is
also offered as SKOS RDF. Spanish public institutions and administrative units are also
normalized (Directorio Común de Unidades Orgánicas y Oficinas), but no RDF is
provided. The existence of mentions to these bodies and departments has been detected
10 http://publications.europa.eu/resource/authority/corporate-body
for each document. A simple regular expression search was made to find these links;
disambiguation was not needed due to the capitalization and long extension of the
elements.</p>
        <p>
          Legal References, Persons, Localizations and others 11  A general Named Entity
Recognition algorithm has been implemented by Badji [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] following a rule-based
approach and using different NLP frameworks. The collection of rules is specific to the
Spanish jurisdiction (e.g. Ley xx/yyyy) and is published along with the dataset. Among
the specific entities able to be detected by the system [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] Judgments, Articles,
Constitutions, Organic Laws and other institutions have been considered. For this
system, some resources were specifically created to identify different ways to refer to
Spanish laws. Next to this effort, the alignment of BOE keywords to Eurovoc terms has
been carried out using the Lemon models in SKOS/RDF
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Related work</title>
      <p>
        The publication of legislation online in a structured form is not new. Whereas a first
wave of publishers adopted different flavors of XML to publish legislation [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ][24][25]
and [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], including the Spain jurisdiction [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], Linked Data is gaining adoption in the
last few years. Some examples of XML-based systems are NormeInRete in Italy,
LexDania in Dennmark [26], Akoma Ntoso in Brazil, CHLexML in Switzerland or
LexML in Austria.
      </p>
      <p>Many official law publishers all over the world still do not publish legislation in a
structured form. For example, the Australian Commonwealth legislation is published by
the Federal Register of Legislation (formerly ComLaw), and it is available in PDF and
Microsoft Word formats only.</p>
      <p>
        The Spanish Legislation as Linked Data is not the first effort of the sort. For example,
The MetaLex Document Server offers legal documents as versioned Linked Data [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ],
including Dutch national regulations. Other non-official initiatives have also offered
Finnish [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] and Greek [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] legislation as Linked Data.
      </p>
      <p>
        At the European Level, the Publications Office of the EU maintains the CELLAR
repository for storing official publications and bibliographic resources produced by the
different institutions of the EU [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. EU member states are striving to publish national
legislation in an equivalent manner, supported on the ELI initiative. ELI is based on three
ideas (a) using a well defined identifier; (b) defining metadata records and (c) organising
them with an ontology. As of today, the implementation is uneven, but some states have
finished the change. Legal resources are already identified in the same manner in France,
United Kingdom, Italy, Luxembourg, Ireland or Denmark, just to name some.
      </p>
      <p>Not surprisingly, the information at CELLAR and in some of these countries is also
available through SPARQL endpoints. However, these systems have the ambition to
mirror the legislator’s texts and they cannot offer enhanced versions with added contents
or links –what falls in the realm of private companies.</p>
      <p>
        Linking legal references and the named entities they contain has become a major
challenge in the last years. Although the identification of legal cross-references has been
extensively tackled in previous literature [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], not every language has received the same
11 The integration of this module is still pending to be implemented.
attention. Most works focus on English texts [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ][
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. However, some efforts have also
been done for other languages, such as Dutch [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], Italian [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], French [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], Japanese [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ],
and Spanish [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. The approach and the kind and depth of the Named Entity classification
differ from one work to another. While most of them use a pattern-based approach
[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ][
        <xref ref-type="bibr" rid="ref5">5</xref>
        ][
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], machine-learning has been previously applied as well [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Regarding the
Named Entities targeted, most systems focus on rules and references to other documents,
but extraction of entities such as judges or jurisdictions has also been tackled. Finally,
some systems for document linking have been proposed too [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ][
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        Regarding the connection of legal resources to language resources, most of the
documents published by gazettes are described by keywords (as in the Spanish case at
the BOE), possibly linked to controlled vocabularies or terminological databases12 [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
A proper identification and definition of the terms used in a legal document is essential
to a) properly understand the document, b) properly identify the topic (and subtopics)
addressed in the document, c) classify it, and d) establish equivalences between terms in
other jurisdictions (in the same or different languages). Besides the different types of
matches present in terminological databases [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], legal relations are to be considered as
well in this domain. Legal taxonomies, like the one by Ajani et al. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], have considered
these aspects but have not been fully embraced by public authorities –with some
exceptions such as Jurivoc13 in Switzerland.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion</title>
      <p>This paper has introduced a novel resource: the Spanish legislation published as RDF.
This new resource is the result of an independent effort, and no sanction of any official
body was intended. Moreover, the importance of this dataset is limited, as the dataset
captures a collection of Acts in force as of 2018 but does not include a mechanism for
automatically updating the contents. Yet, this is an important step towards building a true
Legal Knowledge Graph, which is not an aggregation of legal resources but a strongly
connected resource, available to all at no cost, and enabling new applications. Our effort
has led to some additional results, such as the table of laws and nicknames by which they
are commonly referred in informal contexts or by the mass media. These results can shed
a new light about how the network effect of knowledge graphs can leverage the existing
resources through innovative applications.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>This project has received funding from the European Union’s Horizon 2020 research and
innovation programme under grant agreement No 780602. Authors also thank Ines Badji,
whose implementation of the NER system has been key for this work.</p>
      <p>12 The EU Publications Office maintains a collection of language resources at
https://publications.europa.eu/en/web/eu-vocabularies
13 https://bartoc.org/en/node/345
[24] Martínez González, M. M.; Vicente Blanco, D. J., eds. (2009). XML legislativo: representación y
organización de la información jurídica a través de la tecnología XML. SCIRE. Representación y
Organización del Conocimiento 15 (1 [Número monográfico]). ISSN 1135-3716.
[25] Martínez González, M. M., ed. (2015). Derecho y Sistemas de Datos. El uso del XML jurídico. Valencia,</p>
      <p>España: Tirant Lo Blanch. ISBN 978-84-9086-010-6
[26] Petersen, K. E. (2011). Experiences with “Lex Dania Live”. From Information to Knowledge: Online
Access to Legal Information: Methodologies, Trends and Perspectives, 236, 69.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Grupo de Trabajo Identificador Europeo de Legislación.</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <source>Proyecto ELI: European Legislation Identifier. Especificación Técnica para la Implementación del Identificador Europeo de Legislación en España</source>
          . Ministerio de Hacienda y Función Pública, online.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Palmirani</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Benigni</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Norma-system: A legal information system for managing time</article-title>
          .
          <source>In Proceedings of the V legislative XML workshop</source>
          , pages
          <fpage>205</fpage>
          -
          <lpage>223</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Bruckschen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Northeet</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Silva</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bridi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Granada</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vieira</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rao</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sander</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Named entity recognition in the legal domain for ontology population</article-title>
          .
          <source>In Proceedings of the 3rd Workshop on Semantic Processing of Legal Texts (SPLeT</source>
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Dozier</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kondadadi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Light</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vachher</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veeramachaneni</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Wudali</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Named Entity Recognition and Resolution in Legal Text</article-title>
          , pages
          <fpage>27</fpage>
          -
          <lpage>43</lpage>
          . Springer Berlin Heidelberg, Berlin, Heidelberg.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>de Maat</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>Winkels</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and van Engers,
          <string-name>
            <surname>T.</surname>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Automated detection of reference structures in law</article-title>
          .
          <source>Frontiers in Artificial Intelligence and Applications</source>
          ,
          <volume>152</volume>
          :
          <fpage>41</fpage>
          -
          <lpage>50</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Palmirani</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brighi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Massini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Processing normative references on the basis of natural language questions</article-title>
          .
          <source>In Proceedings 15th International Workshop on Database and Expert Systems Applications</source>
          ,
          <year>2004</year>
          ., pages
          <fpage>9</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Adedjouma</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sabetzadeh</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Briand</surname>
            ,
            <given-names>L. C.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Automated detection and resolution of legal cross references: Approach and a study of luxembourg's legislation</article-title>
          .
          <source>In 2014 IEEE 22nd International Requirements Engineering Conference (RE)</source>
          , pages
          <fpage>63</fpage>
          -
          <lpage>72</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Sannier</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Adedjouma</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sabetzadeh</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Briand</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>An automated framework for detection and resolution of cross references in legal texts</article-title>
          .
          <source>Requirements Engineering</source>
          ,
          <volume>22</volume>
          (
          <issue>2</issue>
          ):
          <fpage>215</fpage>
          -
          <lpage>237</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>O. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ngo</surname>
            ,
            <given-names>B. X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>M. L.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Shimazu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <source>Automated reference resolution in legal texts. Artificial Intelligence and Law</source>
          ,
          <volume>22</volume>
          (
          <issue>1</issue>
          ):
          <fpage>29</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Opijnen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verwer</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Meijer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Beyond the experiment: the extendable legal link extractor</article-title>
          .
          <source>In Workshop on Automated Detection, Extraction and Analysis of Semantic Information in Legal Texts, held in conjunction with the 2015 International Conference on Artificial Intelligence and Law (ICAIL)</source>
          , At San Diego, CA, USA.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Iniesta</given-names>
            <surname>Delgado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. J.; Martínez</given-names>
            <surname>González</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M.</surname>
          </string-name>
          ;
          <string-name>
            <given-names>Vicente</given-names>
            <surname>Blanco</surname>
          </string-name>
          , D. J., eds. (
          <year>2012</year>
          ).
          <article-title>«Representación, organización y gestión del conocimiento en el ámbito jurídico»</article-title>
          .
          <source>Scire: representación y organización del conocimiento</source>
          <volume>18</volume>
          (
          <issue>1</issue>
          [Número monográfico]).
          <source>ISSN 1135-3716.</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Badji</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Legal entity extraction with ner systems</article-title>
          .
          <source>MSc Thesis</source>
          , Universidad Politécnica de Madrid.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Alvite</given-names>
            <surname>Díez</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. L.</surname>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Las bases de datos jurídicas y el uso del lenguaje XML en España</article-title>
          . Scire,
          <volume>15</volume>
          (
          <issue>1</issue>
          ):
          <fpage>33</fpage>
          -
          <lpage>57</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Martínez-González</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>de la Fuente</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Vicente</surname>
          </string-name>
          , D.-J. (
          <year>2005</year>
          ).
          <article-title>Reference extraction and resolution for legal texts</article-title>
          .
          <source>In International Conference on Pattern Recognition and Machine Intelligence</source>
          , pages
          <fpage>218</fpage>
          {
          <fpage>221</fpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Chalkidis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolaou</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soursos</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Koubarakis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Modeling and querying greek legislation using semantic web technologies</article-title>
          .
          <source>In European Semantic Web Conference</source>
          (pp.
          <fpage>591</fpage>
          -
          <lpage>606</lpage>
          ). Springer, Cham.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Frosterus</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuominen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wahlroos</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Hyvönen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>The Finnish law as a linked data service</article-title>
          .
          <source>In Extended Semantic Web Conference</source>
          (pp.
          <fpage>289</fpage>
          -
          <lpage>290</lpage>
          ). Springer, Berlin, Heidelberg.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Francesconi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Küster</surname>
            ,
            <given-names>M. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gratz</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Thelen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>The ontology-based approach of the publications office of the EU for document accessibility and open data services</article-title>
          .
          <source>In International Conference on Electronic Government and the Information Systems Perspective</source>
          (pp.
          <fpage>29</fpage>
          -
          <lpage>39</lpage>
          ). Springer, Cham.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>General</surname>
            <given-names>XML</given-names>
          </string-name>
          <article-title>format(s) for legal Sources</article-title>
          ,
          <source>Estrella Deliverable 3</source>
          .1,
          <string-name>
            <given-names>Caterina</given-names>
            <surname>Lupo</surname>
          </string-name>
          et al. (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Hoekstra</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>The MetaLex document server</article-title>
          .
          <source>In International Semantic Web Conference</source>
          (pp.
          <fpage>128</fpage>
          -
          <lpage>143</lpage>
          ). Springer, Berlin, Heidelberg.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Palmirani</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brighi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Massini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2003</year>
          ).
          <article-title>Automated extraction of normative references in legal texts</article-title>
          .
          <source>In Proceedings of the 9th international conference on Artificial intelligence and law</source>
          , pages
          <fpage>105</fpage>
          -
          <lpage>106</lpage>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Alvite</given-names>
            <surname>Díez</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. L.</surname>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>El uso de vocabularios controlados en los sistemas de información jurídica</article-title>
          . Evolución y tendencias actuales de representación.
          <source>Scire: representación y organización del conocimiento</source>
          ,
          <volume>18</volume>
          (
          <issue>1</issue>
          ),
          <fpage>29</fpage>
          -
          <lpage>39</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Cabré</surname>
            ,
            <given-names>M. T.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>El principio de poliedricidad: la articulación de lo discursivo, lo cognitivo y lo lingüístico en Terminología (I)</article-title>
          .
          <source>IBÉRICA</source>
          <volume>16</volume>
          :
          <fpage>9</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Ajani</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boella</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lesmo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mazzei</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radicioni</surname>
            ,
            <given-names>D. P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Rossi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Legal taxonomy syllabus version 2.0</article-title>
          . IDT,
          <volume>9</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>