<!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>Clinical Data Wrangling using Ontological Realism and Referent Tracking</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Werner Ceusters</string-name>
          <email>ceusters@buffalo.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chiun Yu Hsu</string-name>
          <email>chiunhsu@buffalo.edu</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Barry Smith</string-name>
          <email>phismith@buffalo.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Biomedical Informatics, University at Buffalo</institution>
          ,
          <addr-line>Buffalo, NY 14203</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Philosophy, University at Buffalo</institution>
          ,
          <addr-line>Buffalo, NY 14203</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Neuroscience Program, Medicine and Biomedical Sciences, University at Buffalo</institution>
          ,
          <addr-line>NY 14260</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2014</year>
      </pub-date>
      <fpage>27</fpage>
      <lpage>32</lpage>
      <abstract>
        <p>- Ontological realism aims at the development of high quality ontologies that faithfully represent what is general in reality and to use these ontologies to render heterogeneous data collections comparable. To achieve this second goal for clinical research datasets presupposes not merely (1) that the requisite ontologies already exist, but also (2) that the datasets in question are faithful to reality in the dual sense that (a) they denote only particulars and relationships between particulars that do in fact exist and (b) they do this in terms of the types and type-level relationships described in these ontologies. While much attention has been devoted to (1), work on (2), which is the topic of this paper, is comparatively rare. Using Referent Tracking as basis, we describe a technical data wrangling strategy which consists in creating for each dataset a template that, when applied to each particular record in the dataset, leads to the generation of a collection of Referent Tracking Tuples (RTT) built out of unique identifiers for the entities described by means of the data items in the record. The proposed strategy is based on (i) the distinction between data and what data are about, and (ii) the explicit descriptions of portions of reality which RTTs provide and which range not only over the particulars described by data items in a dataset, but also over these data items themselves. This last feature allows us to describe particulars that are only implicitly referred to by the dataset; to provide information about correspondences between data items in a dataset; and to assert which data items are unjustifiably or redundantly present in or absent from the dataset. The approach has been tested on a dataset collected from patients seeking treatment for orofacial pain at two German universities and made available for the NIDCR-funded OPMQoL project.</p>
      </abstract>
      <kwd-group>
        <kwd>referent tracking</kwd>
        <kwd>data wrangling</kwd>
        <kwd>ontological realism</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>I. INTRODUCTION</title>
      <p>One goal of ontology-based research is the integration of
information residing in heterogeneous data collections in the
hope that by running queries over the resultant combined
data collections we will be able to answer questions that
would otherwise remain unanswered [1]. Such integration
can be achieved through different paradigms, including:
mediation [2], federation [3], data warehousing [4], and,
most recently, the Ontology-Based Data Access (OBDA)
paradigm [5], which is distinguished by the fact that it keeps
the data sources and conceptual layer of an information
system separate and independent.</p>
      <p>To be effective, all such paradigms require
ontologybased mappings ranging not only over the database schemas
but also over the data types by means of which the data are
stored [6]. Research in OBDA revealed that successful
information integration requires much more detail than is
standardly provided: it requires also suitable mechanisms
for mapping individual data values – rather than merely data
fields – to corresponding instances of ontology classes – for
example to patients in a clinical study. This in turn requires
the specification of how identifiers for such instances can be
generated from such data values in order to enable creation
of an ABox suitable for answering queries relating to such
instances [7]. Such specification, we believe, may well be a
critical issue in the context of clinical research datasets,
where (as we shall discover below) data values do not
always denote what is suggested by the variable or
fieldname under which they appear.</p>
      <p>Suppose, for example, that in the record of some patient
the variable phenotypic gender is associated with a value of
either ‘0’ or ‘1’ – meaning ‘male’ or ‘female,’ respectively.
It is then safe to create an ABox statement to the effect that
this patient’s phenotypic gender is an instance of the
corresponding ontology class. If no data value is found,
however, then it should not be assumed that the patient in
question does not have a phenotypic gender. If, on the other
hand a value of ‘2’ – documented as meaning ‘unknown’ –
is found, then this should not lead to an ABox assertion to
the effect that the given patient’s phenotypic gender is an
instance of a special kind which is neither male nor female.
The value ‘unknown’ provides information not about the
patient, but rather about the data we have about the patient.</p>
      <p>The problem we face in creating data value to ontology
mappings from clinical research data repositories is that the
information needed for such mappings is not explicitly
represented in the datasets. Rather, it is scattered through
various data dictionaries and instruction manuals (relating
for example on how to extract and process data from
responses to standardized questionnaires).</p>
      <p>
        The explicit representation that is pursued by the
