<!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>Spatial Planning on the Semantic Web</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Radboud Winkels</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rinke Hoekstra</string-name>
          <email>hoekstra@few.vu.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Erik Hupkes</string-name>
          <email>ehupkesg@uva.nl</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>AI Department, Vrije Universiteit Amsterdam De Boelelaan 1081a</institution>
          ,
          <addr-line>1081HV, Amsterdam</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Leibniz Center for Law</institution>
          ,
          <addr-line>Universiteit van Amsterdam Kloveniersburgwal 48, 1012 CX, Amsterdam</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Land use regulations are an important but often underrated legal domain. In densely populated regions such as the Netherlands, spatial plans have a profound impact on both (local) governments and citizens. This paper describes our work on a `Legal Atlas'. Using Semantic Web technology we combine distributed geospatial data, textual data and controlled vocabularies to support users in answering questions such as \What activity is allowed here?". Spatial norms are represented using OWL 2 in a way that enables intuitive visualisation of their e ects: map based legal case assessment. Users can represent a (simple) case by selecting or drawing an area on the map. Given a designation for that area, the system can assess whether this is allowed or not. The same solution also enables the comparison of two or more sets of spatial norms that govern the same region.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Land use regulations are an important but often underrated legal domain.
Especially in densely populated regions such as the Netherlands, spatial plans have
a profound impact on both (local) governments and citizens alike. They
determine whether building permits are granted, businesses can expand, roads can be
widened, housing projects can be built, and even determine the chance of
survival of endangered species. Although spatial regulations can be characterised
as normal regulations { given their applicability within a spatially restricted
jurisdiction (e.g. a country) { spatial plans regulate at a much more ne-grained
level, where individual norms may apply only to speci c locations or regions
(often called zones). In practice this has led to a situation where the annotated
map of a spatial plan is the dominant source of law, rather than the textual
description of the plan.</p>
      <p>
        Over the past decade, internet technology signi cantly improved the
accessibility of legal sources. This development not only meant the construction of
internet portals for accessing legal texts, but also involved a standardisation of
the structural description of legal sources in terms of both web standards { such
as XML { and interchange standards { such as CEN MetaLex [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ].1 Given the
1 See http://www.metalex.eu
prominence of maps in spatial plans, in order to improve access to these
regulations a combination of existing technology for disclosing legal texts with that
currently available in geographical information systems seems inevitable. Such a
combination allows the connecting of textual descriptions as in traditional legal
sources, to the more object oriented representation of the world employed by
the maps of zoning plans. The Legal Atlas [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ] was the rst system that
combined MetaLex encoded texts with the corresponding maps expressed in GML2
by using Semantic Web technology, RDF in particular.3 In this paper we show
that this proves a solid approach for extending the functionality of Legal
Atlas well beyond straightforward information integration; i.e. to support not just
concept-based information retrieval, but rather map-based normative reasoning.
      </p>
      <p>Legal Atlas can serve several use cases and scenarios:
Assessment { A citizen or company or a civil servant consults the regulations
to see whether a particular plan at a speci c location is allowed. In case there
is the option to compensate somewhere else in order for the original plan to be
approved, the system should indicate this on the map. In the spatial planning
domain it is sometimes allowed to compensate for violating a norm in one area
in another area, e.g. compensating the building of houses in a park by turning
another area into a new park
Planning { A citizen or company consults the regulations to see where a
particular plan is allowed.</p>
      <p>Evaluation { Someone wants to or needs to check the consistency of two sets of
spatial norms. The State Council in the Netherlands for instance, may need to
check whether a zoning plan of a city council ts the overall zoning plan of the
province. A second type of evaluation by a legislative drafter for instance may
be to see what the consequences of a new set of norms might be in practice.
Suppose the idea is to forbid \Dutch co ee shops"4 in the vicinity of schools (an
actual case in Amsterdam at the moment). If we have access to a database of all
schools in a certain area with geographical location, the consequence of various
implementations of these norms (e.g. not within a radius of 500 meters, or 1000
meters etc.) can be plotted on a map. We can for instance see if any areas remain
where co ee shops would be allowed at all (cf. the \Planning" scenario above). If
we also have a database of all existing co ee shops in the area, we can determine
the consequences for these establishments.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Requirements</title>
      <p>It is clear that Legal Atlas has to deal with the intrinsic heterogeneity of the
information it discloses: spatial plans are not just documents, but they are closely
tied to maps. These maps are created using advanced Geographic Information
Systems (GIS) technology, and are ideal candidates for standardisation.
Geographical standardisation e orts focus primarily on exchange formats, such as
2 GML: the open Geography Markup Language, see http://www.opengis.net/gml/.
3 RDF: the Resource Description Framework, see http://www.w3.org/RDF
4 Well known for other products than co ee.</p>
      <p>GML, KML and ESRI Shape les,5 but also on standard web-based service
protocols, e.g. the Web Map Service (WMS) and Web Feature Service (WFS)
protocols.6 To comply with these standards, geographical information servers are
required to implement basic facilities for spatial reasoning, such as determining
the overlap between two polygons (regions).</p>
      <p>
        The free availability of web-based application programming interfaces, most
notably the Google Maps API, has exposed this technology to the open source
community at large, and has already led to various mash-ups of incredibly diverse
data and maps: geo-tagging of photos allows us to search for pictures of food
in Thailand, we can view map overlays of tra c conditions all over the world,
and even consult weather radar imagery. In all of these cases, the key means
to tie together the two types of information { photos and maps, tra c data
and maps, or legal texts and maps { is to determine the overlap of data that
is meaningful in both domains. Where for tra c data, the location (stretch of
road) and tra c density are obvious candidates, in spatial planning one typically
depicts the category of land use applicable to each area. Therefore, to connect
maps to texts, and vice versa, they should be annotated using the same set of
metadata [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>However, for any given region a multitude of di erent regulations applies.
These regulations may be issued by di erent government bodies with overlapping
jurisdiction; government bodies that each maintain a categorisation speci cally
targeted towards the types of maps it produces. This is problematic for a number
of reasons. Firstly, users of a system that discloses these regulations may not care
for, or even be aware of the borders and interaction between these jurisdictions.
The system should therefore be able to present all applicable regulations in
a transparent fashion, on a single map. Secondly, if for instance land use in
regulations issued by adjoining municipalities is categorised di erently, the land
use `regime' in these municipalities cannot be compared.</p>
      <p>Comparability of regulations is not just bene cial to individuals or businesses
