<!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>Building Linked Data from Historical Maps</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Chun Lin</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hang Su</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Craig A. Knoblock</string-name>
          <email>knoblockg@isi.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yao-Yi Chiang</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Weiwei Duan</string-name>
          <email>weiweidug@usc.edu</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefan Leyk</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Johannes H. Uhl</string-name>
          <email>johannes.uhlg@colorado.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Colorado, Department of Geography</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Southern California Information Sciences Institute and Department of Computer Science</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Southern California Spatial Sciences Institute and Department of Computer Science</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Historical maps provide a rich source of data for social science researchers since they contain detailed documentation of a wide variety of factors, such as land-use changes, development of transportation networks, changes in waterways, destruction of wetlands, etc. However, these maps are typically available only as scanned documents and it is labor intensive for a scientist to extract the needed data for a study. In this paper, we address the problem of how to convert vector data extracted from multiple historical maps into Linked Data. We describe the methods for e ciently nding the links across maps, converting the data into RDF, and querying the resulting knowledge graphs. We present preliminary results that demonstrate that our approach can be used to e ciently determine changes in the Los Angeles railroad network from data extracted from multiple maps.</p>
      </abstract>
      <kwd-group>
        <kwd>historical maps</kwd>
        <kwd>Linked Data</kwd>
        <kwd>vector con ation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Historical map archives contain valuable geographic information on both
natural and man-made features across time and space, but the information is only
available as scanned images. There exist many studies in developing technologies
for extracting information from scanned historical maps to then integrate the
extracted information with other datasets in Geographic Information Systems
(GIS) [
        <xref ref-type="bibr" rid="ref2 ref4">2, 4</xref>
        ]. This line of work enables long-term spatiotemporal analyses such
as detecting the changes in railroad networks between two map editions of the
same region (Figure 1), which can be useful for the development of
transportation infrastructure, etc.
      </p>
      <p>
        However, there are still major challenges with integrating datasets extracted
from scanned maps and using them for analytical tasks. First, existing work on
integrating vector datasets such as con ation [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] focuses on reconciling di erent
sources for improving data accuracy or enriching data attributes and does not
consider changes over spatial scale or time. Second, once the vector datasets have
been aligned and matched across space and time, the information still needs to
be organized and related to other datasets to support e cient analysis.
      </p>
      <p>To enable change analysis over time periods and across spatial scales, we
present an approach to integrating map data using Linked Data as the
representation. This approach is not only helpful in making the data widely available
to researchers, but also in enabling the ability to answer complex queries from
social sciences researchers, such as investigating the interrelationships between
human and environmental systems. The approach also bene ts from the open
and connective nature of Linked Data. Compared to existing tools such as
PostGIS4 that can only handle queries related to geospatial relationships within local
databases, Linked Data can utilize other widely available knowledge sources (e.g.
GeoNames) in the Semantic Web and enable rich semantic queries.</p>
      <p>In this paper, we present a general pipeline for constructing the semantic
representation of extracted map data, which is demonstrated using railroad
geographic features. The pipeline consists of three major steps (Figure 2). The
preprocessing step includes 1) automatic line segmentation, using PostGIS to
process railroad features, and 2) data preparation to generate necessary
metadata for semantic modeling. Then, we use Karma5 to map the geographic features
to an ontology and publish the mapped data in RDF. Finally, we run SPARQL
queries against Apache Jena, which stores the geospatial Linked Data.
4 https://postgis.net/
5 http://karma.isi.edu/</p>
      <p>Fig. 2. General pipeline for processing the extracted map feature data</p>
    </sec>
    <sec id="sec-2">
      <title>Data Preprocessing and Linking</title>
      <p>Given a set of railroad map vector data extracted from separate map editions
covering the same region, the goal is to match the line segments that represent
the same line segments across multiple maps published at di erent points in
time. Such relationships are key to support the queries for nding changes in the
feature of interest through time.</p>
      <sec id="sec-2-1">
        <title>2.1 Automatic Segmentation and Linking</title>
        <p>The rst challenge that we need to address is vector-to-vector matching. Consider