Referent Tracking (RT) methodology is based on
Ontological Realism as described in [8], and on the thesis
that explicit representation can best be achieved by
generating unique identifiers to all instances of ontology
classes which are described – whether explicitly and
implicitly – in our data. In [9] we described an algorithm to
achieve explicit representation of this sort from highly
structured electronic health record (EHR) data. The research
questions we address here are:
(
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) to what extent can a similar algorithm be used for
clinical research data collections, for instance to
provide information both about particulars that are
implicitly referred to and about correspondences
between data-items in a data set,
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) what kinds of ambiguous and implicit information
can one expect to encounter in such data collections,
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) is it useful to set limits on the types and amounts of
implicit information that we will render explicit, and
(
        <xref ref-type="bibr" rid="ref4">4</xref>
        ) is it possible to use the referent tracking methodology
in combination with appropriate ontologies to
provide a complete and explicit representation of
clinical research datasets that will take account of the
constraints and provisions typically documented in
data dictionaries and other data-related sources, for
instance to describe which data items are
unjustifiably and redundantly present or absent?
Our hypothesis is that, even where it is not possible to
provide a completely accurate RT representation of the
entities in reality described by a given body of data,
identifying the types of challenges to such representation
would itself yield a useful resource for avoiding similar
problems in future clinical research studies.
      </p>
    </sec>
    <sec id="sec-2">
      <title>II. MATERIALS</title>
    </sec>
    <sec id="sec-3">
      <title>The work described below is part of the NIDCR-funded</title>
      <p>project Ontology for Pain-related Mental Health and
Quality of Life (OPMQoL) which involves the integration of
five datasets which – although collected independently –
cover similar sorts of information about patients who
experienced one or other form of orofacial pain [10]. All
datasets are made available as spreadsheet tables (from here
on referred to as ‘source tables’). Each row in the body of
each such table is a collection of data items obtained from a
single patient; each column is a collection of data items
resulting from some specific type of observation. If a header
row is present, its cells indicate what sorts of observations
are reported on in the respective columns.</p>
      <p>The de-identified dataset used for the work described
here – from here on referred to as the ‘study set’ – was
collected from 390 patients seeking treatment for orofacial
pain [11]. Inclusion criteria were that patients had at least
one diagnosis according to the Research Diagnostic Criteria
for Temporomandibular Disorders (RDC/TMD) [12]. The
study set comes with a variable (n=161) codebook and a
technical report explaining certain dependencies and
implicit assumptions [13].</p>
    </sec>
    <sec id="sec-4">
      <title>III. METHODS</title>
      <sec id="sec-4-1">
        <title>A. Referent Tracking</title>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>RT is designed to yield data repositories whose content can</title>
      <p>be expressed as a collection of Referent Tracking Tuples
(RTT) [14]. An RTT is an assertion about a particular, i.e.
an entity in reality that exists in space and time [15]. Each</p>
    </sec>
    <sec id="sec-6">
      <title>RTT follows a semi-formal syntax which is close to the one</title>
      <p>
        used for instance-level relationships in the definitions of the
Relation Ontology [16]. Ignoring here certain housekeeping
parameters we can assert that RTT assertions about
continuants (entities such as patients, hospitals, teeth, jaws
which endure through time, as contrasted with occurrents or
processes), are of the form ‘x p-rel y t-rel t’, where:
 ‘x’ is the (ideally) singular and globally unique instance
identifier (IUI) denoting the particular described,
 ‘y’ is either: (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) a IUI denoting another particular or:
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) a representational unit drawn from either a
realismbased ontology or a concept-based terminology,
 ‘p-rel’ expresses a relationship obtaining between the
referents of x and y,
 ‘t’ denotes a particular temporal region, and
 ‘t-rel’ expresses the relationship obtaining between the
temporal region denoted by t and the temporal region
during which p-rel obtains between x and y.
      </p>
      <p>RTT assertions that do not mention a continuant have the
form ‘x p-rel y,’ where ‘x ’, ‘p-rel’ and ‘y’ are otherwise
treated in the way described above.</p>
      <p>RT aims to do away with the ambiguity in assertions
