<?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">Negative Property Assertion Pattern (NPAs) http:// ontologydesignpatterns.org/wiki/Submissions:NegativePropertyAssertions</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Olaf</forename><surname>Noppens</surname></persName>
							<email>olaf.noppens@uni-ulm.de</email>
							<affiliation key="aff0">
								<orgName type="department">Inst. of Artificial Intelligence</orgName>
								<orgName type="institution">Ulm University Germany</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Negative Property Assertion Pattern (NPAs) http:// ontologydesignpatterns.org/wiki/Submissions:NegativePropertyAssertions</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">AF17E6D38A57FA634A60677C34528F23</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T02:07+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>
			<abstract/>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The basic building blocks of Description Logics (DLs) in general are concept and role constructors (e. g. , intersection, union, nominals, negation etc.), terminological as well as individual axioms. Combining axioms, meaningful statements can be expressed. Additional axiom constructors (so-called syntactical sugar) has been introduced in most ontology language (such as OWL and OWL 2 <ref type="bibr" target="#b0">[1]</ref>) in order to simplify ontology modeling, understanding and maintenance. These syntactical sugar axioms can be reduced to basic axioms. A simple example is disjointness of concepts that can be reduced to GCI axioms. However, even experts have often difficulties to understand the reduced forms in comparison to syntactical sugar forms. From the modeling perspective, patterns can support the user in modeling logical meaning that is not directly supported in an ontology language. For instance, OWL 2 provides a syntactical form for modeling negative property assertions whereas using the predecessor OWL 1 one have to model it by a more or less complicated inclusion axiom (or, alternatively, disjoint axiom).</p><p>The motivation of this pattern is to model negative property assertions (NPAs) in ontology languages such as OWL 1 that do not provide a special construct for it. It is worth mentioning that not all knowledge base systems can be migrated to OWL 2 for several reasons. On the other hand, NPAs modeled according to this pattern can be migrated to OWL 2 using the newly introduced constructor. A negative property assertion as defined in the upcoming OWL 2 states that a given individual i is never connected to a given individual j by a given property expression P . In other words, asserting that i is connected to j by P results in an inconsistent ontology. In this sense this assertion can be considered as a constraint that should not be violated. In contrast, considering an ontology where it cannot be inferred that i is connected to j by p does not necessarily mean that there cannot be such a connection -in fact, it is merely not modeled.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Pattern</head><p>In this section we describe the Negative Property Assertion Pattern in detail.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Problem</head><p>Prior to OWL 2 it is difficult to model negative property assertions and, if they are contained in an ontology, difficult to understand because OWL 1 does not provide a specialized constructor for it. In addition, with help of this pattern one can also migrate OWL 1 ontologies containing axioms describing NPAs into the NPA constructor of OWL 2.</p><p>Intent This patterns allows to express NPAs in ontologies written in an ontology language such as OWL 1 that does not allow NPA directly. The pattern can also be understood as a transformation rule for transforming axioms modeling NPAs into the direct NPA axiom constructor of OWL 2.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Solution</head><p>A negative property assertion that states that an individual Individual 1 is not connected to an individual Individual 2 by a property property can be modeled as the following inclusion axiom: {Individual 1 } ¬ (∃property {Individual 2 }) <ref type="foot" target="#foot_0">1</ref> . Here we are using the German DL syntax where {x} denotes an enumeration class with a single individual x (aka. 'one-of'). A graphical representation of this pattern is given in Figure <ref type="figure" target="#fig_0">1</ref>. In the following we proof the equivalence between the axiom produced by the pattern and NPA as defined in OWL 2.</p><p>Proof Let C and D be concepts. Then C and D are disjoint if, and only if, C is subsumed by the complement of D, i. e. , (C ¬D). The equivalence is correct because of the duality of disjointness, equivalence, and unsatisfiability: C is subsumed by D if, and only if, C ¬D is unsatisfiable, and the intersection of C and D is unsatisfiable if, and only if, C and D are disjoint. One also reminds that the extension of the concept ∃ prop.C is the set of individuals i which are connected to an individual j that is in the extension of the concept C, by the property prop. Let NP A (p a b) be a negative property assertion axiom, i. e. , the individual a is not related to b by the property p. Then the extension of ∃ p. {b} which contains all individuals that are connected to b by p must not contain a. This is true, if, and only if, {a} is disjoint to ∃ p. {b}.</p><p>Consequences Applying this pattern to an ontology will add the logical meaning of a NPA to the ontology. There are not any restrictions or limitations of the solution besides that nominals and unrestricted existential quantification must be supported in the target ontology language.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Example</head><p>Consider a social network containing facts about people and their relationships. Let Adam and Eve be two persons and like a property ('A likes B'). Furthermore we know that Adam does not like Eve but we have no dislike relationship. Moreover, our language (such as OWL 1) does not have any NPA axiom constructor.</p><p>The sample ontology is interpreted with respect to the open-world semantics, i. e. , one can not infer the dislike merely from the lack of a property assertion axiom Adam like Eve. Then this fact can be expressed with the following axiom in OWL 1: {Adam} ¬ (∃likes {Eve}).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Pattern Usage</head><p>The NPA pattern is useful in all situations where one has to model a negative property assertion but the language does not allow it directly. One real-world example here is the one mentioned in Section 2.3 where we had modeled a social network structure and need a possibility to express that one person does not like another and to ensure that one person does not know another person. With help of NPAs we have the possibility to distinguish between 'Person A does not know Person" and "We do not know whether Person A knows Person B or not".</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Summary</head><p>The Negative Property Assertion Pattern allows to express negative property assertions in languages such as OWL 1 that do not a build-in constructor for this kind of assertions. In addition, when migrating OWL 1 ontologies to OWL 2 ontologies this pattern can be used to find negative property assertions and to transform them into the special NPA constructor of OWL 2.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Graphical representation of the pattern using the UML-based notation proposed in [2].</figDesc><graphic coords="2,173.03,435.43,252.25,134.35" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Note that this can also be modeled with help of a disjointness axiom. However, not all languages provide a special disjointness constructor.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">OWL 2 Structural Specification and Functional-Style Syntax</title>
		<author>
			<persName><forename type="first">B</forename><surname>Motik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">F</forename><surname>Patel-Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">W3C Candidate Recommendation</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<date type="published" when="2009-06">June 2009. June 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Visual Modeling of OWL DL Ontologies Using UML</title>
		<author>
			<persName><forename type="first">S</forename><surname>Borckmans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Volz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Eberhart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Löffler</surname></persName>
		</author>
		<imprint>
			<biblScope unit="page" from="198" to="213" />
		</imprint>
	</monogr>
</biblStruct>

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