an example consisting of vector features from two maps (Figure 3), where map A
represents an older map edition and map B is the latest map edition with a part
of the railroad that has been changed. In order to link only the parts that are
common across the two maps, we split each of these vector features into several
features, as shown in the gure.</p>
        <p>In order to e ciently identify the portions of the railroads that are common
across two maps, we use PostGIS, which is a powerful PostgresSQL extension for
spatial data storage and query. PostGIS o ers various functions to manipulate
and transform geographic objects in databases. As shown in Figure 3, rst we
create bu ers for the vector data in Map A and B for a particular bu er size
using the PostGIS function ST Buffer. Second, we extract the bu er intersection
with the function ST Intersection. Third, we use this bu er intersection to run
ST Intersection again with each of the original vector features from map A and
map B to determine where to split the line segments in each of the original maps.
The process records both the new segmentation and the \sameAs" relationships
among the split line segments if their bu ers intersect.</p>
        <p>The segmentation process can also handle vector datasets from more than
two map sources. With multiple vector datasets as the input, the segmentation
process rst processes two datasets and then integrates more datasets one at a
time. During the integration step, the segmentation process stores the \contains"
hierarchical relationship (Figure 4) for tracking the segmentation result for each
additional dataset and uses the hierarchical relationship to handle the \sameAs"
relationships for multiple sources.</p>
        <p>The data structure and steps for handling multiple datasets are as follows. In
the hierarchical relationship, each node in the tree stands for a line segment from
one or more vector data sources. The nodes with two parents are the common
line segments shared by two maps. When a third map source, C, comes in, the
segmentation process repeats the ST Buffer and ST Intersection procedures
using the line segments of C and all of the leaf nodes at the second level of the
tree, generates new segmented line segments shown as the new leaf nodes, and
records the newly identi ed \sameAs" and \contains" relationships (Figure 5).
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Data Preparation</title>
        <p>Once we identify the
\sameAs" relationships,
we need to convert
the data into Linked
Data. To do so, we
need to perform
several additional data
preparation steps.</p>
      </sec>
      <sec id="sec-2-3">
        <title>Geometry represen</title>
        <p>tation There are
several popular meth- Fig. 5. Incrementally integrate vector datasets from multiple
ods for representing map sources
geometries, such as
GML (Geography Markup Language), WKT (Well-Known Text), and WKB
(Well-Known Binary). We need to describe the geometries in a compact and
human-readable way; therefore WKT format is chosen for further preprocessing.
URI The rst thing we need for representing the integrated vector data as
Linked Data is the unique IDs for individual line segments. We could use the
geometry representation of a line segment as its unique ID because two
geographic line segments typically are not exactly same. However, a line segment in
the WKT format is a long string, containing commas and spaces which are
invalid for a URI. To overcome this problem, we apply a hash function on the line
segment in WKT to obtain a relatively short string to describe the URI.
Considering hash collision, especially two line segments from di erent maps may be
similar, we add additional metadata of individual line segments (i.e., the source
map) to the corresponding hash results.
Relationship between line segments Since line segments are represented
by URIs, which are persistent, we can add relationships between two line
segments using their corresponding URIs. The relationships between line segments
include \sameAs" to link segments across maps and \contains" to describe how
a segment is broken down into subsegments. If an existing line segment has to
be split into smaller segments to link with a new map source, the split segments
will have their own URIs and will be linked to the original line segment with the
\contains" relationship.</p>
        <p>Metadata Most line segments from a map share the same metadata, so we only
store the metadata for map entities and link the line segments to their source
map instead of storing the metadata for each line segments.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Creating Vector Linked Data</title>
      <p>
        To represent geographic line segments in RDF, we use the semi-automatic tool
Karma [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] to map structured data generated from the previous steps to ontologies
de ned by schema.org. The output is map data stored as RDF triples in a
knowledge graph based on the ontologies.
      </p>
      <p>Entity The map metadata are represented by schema:MapType, and the
