<!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>Evaluating Uncertainty in Textual Document</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fadhela Kerdjoudj</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Olivier Cure</string-name>
          <email>ocureg@univ-mlv.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>GeolSemantics</institution>
          ,
          <addr-line>12 rue Raspail 74250, Gentilly</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Sorbonne Universites</institution>
          ,
          <addr-line>UPMC Univ Paris 06, LIP6, CNRS UMR 7606</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Paris-Est Marne-la-vallee, LIGM</institution>
          ,
          <addr-line>CNRS UMR 8049</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this work, we consider that a close collaboration between the research elds of Natural Language Processing and Knowledge Representation becomes essential to ful ll the vision of the Semantic Web. This will permit to retrieve information from vast amount of textual documents present on the Web and to represent these extractions in an amenable manner for querying and reasoning purposes. In such a context, uncertain, incomplete and ambiguous information must be handled properly. In the following, we present a solution that enables to qualify and quantify the uncertainty of extracted information from linguistic treatment.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Textual documents abound on the World Wide Web but e ciently retrieving
information from them is hard due to their natural language expression and
unstructured characteristics. Indeed, the ability to represent, characterize and
manage uncertainty is considered as a key factor for the success of the Semantic
Web [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. The accurate and exhaustive extraction of information and
knowledge is nevertheless needed in many application domains, e.g., in medicine to
comprehend the meaning of clinical reports or in nance to analyze the trends
of markets. We consider that together with techniques from Natural Language
Processing (NLP), best practices encountered in the Semantic Web have the
potential to provide a solution to this problem. For instance, NLP can support
the extraction of named entities as well as temporal and spatial aspects, while
the Semantic Web is able to provide an agreed upon representation as well as
some querying and reasoning facilities. Moreover, by consulting datasets form
Linked Open Data (LOD), e.g., DBpedia, Geonames, we can enrich the extracted
knowledge and integrate it to the rest of the LOD.
      </p>
      <p>The information contained in Web documents can present some imperfection,
it can be incomplete, uncertain and ambiguous. Therefore, the texts content can
be called into question, it becomes necessary to qualify and possibly quantify
these imperfections to present to the end user a trusted extraction. However,
quali cation or quanti cation is a di cult task for any software application. In
this paper, we focus on the uncertainty aspect and trustworthiness of the
provided information in the text. A special attention of our work has been devoted
to representing such information within the Resource Description Framework
(RDF) graph model. The main motivation being to bene t from querying
facilities, i.e., using SPARQL.</p>
      <p>Usually, uncertainty is represented using rei cation, but this representation failed
in representing uncertainty on triple property. Indeed, the rei cation does not
identify which part of the triple (subject, predicate or the object) is uncertain.
Here, we intend to manage these cases of uncertainties, as expressed in Example
1, while in the rst sentence, the uncertainty concerns all the moving action
(including, the agent, the destination and the date), in the second, the author
expressed an uncertainty only on the date of the moving.</p>
      <p>Example 1. 1. The US president probably visited Cuba this year.
2. The US president visited Cuba, probably this year.</p>
      <p>We based our approach on an existing system developed at
GEOLSemantics4, a french startup with expertise in NLP. This framework mainly consists
of a deep morphosyntactic analysis and an RDF triple creation using trigger's
detection. Triggers are composed of one or several words (nouns, verbs, etc.)
that represent a semantic unit denoting an entity to extract. For instance, the
verb "go" denotes a Displacement. The RDF graph obtained complies with an
ontology built manually to support di erent domains such as Security and
Economics. Actually, our framework consists of a set of existing vocabularies (such
as Schema.org5, FOAF6, Prov7) to enrich our own main ontology, denoted geol.
This ontology contains the general classes which are common to many domains:
{ Document : Text, Sentence, Source, DateIssue, PlaceIssue, etc.
{ Named entities : Person, Organization, Location, etc.
{ Actions : LegalProceeding, Displacing, etc.
{ Events : SocialEvent, SportEvent, FamilialEvent, etc.</p>
      <p>The contributions of this paper are two-fold: (1) We present a ne-grained
approach to quantify and qualify the uncertainty in the text based on
uncertainty markers; (2) We present an ontology which handles this uncertainty both
at the resource and property level. This representation of uncertainty can be
interrogated with a rewriting of SPARQL query.</p>
      <p>The paper is organized as follows. Section 2 describes related work to
uncertainty handling in Semantic Web. In Section 3, we present how to spot uncertain
information in the text using speci c markers. In Section 4, we propose an
RDFbased representation of uncertainty in knowledge extraction. In Section 5, a use
case is depicted with some SPARQL queries. Finally, we conclude in Section 6.
4 http://www.geolsemantics.com/
5 http://schema.org/docs/schemaorg.owl
6 http://xmlns.com/foaf/spec/
7 http://www.w3.org/TR/prov-o/</p>
    </sec>
    <sec id="sec-2">
      <title>Related work</title>
      <p>
        Integration of imprecise and uncertain concepts to ontologies has been studied
for a long time by the Semantic Web community [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. To tackle this problem,
di erent frameworks have been introduced: Text2Onto [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] for learning ontologies
and handling imprecise and uncertain data, BayesOWL [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] based on Bayesian
Networks for ontologies mapping. In [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], the authors propose a probabilistic
extension for OWL with a Bayesian Network layer for reasoning. Actually, fuzzy
OWL [
        <xref ref-type="bibr" rid="ref2">2, 20</xref>
        ] was proposed to manage, in addition to uncertainty, some other text
imperfection (such as imprecision and vagueness) with the help of fuzzy logics.
Moreover, W3C Uncertainty Reasoning for the World Wide Web Incubator
Group (URW3-XG) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] describes an ontology to annotate uncertain and
imprecise data. This ontology focuses on the representation of the nature, the
model, the type and the derivation of uncertainty. This representation is really
interesting but unfortunately does not show how to link the uncertainty to the
concerned knowledge described in the text.
      </p>
      <p>
        However, in all these works, the uncertainty was considered as a metadata. The
ontologies which handle uncertainty are proposed to either create a fuzzy
knowledge base (fuzzy ABox, fuzzy TBox, fuzzy Rbox) or to associate each class of
the ontology to a super class which denotes the uncertain or fuzzy concept. To
each axiom is associated a truth degree in [
        <xref ref-type="bibr" rid="ref1">0,1</xref>
        ]. Therefore, the user is required
to handle two knowledge bases in parallel. The rst one is dedicated to certain
knowledge whereas the second is dedicated to uncertain knowledge. This
representation could induce some inconsistencies between the knowledge bases. From
a querying perspective this representation is also not appealing since it forces the
user to query both bases and then combine the results. In order to avoid these
drawbacks, we propose in this paper, a solution to integrate uncertain knowledge
to the rest of the extraction. The idea is to ensure that all extracted knowledge,
either be it certain or uncertain, is managed within the same knowledge base.
This approach aims at ensuring the consistency of the extracted knowledge and
eases its querying.
      </p>
      <p>
        Moreover, it is worth noting that linguistic processing carried out on uncertainty
management notably, Saur [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] and Rubin [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ][
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] works, they payed attention
to di erent modalities and polarity to characterize uncertainty/certainty.
The rst one [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], considers two dimensions. Each event is associated to a factual
value represented as a tuple &lt; mod; pol &gt; where mod denotes modality and
distinguishes among: certain, probable, possible and unknown, pol denotes polarity
values which are positive, negative and unknown.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ][
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] four dimensions have been considered:
{ certainty level: absolute, high, moderate or low.
{ author perspective: if it is his/her point of view or a reported speech.
{ focus: if it is an abstract information (opinion, belief, judgment...) or a
factual one (event, state, fact...).
      </p>
      <p>{ time: past, present, future.</p>
      <p>This model is more complete even if it does not handle negation. However, the
authors do not explain how to combine all these dimensions to get a nal
interpretation to a given uncertainty. In this paper, we explain how to detect uncertainty
in textual document and how to quantify it to get a global interpretation.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Uncertainty detection in the text</title>
      <p>
        The Web contains a huge number of documents from heterogeneous sources like
forums, blogs, tweets, newspaper or Wikipedia articles. However, these
documents cannot be exploited directly by programs because they are mainly
intended for humans. Before the emergence of the Semantic Web, only human
beings could access the necessary background knowledge to interpret these
documents. In order to get a full interpretation of the text content, it is necessary
to consider the di erent aspects of the given information. Some piece of
information can be considered as \perfect" only if it contains precise and certain
data. This is rarely the case even for a human reader with some context
knowledge. Indeed, the reliability of the data available on the Web often needs to
be reconsidered, uncertainty, inconsistency, vagueness, ambiguity, imprecision,
incompleteness and others are recurrent problems encountered in data mining.
According to [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] the information can be classi ed into two categories :
subjective and objective. An information is objective or quantitative if it indicates an
observable, i.e., something which is able to be counted for example. The other
category is the subjective (qualitative) information. It can describe the
opinion of the author, he may express his own belief, judgment, assumption, etc.
Therefore, the second one is subject to contain imperfect data. Then, it becomes
necessary to incorporate these imperfections within the representation of the
extracted information.
      </p>
      <p>In this paper, we are interested in the uncertainty aspect. In domains such
as information theory, knowledge extraction and information retrieval, the term
uncertainty refers to the concept of being unsure about something or someone.
It denotes a lack of conviction. Uncertainty is a well studied form of data
imperfection, but it is rarely considered at the knowledge level during extraction
processing. Our approach consists in considering the life cycle of the knowledge
from the data acquisition to the nal RDF representation steps, i.e., generating
and persisting the knowledge as triples.</p>
      <p>
        Evaluating uncertainties in text
As previously explained, the text may contain several imperfections which can
a ect the trustworthiness of an extracted action or event. So, during the
linguistic processing, we need to pay attention to the modalities of the verb which
indicate how the action or the event had happened, or how it will. Actually,
the text provides information about the epistemic stance of the author, that he
often commits according to his knowledge, singular observation or beliefs [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
Moreover, natural languages o er several ways to express uncertainty, usually
expressed using linguistic quali ers. According to [
        <xref ref-type="bibr" rid="ref1 ref14 ref8">14, 8, 1</xref>
        ] uncertainty quali ers
can be classi ed as follows:
{ verbal phrases e.g., as likely as, chances are, close to certain, likely, few,
high probability, it could be, it seems, quite possible.
{ expression of uncertainty with quanti cation all, most, many, some, etc.,
{ modal verbs e.g., can, may, should.
{ adverbs, e.g., roughly, somewhat, mostly, essentially, especially,
exceptionally, often, almost, practically, actually, really.
{ speculation verbs e.g., suggest, suppose, suspect, presume.
{ nouns e.g., speculation, doubt, proposals.
{ expressions e.g., raise the question of, to the best of our knowledge, as far as
      </p>
      <p>I know.</p>
      <p>
        All these markers help to detect and identify the uncertainty with di erent
intensities. This helps in evaluating the con dence degree associated to the given
information. For example : it may happen is less certain that it will
probably happen. It is also necessary to consider modi ers such as less, more, very.
Depending on the polarity of each modi er we add or subtract a prede ned
real number , set to 0:15 in our experiment, to the given marker's degree. We
base our approach on a natural language processing. This processing indicates
syntactic and semantic dependencies between words. From these dependencies
we can identify the scope of each identi er in the text. Once these quali ers are
identi ed, the uncertainty of the knowledge can be speci ed and then quanti ed.
By quantifying, we mean attributing a con dence degree which indicates how
much we can trust the described entity. To this end, we associate to each marker
a probabilistic degree. We de ned three levels of certainty: (i) high=0.75, (ii)
moderate=0.50, (iii) low=0.25. Moreover, we also base this uncertainty
quanti cation on previous works in this eld such as [
        <xref ref-type="bibr" rid="ref11 ref3">3, 11</xref>
        ] which de ne a mapping
between the con dence degree and each uncertainty marker. This mapping is
called Kent's Chart and Table 1 provides an extract of it.
certain 100
almost certain, believe, evident, little doubt 85-99
fairly certain, likely, should be, appear to be 60-84
have chances 40-59
probably not, fairly uncertain, is not expected 15-39
not believe, doubtful, not evident 1-14
      </p>
      <p>However, uncertainty markers are not the only way to generate uncertainty.
Reported speech and future timeline are also considered as uncertainty sources.
These will be taken into account when the nal uncertainty weight will be
calculated. We notice that the trust of the reported speech depends of di erent
parameters which a ect the trust granted to its content:
{ the author of the declaration: if the author name is cited, if the author has
an o cial role (prosecutor, president...).
{ the nature of the declaration: if it is an o cial declaration, a personal opinion,
a rumor...</p>
      <p>Example 2. A crook who burglarized homes and crashed a stolen car remains on
the loose, but he probably left Old Saybrook by now, police said Thursday.
In Example 2, we can identify two forms of uncertainty. First, the author
explicitly expresses, using the term (probably), an uncertainty about the fact that
the crook left the city. The second one is related to the reported speech which
comes from the police and is not assumed to be a known fact.</p>
      <p>Therefore, for a given information described in the text, many sources of
uncertainty can occur, then, it is necessary to combine all these uncertainties in order
to get a nal con dence degree to be attributed to the extracted information.
With regard to this issue, we chose a Bayesian approach to combine all
uncertainties to the concerned information. Indeed Bayesian network are well suited
to our knowledge graph which is a directed acyclic graph. This choice is also
motivated by the dependency that exists between children of uncertainty nodes.
Indeed, to calculate the nal degree of uncertain information, we need to
consider its parents, if they contain uncertainty, then the conditional probabitlity
related to this parent is reverberated on the child.
4</p>
    </sec>
    <sec id="sec-4">
      <title>RDF representation of uncertainty</title>
      <p>
        In order to extract complete and relevant knowledge, we consider the uncertainty
as an integral part of the knowledge instead of integrating it as an annotation.
Usually, uncertainty is added as assertions to triples (the uncertainty assigned
to each extracted knowledge). So, we represent it with some rei cation as
recommended by [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Nevertheless, we encountered some di culties to represent
uncertainty on triples' predicates, as opposed to the whole triple. In the second
sentence of Example 1, the uncertainty does not concern the whole moving but
only its date. Only one part of the event is uncertain and the RDF representation
has to take this into account. In fact, we cannot indicate using rei cation which
part of the triple is uncertain, as shown in Figure 1, with rei cation, we give the
same representation to both sentences in Example 1 even if they express di erent
information. Indeed, rei ed statements cannot be used in semantic inferences,
and are not asserted as part of the underlying knowledge base [21]. The rei ed
statement and the triple itself are considered as di erent statements. So, due to
its particular syntax (rdf:Statement) the rei ed triple can hardly be related to
other triples in the knowledge base [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Moreover, using blank node to identify
the uncertain statement prevents from obtaining good performance [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Indeed,
writing queries over RDF data sets involving rei cation becomes inconvenient.
Especially, for one to refer to a rei ed triple, we need to use four additional
triples linked by a blank node.
      </p>
      <p>To deal with previous issues, we propose the UncertaintyOntology ontology
which contains a concept (Uncertainty), a datatype property (weight which
have Uncertainty as its domain and real values as range) and object properties
(isUncertain and hasUncertainProp which respectively denote an uncertain
individual (Uncertainty as domain and owl:Thing as range) and an
uncertain property of a given individual (Uncertainty as Domain and owl:Thing as
Range). This ontology can easily be integrated with our geol ontology or with
any other ontology requiring some support for uncertainty.</p>
      <p>This ontology (UncertaintyOntology ) handles uncertainty occurring on each
level of the triple. If the uncertainty concerns the resource, which denotes a
subject or an object triple, so the property isUncertain is employed. If the triple's
predicate is uncertain then we use hasUncertainProp to indicate the uncertainty.
UncertainOntology is domain independent, it can be added to any other ontology
since we assume that uncertainty occurs on each part of the sentence in a text.</p>
      <p>To illustrate this representation, we provide in Figure 2, the RDF
representation of Example 1's sentences. In the rst sentence (on the left side), the
uncertainty concerns the following triples :
:id1Transfer, displaced, :id1USPresident.
:id1Transfer, locEnd, :id1Cuba.
:id1Transfer, onDate, :id1ThisYear.</p>
      <p>As we based on Bayesian approach, all these triples have an uncertainty of 0.7,
expressed using the uncertainty marker probably.</p>
      <p>Whereas, in the second sentence, the uncertainty concerns only the property
onDate, so, the triple :id1Transfer, onDate, :id1ThisYear. is uncertain.</p>
      <p>Finally, we conclude that using this RDF representation, we identify three
di erent cases of triple uncertainty. Figure 4 shows the representation of di erent
patterns of uncertainty in RDF triples. Pattern 1 describes uncertainty on the
object of the triple. Pattern 2 describes uncertainty on the subject and nally,
pattern 3, uncertainty on the property.</p>
      <p>This representation of uncertainty is more compact than rei cation and
improves user understanding regarding the RDF graph.</p>
    </sec>
    <sec id="sec-5">
      <title>SPARQL Querying with uncertainty</title>
      <p>The goal of our system is to enable end-users to query the extracted information.
These queries take into account the presence of uncertainties by going through
a rewriting. Our system discovers if such a rewriting is necessary by executing
the following queries. First, we list all uncertain properties, using the query in
Listing 1.1. The result is a set of triples (s,p,o) where p is an uncertain property.
PREFIX gs : &lt; http :// www . g e o l s e m a n t i c s . com / onto # &gt;
Select ? s ? prop ? o
Where {
? s gs : h a s U n c e r t a i n P r o p ? u .
? u gs : weight ? weight .</p>
      <p>? u ? prop ? o .
}</p>
      <p>Listing 1.1. SPARQL query Select uncertain properties
Then, we check if the predicates of each triple in the entry query appear in the
result set. If so, we rewrite the query by adding the uncertainty on the given
predicate using the pattern query in Listing1.2. Finally, we inspect the query
PREFIX gs : &lt; http :// www . g e o l s e m a n t i c s . com / onto # &gt;
Select ? p ? weight
Where {...</p>
      <p>? u gs : i s U n c e r t a i n ? p .</p>
      <p>? u gs : weight ? weight .
...}</p>
      <p>Listing 1.2. SPARQL query Select uncertain resources
result set of the rewritten query, in order to check if an uncertainty occurs on
each resource (subject and/or object) extracted.</p>
      <p>Furthermore, if a user wants to know the list of uncertainties in a given
text, the query in Listing 1.3 is used to extract all uncertain data explicitly
expressed. We consider that each linguistic extraction is represented according
to the schema presented in Section 4. Our goal is now to provide a query
interface to the end-user and to qualify the uncertainty associated to each query
answer. Of course, the uncertain values that we are associating with the di
erent distinguished variables of a query are directly emerging from the ones we are
representing in our graph and which has been described in Section 4. Our system
accepts any SPARQL 1.0 queries from the end-user. For testing reasons, we also
have de ned a set of relevant prede ned queries, e.g., the query in Example 3.
PREFIX gs :&lt; http :// www . geolsemantics . com / onto #&gt;
PREFIX rdf :&lt; http :// www . w3 . org /1999/02/22 - rdf - syntax - ns #&gt;
PREFIX v:&lt; http :// www . w3 . org /2006/ vcard / ns #&gt;
SELECT distinct ? concept_uncertain ? obj ? weight
WHERE {
{
?u a gs : Uncertainty .
?u gs : isUncertain ? concept_uncertain .
?u gs : weight ? weight
? u2 a gs : Uncertainty .
? u2 gs : weight ? weight .
?s ? hasUncertainProp ? u2 .
? u2 ? prop ? obj .}</p>
      <p>Listing 1.3. SPARQL query : Select all uncertainties in the text
Example 3. Let us consider the query in Listing 1.4.</p>
      <p>PREFIX gs :&lt; http :// www . geolsemantics . com / onto #&gt;
PREFIX rdf :&lt; http :// www . w3 . org /1999/02/22 - rdf - syntax - ns #&gt;
PREFIX v:&lt; http :// www . w3 . org /2006/ vcard / ns #&gt;
Select ? date
Where {
?t gs : displaced ?p.
?p gs : role " president ".
?t gs : locEnd ?l.
?l v: location - name " Cuba ".</p>
      <p>?t gs : onDate ? date .</p>
      <p>In order to make query submission easier for the end-user, we do not impose
the de nition of the triple patterns associated to uncertainty handling. Hence,
the end-user just submits a SPARQL query without caring where the
uncertainties are. Considering query processing, this implies to reformulate the query
before its execution, i.e., to complete the query such that its basic graph pattern
is satis able in the face of triples using elements of our uncertain ontology.</p>
      <p>We can easily understand that a naive reformulation implies a combinatorial
explosion. This has direct impact on the e ciency of the query result set
computation. This can be prevented by rapidly identifying the triple patterns of a
query that are subject to some uncertainty. In fact, since our graphs can only
represent uncertainty using one of the three patterns presented in Figure 4, we
PREFIX gs :&lt; http :// www . geolsemantics . com / onto #&gt;
PREFIX rdf :&lt; http :// www . w3 . org /1999/02/22 - rdf - syntax - ns #&gt;
PREFIX v:&lt; http :// www . w3 . org /2006/ vcard / ns #&gt;
Select ? date ?w
Where {{
In this article, we addressed the quanti cation and quali cation of uncertain
and ambiguous information extracted from textual documents. Our approach
is based on a collaboration between Natural Language Processing and
Semantic Web technologies. The output of our di erent processing units takes the
form of a compact RDF graph which can be queried with SPARQL queries and
reasoned over using ontology based inferences. However, some issues are still
unresolved, even for the linguistic community, such as: distinguish between deontic
and epistemic meaning. Example: \He can practice sport." One can interpret
this information as a permission and an other as an ability or a certainty.
This work mainly concerns the uncertainty expressed in the text, for future work
we intend to consider the trust guaranteed to the source of the text. Indeed, the
source can in uence the trustworthiness and the reliability of the declared
information. Moreover, we plan to consider additional aspects of the information,
such as polarity.
20. G. Stoilos, G. B. Stamou, V. Tzouvaras, J. Z. Pan, and I. Horrocks. Fuzzy OWL:</p>
      <p>Uncertainty and the semantic web. In OWLED, 2005.
21. E. R. Watkins and D. A. Nicole. Named graphs as a mechanism for reasoning about
provenance. In Frontiers of WWW Research and Development-APWeb 2006, pages
943{948. Springer, 2006.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>A.</given-names>
            <surname>Auger</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Roy</surname>
          </string-name>
          .
          <article-title>Expression of uncertainty in linguistic data</article-title>
          .
          <source>In Information Fusion</source>
          ,
          <year>2008</year>
          11th International Conference on, pages
          <fpage>1</fpage>
          <article-title>{8</article-title>
          . IEEE,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>F.</given-names>
            <surname>Bobillo</surname>
          </string-name>
          and
          <string-name>
            <given-names>U.</given-names>
            <surname>Straccia</surname>
          </string-name>
          .
          <article-title>Fuzzy ontology representation using OWL 2</article-title>
          .
          <source>International Journal of Approximate Reasoning</source>
          ,
          <volume>52</volume>
          (
          <issue>7</issue>
          ):
          <volume>1073</volume>
          {
          <fpage>1094</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>T. A.</given-names>
            <surname>Brown</surname>
          </string-name>
          and
          <string-name>
            <given-names>E. H.</given-names>
            <surname>Shuford</surname>
          </string-name>
          .
          <article-title>Quantifying uncertainty into numerical probabilities for the reporting of intelligence</article-title>
          .
          <source>Technical report</source>
          ,
          <year>1973</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>P.</given-names>
            <surname>Cimiano</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Vlker</surname>
          </string-name>
          .
          <source>Text2Onto. In Natural Language Processing and Information Systems</source>
          , volume
          <volume>3513</volume>
          , pages
          <fpage>257</fpage>
          {
          <fpage>271</fpage>
          . Springer Berlin,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>W. W. W.</given-names>
            <surname>Consortium</surname>
          </string-name>
          et al.
          <source>Rdf 1.1 semantics</source>
          .
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ding</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Peng</surname>
          </string-name>
          .
          <article-title>A probabilistic extension to ontology language OWL</article-title>
          .
          <source>In System Sciences</source>
          ,
          <year>2004</year>
          .
          <source>Proceedings of the 37th Annual Hawaii international conference on</source>
          , pages
          <volume>10</volume>
          {pp.
          <source>IEEE</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Peng</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Pan</surname>
          </string-name>
          .
          <article-title>BayesOWL: Uncertainty modeling in semantic web ontologies</article-title>
          .
          <source>In Soft Computing in Ontologies and Semantic Web</source>
          , pages
          <fpage>3</fpage>
          <lpage>{</lpage>
          29. Springer,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Druzdzel</surname>
          </string-name>
          .
          <article-title>Verbal uncertainty expressions: Literature review</article-title>
          .
          <year>1989</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>D.</given-names>
            <surname>Dubois</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Prade</surname>
          </string-name>
          .
          <article-title>Formal representations of uncertainty. Decision-Making Process: Concepts and Methods</article-title>
          , pages
          <volume>85</volume>
          {
          <fpage>156</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>O.</given-names>
            <surname>Hartig</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Thompson</surname>
          </string-name>
          .
          <article-title>Foundations of an alternative approach to rei cation in RDF</article-title>
          .
          <source>arXiv preprint arXiv:1406.3399</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Johnson</surname>
          </string-name>
          .
          <article-title>Numerical encoding of qualitative expressions of uncertainty</article-title>
          .
          <source>Technical report, DTIC Document</source>
          ,
          <year>1973</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>K. J. Laskey</surname>
            and
            <given-names>K. B.</given-names>
          </string-name>
          <string-name>
            <surname>Laskey</surname>
          </string-name>
          .
          <article-title>Uncertainty reasoning for the World Wide Web: Report on the URW3-XG incubator group</article-title>
          .
          <source>In URSW. Citeseer</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>T.</given-names>
            <surname>Lukasiewicz</surname>
          </string-name>
          and
          <string-name>
            <given-names>U.</given-names>
            <surname>Straccia</surname>
          </string-name>
          .
          <article-title>Managing uncertainty and vagueness in Description Logics for the Semantic Web</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          ,
          <volume>6</volume>
          (
          <issue>4</issue>
          ):
          <volume>291</volume>
          {
          <fpage>308</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. E. Marshman.
          <article-title>Expressions of uncertainty in candidate knowledge-rich contexts: A comparison in english and french specialized texts</article-title>
          . Terminology,
          <volume>14</volume>
          (
          <issue>1</issue>
          ):
          <volume>124</volume>
          {
          <fpage>151</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>B.</given-names>
            <surname>McBride</surname>
          </string-name>
          .
          <article-title>Jena: Implementing the RDF model and syntax speci cation</article-title>
          .
          <source>In SemWeb</source>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <given-names>A.</given-names>
            <surname>Papafragou</surname>
          </string-name>
          .
          <article-title>Epistemic modality and truth conditions</article-title>
          .
          <source>Lingua</source>
          ,
          <volume>116</volume>
          (
          <issue>10</issue>
          ):
          <volume>1688</volume>
          {
          <fpage>1702</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17. V. L.
          <string-name>
            <surname>Rubin</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Kando</surname>
            , and
            <given-names>E. D.</given-names>
          </string-name>
          <string-name>
            <surname>Liddy</surname>
          </string-name>
          .
          <article-title>Certainty categorization model</article-title>
          . In AAAI spring symposium:
          <article-title>Exploring attitude and a ect in text: Theories and applications</article-title>
          , Stanford, CA,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18. V. L.
          <string-name>
            <surname>Rubin</surname>
            ,
            <given-names>E. D.</given-names>
          </string-name>
          <string-name>
            <surname>Liddy</surname>
            , and
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Kando</surname>
          </string-name>
          .
          <article-title>Certainty identi cation in texts: Categorization model and manual tagging results. In Computing attitude and a ect in text: Theory and applications</article-title>
          , pages
          <volume>61</volume>
          {
          <fpage>76</fpage>
          . Springer,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <given-names>R.</given-names>
            <surname>Saur</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Pustejovsky</surname>
          </string-name>
          .
          <article-title>From structure to interpretation: A double-layered annotation for event factuality</article-title>
          .
          <source>In The Workshop Programme</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>