such as ‘John has a benign duodenal polyp’. This assertion
tells us that there exists some instance of a given type, but
not which one in particular. This ambiguity is preserved in
John’s EHR, where diagnostic codes drawn from some
terminology or ontology are used to assert existence in John
at some time t1 of polyps of a given type. The consequence
is that, when a later assertion is added to John’s EHR to the
effect that he has a malignant duodenal polyp, the data
provides no basis for inferences concerning whether it is the
very same polyp as the one referred to at t1 that has turned
malignant or some other polyp appearing at some later time
t 2 [14]. This ambiguity disappears when we represent the
first-described situation using the following RTTs:
 #1 part-of #2 at t1
 #1 instance-of benign duodenal polyp at t1
 #1 instance-of malignant duodenal polyp at t1
where ‘#1’ denotes the polyp and ‘#2’ John. The alternative
situation, would be represented by using distinct IUIs for
each polyp as follows, where ‘#3’ denotes a second polyp:</p>
      <p>IM patient_study_record
id LV patient_identifier
id IM patient
sex CV gender
sex CV male
sex CV female
sex UA sex
q3 CV no_pain_in_ lower_face
q3 CV pain_in_ lower_face
q3 IM in_the_past_month
q3 IM lower_face
q3 IM time_of_q3_concretization
q3 RP an_8_gcps_1
q3 UP an_8_gcps_1
q3 UA an_8_gcps_1
q3 JA an_8_gcps_1</p>
      <p>BLANK BLANK
0 0
1 10
BLANK BLANK
BLANK BLANK
A further goal of RT is to make explicit all the implicit
assumptions that need to be taken into account to interpret
given data correctly. Some of these assumptions result from
the use of broken information models or from practices such
as registering ICD-9-CM code 659.7 – ‘Abnormality in fetal
heart rate or rhythm’ – in the diagnosis field of the mother’s
EHR. The RT method is most effective when its principles are
applied at the time of data collection and registration, though
as shown in [17] post-hoc translations are also possible.</p>
      <sec id="sec-6-1">
        <title>B. Methodology applied</title>
        <p>
          The work reported here involved the following steps:
(
          <xref ref-type="bibr" rid="ref1">1</xref>
          ) cross‐checking the study set with the variable
codebook and technical report for appropriate coding
of values, field names, and field descriptions,
(
          <xref ref-type="bibr" rid="ref2">2</xref>
          ) annotating the dataset with appropriate descriptions,
(
          <xref ref-type="bibr" rid="ref3">3</xref>
          ) building an executable template that makes explicit,
for each of the data values, how their referents must
be analyzed in RT terms; this is achieved by applying
the following data expansion algorithm [9]:
a. identify all the possible particulars that are explicitly
referred to by a specific data value when applied to a
specific patient;
b. determine for each particular identified under (3a)
whether it is a dependent or independent entity [8];
(
          <xref ref-type="bibr" rid="ref4">4</xref>
          )
(
          <xref ref-type="bibr" rid="ref5">5</xref>
          )
(
          <xref ref-type="bibr" rid="ref6">6</xref>
          )
c. if a given particular is a dependent continuant,
identify the independent continuant on which it
depends; if an entity is an occurrent, identify the
continuants which participate in it;
d. repeat steps (3b) and (3c) as required;
selecting from appropriate realism-based ontologies
the representational units that denote universals or
defined classes whose instances or members are
either directly referred to in the dataset or implicitly
referred to as discovered through application of the
algorithm described in (
          <xref ref-type="bibr" rid="ref3">3</xref>
          );
implementing an algorithm that uses outputs from (
          <xref ref-type="bibr" rid="ref3">3</xref>
          )
and (
          <xref ref-type="bibr" rid="ref4">4</xref>
          ) to generate for each patient described in the
dataset a collection of RTTs that provides a
realismbased representation of that patient’s situation;
generating statistics needed to answer the research
questions described in the INTRODUCTION, above.
        </p>
        <p>IV.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>RESULTS</title>
      <p>
        Research questions (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) and (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ) are answered by our
development of a technical approach which enables the
creation for each dataset of a template which, when applied to
a particular record in the dataset, yields a corresponding
collection of RTTs. Part of the approach is captured in Table
      </p>
    </sec>
    <sec id="sec-8">
      <title>1, which shows a simplified version of some sample lines (indexed under ‘L’) as they appear in the template produced at step (3) (under METHODS, above) for the variables ‘id’, ‘sex’ and ‘q3’. What the template lines encode is determined by the</title>
      <p>CV
IM
UA
JA
RP
UP</p>
      <p>Template
