<!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>The Semantic Data Dictionary Approach to Data Annotation &amp; Integration</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sabbir M. Rashid</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Katherine Chastain</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jeanette A. Stingone</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Deborah L. McGuinness</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>James P. McCusker</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Icahn School of Medicine at Mount Sinai</institution>
          ,
          <addr-line>New York, NY 10029</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Rensselaer Polytechnic Institute</institution>
          ,
          <addr-line>Troy, NY 12180</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>A standard approach to describing datasets is through the use of data dictionaries: tables which contain information about the content, description, and format of each data variable. While this approach is helpful for a human readability, it is di cult for a machine to understand the meaning behind the data. Consequently, tasks involving the combination of data from multiple sources, such as data integration or schema merging, are not easily automated. In response, we present the Semantic Data Dictionary (SDD) speci cation, which allows for extension and integration of data from multiple domains using a common metadata standard. We have developed a structure based on the Semanticscience Integrated Ontology's (SIO) high-level, domain-agnostic conceptualization of scienti c data, which is then annotated with more speci c terminology from domain-relevant ontologies. The SDD format will make the speci cation, curation and search of data much easier than direct search of data dictionaries through terminology alignment, but also through the use of \compositional" classes for column descriptions, rather than needing a 1:1 mapping from column to class.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>A common challenge in scienti c research involves nding data across databases
with the same semantic meaning. This challenge arises since the labels of columns
in data tables do not necessary reveal the meaning of the data. Furthermore, one
to one mappings between columns from separate sources are not readily
accessible. Column headers and traditional data dictionaries describe the conceptual
structure underlying a dataset in a manner understandable by human readers,
but it is di cult for computers to extract this same information. A single row
in a dataset may contain data on multiple entities - for example, the subject,
the subject's blood sample, and information about the subject's mother, such
as whether or not she smoked during pregnancy. Understanding that these are
separate but related entities and how they are related to each other facilitates
nding other data that are relevant for comparison.</p>
      <p>
        The Semantic Data Dictionary (SDD) speci cation is a way to represent