geographic vector data are described by schema:Map.</p>
      <p>Relationship If two line segments from multiple maps are identi ed as the
same entity, their relation is schema:sameAs. If a line segment is derived from
a historical version of a segment (i.e., existing segment from a previous source),
their relation is schema:contains.</p>
      <p>We want to avoid updating all of the existing geographic vector data.
Adopting this method, we store historical version of knowledge graph rst, and when a
new map comes in, we just need to handle it incrementally, i.e. just import new
vector data and their connections resulting from the steps described in Section 2.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Querying</title>
      <p>With the knowledge graph
generated using Karma, we can set up
queries to solve some interesting,
realworld problems. Figure 6 provides an
example query for nding the changed
segments of railroads in two map
editions (circa 2000 and 2005).</p>
      <p>Line segments from more than one
source are also stored in the knowl- Fig. 6. Query to nd the changes in
railedge graph to track the provenance. roads between maps
In the query result, we only return the latest version of the line segments that
meets the query criteria, i.e., the leaf nodes, because they are the smallest line
components after the split.</p>
      <p>PREFIX schema: &lt;http://schema.org/&gt;
select distinct ?a ?mapa
where {?a schema:geo ?geo.</p>
      <p>?a schema:mapType ?mapa.
?mapa schema:releaseDate "2000".
filter not exists{
?a schema:sameAs ?b.
?b schema:mapType ?mapb.</p>
      <p>?mapb schema:releaseDate "2005".}
minus{?a schema:contains ?x}}
To test our approach on real datasets, we used the railroad data from three
sources: 1) USGS vector data for Los Angeles, California6 (822 features), 2)
California Rail Network7 (149 features), and 3) National Atlas of the United
States8 (45 features). All the data was input in ESRI shape le format and we
cropped them for the area of Los Angeles (Figure 7).</p>
      <p>Line segmentation in PostGIS We transformed all data to the same
Coordinate Reference System (CRS), EPSG:4269,9 bu ered map (a) and map (b) with
0.0005 in degrees, segmented the vector data, and generated the \sameAs" and
\contains" relationships. When we added map (c), we bu ered line segments
from maps (a) and (b) as well as line segments from map (c) with 0.0015 in
degrees. This larger bu er for handling map (c) is because map (c) has a smaller
map scale compared to maps (a) and (b) due to increasing levels of
generalization in feature representation, hence the positional o sets is potentially larger
(than between maps (a) and (b)). Then we repeated the intersecting step until all
relationships of \sameAs" and \contains" among three maps were identi ed. It
took 36 seconds altogether to run all queries computing bu ers and intersections
for processing the three maps.</p>
      <p>Data preparation The identi ed relationships and segmented vector data were
stored in PostgresSQL. In this step, we exported the tables from PostgresSQL
to CSV les. We used the WKT format to represent geometries and added URI
and other metadata including map year and source so that we could perform
semantic queries to nd changes of the vector data by years in the next step.
Here we recorded map (a) with the year 2000 and map (c) with the year 2005.
Create vector Linked Data CSV les were loaded into Karma to map the
data to ontologies and produce output in RDF format.</p>
      <p>Querying RDF les were then stored in Apache Jena, where we could query to
nd the di erence between maps using SPARQL. Using the query in Section 4
we produced the result shown in Figure 8 in 63ms. The visualization was created
with the resulting WKT using QGIS.
6 https://viewer.nationalmap.gov/basic/
7 http://www.dot.ca.gov/hq/tsip/gis/datalibrary/Metadata/Rail_13.html
8 https://nationalmap.gov/small_scale/
9 https://epsg.io/4269</p>
    </sec>
    <sec id="sec-5">
      <title>Related Work</title>
      <p>
        The mainstream work on geospatial data
integration focuses on vector data con ation,
which is a reconciliation process of two maps
in the same area to achieve a better positional
accuracy for one of the datasets (e.g., [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]).
      </p>
      <p>
        Ruiz et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] discussed di erent types of