that need to decide where to conduct a certain activity, it is a crucial ingredient
for the harmonisation of these regulations. Ideally, categorisations are therefore
shared among governments, even when these governments issue their respective
regulations in di erent languages, as is e.g. the case within the EU.</p>
      <p>The need for shared categorisation of types of land use has been acknowledged
in a number of standardisation initiatives. For instance, the IMRO 2006 standard
was issued by the Dutch ministry of spatial planning and environment, and is
currently obligatory for all urban planning by municipalities in the Netherlands.7
IMRO speci es a strict categorisation system for all sanctioned types of land use
5 KML, the Keyhole Markup Language is Google's variant of GML, see http://earth.
google.com/intl/en/userguide/v4/ug_kml.html. ESRI is a leading developer of
GIS software, see http://www.esri.com/library/whitepapers/pdfs/shapefile.
pdf for the technical description of ESRI Shape les.
6 Both WMS and WFS are standards of the Open Geospatial Consortium, see http:
//www.opengeospatial.org/.
7 IMRO: Informatiemodel Ruimtelijke Ordening (information model for spatial
planning), see http://www.geonovum.nl/informatiemodellen/imro-2006/ (Dutch).
at multiple levels of government, and even prescribes the colours to be used on
compliant maps. At the European level, the INSPIRE initiative similarly aims to
standardise the spatial information published by governments across all member
states.8 Although not speci cally targeted to spatial information, the GEMET
thesaurus provides a huge multilingual vocabulary for information related to the
environment.9 The 5000+ terms de ned in GEMET are organised as a hierarchy,
and available in 27 languages, which makes it ideally suited for cross language
mapping of terms.</p>
      <p>Where IMRO and INSPIRE introduce a top-down standard for direct