Av. (SD)
information type (IT), the detailed semantics of which is
described in section V. Common to all information types is
that part of the template that appears to the left of the dashed
vertical line in Table 1. This specifies the conditions which
must be satisfied if RTTs are to be generated on the basis of
the information provided to the right of this line.</p>
      <p>
        Table 2 answers research questions (
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) and (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ) by
providing statistics relating to the lines from out of which the
data translation template for the study set is composed, on the
extent to which each of these lines were in fact applied to the
patient population described in the study set. The table shows,
for instance, that unjustified absences and presences were
encountered, albeit in a small percentage of cases, and that on
average for each variable and for each patient roughly 3
implicit particulars needed to be accounted for. It shows that
the increase in the size of the dataset resulting from applying
this methodology is, for the Halle-Leipzig dataset, roughly
300%, and also that the quality of this dataset (measured in
terms of UA, RP and UP) is quite good.
      </p>
    </sec>
    <sec id="sec-9">
      <title>Our vision is that the Big Data repositories of the future</title>
      <p>should be maximally explicit and maximally self-explanatory.
By ‘maximally explicit’, we mean that each such repository
should contain explicit reference to any and all the entities,
including their interrelationships, that must exist for an
assertion encoded in the repository to be a faithful
representation of the corresponding part of reality. By
‘maximally self-explanatory’ we mean that the data in the
repository should be presented in such a way that a researcher
seeking to query the repository does not need to concern
himself with any idiosyncrasies of and between datasets, or
codes or formats, that were combined or used to build the
repository. A strategy to achieve this is to submit to such a
repository only individual datasets which are themselves
maximally explicit and self-explanatory.</p>
      <p>Our approach is based on the – to us – obvious distinction
between data and what data are about. It then takes advantage
of the fact that RTTs can be used to describe in explicit
fashion not merely the portions of reality described by data
items in a dataset, but also these data items themselves. This
allows us to describe explicitly even those particulars that are
only implicitly referred to in a dataset by generating suitable
unique identifiers. It also allows us to provide information
about correspondences (such as co-reference) between data
items in a dataset, and also to assert which data items are
redundant, or unjustifiably absent, and so forth.</p>
      <sec id="sec-9-1">
        <title>A. Explicit data items</title>
        <p>The study set contains some explicit data items which are
about particulars on the side of the patient such as gender,
facial pains experienced, clicking noises heard when opening
their mouths, and so forth. Referent Tracking requires each of
these particulars to be assigned an IUI; Ontological Realism
tells us that each one of them is instance of at least one
universal. What universals these particulars are instances of is
typically only very indirectly represented in the study set.</p>
        <p>The strategy for translating explicit data items into RTTs is
covered by the Literal Value (LV) and Coded Value (CV)
records in the template (Table 1). Template lines of either type
have under ‘REF’ the label obtained or constructed from the
relevant data dictionary or other supporting information
associated with the code value. The template shows, for
example, that if, for a patient in the study set, the value for the
variable ‘sex’ is ‘0’ (L5), then the gender of this patient is
described as ‘male.’ This can be translated in RT terms into a
assertion that the given patient’s gender is an instance of the
universal male gender (or, in case gender does not qualify as a
universal [18], that it is a member of the defined class ‘male
gender’ – we will ignore this distinction in the remainder of
this paper).</p>
        <p>The IUIs assigned through application of our method are in
reality very large numbers generated by an RT system to
ensure the needed high probability of uniqueness. For the sake
of readability, however, we provide simple abbreviations to
stand in for these IUIs. We also leave out full specification of
time-related information (which would be needed, for
example, to deal with cases where a patient’s gender changes
from one time to the next), and certain housekeeping details
required by syntactically and semantically correct RTTs [15]).</p>
        <p>
          To see how IUI assignment works, now, we will suppose
that, while processing the study set on the basis of the
template illustrated in Table 1, the IUI #pat-1 is assigned to
the first patient described and that #patg-1 is assigned to his
gender. Then the following collection of assertions would be
generated as part of a faithful RT-like representation of the
corresponding portion of reality (POR) on the basis of lines L3
and L5 of the template:
 #pat-1 instance-of PATIENT at t
 #patg-1 instance-of MALE-GENDER at t
 #patg-1 inheres-in #pat-1 at t
(
          <xref ref-type="bibr" rid="ref8">8</xref>
          )
(
          <xref ref-type="bibr" rid="ref9">9</xref>
          )
(
          <xref ref-type="bibr" rid="ref10">10</xref>
          )