con ation methods, including vector to vector
con ation and semantic con ation. The
former involves feature matching between di
erent datasets (e.g., [
        <xref ref-type="bibr" rid="ref3 ref8">3, 8</xref>
        ]), which is also a
crucial step for the automatic line segmentation
in our work. On measuring the similarity of Fig. 8. Query result: railroads in
vector geometries, Sherif et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] conducted 2000 but not in 2005, di erence in
a survey on existing ten point-set measures in green
the context of geospatial Linked Data.
      </p>
      <p>
        Using Linked Data to integrate geospatial information is a growing topic,
which enables the data integration process to take advantage of the open and
distributed Linked Data sources with great opportunities and challenges at the
same time [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. U.S. Geological Survey (USGS) has developed an initial approach
for The National Map to build ontologies, match features, and support Linked
Data queries [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Using Linked Data is also useful in semantic con ation,
allowing non-geometric features to play a key role in the integration process, but this
approach is mainly studied for con ating points of interest data [
        <xref ref-type="bibr" rid="ref12 ref15">12, 15</xref>
        ]. Our
approach solves the integration problem of geospatial linear feature matching
using the RDF representation published as Linked Data.
      </p>
      <p>
        In addition, current work on geospatial change analysis (e.g. glacier change
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and geomorphic change [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]) were mainly accomplished with GIS software
such as PostGIS and ArcGIS. Our approach opens the possibility of analyzing
geospatial data with richer attribution and increasing detail.
7
      </p>
    </sec>
    <sec id="sec-6">
      <title>Discussion</title>
      <p>We presented an end-to-end approach to integrating geographic data from
multiple sources and publishing the integrated data as Linked Data. We demonstrated
the approach with railroad vector data extracted from three maps and showed
queries for identifying changes in the vector data over time. This approach would
also work for other types of linear features, and the case study uses railroads
to explain the idea. The resulting tools and datasets will be bene cial for
geography and social science researchers for conducting change analyses related to
transportation infrastructure, land use, and land cover.</p>
      <p>In future work, we plan to explore the use of GeoSPARQL for querying
geographic RDF data and creating links to other existing sources to answer
other types of research questions. For example, the addition of demographic
data as Linked Data would allow us to examine relationships between changes
in population distributions and changes in transportation infrastructure.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgement</title>
      <p>This material is based on research sponsored in part by the National Science
Foundation under Grant Nos. IIS 1563933 (to the University of Colorado at
Boulder) and IIS 1564164 (to the University of Southern California).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>C.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knoblock</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          :
          <article-title>Con ation of geospatial data</article-title>
          . In: Shekhar,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Xiong</surname>
          </string-name>
          , H. (eds.) Encyclopedia of GIS, pp.
          <volume>133</volume>
          {
          <fpage>140</fpage>
          .
          <string-name>
            <surname>Springer</surname>
            <given-names>US</given-names>
          </string-name>
          , Boston, MA (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Chiang</surname>
            ,
            <given-names>Y.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leyk</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knoblock</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          :
          <article-title>A survey of digital map processing techniques</article-title>
          .
          <source>ACM Computing Surveys (CSUR) 47(1)</source>
          ,
          <volume>1</volume>
          {
          <fpage>44</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cobb</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chung</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Foley</surname>
            <given-names>III</given-names>
          </string-name>
          , H.,
          <string-name>
            <surname>Petry</surname>
            ,
            <given-names>F.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shaw</surname>
            ,
            <given-names>K.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>H.V.</given-names>
          </string-name>
          :
          <article-title>A rule-based approach for the con ation of attributed vector data</article-title>
          .
          <source>GeoInformatica</source>
          <volume>2</volume>
          (
          <issue>1</issue>
          ),
          <volume>7</volume>
          {
          <fpage>35</fpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Duan</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chiang</surname>
            ,
            <given-names>Y.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knoblock</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leyk</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uhl</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          :
          <article-title>Automatic generation of precisely delineated geographic features from georeferenced historical maps using deep learning</article-title>
          .
          <source>In: The 22nd International Research Symposium on Computer-based Cartography and GIScience</source>
          (Autocarto/UCGIS) (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>James</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hodgson</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghoshal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Latiolais</surname>
            ,
            <given-names>M.M.:</given-names>
          </string-name>
          <article-title>Geomorphic change detection using historic maps and dem di erencing: The temporal dimension of geospatial analysis</article-title>
          .
          <source>Geomorphology</source>
          <volume>137</volume>
          (
          <issue>1</issue>
          ),
          <volume>181</volume>
          {
          <fpage>198</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Knoblock</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Szekely</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ambite</surname>
            ,
            <given-names>J.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lerman</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muslea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Taheriyan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mallick</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Semi-automatically mapping structured sources into the semantic web</article-title>
          .
          <source>In: Extended Semantic Web Conference</source>
          . pp.
          <volume>375</volume>
          {
          <fpage>390</fpage>
          . Springer (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Kuhn</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kauppinen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janowicz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Linked data-a paradigm shift for geographic information science</article-title>
          .
          <source>In: International Conference on Geographic Information Science</source>
          . pp.
          <volume>173</volume>
          {
          <fpage>186</fpage>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goodchild</surname>
            ,
            <given-names>M.F.</given-names>
          </string-name>
          :
          <article-title>An optimisation model for linear feature matching in geographical data con ation</article-title>
          .
          <source>International Journal of Image and Data Fusion</source>
          <volume>2</volume>
          (
          <issue>4</issue>
          ),
          <volume>309</volume>
          {
          <fpage>328</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Raup</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Racoviteanu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khalsa</surname>
            ,
            <given-names>S.J.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Helm</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Armstrong</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arnaud</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>The glims geospatial glacier database: a new tool for studying glacier change</article-title>
          .
          <source>Global and Planetary Change</source>
          <volume>56</volume>
          (
          <issue>1-2</issue>
          ),
          <volume>101</volume>
          {
          <fpage>110</fpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Ruiz</surname>
            ,
            <given-names>J.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ariza</surname>
            ,
            <given-names>F.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Urena</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blazquez</surname>
            ,
            <given-names>E.B.</given-names>
          </string-name>
          :
          <article-title>Digital map con ation: a review of the process and a proposal for classi cation</article-title>
          .
          <source>International Journal of Geographical Information Science</source>
          <volume>25</volume>
          (
          <issue>9</issue>
          ),
          <volume>1439</volume>
          {
          <fpage>1466</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Saalfeld</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Con ation: automated map compilation</article-title>
          .
          <source>International Journal of Geographical Information System</source>
          <volume>2</volume>
          (
          <issue>3</issue>
          ),
          <volume>217</volume>
          {
          <fpage>228</fpage>
          (
          <year>1988</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Sehgal</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Getoor</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Viechnicki</surname>
          </string-name>
          , P.D.:
          <article-title>Entity resolution in geospatial data integration</article-title>
          .
          <source>In: Proceedings of the 14th annual ACM international symposium on Advances in geographic information systems</source>
          . pp.
          <volume>83</volume>
          {
          <fpage>90</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Sherif</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ngomo</surname>
            ,
            <given-names>A.C.N.:</given-names>
          </string-name>
          <article-title>A systematic survey of point set distance measures for link discovery</article-title>
          .
          <source>Semantic Web Journal, pg.18</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Usery</surname>
            ,
            <given-names>E.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varanka</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Design and development of linked data from the national map</article-title>
          .
          <source>Semantic web 3(4)</source>
          ,
          <volume>371</volume>
          {
          <fpage>384</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McMeekin</surname>
            ,
            <given-names>D.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arnold</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>West</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Semantic web technologies automate geospatial data con ation: Con ating points of interest data for emergency response services</article-title>
          .
          <source>In: LBS 2018: 14th International Conference on Location Based Services</source>
          . pp.
          <volume>111</volume>
          {
          <fpage>131</fpage>
          . Springer (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>