exchange of information between organisations within the same domain, GEMET
functions rather as umbrella that provides a unifying framework for information
exchange between organisations that deal with di erent (sub) domains. For
instance, GEMET identi es 40 themes ranging from `forestry' to `physics', that are
of relevance to all levels of government. An integrated, transparent unlocking of
content tagged using such di erent schemes must take into account a mapping
between them. Of course, an additional challenge is that di erent
categorisation schemes may rely on di erent technology. Although GEMET is de ned as
a SKOS vocabulary, IMRO is speci ed as an XML Schema, and accompanying
UML diagrams.10</p>
      <p>
        A design goal of both IMRO and INSPIRE is that maps produced at di
erent levels of government may be depicted as layers on a single map. This poses
interesting opportunities from a legal perspective. Quite distinct from ordinary
maps, governments issue spatial plans not to describe the existing situation on
the ground, but rather to prescribe the restrictions and rights associated with
geospatial objects. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] identify two important characteristics of a map-based
interface to regulations. Firstly, hierarchical relations between authorities are
mirrored in spatial inclusion relationships. We can exploit knowledge of the
regulatory bodies involved to resolve normative con icts between overlapping
regions by applying the Lex Superior priority ordering of norms, which states
that 'higher' norms prevail over 'lower' norms (e.g. national legislation defeats
local regulations if these con ict).
      </p>
      <p>Secondly, geospatial adjacency information can be used to determine indirect
e ects; rules and restrictions can be naturally grouped by area of e ect, e.g. to
prevent the development of an industrial zone right next to a nature reserve. We
can use adjacency information to apply a larger number of relevant norms to an
area, than we would be able to without this information. This information may
be a valuable contribution to cross-border decision making processes.11
8 INSPIRE: Infrastructure for Spatial Information in the European Community, see
http://inspire.jrc.ec.europa.eu/.
9 GEMET: GEneral Multilingual Environmental Thesaurus, see http://www.eionet.</p>
      <p>europa.eu/gemet.
10 SKOS: Simple Knowledge Organization System, see http://www.w3.org/TR/
skos-reference.
11 This is in fact the main focus of the FEED project.</p>
      <p>
        Maps thus provide intuitive handles for evaluating the normative content