Of course, the study set, too, is a particular, and so also are the
data items from out of which it is built. According to the
Information Artifact Ontology (IAO) the study set and its
parts are particular concretizations of particular information
content entities (ICEs). Thus the ‘0’ in a particular position of
the spreadsheet on your screen indicating that #pat-1’s gender
is male could be assigned an IUI, as also could the
corresponding bits on the hard drive of your laptop which
bring it about that your spreadsheet software causes the laptop
to display the ‘0’ in that position. In addition, also the ICEs
here concretized can be assigned IUIs of their own. For
example in L1 of the template the IUI #psrec-1 is assigned to
the ICE that is concretized on your screen as a row of the
patient’s record, and in L4 #patgL-1 is assigned to the ICE
whose concretizations inform us what the gender of #pat-1 is.
Since referent tracking implementations also assign IUIs to
RTTs, #RTT-patg-1-RN5a would be assigned to the ICE of
which assertion (
          <xref ref-type="bibr" rid="ref9">9</xref>
          ) which is generated by L5 is a
concretization. On this basis, now, the following assertions
can be added:
 #patgL-1 component-of #psrec-1 at t
 #RTT-patg-1-RN5a instance-of RTT at t
 #patgL-1 co-ref-with #RTT-patg-1-RN5a at t
 #patgL-1 instance-of DATA-ITEM at t
 #patgL-1 is-about #patg-1 at t
 #psrec-1 instance-of DATASET-RECORD at t
(
          <xref ref-type="bibr" rid="ref11">11</xref>
          )
(
          <xref ref-type="bibr" rid="ref12">12</xref>
          )
(
          <xref ref-type="bibr" rid="ref13">13</xref>
          )
(
          <xref ref-type="bibr" rid="ref14">14</xref>
          )
(
          <xref ref-type="bibr" rid="ref15">15</xref>
          )
(
          <xref ref-type="bibr" rid="ref16">16</xref>
          )
Assertions of types (
          <xref ref-type="bibr" rid="ref11">11</xref>
          ) and (
          <xref ref-type="bibr" rid="ref14">14</xref>
          ) are generated whenever an
IUI(L) – here #patgL-1 – is for the first time generated while
processing the data for a specific patient. Assertions of type
(
          <xref ref-type="bibr" rid="ref15">15</xref>
          ) are generated wherever IUI(L) and IUI(P) values
cooccur in a template line. Assertions of types (
          <xref ref-type="bibr" rid="ref12">12</xref>
          ) and (
          <xref ref-type="bibr" rid="ref13">13</xref>
          ) are
generated for all template lines in which there is both (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ) a
value for P-Rel and (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ) a condition expressed in the left part of
Table 1 that is satisfied by a data item in the original dataset.
Assertion (
          <xref ref-type="bibr" rid="ref16">16</xref>
          ) expresses the assertional content of L1. The
coref-with relationship – short for ‘co-referential-with’ – used in
(
          <xref ref-type="bibr" rid="ref13">13</xref>
          ) holds between two ICEs whenever concretizations
thereof describe the same portion of reality (POR). Both ICEs
then (in harmony with talk of a ‘correspondence theory of
truth’) enjoy a corresponds-to relationship with the same
POR. Where the assertions (
          <xref ref-type="bibr" rid="ref8">8</xref>
          ) to (
          <xref ref-type="bibr" rid="ref10">10</xref>
          ) describe parts of
firstorder reality, (
          <xref ref-type="bibr" rid="ref11">11</xref>
          ) to (
          <xref ref-type="bibr" rid="ref14">14</xref>
          ) describe the second-order entities
that have some sort of aboutness relation with these first-order
items. Assertion (
          <xref ref-type="bibr" rid="ref15">15</xref>
          ) provides the link between the two.
The variable ‘q3’ in the study set holds responses to the
question ‘Have you had pain in the face, jaw, temple, in front
of the ear or in the ear in the past month?’ A positive answer
is encoded as ‘1,’ a negative one as ‘0’. Although certain
particulars on the side of the patient to whom the question is
addressed (for example his jaw, temple, the past month, etc.)
are explicitly referred to in the question, they are only implicit
in admissible responses. To achieve our objective, explicit
reference is required, which is achieved by means of
IMrecords, all of which have under ‘REF’ a textual reference to
an entity – or configuration of entities [15] – that must exist
for the corresponding ‘Var’ to make sense. IM-records – in
this case L10, L11 and L12 – are generated manually by
applying step (
          <xref ref-type="bibr" rid="ref3">3</xref>
          ) of the data expansion algorithm described