implicit entities and their relationships using a general ontology, namely the
Semanticscience Integrated Ontology (SIO). SIO provides general properties to
describe the relations between entities, and measured characteristics are
represented as attributes of those entities [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Domain-speci c ontologies, such as the
Children's Health Exposure Analysis Resource (CHEAR) ontology [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], allow
more ne-grained and dataset-speci c annotation of concepts. A well-formed
SDD contains information about the entity types represented and/or referred
to by each column in a tabular dataset, utilizing the relevant ontology URIs in
order to convey this information in a manner that is both machine-readable and
unambiguous.
      </p>
      <p>We use SIO's high-level conceptualization of data as our target semantic
structure when constructing the SDD. Leveraging one particular structure as a
basis helps to focus a user by providing a limited subset of relationships and
entities for the user to consider. The SDD can express data against any
SIOcompatible ontology, and can be used to describe tabular data where there are
any number of entities, attributes, timepoints, roles, and relationships. Our
intent is to create a process that is more accessible to domain scientists and data
providers as it only requires knowledge of a limited number of ontologies.
Properties in the SIO ontology can be used to describe characteristics of a data
variable.</p>
      <p>In this paper we demonstrate the utility of the SDD format and the use of
the SIO and CHEAR ontologies by representing a number of relevant tables. We
present an evaluation of the SDD approach by creating SDD speci cations for
the National Health and Nutrition Examination Survey (NHANES) 2013-2014
dataset. Finally, we describe the use of Semantic Data Dictionaries in existing
research projects.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <sec id="sec-2-1">
        <title>Data Integration</title>
        <p>
          Data integration involves the ability to unite data from multiple sources in such
a way that results in a uni ed view of the combined data [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. An increasingly
used approach to data integration is the use of ontologies to annotate data.
However, the success of this approach has lead to an increase in the number of
existing ontologies, resulting in di culties in deciding which ontologies to use
and the consideration of possible interoperability issues between ontologies. For
the biomedical domain, the Open Biomedical Ontologies (OBO) consortium is
helping to address this problem by creating a family of logically well-formed
ontologies which follow a set of shared design principles [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. Ontologies contained
in the OBO Foundry include the Gene Ontology (GO), Chemical Entities of
Biological Interest (ChEBI) and Human Disease Ontology (DOID)3. Another
important ontology used in biomedical research and science in general is the
Semanticscience Integrated Ontology (SIO), which divides entities into three
distinct categories: objects, events and processes [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. Adhering to a common
foundational model such as SIO or the OBO Foundry ontologies facilitates data
integration.
3 http://www.obofoundry.org/
2.2
        </p>
        <p>
          Schema Merging
One approach to integrated information from multiple datasets is through Schema
Merging. General methods for Schema Merging have involved either using a set
of tools to alter multiple schemas such that the are consistent with each other,
or using the multiple schemas to create one merged schema [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. In order to
successfully implement these approaches, however, it is important to know which
corresponding elements in each schema should be aligned. Further
considerations include possible union or intersection of schema elements, generalization
of attributes described in a schema, and the removal of redundant attributes or
relationships [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. Aside from algorithmic approaches to Schema Merging or
Ontology Alignment, other methods my take advantage of crowd sourcing in order
to acquire human contributions. An example of such a platform is CrowdMap
[
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], which reduces complex alignment problems into individual alignment tasks,
which are published online to be outsourced to a distributed group of
contributors.
2.3
        </p>
        <p>
          Semantic Annotation
Semantic Annotation refers to the practice of assigning metadata descriptions
that describe information about entities in a database or in text [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. Recent
surveys on Semantic Annotation platforms describe architecture, methods, and
performance on currently available tools that facilitate semantic annotations [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ],
[
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. Several of the most e ective annotation platforms (in terms of F-Measure)
include MUSE [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], Armadillo [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] and KIM [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. MUSE is a information
extraction system that performs named entity recognition using a tokeniser, sentence
splitter, part of speech tagger, and a semantic tagger [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. Armadillo is a generic
and portable architecture for scraping information for websites [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. KIM is a
platform for semantic annotation, indexing, and retrieval that includes the use
of an ontology, a server, and a front-end interface [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. Using an algorithm called
Taxonomy-Based Disambiguation, which involves Spotting, Learning and
Tagging, SemTag was able to achieve automated large-scale semantic tagging of over
250 million web pages [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. OntoAnnotate leverages existing conceptualizations
from domain speci c ontologies, but relies primarily on human annotation [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ].
3
3.1
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <sec id="sec-3-1">
        <title>SDD Speci cation</title>
        <p>The Semantic Data Dictionary is made up of a collection of tabular data which
can be written in Excel or Google sheets, or tabular text format, such as Comma
Separated Value (CSV) les. The rst of these les is the infosheet, which
contains information about the study as well as the location of the other tables. The
tables referenced in the infosheet are the Semantic Data Dictionary, Codebook,
Timeline and Code Mappings. The Semantic Data Dictionary contains columns
following the SDD speci cation, which is shown in Table 1. The SDD contain
inRelationTo wasDerivedFrom wasGeneratedBy
Column Attribute attributeOf Unit
id sio:Identi er ??child
race sio:Race ??mother
age sio:Age ??mother
edu chear:EducationLevel ??mother
bmi chear:BMI ??mother
weight sio:Mass ??mother
height sio:Height ??mother
smoker chear:SmokingStatus ??mother
pb 1 sio:Concentration ??pb 1
pb 2 sio:Concentration ??pb 2
ga chear:GestationalAge ??child
birthwt chear:Weight ??child
sio:Year ??visit1</p>
        <p>??visit1
kgm2 ??visit1
kg ??visit1
cm ??visit1</p>
        <p>??pregn
mgL ??visit1 ??sample1
mgL ??visit2 ??sample2
sio:Week ??birth
kg ??birth
weight, height
??sample1
??sample2
hasco:ICP-MS
hasco:ICP-MS
actual columns derived from the dataset, as well as virtual columns. The actual
columns contain mappings to the underlying attribute that is described by the
dataset column as well as provenance information such as how that variable was
generated or derived, as shown in Table 2. In order to describe the entity to
which the attribute is describing or the time of measurement, virtual columns
are used. One bene t of using virtual columns is that they allow for inclusion
of mapping to concepts that are implicit to the data, such as the entity that
an attribute belongs to. An example of virtual columns is shown in Table 3.
Virtual columns involving time intervals should be stored in the Timeline table.
Like standard codebooks used by the biomedical community, the Codebook
table contains possible values of coded variables and their associated labels. We
augment each possible value with mappings to corresponding ontological
concepts, as shown in Table 4. Finally, the Code Mappings table contains mappings
of abbreviated terms or units to their corresponding concepts. The set of code
mappings used in CHEAR can be found on GitHub4.
3.2</p>
        <p>OWL Generation
Each cell of data from a dataset is used to create an instantiation of an
attribute, based on the description of the column in the SDD. The value in the
cell is used to assign a sio:hasValue property to the attribute instantiation. If
the attributeOf column is lled out in the SDD, the sio:isAttributeOf property
is used to link to the corresponding entity instantiation.If a unit is speci ed,
the sio:hasUnit property is assigned the corresponding unit from the Units
Ontology, which is determined by using the Code Mappings table. If a timepoint
for the corresponding variable is speci ed, it is included in the OWL using the
sio:existsAt property. The timepoint may also have an associated value, unit,
and relation, as shown in the example OWL below.
:birthweight a chear:Weight;
sio:isAttributeOf :joe;
sio:hasValue 3;
sio:hasUnit uo:kilogram;
sio:existsAt [ a sio:TimeInterval, chear:BirthTime;
4 https://github.com/tetherless-world/chear-ontology/blob/master/code_
mappings.csv
sio:hasValue 0;
sio:hasUnit sio:Day;
sio:inRelationTo :birth ];
sio:existsAt [ a sio:TimeInterval, chear:GregorianTime;
sio:hasValue "2016-03-12"^^xsd:dateTime;
sio:hasUnit sio:Day;
sio:inRelationTo :birth ].
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Evaluation</title>
      <p>
        The SDD speci cation approach was applied to the National Health and
Nutrition Survey (NHANES) data from 2013-2014. In a manner speci cally tailored
to the NHANES website structure, values for columns in the SDD speci cation
were populated through a web scraping script that used the Python Beautiful
Soup package. In order to assign attributes and entities, a look-up approach was
used to compare NHANES entries with terms in SIO or CHEAR. Using this
approach, we were able to generate SDD starting points and Codebooks for 150
documents in 6 categories (Questionnaire, Demographics, Dietary, Laboratory,
Examination, and Limited Access) corresponding to roughly 4818 SDD rows
and over 17000 codebook entries. Of the 4818 SDD rows, 1148 or 23.83% were
mapped to existing concepts in SIO such as Age, Height, Race and Ethnicity,
as well as terms from CHEAR, including Weight, Education Level, Language,
and Income. The remaining rows were not mapped to any concepts due to
limitations in the extraction algorithm, which used pattern matching in the labels
and comments to search for the above SIO and CHEAR terms, rather than more
advanced natural language processing techniques. Therefore, while the current
process reduces the amount of time required, human input is still necessary to
complete the annotation. It is an ongoing e ort to manually annotate the
remaining NHANES concepts. Furthermore, the SDD speci cation is being applied to
additional publicly available datasets, including the Genomic Data Commons5,
the Surveillance, Epidemiology, and End Results Program6, and the Medical
Information Mart for Intensive Care [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Additionally, by using a script to convert
from SDDs, Codebooks, and the corresponding data into the Resource
Description Framework (RDF), Knowledge Graphs have been created for the subset
of NHANES that had been annotated. These graphs are being actively used in
a Data Analytics course at Rensselaer Polytechnic Institute to demonstrate to
students how semantics can be leveraged to perform analytics.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Discussion</title>
      <p>
        Concentrating on mapping many data sets to one single conceptual structure
serves the semantic web goal of interoperability: by mapping to the SIO
conceptualization datasets can be compared to any other dataset that has also
5 https://gdc.cancer.gov
6 https://seer.cancer.gov
been mapped. A Semantic Data Dictionary provides a formal means to map
dataset columns into a compositional structure in a way that allows us to
produce OWL-based metadata for those datasets, creating explicitly de ned classes
that dataset columns map to. For some studies, like NHANES, tools for web
scraping can be used, such as the Python library Beautiful Soup [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ],
allowing for a semi-automatic population of variable names, labels, and de nitions.
Nevertheless, automating the population of entities, roles or relations that
correspond to the variable cannot be accomplished simply by using web scraping
techniques, requiring the collaboration with domain experts.
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>The Semantic Data Dictionary (SDD) standard allows for extension and
integration of data from multiple public health and biomedical domains through a
common metadata standard, and is convertible to OWL-based metadata that can be
used to query for relevant datasets without knowledge of the structure of any one
dataset. The CHEAR project uses the SDD speci cation to describe data related
to demographics, anthropometry, birth outcomes, pregnancy characteristics,
biological responses and targeted analytes. The Center for Architecture Science and
Ecology (CASE) is using Semantic Data Dictionaries to annotate data related
to biological and physical environments, human demographics and physiology,
and cognition. The Healthy Birth, Growth, and Development (HBGD) is using
the SDD speci cation to capture data summary statistics, such as mean,
standard deviation, minimum and maximum con dence interval values, counts, and
time information. As demonstrated by its applicability in the above projects,
the SDD speci cation is an approach for semantic annotation that can be used
to represent attributes described by data elements to allow for the integration
of data from multiple sources.
7</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>This work was funded by the National Institute of Environmental Health
Sciences (NIEHS) Award 0255-0236-4609 / 1U2CES026555-01. We would like to
thank Susan Teitelbaum at the Icahn School of Medicine at Mount Sinai for her
leadership on the overall CHEAR data resource project, as well as her guidance
in exposure and health domains.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Buneman</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davidson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kosky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>Theoretical aspects of schema merging</article-title>
          .
          <source>In Advances in Database TechnologyEDBT'92</source>
          (
          <year>1992</year>
          ), Springer, pp.
          <volume>152</volume>
          {
          <fpage>167</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Dill</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eiron</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gibson</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gruhl</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guha</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jhingran</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanungo</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rajagopalan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tomkins</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tomlin</surname>
            ,
            <given-names>J. A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Zien</surname>
            ,
            <given-names>J. Y.</given-names>
          </string-name>
          <article-title>Semtag and seeker: Bootstrapping the semantic web via automated semantic annotation</article-title>
          .
          <source>In Proceedings of the 12th International Conference on World Wide Web</source>
          (New York, NY, USA,
          <year>2003</year>
          ),
          <source>WWW '03</source>
          , ACM, pp.
          <volume>178</volume>
          {
          <fpage>186</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Dingli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ciravegna</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Wilks</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <article-title>Automatic semantic annotation using unsupervised information extraction and integration</article-title>
          .
          <source>In Proceedings of SemAnnot 2003 Workshop</source>
          (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Dumontier</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>The Semanticscience Integrated Ontology (SIO)</article-title>
          . http://sio. semanticscience.org.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Dumontier</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baker</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baran</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Callahan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chepelev</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cruz-Toledo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Del Rio</surname>
            ,
            <given-names>N. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duck</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Furlong</surname>
            ,
            <given-names>L. I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Keath</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klassen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCusker</surname>
            ,
            <given-names>J. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Queralt-Rosinach</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Samwald</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villanueva-Rosales</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilkinson</surname>
            ,
            <given-names>M. D.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Hoehndorf</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <article-title>The semanticscience integrated ontology (sio) for biomedical research and knowledge discovery</article-title>
          .
          <source>Journal of Biomedical Semantics</source>
          <volume>5</volume>
          ,
          <issue>1</issue>
          (
          <year>2014</year>
          ),
          <fpage>14</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Johnson</surname>
            ,
            <given-names>A. E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pollard</surname>
            ,
            <given-names>T. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehman</surname>
          </string-name>
          , L.-w. H.,
          <string-name>
            <surname>Feng</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghassemi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Moody, B.,
          <string-name>
            <surname>Szolovits</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Celi</surname>
            ,
            <given-names>L. A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Mark</surname>
          </string-name>
          , R. G.
          <article-title>Mimic-iii, a freely accessible critical care database</article-title>
          .
          <source>Scienti c data 3</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Kiryakov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Popov</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ognyanoff</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kirilov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Goranov</surname>
            ,
            <given-names>M. Semantic</given-names>
          </string-name>
          <string-name>
            <surname>Annotation</surname>
          </string-name>
          , Indexing, and Retrieval. Springer Berlin Heidelberg, Berlin, Heidelberg,
          <year>2003</year>
          , pp.
          <volume>484</volume>
          {
          <fpage>499</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lenzerini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Data integration: A theoretical perspective</article-title>
          .
          <source>In Proceedings of the twenty- rst ACM SIGMOD-SIGACT-SIGART symposium on Principles of database systems</source>
          (
          <year>2002</year>
          ), ACM, pp.
          <volume>233</volume>
          {
          <fpage>246</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Maynard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <article-title>Multi-source and multilingual information extraction</article-title>
          .
          <source>Expert Update 6</source>
          ,
          <issue>3</issue>
          (
          <year>2003</year>
          ),
          <volume>11</volume>
          {
          <fpage>16</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>McBrien</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Poulovassilis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>A formalisation of semantic schema integration</article-title>
          .
          <source>Information Systems</source>
          <volume>23</volume>
          ,
          <issue>5</issue>
          (
          <year>1998</year>
          ),
          <volume>307</volume>
          {
          <fpage>334</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>McCusker</surname>
            ,
            <given-names>J. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rashid</surname>
            ,
            <given-names>S. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chastain</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pinheiro</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stingone</surname>
            ,
            <given-names>J. A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D. L.</given-names>
          </string-name>
          <string-name>
            <surname>Broad</surname>
          </string-name>
          ,
          <article-title>interdisciplinary science in tela: An exposure and child health ontology</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Popov</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kiryakov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kirilov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ognyanoff</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Goranov</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Kim{semantic annotation platform</article-title>
          .
          <source>In International Semantic Web Conference</source>
          (
          <year>2003</year>
          ), Springer, pp.
          <volume>834</volume>
          {
          <fpage>849</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Reeve</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , and Han,
          <string-name>
            <surname>H.</surname>
          </string-name>
          <article-title>Survey of semantic annotation platforms</article-title>
          .
          <source>In Proceedings of the 2005 ACM Symposium on Applied Computing</source>
          (New York, NY, USA,
          <year>2005</year>
          ),
          <source>SAC '05</source>
          , ACM, pp.
          <volume>1634</volume>
          {
          <fpage>1638</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Richardson</surname>
          </string-name>
          , L. Beautiful soup documentation,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Sarasua</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simperl</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Noy</surname>
            ,
            <given-names>N. F.</given-names>
          </string-name>
          <string-name>
            <surname>Crowdmap</surname>
          </string-name>
          <article-title>: Crowdsourcing ontology alignment with microtasks</article-title>
          .
          <source>In International Semantic Web Conference</source>
          (
          <year>2012</year>
          ), Springer, pp.
          <volume>525</volume>
          {
          <fpage>541</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashburner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosse</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bug</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldberg</surname>
            ,
            <given-names>L. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eilbeck</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ireland</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          , et al.
          <article-title>The obo foundry: coordinated evolution of ontologies to support biomedical data integration</article-title>
          .
          <source>Nature biotechnology 25</source>
          ,
          <issue>11</issue>
          (
          <year>2007</year>
          ),
          <fpage>1251</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Handschuh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <article-title>An annotation framework for the semantic web</article-title>
          .
          <source>Inst. AIFB</source>
          , Univ.,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Uren</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iria</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Handschuh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vargas-Vera</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motta</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Ciravegna</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <article-title>Semantic annotation for knowledge management: Requirements and a survey of the state of the art</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web 4</source>
          ,
          <issue>1</issue>
          (
          <year>2006</year>
          ),
          <volume>14</volume>
          {
          <fpage>28</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>