of spatial plans. However, although even the most rudimentary geoservers (e.g.
MySQL with spatial extensions12) provide some form of spatial reasoning, no
such functionality exists for the normative aspects of spatial plans. The Legal
Information Server (LIS) of [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] was the rst attempt to provide normative
reasoning as a service. Its main task was to assess whether some situation description
is allowed or disallowed given a set of norms [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Where the LIS implementation
depended on a custom-built representation in Prolog, the more recent
implementation of [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] represent regulations using OWL 2 DL [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].13
      </p>
      <p>
        Arguably, the use of a restricted language such as OWL 2 DL poses some
problems for the representation of regulations. Firstly, certain aspects of legal
reasoning may be hard or impossible to represent using a language that depends
on monotonic reasoning. Especially considering the commonly held claim that
legal reasoning is in principle defeasible [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]: reasoning follows a dialectic process
of argumentation by which contrary positions are continuously attacked and
revised. The use of a defeasible logic serves a practical purpose in that it enables
us to circumvent situations where normative con icts give rise to logical
contradictions: considered separately, each defeasible state is consistent, and without
taking their defeasibility into account, the whole would be inconsistent.
Monotonic approaches consider each state separately, depending on knowledge-base
updates for moving from one state to another. Given the limited task at hand {
normative assessment { and a user interface where users may `play around' with
possible input, the restricted expressiveness of DL is instrumental to our
purposes in that it o ers guarantees to response times [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Furthermore, the work
of [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] has shown that a signi cant portion of exceptions between norms, such as
lex specialis, can be dealt with without resorting to defeasible representations.
      </p>
      <p>
        A second potential problem for using OWL 2 DL concerns not the complexity
of legal reasoning, but rather the complexity of the world that is governed by law
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. To retain decidability, OWL 2 DL is restricted to models that have the `tree
property': situations that describe complex con gurations of multiple objects can
be only approximately de ned in DL [
        <xref ref-type="bibr" rid="ref11 ref12">12, 11</xref>
        ]. In the case of spatial information,
this may pose problems in the description of relations between areas. Consider
for instance the de nition of a body of water, e.g. a river R, that separates two
areas of land, L1 and L2. In OWL 2 DL, and other decidable description logics,
R cannot be de ned as it is impossible to exclude in its de nition a situation
where L1 and L2 overlap.
      </p>
      <p>However, the domain itself is otherwise at a relatively high level of abstraction
that excludes the complex structures found in domains such as biology and
engineering. Not only can spatial reasoning be delegated to a geoserver; the land
use categories de ned in IMRO and INSPIRE provide a standard intermediary
for communicating normative content (see Section 4).
12 See http://www.mysql.com.
13 OWL 2 is an extension of the OWL Web Ontology Language, currently in Proposed
Recommendation stage of the W3C standardisation procedure, see http://www.w3.
org/2007/OWL.
metalex:region</p>
      <p>geo:id</p>
      <p>
        A nal requirement for the system described here, is that it should cater for
not just heterogeneity in content, but also in location. We have argued that the
regulations issued by di erent authorities are to be made visible on the map
to improve transparency and comparability. However, these regulations are also
maintained by these authorities, and are continuously subject to change. It is
important therefore that the spatial and semantic representation of regulations
should likewise be maintained by their respective owners. The system should
therefore be able to cope with distributed content and semantics: a prime use
case for Semantic Web technology [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
3
      </p>
      <p>
        Maps, Metadata and Texts in a Prototype System
We represent the relation between texts, maps, and metadata as depicted in
Figure 1. Texts are annotated using metalex:region properties that point to a region.
The la:Region class describes all individual regions in a spatial plan. Regions are
related to polygons stored in a GeoServer instance via the geo:id property, and
to an individual of type la:Land Use via the la:land use property. Contrary to the
initial approach [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], these individuals are described as SKOS concepts, i.e. they
are simultaneously of type skos:Concept and of type la:Land Use. Consequently,
land use categorisations such as captured by IMRO and GEMET are represented
as separate skos:Schema hierarchies of skos:Concepts. E.g. a model that allows
only the use of land use categories from GEMET and IMRO de nes the class
la:Land Use as those individuals of type skos:Concept that have a skos:inScheme
relation with either gemet:gemet or imro:imro2006. See also Figure 2.
      </p>
      <p>This approach leaves freedom to specify restrictions on combinations of land
use independently from either IMRO or GEMET, which bene ts maintainability
of our models. The next sections present the architecture of a prototype
implementation, and describe how the representation of regions and land use has been
incorporated in the speci cation of spatial norms.</p>
      <p>The current version of Legal Atlas is a prototype system that allows users
to query for potential con icts.14 Given a set of land use categories, the system
14 See http://feed.leibnizcenter.org.</p>
      <p>IMRO 2006
(SKOS Vocabulary)
shows all regions that con ict with an overlapping region that has one of the
categories from that set. It relies on two web services: a SPARQL endpoint, allowing
the querying of our Sesame RDF repository, and a WFS service (Web Feature
Service), that allows us to retrieve geospatial information from a GeoServer
installation.15 Maps in the RDF repository are straightforwardly represented by
means of the feature identi ers (i.e. through the geo:id property, see Figure 1)
used in GeoServer. GeoServer is designed to store and reason on polygons, and
supports the determination of certain spatial relations between features, allowing
us to represent relations such as e.g. la:overlaps, la:next to, and la:within 500 m
as queries on the WFS service. The result of these queries can be added as
relations to the RDF repository. Reasoning services are provided through the
SwiftOWLIM inference layer on the Sesame repository.16
4</p>
    </sec>
    <sec id="sec-3">
      <title>Representing Spatial Norms</title>
      <p>We distinguish the possible violation of land use from a con ict between spatial
norms:
{ A region stands in some relation to another region that is incompatible with
their respective types of land use. For instance, an industrial area overlaps
with a nature reserve.
15 See http://geoserver.org
16 SwiftOWLIM provides a limited subset of OWL DL inferences. See http://www.
ontotext.com/owlim/.
ex:IndustryRegion
la:land_use some ex:Nature</p>
      <p>rdfs:isDefinedBy rdf:type
la:land_use some ex:Industry
ex:NatureRegion</p>
      <p>In this paper, we focus on the rst issue.17</p>
      <p>The normative content of spatial plans is represented by specifying OWL
descriptions of those situations, e.g. regions, that are allowed or disallowed by
a spatial plan. Indeed, spatial plans usually only specify the areas where a
particular type of land use is allowed, rather than the exclusion relations between
types of land use. The latter is typically delegated to the land use
categorisation schema. For instance, IMRO prescribes that no piece of land can have more
than one type of land use, with the exception of a xed set of allowed `double
designations'.</p>
      <p>Figure 3 illustrates the representation of spatial norms and land use in Legal
Atlas. It depicts two types of land use: ex:Industry and ex:Nature, both of which
are subclasses of the general class of la:Land Use:
ex:Industry v la:Land Use
ex:Nature v la:Land Use
17 For a more general approach for dealing with con icts between norms using standard</p>
      <p>
        OWL 2 DL reasoning, we refer to [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>Correspondingly we de ne two regions, ex:IndustryRegion and ex:NatureRegion,
both of which are subclasses of la:Region:
(la:land use some ex:Industry) u la:Region
(la:land use some ex:Nature) u la:Region
We map the corresponding land use categorisations from IMRO by assigning
them as individuals belonging to the respective classes. This representation has
a number of bene ts, the most important being that our representation of land
use is independent of the categorisation scheme adopted. For instance, we can
map gemet:industry to ex:Industry in the same way, allowing us to specify norms
on both IMRO and GEMET encoded maps.</p>
      <p>
        norm:NoOverlapIN is a norm that states that an overlap between these two
types of regions is not allowed. In simpli cation of the approach presented in
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], where norms are kept disjunct from the domain being governed, this norm is
represented as a subclass of ex:IndustryRegion with the restriction that the region
overlaps with a region of type ex:NatureRegion. This norm is simultaneously
de ned as a subclass of norm:Con ictRegion:
      </p>
      <p>ex:IndustryRegion u la:overlaps some ex:NatureRegion
v norm:Con ictRegion
As an illustration of the representation, consider the following spatial plan,
specifying a single region with land use imro:nature:</p>
      <p>ex:region nature 2 la:Region
la:land use(ex:region nature; imro:nature)
A user draws a region ex:region industry and speci es its land use to be imro:industry.
The system queries the GIS server to nd all regions that ex:region industry
overlaps with. Suppose, in this case we nd ex:region nature, we then update the
repository with the assertion:</p>
      <p>la:overlaps(ex:region industry; ex:region nature)
The third step is to perform OWL 2 DL realization on the knowledge base.
This will infer that ex:region industry 2 ex:IndustryRegion and ex:region nature 2
ex:NatureRegion (the dotted lines in 3). However, ex:region industry also meets
the requirements of norm:NoOverlapIN, and we can therefore infer ex:region industry 2
norm:NoOverlapIN.</p>
      <p>Finally, the system will gather all individuals of the class norm:Con ictRegion
using a simple SPARQL query:18
SELECT ?region
WHERE { ?region rdf:type norm:ConflictRegion .}</p>
      <p>Because norm:NoOverlapIN is a subclass of norm:Con ictRegion, ex:region industry
will be bound to the ?region variable. The system will bring this fact to the
attention of the user by highlighting his region on the map.
18 http://www.w3.org/TR/rdf-sparql-query/</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions and Discussion</title>
      <p>
        This paper presents an approach for specifying spatial norms using Semantic
Web technology that enables an intuitive way of visualising their e ects: map
based legal case assessment. Users can see what is allowed and what not in
speci c areas on the map, they can represent a (simple) case by selecting or
drawing an area on the map. Given a designation for that area, they can have the
system assess whether this is allowed or not. The same solution also enables the
comparison of two or more sets of spatial norms that govern the same region, e.g.
coming from a municipality and the province it is part of. We have demonstrated
a practical use of the case assessment method speci ed in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] using OWL 2 DL,
and presented a prototype system that provides a partial implementation of the
approach.
      </p>
      <p>
        The simple assessment of cases or the detection of con icts does not
constitute full legal reasoning, but Legal Atlas gives users the opportunity to
experiment with their plans and prevailing norms. By using various queries they can
nd out where their plans might be allowed and where they will meet resistance.
A next step will be explaining or justifying the results. Partly this can be done
by referring to the original sources of law through the links to the MetaLex
representation (see Figure 1). For explaining the OWL 2 DL reasoning we may be
able to use built in functionality of e.g. the Pellet reasoner (cf. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]).
      </p>
      <p>
        A drawback of the current representation is that since con icts are
represented at the class level, they cannot be queried at the instance level. For
instance, this means that we currently cannot query the system for all regions that
have a land use which excludes that of a hypothetical new region: the exclusion
relations do not hold between the la:Land Use individuals directly, but are only
inferred on the y, for concrete situations. Ideally, one would therefore like the
exclusions between types of land use speci ed at the class level, to propagate to
all instances of these classes. One way to achieve this is by introducing a
complex combination of OWL 2 DL role chains, self restrictions and the universal
property [
        <xref ref-type="bibr" rid="ref15 ref8">8, 15</xref>
        ]. A similar approach has been described in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] in the context of
processes and actions, and we are currently investigating its use for the problems
described here.
      </p>
      <p>Future research will be directed towards more advanced spatial and numerical
reasoning and the use of dynamic data to cater for the planning (compensate for
the loss of x square meters of nature by creating the same area somewhere else)
and evaluation scenarios speci ed in Section 2. A promising development is the
recent addition of a spatial reasoning module to the SWI-Prolog engine in the
POSEIDON project.19 Together with the Semantic Web library of this Prolog
implementation, the reasoning services required by the application sketched here
may be combined in one service.
19 See http://www.swi-prolog.org and http://www.esi.nl/short/poseidon/
respectively</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Boer</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoekstra</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Winkels</surname>
            , R., van Engers,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Willaert</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>MET Alex: Legislation in XML</article-title>
          . In Bench-Capon,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Daskalopulu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Winkels</surname>
          </string-name>
          , R., eds.:
          <source>Jurix</source>
          <year>2002</year>
          :
          <article-title>The Fifteenth Annual Conference</article-title>
          .
          <source>Frontiers in Arti cial Intelligence and Applications</source>
          , Amsterdam, IOS Press (
          <year>2002</year>
          )
          <volume>1</volume>
          {
          <fpage>10</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Boer</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Winkels</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vitali</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Metalex xml and the legal knowledge interchange format</article-title>
          . In et al., P.C., ed.:
          <source>Computable Models of the Law, LNCS 4884</source>
          , Berlin, Springer Verlag (
          <year>2008</year>
          )
          <volume>21</volume>
          {
          <fpage>41</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Winkels</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boer</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hupkes</surname>
          </string-name>
          , E.:
          <article-title>Legal atlas: Access to legal sources through maps</article-title>
          .
          <source>In: Proceedings of the 11th International Conference on Arti cial Intelligence and Law</source>
          , New York, ACM press (
          <year>2007</year>
          )
          <volume>27</volume>
          {
          <fpage>36</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Boer</surname>
            , A., van Engers,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peters</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Winkels</surname>
          </string-name>
          , R.:
          <article-title>Separating law from geography in gis-based egovernment services</article-title>
          .
          <source>Arti cial Intelligence &amp; Law</source>
          <volume>15</volume>
          (
          <issue>1</issue>
          ) (
          <year>February 2007</year>
          )
          <volume>49</volume>
          {
          <fpage>76</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Winkels</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boer</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoekstra</surname>
          </string-name>
          , R.:
          <article-title>CLIME: lessons learned in legal information serving</article-title>
          . In van Harmelen, F., ed.
          <source>: Proceedings of the European Conference on Arti cial Intelligence (ECAI</source>
          <year>2002</year>
          ), Amsterdam, IOS-Press (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Valente</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Legal knowledge engineering: A modelling approach</article-title>
          .
          <source>PhD thesis</source>
          , University of Amsterdam (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. van de Ven,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Hoekstra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Breuker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Wortel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>El-Ali</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Judging Amy: Automated legal assessment using OWL 2</article-title>
          . In: Proceedings of OWL:
          <article-title>Experiences and Directions (OWLED 2008 EU)</article-title>
          .
          <source>(October</source>
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Motik</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel-Schneider</surname>
            ,
            <given-names>P.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parsia</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bock</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fokoue</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haase</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoekstra</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ruttenberg</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>OWL 2 web ontology language: Structural speci cation and functional-style syntax</article-title>
          .
          <source>Last call working draft</source>
          ,
          <source>W3C</source>
          (
          <year>2008</year>
          )
          <article-title>(to be published</article-title>
          , may be superseded).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Prakken</surname>
          </string-name>
          , H.:
          <article-title>Logical Tools for Modelling Legal Argument. A Study of Defeasible Reasoning in Law</article-title>
          . Kluwer Law and
          <string-name>
            <given-names>Philosophy</given-names>
            <surname>Library</surname>
          </string-name>
          , Dordrecht (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Doyle</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patil</surname>
          </string-name>
          , R.:
          <article-title>Two theses of knowledge representation: Language restrictions, taxonomic classi cations, and the utility of representation services</article-title>
          .
          <source>Arti cial Intelligence</source>
          <volume>48</volume>
          (
          <issue>3</issue>
          ) (
          <year>1991</year>
          )
          <volume>261</volume>
          {
          <fpage>298</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Hoekstra</surname>
          </string-name>
          , R.:
          <source>Ontology Representation { Design Patterns and Ontologies that Make Sense. Volume 197 of Frontiers of Arti cial Intelligence and Applications</source>
          . IOS Press, Amsterdam (
          <year>June 2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Hoekstra</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Breuker</surname>
          </string-name>
          , J.:
          <article-title>Polishing diamonds in OWL2</article-title>
          . In Gangemi,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Euzenat</surname>
          </string-name>
          , J., eds.
          <source>: Proceedings of the 16th International Conference on Knowledge Engineering and Knowledge Management (EKAW</source>
          <year>2008</year>
          ). LNAI/LNCS, Springer Verlag (
          <year>October 2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hendler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lassila</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>The Semantic Web</article-title>
          .
          <source>Scienti c American</source>
          <volume>284</volume>
          (
          <issue>5</issue>
          ) (
          <year>2001</year>
          )
          <volume>34</volume>
          {
          <fpage>43</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>M. Horridge</surname>
            ,
            <given-names>B.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Laconic and precise justi cations in owl</article-title>
          .
          <source>In: Proc. of the 7th International Semantic Web Conference (ISWC</source>
          <year>2008</year>
          ), Germany, Springer (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Mary likes all cats</article-title>
          . In Baader, F.,
          <string-name>
            <surname>Sattler</surname>
          </string-name>
          , U., eds.
          <source>: Proceedings of the 2000 International Workshop on Description Logics</source>
          , Aachen, Germany,
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          (
          <year>August</year>
          17-19
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>