under METHODS above. When the template is used to generate
assertions about #pat-1, a negative answer to question q3 (L8)
would generate an RTT to the effect that the patient lacks
participation in an instance of pain – we view such instances
as processes [19] – by using the lacks-family of relations for
the expression of negative findings [20]. In case of a positive
answer, an IUI for the appropriate instance is generated and
participation of the patient therein is asserted. Both answers
generate IUIs for the patient’s lower face, the time when the
question was asked, and the period of one month prior to the
asking: all of these entities do indeed exist whatever answer is
given.
        </p>
      </sec>
      <sec id="sec-9-2">
        <title>C. (Un)justified presence and absence</title>
      </sec>
    </sec>
    <sec id="sec-10">
      <title>Template lines of types UA, UP, RP, and JA make explicit whether there are missing data or data that should not be there.</title>
      <p>L7, for instance, brings it about that when, for patient
#pat1 in the study set, no value for the variable ‘sex’ is provided –
expressed by the appearance of ‘BLANK’ in the template
under both ‘Min’ and ‘Max’ – an RTT is generated that
declares the data item #patgL-1 to be an instance of an
underspecified ICE. This assertion does not mean that the data
item itself is absent; rather it means that certain information is
missing.</p>
      <p>An absence or presence of a value for some variable may
be justified or unjustified depending on the value of some
other variable. The last four lines in Table 1, for example,
describe dependencies between the variables ‘q3’ (for which
the possible values ‘1’ and ‘0’ mean, respectively, current
presence or absence of pain) and ‘an_8_gcps_1’, the latter
containing answers to the question ‘How would you rate your
facial pain on a 0 to 10 scale at the present time, that is right
now, where 0 is “no pain” and 10 is “pain as bad as could
be”?’ L13 states that when the values for both ‘q3’ and
‘an_8_gcps_1’ are ‘0’, then the two ICEs of which the coding
for the answers are concretizations enjoy a corresponds-to
relation to the same portion of reality.</p>
      <p>L16 asserts that, if a record in the dataset has a ‘0’ value
for the variable q3, and if there is no value for the variable
‘an_8_gcps_1’, then the absence of a value for ‘an_8_gcps_1’
is justified. This is then documented by means of an RTT to
the effect that the corresponding ICE is justifiably blank (as
concretized by, for instance, an empty cell in that part of the
spreadsheet). As a last example, L14 asserts that if the value
given for ‘an_8_gcps_1’ is between 1 and 10 while the value
for q3 is 0, then the value for the former is unjustifiably
present (the corresponding ICE must thus be classified as
disinformation – as dictated by the coding guidelines for the
corresponding pair of questions).</p>
    </sec>
    <sec id="sec-11">
      <title>To achieve the vision of maximally self-explanatory and explicit data repositories, several issues will need to be addressed. We will need above all a fully adequate set of relations for the various flavors of aboutness and</title>
      <p>correspondence, and a better theory of ICEs, for instance
concerning the various types that exist and how they relate to
concretizations and to each other; these issue are currently not
addressed in the Information Artifact Ontology or any other
realism-based ontology.</p>
    </sec>
    <sec id="sec-12">
      <title>VI. CONCLUSION</title>
      <p>We have presented the beginnings of a methodology that
allows a clinical research dataset to be translated into a set of
of Referent Tracking Tuples that has the following features:
not only the portion of reality described by the dataset and the
dataset itself are represented in a way that mimics the structure
of reality, but so also are the relations between components of
this dataset on the one hand and the corresponding portions of
reality on the other. Applying the methodology to a concrete
dataset and performing some basic exploratory statistics
revealed that all of the relations we distinguished between data
items and what they are about (if, indeed, they are about
anything at all) do indeed occur in our study data. A set of</p>
    </sec>
    <sec id="sec-13">
      <title>RTTs of this sort may in the future perhaps replace the more</title>
      <p>complicated exchange information models that are used in
message-based paradigms or in the Extract – Transform –
Load (ETL) analyses and procedures used in data
warehousing. Although the syntax and semantics of RTTs
seems to us to be powerful enough to represent what is
required, a current limitation is the insufficient development
of the Information Artifact Ontology. A second limitation is
that not all RTTs can easily be translated into OWL-based
languages. Where the former is a job to be done by
ontologists, the latter is a task for computer science.</p>
    </sec>
    <sec id="sec-14">
      <title>ACKNOWLEDGEMENTS</title>
    </sec>
    <sec id="sec-15">
      <title>This work was funded in part by grant 1R01DE021917-01A1</title>
      <p>from the National Institute of Dental and Craniofacial</p>
    </sec>
    <sec id="sec-16">
      <title>Research (NIDCR). The content of the paper is solely the</title>
      <p>responsibility of the authors and does not necessarily represent
