<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">An OWL Ontology for Biographical Knowledge. Representing Time-Dependent Factual Knowledge</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Hans-Ulrich</forename><surname>Krieger</surname></persName>
							<email>krieger@dfki.de</email>
							<affiliation key="aff0">
								<orgName type="department" key="dep1">German Research Center for Artificial Intelligence (DFKI)</orgName>
								<orgName type="department" key="dep2">Allgemeine Linguistik</orgName>
								<orgName type="institution">Universität des Saarlandes</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Thierry</forename><surname>Declerck</surname></persName>
							<email>declerck@dfki.de</email>
							<affiliation key="aff0">
								<orgName type="department" key="dep1">German Research Center for Artificial Intelligence (DFKI)</orgName>
								<orgName type="department" key="dep2">Allgemeine Linguistik</orgName>
								<orgName type="institution">Universität des Saarlandes</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">An OWL Ontology for Biographical Knowledge. Representing Time-Dependent Factual Knowledge</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">A5929BCE3964C992DF555842D595D2F7</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T17:12+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>OWL biography ontology</term>
					<term>representation of time-dependent information</term>
					<term>practical temporal reasoning</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Representing time-dependent information has become increasingly important for reasoning and querying services defined on top of RDF and OWL. In particular, addressing this task properly is vital for practical applications such as modern biographical information systems, but also for the Semantic Web/Web 2.0/Social Web in general. Extending binary relation instances with temporal information often translates into a massive proliferation of useless container objects when trying to keep the underlying RDF model. In this paper, we argue for directly extending RDF triples with further arguments in order to easily represent time-dependent factual knowledge and to allow for practical forms of reasoning. We also report on a freely available lightweight OWL ontology for representing biographical knowledge that models entities of interest via a tri-partite structure of the pairwise disjoint classes Abstract, Object, and Happening. Even though the ontology was manually developed utilizing the Protégé ontology editor, and thus sticking to the triple model of RDF, the meta-modelling facilities allowed us to cross-classify all properties as being either synchronic or diachronic. When viewing the temporal arguments as "extra" arguments that only apply to relation instances, universal biographical knowledge from the ontology can still be described as if there is no time.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"> <ref type="bibr">calculus (McCarthy and Hayes, 1969)</ref><p>; 3. reify the original relation à la RDF, turning the property into a class <ref type="bibr" target="#b14">(Manola and Miller, 2004)</ref>;</p><p>4. employ a fact identifier à la YAGO, implicitly leading to quads <ref type="bibr" target="#b6">(Hoffart et al., 2011)</ref>; 5. wrap the range arguments in an object, called N-ary relation encoding by W3C <ref type="bibr">(Hayes and Welty, 2006)</ref>; 6. encode a perdurantist/4D view in OWL <ref type="bibr" target="#b27">(Welty and Fikes, 2006)</ref>; Figure <ref type="figure">1</ref>: Different ways of representing the atemporal statement (the "fluent") marriedTo(p, p ) between two people p and p , being true for the time period t = [s, e]. " −→" should be read as rewrite to. The last representation schema only works if the original property (here: marriedTo) is inverse functional for all relation instances (which needs not to be the case).</p><formula xml:id="formula_0">approach</formula><p>7. interpret the original entities as time slices <ref type="bibr" target="#b9">(Krieger, 2008)</ref>; 8. encode the temporal extent through new synthetic properties <ref type="bibr" target="#b5">(Gangemi, 2011)</ref>; 9. use relation composition applied to the second argument which does not work in general, but only if original relation is inverse functional.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Discussion</head><p>The above approaches are in a certain sense semantically equivalent in that we can rewrite one approach to another one without losing any information. It is worth noting that all approaches invalidate standard OWL reasoning, even though they can be implemented within the RDF framework, and thus at least explicitly stated information can be queried by, e.g., SPARQL engines. Nevertheless, the non-temporal entailment rules for RDFS <ref type="bibr" target="#b6">(Hayes, 2004)</ref> and OWL Horst/OWL 2 RL <ref type="bibr" target="#b25">(ter Horst, 2005;</ref><ref type="bibr" target="#b15">Motik et al., 2012)</ref> can be adjusted, so that rule-based reasoners that go beyond symbol matching, such as Jena <ref type="bibr" target="#b19">(Reynolds, 2006)</ref> or HFC <ref type="bibr" target="#b11">(Krieger, 2013)</ref>, are still able to perform extended entailments under these new encoding schemas. Most of the above approaches require to rewrite the original ontology, sometimes by turning relations into classes.</p><p>With the exception of approach 1, all approaches require to introduce one or even two brand-new individuals per time-dependent fact (see Figure <ref type="figure">1</ref>). As a consequence, reasoning and querying with such representations is extremely complex, expensive, and error-prone. Furthermore, the representation schemas 2-7 bear the potential of a non-terminating closure computation in case the newly introduced individuals are viewed as existentially quantified, i.e., anonymous logic variables (RDF: blank nodes).</p><p>Luckily, this last danger can often be avoided by generating unique URI names that are deterministically generated from their "parts" (i.e., from information that is accessible through properties from the new individual)-this "trick" reminds us of constructing perfect hash functions over complex objects, as known from computer science.</p><p>Approach 1 is pursued in the temporal database community under the heading valid time <ref type="bibr" target="#b24">(Snodgrass, 2000)</ref>. The measurements in <ref type="bibr" target="#b10">Krieger (2012)</ref> and <ref type="bibr" target="#b12">Krieger (2014)</ref> have shown that this approach easily outperforms all other approaches during querying and reasoning (computation of the deductive closure) in the time domain by several orders of magnitude. In some cases, this divergency can make a difference between doable and intractable applications. Consequently, we think the time now is ripe for allowing nary relations, or as Schmolze (1989) once put it in the early days of KL-ONE "... the advantages for allowing direct representation of n-ary relations far outweigh the reasons for the restriction."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Tuples vs. Triples: Representation &amp; Reasoning</head><p>We would like to make our preference towards a direct rep- The additional left hand side four-place relation Intersec-tionNotEmpty from the @test section of the rule simply checks whether the two temporal intervals [s 1 , e 1 ] and [s 2 , e 2 ] have a non-empty intersection, indicated by xxx below:</p><formula xml:id="formula_1">p(x,y) |xxx----| p(x,z) |--xxx| • • • ---s 1 -s 2 -e 1 ---e 2 ----t</formula><p>If this is the case, we mark the subject bound to ?x being of type owl:Nothing (same as for the original rule), but this type assignment now only holds for the overlapping observation time, given by the maximum of the starting times (= ?s) and the minimum of the ending times (= ?e), as computed in the @action section of the rule. The above natural extension of the non-temporal rule, however, turns into an awfully looking and terribly inefficient rule when being couched in a triple-based setting:</p><p>?p rdf:type owl:FunctionalProperty ?p rdf:type time:DiachronicProperty ?p rdf:type owl:DatatypeProperty ?x ?p ?blank1 ?blank1 rdf:type nary:ValuePlusTime ?blank1 nary:hasValue ?y ?blank1 nary:starts ?start1 ?blank1 nary:ends ?end1 ?x ?p ?blank2 ?blank2 rdf:type nary:ValuePlusTime ?blank2 nary:hasValue ?z ?blank2 nary:starts ?start2 ?blank2 nary:ends ?end2 → ?x rdf:type ?new ?new rdf:type nary:ValuePlusTime ?new nary:hasValue owl:Nothing ?new nary:starts ?start ?new nary:ends ?end @test ?y != ?z IntersectionNotEmpty ?start1 ?end1 ?start2 ?end2 @action ?start = Max2 ?start1 ?start2 ?end = Min2 ?end1 ?end2 ?new = MakeUri owl:Nothing ?start ?end Note how the relevant input information is hidden in the two container individuals bound to ?blank1 and ?blank2 and how the output is wrapped in a brand-new individual ?new, generated by MakeUri from the @action section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Limitations</head><p>Several points are worth mentioning here. Firstly, we are not dealing here with duration time in order to resolve expressions like Monday or 20 days against valid time. This needs to be handled by a richer temporal ontology and temporal arithmetic.</p><p>Secondly, temporal quantification, such as four hours every week, needs to be addressed by a richer temporal inventory. Thirdly, even though underspecified time is handled by our implementation through wildcards in the XSD dateTime format (e.g., year missing in Over New Year's Eve, I have visited the Eiffel Tower), we do not focus on this here. The solution requires to make certain rule tests sensitive to the fact that underspecified time is only partially ordered. These tests then return true, false, or don't-know, whereas only true indicates that the test has succeeded, leading to the instantiation of the right hand side of the rule. Fourthly, coalescing temporal information (i.e., building larger intervals from intervals with overlapping parts) should be addressed in custom rules and should not be regarded as part of the extended RDFS/OWL rule set, since this functionality depends on the (semantic) nature of predicates and the assumption whether temporal intervals are convex (i.e., contain no "holes") or not. And finally, certain temporal inferences such as p( x, s, t) entails p( x, s , t ) in case s ≤ s ≤ t ≤ t should not be handled in the below rules, since termination of the computation of the deductive closure is no longer guaranteed. Such information can only be obtained on the query level.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Ontology for Biographical Knowledge</head><p>We already indicated that we favor approach 1 as it is the most perspicuous of the nine approaches presented above, shows the best memory and runtime footprint, and always guarantees a terminating closure computation for extended RDFS <ref type="bibr" target="#b6">(Hayes, 2004)</ref> and OWL (ter Horst, 2005) entailment, as shown in <ref type="bibr" target="#b10">Krieger (2012)</ref>. In the introduction, we argued that axiomatic knowledge about classes (TBox) and properties (RBox) does not need to have a notion of time-this is universal knowledge which we assume to be static. For instance, we do not assume that the subtype relationship between two classes only holds for some period of time or that an URI should be regarded as a property at time t and as a class at a different time t (even though this would be possible). The assertional knowledge of an ontology (ABox), i.e., the set of relation instances, however, is what we equip with time (see the various approaches for the marriedTo example in Figure <ref type="figure">1</ref>), as this is knowledge that has undergone a temporal change.</p><p>In this section, we present the schema (the TBox and the RBox) of an ontology that we had developed originally for the TAKE project (http://take.dfki.de) and that was used in the KOMPARSE project (http://komparse.dfki.de) to represent biographical information about celebrities <ref type="bibr" target="#b0">(Adolphs et al., 2010)</ref>.</p><p>This ontology has been reused and extended in the EU projects MONNET (http://cordis.europa.eu/fp7/ict/language-technologies) and TRENDMINER (http://www.trendminer-project.eu). This biography ontology is now part of a larger set of independently developed ontologies (called TMO, for TREND-MINER ONTOLOGIES) which are interlinked to one another through the use of interface axioms <ref type="bibr" target="#b7">(Krieger and Declerck, 2014)</ref>. These interface axioms either relates classes (TBox) and properties (RBox) from different subontologies through the use of description logic axiom constructors, e.g., The property hasHolder from the opinion ontology (prefix op) is a good example of a property for which only the domain has been specified, viz., op:Opinion: ∀op:hasHolder − . op:Opinion However, hasHolder consciously lacks its range, since this information should only be added when several ontologies are brought together. The above axioms together with the two terminological axioms from the biography (prefix bio) and the politics (prefix pol) ontologies bio:Person bio:Agent pol:Journalist pol:Person guarantee to draw legal inferences, such as journalists are holders of opinions, even though the interface axiom above constrain holders of opinions to be of type bio:Agent. TMO has been assembled from 16 sub-ontologies, some of them also dealing with the representation of biographical knowledge, others describing concepts that can be found in politics and sociology. Especially the opinion ontology can be used to model provenance information, important for biographical knowledge; for instance, information about the:</p><p>• holder of the opinion: hasHolder;</p><p>• source from which the info was taken: extractedFrom;</p><p>• time when the opinion was published: utteredAt;</p><p>• trustworthiness of the holder: holdersTrust;</p><p>• polarity of the opinion: hasPolarity.</p><p>The TMO ontology suite is freely available for academic research and to other sites upon request (see http://www.dfki.de/lt/onto/). Parts of the taxonomic structure of the biography ontology is depicted in Figure <ref type="figure" target="#fig_1">2</ref>.</p><p>3.1 Overall Guidelines TMO, and thus the biography ontology, implements several "guidelines" that we have found useful in many projects which have dealt with the representation of time-dependent knowledge (some of the arguments have already been presented):</p><p>1. model the TBox and RBox axioms of an ontology as if there is no time, since the ontology schema is regarded to be immutable; consequence: standard ontology editors, such as Protégé can be used for this task.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Tri-Partite Structure</head><p>The biography ontology assumes a tri-partite structure, defining a most general class Entity, having pairwise disjoint subclasses Abstract, Happening, and Object. TMO is a lightweight ontology that consists of 146 classes and 80 properties, and is of expressivity SHIN (D), according to the Ontology metrics pane of Protégé, version 4.3.0. A partial view of the three subclasses and properties linking them is given in Figure <ref type="figure" target="#fig_2">3</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.1">Abstract</head><p>Ontological categories that do not fit into Happening or Object are regarded to be of type Abstract, thus this class is a kind of "remainder" category. Abstract things can be used to describe literal concepts, e.g., activities, academic degrees, ideas, inventions, the life, or personal, professional, and social roles. An abstraction manifestsIn real-world happenings, whereas the outcome of a happening leadsTo virtually everything (= Entity). For example: a specific military activity (the invasion of Poland) manifested in World War II. The outcome of WW-II has led to military inventions (Abstract), has led to the Cold War (Happening), and has led to the building of 86 U2 aircrafts (Object).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.2">Happening</head><p>Happenings are things that "happen" or "unfold" and are disjointly categorized as being either static atomic Situations or dynamic decomposable Events. They come with a (possibly underspecified) startDate and endDate. A hap-pening is basedOn or leadsTo entities (i.e., either abstract things, further happenings, or concrete objects), thus these properties can be used to encode pre-and post-conditions of a happening. An instance of this class also involves Agents and happensAt a Location. Situations help to "terminate" the decomposition of a Happening. The other subclass Event can be used to model simple unordered processes, as it comes with three relational properties of its own, viz., startsWith, continuesWith, and endsWith, all mapping to Happening (see Figure <ref type="figure" target="#fig_1">2</ref>).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.3">Object</head><p>Objects are "physical" things and mostly deal with Agents (an exhaustive disjoint partition between Person, Group, and political State) and other categories that we think are relevant for biographical information, e.g., Location, material Property, or WorkAndProduct. A Person isAwareOf a Happening: (s)he "owns" it, can be part of it, or learns about a happening. As isAwareOf is a diachronic property, awareness of a happening might even turn into oblivion.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Practical Temporal Reasoning</head><p>For a larger non-trivial example, let us again turn our attention to the marriage of Tony Blair and Cherie Booth. marriedTo is at the same time a symmetric, a diachronic, a functional, and an object property (see the Types pane at the bottom of Figure <ref type="figure" target="#fig_4">4</ref>).</p><p>We mentioned that we have cross-classified every property from the biography ontology as being either synchronic or diachronic and have already discussed the temporal extension of the entailment rule for functional diachronic datatype properties in Section 2.2. Let us now focus on the complementary rule for functional diachronic object properties which is applicable to the marriedTo relation:</p><p>?p rdf:type owl:FunctionalProperty ?p rdf:type time:DiachronicProperty ?p rdf:type owl:ObjectProperty ?x ?p ?y ?s1 ?e1 ?x ?p ?z ?s2 ?e2 → ?y owl:sameAs ?z @test IntersectionNotEmpty ?s1 ?e1 ?s2 ?e2</p><p>Here, as in the former example, the additional left hand side test IntersectionNotEmpty checks whether the two temporal intervals [s 1 , e 1 ] and [s 2 , e 2 ] have a non-empty intersection. Assuming that a person is not married to more than one partner at the same time, such a rule is able to identify individuals/URIs bound to ?y and ?z for two properly overlapping observations through the use of owl:sameAs.</p><p>Consider again the Wikipedia entry for the marriage of Tony Blair and Cherie Booth that we used in the example from Section 2.2:  <ref type="bibr">"2014-12-20"ˆˆxsd:date "2014-12-20"ˆˆxsd:date</ref> Now it is safe to assume that Cherie Booth and Cherie Blair are in fact the same person, according to the successful application of the above temporal entailment rule:</p><p>cherie booth owl:sameAs cherie blair</p><p>It is worth noting that sameAs statements will not be equipped with a temporal extent-commonsense dictates that once we do identify individuals, they will never fall apart.</p><p>At every moment in time, we never know how long a person is married to his/her partner in advance. That is why we introduced another property divorcedFrom, being the temporal disjoint object property to marriedTo (see the owl:disjointObjectProperty pane in Figure <ref type="figure" target="#fig_4">4</ref>). As the Economist article does not specify the date of marriage, we better opt for a moment in time, when Blair and Booth were definitely married (actually a day: start = end). Luckily, the right hand side sameAs inference from above, together with another extended OWL entailment rule, called rdfp11 <ref type="bibr" target="#b25">(ter Horst, 2005)</ref>, makes sure that even This is not an appealing solution as the structures become larger, and rules and queries are harder to formulate, read, debug, and process. What we would like to see is something like: marriedTo(i; j; b, e) → marriedTo(j; i; b, e)</p><p>whereas the second semicolon should indicate that the additional temporal arguments are extra arguments, belonging to the relation instance as such (a kind of relation instance annotation, not possible in OWL). Thus with this idea in mind, we can still keep the idea of having only binary relations, without introducing any new identifier (contrary to the rewrite schemas 2-7 from Figure <ref type="figure">1</ref>).</p><p>Nevertheless, we are not arguing against arbitrary n-ary relations as we are convinced that many binary relations in today's ontologies are ignoring additional arguments (e.g., properties oriented towards ditransitive verbs or having additional modifiers/adjuncts) or come along with unsatisfactory means to encode the additional arguments (relation composition, by taking the object of a binary relation instance into account). The current biography ontology, for instance, poorly models the property obtains as a relation between people and (academic) degrees. In order to obtain the educational organization where the degree was obtained, we employ relation composition at the moment, using an additional property obtainedAt between degree and education:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>obtainedAt•obtains⊆Person×EducationalOrganization</head><p>This way of representing the additional argument is related to approach 9 from Figure <ref type="figure">1</ref> and only works because obtains is inverse functional (a characteristics applicable to properties in OWL). Ideally, obtains should be modeled as a quinternary relation, having one domain argument, two range arguments, and two extra temporal arguments: </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Relation vs. Event Representation</head><p>The approaches considered in Section 2 were investigated on how well they perform w.r.t. binary relations whose two arguments are considered to be obligatory. Such a kind of relation is the default case in today's popular knowledge resources, such as YAGO, DBpedia, BabelNet, or Google's Knowledge Graph.</p><p>In case more (e.g., time) and especially optional arguments are investigated, our verdict concerning the different approaches might turn into a different direction, so the representation format needs to be updated (in the best case) or changed (in the worst case). Consider the following example, taken from <ref type="bibr">(Davidson, 1967, p. 83)</ref>:</p><p>Jones buttered the toast in the bathroom with a knife at midnight.</p><p>The binary base relation butter (we assume a direct mapping of the transitive verb to the relation name here) now needs to be split and/or extended by further optional arguments, as the following sentences are perfectly legal:</p><p>Jones buttered the toast. Jones buttered the toast in the bathroom. Jones buttered the toast with a knife. Jones buttered the toast at midnight. Jones buttered the toast in the bathroom with a knife. Jones buttered the toast in the bathroom at midnight. ..... etc.</p><p>In principle, the number of adjuncts is not bounded, thus adding a large number of potentially underspecified direct relation arguments is probably a bad solution. Today's technologies often address such hidden arguments through a kind of relation composition as we have seen above for the obtains example from the last section and listed as approach 9 in Figure <ref type="figure">1</ref>. We think that this modeling "trick" is unsatisfactory as it operates on the object of the binary relation instance, but not on the relation instance itself (besides being only correct if the original relation is inverse functional, as explained before).</p><p>Our personal solution would model the obligatory arguments, including (under-or unspecified) time and perhaps space, as direct arguments of the corresponding relation instance or tuple (approach 1). A further argument, an event identifier, also takes part in the relation. Optional arguments, however, would be addressed through binary relations, now working on the event argument. Applying this kind of Davidsonian or event representation to the above example gives us (informal relational notation):</p><p>∃e . butter(e, Jones, toast, at midnight) ∧ location(e, bathroom) ∧ instrument(e, knife)</p><p>It is worth noting that two of the approaches from Figure <ref type="figure">1</ref> are related to such an event representation, viz., 3 and 4.</p><p>Approach 3 (internal reification) can be seen as a kind of "owlfication" of Neo-Davidsonian semantics <ref type="bibr" target="#b18">(Parsons, 1990)</ref> Luckily, the biography ontology presented in Section 3 both allows for extended relation instances (as shown before), but also Davidsonian-like events through the class Happening and its subclasses Event and Situation (see Figure <ref type="figure" target="#fig_1">2</ref>). As there does not exist a Marry event class so far (but only the marriedTo property), such a class needs to be introduced as a subclass of class Event, if needed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Related Ontologies</head><p>Several ontologies addressing the representation of biographical information, cultural heritage information, and news-related information exist today, all building on Description Logics and Semantic Web technology standards. These include ESO <ref type="bibr" target="#b22">(Segers et al., 2015)</ref>, Wikidata <ref type="bibr" target="#b3">(Erxleben et al., 2014)</ref>, the BiographyNet ontology <ref type="bibr" target="#b17">(Ockeloen et al., 2013)</ref>, the BBC Storyline Ontology <ref type="bibr" target="#b28">(Wilton et al., 2013)</ref>, <ref type="bibr">SEM (van Hage et al., 2011)</ref>, FRBR OO <ref type="bibr" target="#b13">(Le Boeuf, 2010)</ref>, LODE <ref type="bibr" target="#b23">(Shaw et al., 2009)</ref>, or Event-Model-F <ref type="bibr" target="#b20">(Scherp et al., 2009)</ref>. Some of these ontologies make use of other resources, such as WordNet, FrameNet, Wikipedia, SUMO , DOLCE , or CIDOC CRM . In order to represent time-dependent knowledge, these approaches always need to stick to an event-like representation in which all information is hidden in an object and time is accessible through properties, similar to approach 3 in Figure <ref type="figure">1</ref>. None of them are able to encode time as direct arguments of a relation instance (approach 1). A comparison of some of these event ontologies is presented in <ref type="bibr" target="#b23">(Shaw et al., 2009</ref> As our ontology comes with the class bio:Happening, it is possible to take advantage of the great effort invested in the definition of event types in the ESO ontology. We finally note that some of the mappings are not expressible through simple OWL axiom constructors, because they involve a translation from n-ary relation instances to sets of triples (and vice versa). This would require to apply HFC migration rules, similar to the rewrite rule of approach 3 in Figure <ref type="figure">1</ref> which mediates between the quaternary marriedTo relation and its event representation MarriedToEvent.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Summary and Conclusion</head><p>In this paper, we have presented an overview of nine approaches to the representation of time-dependent knowledge and have favored the direct encoding of the temporal information as extra arguments of the original relation instance. Nevertheless, allowing at the same time for an event-based representation of situations, happening in the real world, is profitable as a knowledge engineer might choose the representation which fits her/his needs. For instance, a marriage ceremony between two people is probably modeled best as an event, whereas the fact that these two people are married for a specific time period is better represented as a quaternary relation. The lightweight biography ontology, presented in this paper, allows both views through the very general class Happening and relations defined between classes which are extended by a starting and ending time, expressing the temporal extent in which the atemporal fact is true (called valid time in temporal databases).</p><p>Our debate on the right representation format can even be viewed as the more general quest on how to integrate/add important (meta) information that has been neglected in the past for practical matters, but has gained a lot of attention recently; see the W3C recommendation for the provenance data model PROV-DM <ref type="bibr">(Moreau and Missier, 2013)</ref>. This additional information might include the holder of a time-dependent statement or event (person, website, program/service), the spacial location of the holder, the time when the statement/event was communicated by the holder or made public on the Web (related to transaction time in temporal databases), the trustworthiness of the holder, and the attitude of the holder w.r.t. the statement/event (sentiment/opinion). Ontologies for all these different aspects already exist today (for instance, the BiographNet ontology <ref type="bibr" target="#b17">(Ockeloen et al., 2013)</ref> which incorporates a multi-level, multi-perspective model for provenance), but a unified standard is still missing. As a short-/mid-term workaround, we suggest to manually interface these different sources of information, as indicated in Section 5, thus making it possible to incorporate work carried out by other researchers.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>bio:Person ≡ pol:Person or constrain the domain and range of potentially underspecified properties, e.g., ∀op:hasHolder . bio:Agent</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: The class subsumption hierarchy of the biography ontology. Note the two subclasses time:DiachronicProperty and time:SynchronicProperty of class rdf:Property that are used to cross-classify (i.e., to type) the properties of the biography ontology; see Figure 4.</figDesc><graphic coords="5,68.96,69.17,453.95,315.00" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Properties of the biography ontology which relate the three disjoint classes Happening, Object, and Abstract. The solid blue triangle on the right side should indicate subclasses of the class Abstract, such as Achievement.</figDesc><graphic coords="6,44.09,70.16,243.96,129.96" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head></head><label></label><figDesc>tony blair marriedTo cherie blair "1980-03-29"ˆˆxsd:date "2015-05-08"ˆˆxsd:date is a valid entailment, exactly what we expect. 3.4 Temporal Arguments as Extra Arguments So far, our approach has argued for a direct encoding of the temporal extent through two further arguments, turning a binary relation, such as marriedTo ⊆ Person×Person into a quaternary one: marriedTo ⊆ Person×Person×date×date. Given the original relation signature, the non-temporal entailment rule schema for symmetric binary relations from ter Horst (2005) thus leads to the following instantiation: marriedTo(p, p ) → marriedTo(p , p) as symmetric relations swap their domain and range arguments (p, p being two people). Now, if we add time (b = begin; e = end), we obtain: 1 marriedTo(i; j, b, e) → marriedTo(j, b, e; i) Clearly, something has gone wrong here because symmetric relations assume the same number of arguments in domain and range position. One solution would be to reduplicate the starting and ending points, so we would end up in sexternary relation: marriedTo(i, b, e; j, b, e) → marriedTo(j, b, e; i, b, e)</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: The property subsumption hierarchy of the biography ontology.</figDesc><graphic coords="7,76.31,69.17,439.25,303.80" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head></head><label></label><figDesc>In order to easily define such non-binary relations, ontology editors need to be extended by Cartesian types. In<ref type="bibr" target="#b8">Krieger and Willms (2015)</ref>, we described ×-Protégé, an extension of the Protégé ontology editor that provides means to define such Cartesian types and to use them to type the domain, range, and extra arguments of non-binary relations. A first public version of ×-Protégé will be available in mid 2015.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head></head><label></label><figDesc>2. cross-classify all properties as being either synchronic or diachronic; advantage: these property characteristics can be used, amongst other things, as distinguishing marks in entailment rules (see examples). 3. populate the ABox of an ontology with extended rela-</figDesc><table /><note>tion instances, i.e., with quintuples whose fourth and fifth argument encode the temporal extent of the preceding atemporal statement (the triple). 4. extend the RDFS/OWL entailment rules by a temporal dimension; example: use XSD's date or dateTime format to implement an interval-based calendar time (used by the examples in this paper).</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head></head><label></label><figDesc>, as the original relation is always turned into an event (an OWL class). Here the event identifier e from above directly corresponds to a URI, referring to an instance of the OWL class. For instance, the marriedTo relation is turned into an event class, say Marry; thus:</figDesc><table><row><cell>tony blair marriedTo cherie booth</cell></row><row><cell>"1980-03-29"ˆˆxsd:date "2015-05-08"ˆˆxsd:date</cell></row><row><cell>needs to be expressed by (we use VerbNet terminology):</cell></row><row><cell>e rdf:type Marry</cell></row><row><cell>e agent tony blair</cell></row><row><cell>e co-agent cherie booth</cell></row><row><cell>e starts "1980-03-29"ˆˆxsd:date</cell></row><row><cell>e ends "2015-05-08"ˆˆxsd:date</cell></row><row><cell>Approach 4 (fact identifier) is a kind of external reification.</cell></row><row><cell>YAGO uses its own extension of the N3 plain triple for-</cell></row><row><cell>mat, called N4, which associate unique identifiers i with</cell></row><row><cell>each time-dependent fact. However, the association i :=</cell></row><row><cell>marriedTo(p, p ) has the disadvantage of not being part of</cell></row><row><cell>the triple repository, as it is a quadruple technically. So we</cell></row><row><cell>guess that there exists a separate extendable mapping table</cell></row><row><cell>outside of the semantic repository, storing the triples.</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head></head><label></label><figDesc>DOLCE+DnS<ref type="bibr" target="#b4">(Gangemi et al., 2002)</ref>, SUMO<ref type="bibr" target="#b16">(Niles and Pease, 2001)</ref>, or Cyc (Reed andLenat,  2002). For instance, if we would like to interface the BBC storyline ontology, the following single axiom suffices:</figDesc><table><row><cell>, section 2) and</cell></row><row><cell>(van Hage et al., 2011, section 5).</cell></row><row><cell>As we have indicated in the beginning of Section 3</cell></row><row><cell>(Journalist example), OWL axiom constructors and do-</cell></row><row><cell>main/range restrictions allow us to manually interface</cell></row><row><cell>our biography ontology with other ontologies, may they</cell></row><row><cell>be complimentary domain ontologies (opinion, politics,</cell></row><row><cell>sociology), overlapping biography event ontologies (see</cell></row><row><cell>above), or even OWL versions of upper ontologies (if</cell></row><row><cell>desired), such as</cell></row></table><note>bio:Happening ≡ nsl:Event Connecting with LODE essentially reduces to: bio:Happening ≡ lode:Event bio:happensAt ≡ lode:atPlace bio:involves ≡ lode:involvedAgent bio:basedOn lode:involved bio:leadsTo lode:involvedOther properties from LODE either do not have a direct counterpart (lode:illustrate) or need to be decomposed (lode:atTime onto bio:startDate and bio:endDate). The sub-properties bio:startsWith, bio:continuesWith, and bio:endsWith from the class bio:Event would even allow us to decompose LODE events into smaller units, a feature partially available in the SEM ontology: bio:startsWith sem:hasSubEvent bio:continuesWith sem:hasSubEvent bio:endsWith sem:hasSubEvent</note></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">For better readability, we separate the domain and range arguments from one another by using a semicolon.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>The work described in this paper has been partially carried out in the ALL SIDES project, funded by the German Federal Ministry of Education and Research under contract number FKZ 01IW14002 and the PHEME project, funded by the European Union's 7th Framework Programme under grant agreement no 611233. The authors would like to thank our three reviewers and Antske Fokkens for their useful comments, Hans Uszkoreit for giving the initial impetus for the development of the biography ontology several years ago, and Bernd Kiefer for always having an open ear in many discussions.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Question answering biographic information and social network powered by the semantic web</title>
		<author>
			<persName><forename type="first">References</forename><surname>Peter Adolphs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Xiwen</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tina</forename><surname>Klüwer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hans</forename><surname>Uszkoreit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Feiyu</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th International Conference on Language Resources and Evaluation (LREC)</title>
				<meeting>the 7th International Conference on Language Resources and Evaluation (LREC)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="2764" to="2768" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">RDF 1.1 N-Triples. a line-based syntax for an RDF graph</title>
		<author>
			<persName><forename type="first">Gavin</forename><surname>Carothers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andy</forename><surname>Seaborne</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
		<respStmt>
			<orgName>W3C</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">The logical form of action sentences</title>
		<author>
			<persName><forename type="first">Donald</forename><surname>Davidson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Logic of Decision and Action</title>
				<editor>
			<persName><forename type="first">Nicholas</forename><surname>Rescher</surname></persName>
		</editor>
		<imprint>
			<publisher>University of Pittsburgh Press</publisher>
			<date type="published" when="1967">1967</date>
			<biblScope unit="page" from="81" to="95" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Introducing Wikidata to the Linked Data Web</title>
		<author>
			<persName><forename type="first">Fredo</forename><surname>Erxleben</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Günther</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Markus</forename><surname>Krötzsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Julian</forename><surname>Mendez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Denny</forename><surname>Vrandecić</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 13th International Semantic Web Conference (ISWC)</title>
				<meeting>the 13th International Semantic Web Conference (ISWC)</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="50" to="65" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Sweetening ontologies with DOLCE</title>
		<author>
			<persName><forename type="first">Aldo</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nicola</forename><surname>Guarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Claudio</forename><surname>Masolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Oltramari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luc</forename><surname>Schneider</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 13th International Conference on Knowledge Engineering and Knowledge Management (EKAW)</title>
				<meeting>the 13th International Conference on Knowledge Engineering and Knowledge Management (EKAW)</meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="166" to="181" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">SuperDuper schema: an OWL2+RIF DnS pattern</title>
		<author>
			<persName><forename type="first">Aldo</forename><surname>Gangemi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">KCAP 2011 Deep Knowledge Representation Challenge Workshop</title>
				<editor>
			<persName><forename type="first">Patrick</forename><surname>Hayes</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Chris</forename><surname>Welty</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2006">2011. 2006</date>
		</imprint>
		<respStmt>
			<orgName>W3C</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical report</note>
	<note>Defining N-ary relations on the Semantic Web</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">YAGO2: Exploring and querying world knowledge in time, space, context, and many languages</title>
		<author>
			<persName><forename type="first">Patrick</forename><surname>Hayes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Johannes</forename><surname>Hoffart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fabian</forename><forename type="middle">M</forename><surname>Suchanek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Klaus</forename><surname>Berberich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Edwin</forename><surname>Lewis Kelham</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gerard</forename><surname>De Melo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gerhard</forename><surname>Weikum</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 20th International World Wide Web Conference (WWW 2011)</title>
				<meeting>the 20th International World Wide Web Conference (WWW 2011)</meeting>
		<imprint>
			<date type="published" when="2004">2004. 2011</date>
			<biblScope unit="page" from="229" to="232" />
		</imprint>
	</monogr>
	<note>RDF semantics</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">TMOthe federated ontology of the TrendMiner project</title>
		<author>
			<persName><forename type="first">Hans-Ulrich</forename><surname>Krieger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Thierry</forename><surname>Declerck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 9th edition of the Language Resources and Evaluation Conference (LREC)</title>
				<meeting>the 9th edition of the Language Resources and Evaluation Conference (LREC)</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Extending OWL ontologies by Cartesian types to represent Nary relations in natural language</title>
		<author>
			<persName><forename type="first">Hans-Ulrich</forename><surname>Krieger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christian</forename><surname>Willms</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IWCS Workshop on Language and Ontologies</title>
				<meeting>the IWCS Workshop on Language and Ontologies</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Where temporal description logics fail: Representing temporally-changing relationships</title>
		<author>
			<persName><forename type="first">Hans-Ulrich</forename><surname>Krieger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Artificial Intelligence</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008. 2008</date>
			<biblScope unit="volume">5243</biblScope>
			<biblScope unit="page" from="249" to="257" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A temporal extension of the Hayes/ter Horst entailment rules and an alternative to W3C&apos;s n-ary relations</title>
		<author>
			<persName><forename type="first">Hans-Ulrich</forename><surname>Krieger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th International Conference on Formal Ontology in Information Systems (FOIS)</title>
				<meeting>the 7th International Conference on Formal Ontology in Information Systems (FOIS)</meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="323" to="336" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">An efficient implementation of equivalence relations in OWL via rule and query rewriting</title>
		<author>
			<persName><forename type="first">Hans-Ulrich</forename><surname>Krieger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th IEEE International Conference on Semantic Computing (ICSC)</title>
				<meeting>the 7th IEEE International Conference on Semantic Computing (ICSC)</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="260" to="263" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A detailed comparison of seven approaches for the annotation of time-dependent factual knowledge in RDF and OWL</title>
		<author>
			<persName><forename type="first">Hans-Ulrich</forename><surname>Krieger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th Joint ACL-ISO Workshop on Interoperable Semantic Annotation (ISA)</title>
				<meeting>the 10th Joint ACL-ISO Workshop on Interoperable Semantic Annotation (ISA)</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">From FRBR to FRBR OO through CIDOC CRM</title>
		<author>
			<persName><forename type="first">Patrick</forename><surname>Le</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Boeuf</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Symposium on the Future of Information Organization Research</title>
				<meeting><address><addrLine>Taipei, Taiwan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010-10">2010. October</date>
		</imprint>
	</monogr>
	<note>Slide presentation</note>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">RDF primer</title>
		<author>
			<persName><forename type="first">Frank</forename><surname>Manola</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eric</forename><surname>Miller</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>W3C</publisher>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Some philosophical problems from the standpoint of artificial intelligence</title>
		<author>
			<persName><forename type="first">John</forename><surname>Mccarthy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Patrick</forename><forename type="middle">J</forename><surname>Hayes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Boris</forename><surname>Motik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bernardo</forename><forename type="middle">Cuenca</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ian</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhe</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Achille</forename><surname>Fokoue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carsten</forename><surname>Lutz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Machine Intelligence 4</title>
				<editor>
			<persName><forename type="first">Luc</forename><surname>Moreau</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Paolo</forename><surname>Missier</surname></persName>
		</editor>
		<imprint>
			<publisher>Edinburgh University Press</publisher>
			<date type="published" when="1969">1969. 2013. April 2013. 2012. December 2012</date>
			<biblScope unit="page" from="463" to="502" />
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
	<note>OWL 2 web ontology language profiles. W3C. W3C Recommendation 11</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Towards a standard upper ontology</title>
		<author>
			<persName><forename type="first">Ian</forename><surname>Niles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adam</forename><surname>Pease</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd International Conference on Formal Ontology in Information Systems (FOIS)</title>
				<meeting>the 2nd International Conference on Formal Ontology in Information Systems (FOIS)</meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="2" to="9" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">BiographyNet: Managing provenance at multiple levels and from different perspectives</title>
		<author>
			<persName><forename type="first">Niels</forename><surname>Ockeloen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Antske</forename><surname>Fokkens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Serge</forename><surname>Ter Braake</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Piek</forename><surname>Vossen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Guus</forename><surname>Victor De Boer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Susan</forename><surname>Schreiber</surname></persName>
		</author>
		<author>
			<persName><surname>Legêne</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd International Workshop on Linked Science (LISC) at ISWC</title>
				<meeting>the 3rd International Workshop on Linked Science (LISC) at ISWC</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="59" to="71" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Events in the Semantics of English. A Study in Subatomic Semantics</title>
		<author>
			<persName><forename type="first">Terence</forename><surname>Parsons</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI 2002 Conference Workshop on Ontologies For The Semantic Web</title>
				<editor>
			<persName><forename type="first">B</forename><surname>Douglas</surname></persName>
		</editor>
		<editor>
			<persName><surname>Lenat</surname></persName>
		</editor>
		<meeting>the AAAI 2002 Conference Workshop on Ontologies For The Semantic Web<address><addrLine>Cambridge</addrLine></address></meeting>
		<imprint>
			<publisher>MIT Press</publisher>
			<date type="published" when="1990">1990. 2002</date>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
	<note>Mapping ontologies into Cyc</note>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Jena rules tutorial</title>
		<author>
			<persName><forename type="first">Dave</forename><surname>Reynolds</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Jena User Conference. PowerPoint presentation</title>
				<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">F-a model of events based on the foundational ontology DOLCE+DnS Ultralite</title>
		<author>
			<persName><forename type="first">Ansgar</forename><surname>Scherp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Thomas</forename><surname>Franz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carsten</forename><surname>Saathoff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Steffen</forename><surname>Staab</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Conference on Knowledge Capture (K-CAP)</title>
				<meeting>the 5th International Conference on Knowledge Capture (K-CAP)</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="137" to="144" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Terminological knowledge representation systems supporting n-ary terms</title>
		<author>
			<persName><forename type="first">G</forename><surname>James</surname></persName>
		</author>
		<author>
			<persName><surname>Schmolze</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st International Conference on Principles of Knowledge Representation and Reasoning (KR)</title>
				<meeting>the 1st International Conference on Principles of Knowledge Representation and Reasoning (KR)</meeting>
		<imprint>
			<date type="published" when="1989">1989</date>
			<biblScope unit="page" from="432" to="443" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">ESO: a frame based ontology for events and implied situations</title>
		<author>
			<persName><forename type="first">Roxane</forename><surname>Segers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Piek</forename><surname>Vossen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marco</forename><surname>Rospocher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luciano</forename><surname>Serafini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Egoitz</forename><surname>Laparra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">German</forename><surname>Rigau</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of MAPLEX</title>
				<meeting>MAPLEX</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">LODE: Linking open descriptions of events</title>
		<author>
			<persName><forename type="first">Ryan</forename><surname>Shaw</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Raphaël</forename><surname>Troncy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lynda</forename><surname>Hardman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th Asian Semantic Web Conference (ASWC)</title>
				<meeting>the 4th Asian Semantic Web Conference (ASWC)</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="153" to="167" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title level="m" type="main">Developing Time-Oriented Database Applications in SQL</title>
		<author>
			<persName><forename type="first">Richard</forename><forename type="middle">T</forename><surname>Snodgrass</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2000">2000</date>
			<publisher>Morgan Kaufmann</publisher>
			<pubPlace>San Francisco, CA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Completeness, decidability and complexity of entailment for RDF Schema and a semantic extension involving the OWL vocabulary</title>
		<author>
			<persName><forename type="first">J</forename><surname>Herman</surname></persName>
		</author>
		<author>
			<persName><surname>Horst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Web Semantics</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="79" to="115" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Design and use of the simple event model (SEM)</title>
		<author>
			<persName><forename type="first">Willem</forename><surname>Robert Van Hage</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Véronique</forename><surname>Malaisé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Roxane</forename><surname>Segers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Laura</forename><surname>Hollink</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Guus</forename><surname>Schreiber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Web Semantics</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="128" to="136" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">A reusable ontology for fluents in OWL</title>
		<author>
			<persName><forename type="first">Christopher</forename><surname>Welty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Richard</forename><surname>Fikes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of 4th FOIS</title>
				<meeting>4th FOIS</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="226" to="236" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<author>
			<persName><forename type="first">Paul</forename><surname>Wilton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jeremy</forename><surname>Tarling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jarred</forename><surname>Mcginnis</surname></persName>
		</author>
		<ptr target="http://www.bbc.co.uk/ontologies/storyline" />
		<title level="m">Storyline ontology: An ontology to represent news storylines</title>
				<editor>
			<persName><forename type="first">Paul</forename><surname>Rissen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Helen</forename><surname>Lippell</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Matt</forename><surname>Chadburn</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Tom</forename><surname>Leitch</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Dan</forename><surname>Brickley</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Michael</forename><surname>Smethurst</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Sebastien</forename><surname>Cevey</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