the official views of the NIDCR or the NIH.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Haas</surname>
            <given-names>L</given-names>
          </string-name>
          .
          <article-title>Beauty and the Beast: The Theory and Practice of Information Integration</article-title>
          . In:
          <string-name>
            <surname>Schwentick</surname>
            <given-names>T</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suciu</surname>
            <given-names>D</given-names>
          </string-name>
          , editors.
          <source>Lecture Notes in Computer Science</source>
          . Berlin, Heidelberg: Springer-Verlag
          <year>2007</year>
          . p.
          <fpage>28</fpage>
          -
          <lpage>43</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Marenco</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nadkarni</surname>
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Automated Database Mediation Using Ontological Metadata Mappings. J Am Med Inform Assoc</surname>
          </string-name>
          .
          <year>2009</year>
          SepOct;
          <volume>16</volume>
          (
          <issue>5</issue>
          ):
          <fpage>723</fpage>
          -
          <lpage>37</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Sim</surname>
            <given-names>I</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carini</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tu</surname>
            <given-names>SW</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Detwiler</surname>
            <given-names>LT</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brinkley</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mollah</surname>
            <given-names>SA</given-names>
          </string-name>
          , et al.
          <article-title>Ontology-Based Federated Data Access to Human Studies Information</article-title>
          .
          <source>In:AMIA Annu Symp Proc 2012. Chicago IL2012</source>
          . p.
          <fpage>856</fpage>
          -
          <lpage>65</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Baumbach</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brinkrolf</surname>
            <given-names>K</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Czaja</surname>
            <given-names>LF</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rahmann</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tauch</surname>
            <given-names>A</given-names>
          </string-name>
          .
          <article-title>CoryneRegNet: an ontology-based data warehouse of corynebacterial transcription factors and regulatory networks</article-title>
          .
          <source>BMC genomics</source>
          .
          <year>2006</year>
          ;
          <volume>7</volume>
          :
          <fpage>24</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Rodriguez-Muro</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvanese</surname>
            <given-names>D.</given-names>
          </string-name>
          <article-title>Dependencies: Making Ontology Based Data Access Work In Practice.</article-title>
          .
          <source>Proc of the 5th Alberto Mendelzon Int Workshop on Foundations of Data Management (AMW</source>
          <year>2011</year>
          )
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Kohler</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Philippi</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lange</surname>
            <given-names>M. SEMEDA</given-names>
          </string-name>
          <article-title>: ontology based semantic integration of biological databases</article-title>
          .
          <source>Bioinformatics. 2003 Dec</source>
          <volume>12</volume>
          ;
          <volume>19</volume>
          (
          <issue>18</issue>
          ):
          <fpage>2420</fpage>
          -
          <lpage>7</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Poggi</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lembo</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvanese</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giacomo</surname>
            <given-names>GD</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lenzerini</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosati</surname>
            <given-names>R</given-names>
          </string-name>
          .
          <article-title>Linking data to ontologies</article-title>
          . In: Spaccapietra S, editor.
          <source>Journal on data semantics X</source>
          . Heidelberg: Springer-Verlag;
          <year>2008</year>
          . p.
          <fpage>133</fpage>
          -
          <lpage>73</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Smith</surname>
            <given-names>B</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W. Ontological</given-names>
          </string-name>
          <article-title>Realism as a Methodology for Coordinated Evolution of Scientific Ontologies</article-title>
          .
          <source>Applied Ontology</source>
          .
          <year>2010</year>
          ;
          <volume>5</volume>
          (
          <issue>3</issue>
          -4):
          <fpage>139</fpage>
          -
          <lpage>88</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Rudnicki</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manzoor</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            <given-names>B</given-names>
          </string-name>
          .
          <article-title>What Particulars are Referred to in EHR Data? A Case Study in Integrating Referent Tracking into an Electronic Health Record Application</article-title>
          . In:
          <string-name>
            <surname>Teich</surname>
            <given-names>JM</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suermondt</surname>
            <given-names>J</given-names>
          </string-name>
          , C H, editors.
          <source>American Medical Informatics Association 2007 Annual Symposium Proceedings, Biomedical and Health Informatics: From</source>
          Foundations to Applications to Policy. Chicago, IL2007. p.
          <fpage>630</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W.</given-names>
          </string-name>
          <article-title>An information artifact ontology perspective on data collections and associated representational artifacts</article-title>
          .
          <source>Stud Health Technol Inform</source>
          .
          <year>2012</year>
          ;
          <volume>180</volume>
          :
          <fpage>68</fpage>
          -
          <lpage>72</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>John</surname>
            <given-names>MT</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reißmann</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schierz</surname>
            <given-names>O</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wassell</surname>
            <given-names>RW</given-names>
          </string-name>
          .
          <article-title>Oral health-related quality of life in patients with temporomandibular disorders</article-title>
          .
          <source>Journal of Orofacial Pain</source>
          .
          <year>2007</year>
          ;
          <volume>21</volume>
          (
          <issue>1</issue>
          ):
          <fpage>46</fpage>
          -
          <lpage>54</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Dworkin</surname>
            <given-names>SF</given-names>
          </string-name>
          , LeResche L.
          <article-title>Research diagnostic criteria for temporomandibular disorders: review, criteria, examinations and specifications</article-title>
          .
          <source>Journal of Craniomandibular Disorders</source>
          .
          <year>1992</year>
          ;
          <volume>6</volume>
          (
          <issue>4</issue>
          ):
          <fpage>301</fpage>
          -
          <lpage>55</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Mancl</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Whitney</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <article-title>Zhu X. A SAS computer program to evaluate the research diagnostic criteria for classification of temporomandibular disorders: University of Washington1999 June 3</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            <given-names>B</given-names>
          </string-name>
          .
          <article-title>Strategies for Referent Tracking in Electronic Health Records</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          .
          <year>2006</year>
          June;
          <volume>39</volume>
          (
          <issue>3</issue>
          ):
          <fpage>362</fpage>
          -
          <lpage>78</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W</given-names>
          </string-name>
          , Manzoor S. How to track Absolutely Everything? In: Obrst L,
          <string-name>
            <surname>Janssen</surname>
            <given-names>T</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W</given-names>
          </string-name>
          , editors.
          <source>Ontologies and Semantic Technologies for the Intelligence Community Frontiers in Artificial Intelligence and Applications</source>
          . Amsterdam: IOS Press;
          <year>2010</year>
          . p.
          <fpage>13</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Smith</surname>
            <given-names>B</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klagges</surname>
            <given-names>B</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Köhler</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lomax</surname>
            <given-names>J</given-names>
          </string-name>
          , et al.
          <article-title>Relations in biomedical ontologies</article-title>
          .
          <source>Genome Biology</source>
          .
          <year>2005</year>
          ;
          <volume>6</volume>
          (
          <issue>5</issue>
          ):
          <fpage>R46</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Hogan</surname>
            <given-names>WR</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garimalla</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tariq</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W. Representing</given-names>
          </string-name>
          <article-title>Local Identifiers in a Referent-Tracking System</article-title>
          . In: Smith B, editor.
          <source>Proceedings of the International Conference on Biomedical Ontology. Buffalo NY2011</source>
          . p.
          <fpage>252</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith B. A Unified</surname>
          </string-name>
          <article-title>Framework for Biomedical Terminologies and Ontologies</article-title>
          . In:
          <string-name>
            <surname>Safran</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marin</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reti</surname>
            <given-names>S</given-names>
          </string-name>
          , editors.
          <source>Proceedings of the 13th World Congress on Medical and Health Informatics (Medinfo</source>
          <year>2010</year>
          ), Cape Town, South Africa,
          <fpage>12</fpage>
          -
          <issue>15</issue>
          <year>September 2010</year>
          . Amsterdam: IOS Press;
          <year>2010</year>
          . p.
          <fpage>1050</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Smith</surname>
            <given-names>B</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldberg</surname>
            <given-names>LJ</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ohrbach</surname>
            <given-names>R</given-names>
          </string-name>
          .
          <article-title>Towards an Ontology of Pain</article-title>
          . In: Okada M,
          <article-title>editor</article-title>
          .
          <source>Proceedings of the Conference on Logic and Ontology</source>
          . Tokyo: Keio University Press;
          <year>2011</year>
          . p.
          <fpage>23</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Ceusters</surname>
            <given-names>W</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elkin</surname>
            <given-names>P</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            <given-names>B. Negative</given-names>
          </string-name>
          <article-title>Findings in Electronic Health Records and Biomedical Ontologies: A Realist Approach</article-title>
          .
          <source>International Journal of Medical Informatics</source>
          .
          <year>2007</year>
          March;
          <volume>76</volume>
          :
          <fpage>326</fpage>
          -
          <lpage>33</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>