<?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">Towards an OWL ontology for identity on the web</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Valentina</forename><surname>Presutti</surname></persName>
							<email>valentina.presutti@istc.cnr.it</email>
							<affiliation key="aff0">
								<orgName type="laboratory">Laboratory for Applied Ontology National Research Council (ISTC-CNR)</orgName>
								<address>
									<settlement>Roma</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Aldo</forename><surname>Gangemi</surname></persName>
							<email>aldo.gangemi@istc.cnr.it</email>
							<affiliation key="aff1">
								<orgName type="laboratory">Laboratory for Applied Ontology National Research Council (ISTC-CNR)</orgName>
								<address>
									<settlement>Roma</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Towards an OWL ontology for identity on the web</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">0DD24D7D462530D1A8656EC646C80181</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T02:55+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>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>One of the main strength of the web is that it realizes the goal of allowing any party of its global community to share information with any other party. This has been achieved by making use of a unique and uniform mechanism of identification, the URI (Universal Resource Identifiers). Web applications such as search engines have been built up on this mechanism. Although URIs succeed when used for retrieving resources on the web, their suitability as a way for identifying any kind of things, for example resources that are not on the web, is not guaranteed. We investigate the meaning of identity of a web resource and how it can be modeled in order to be implemented on the web. In particular, we propose an ontology that models the problem, and discuss some possible solutions. We describe the concept of resource from the web domain point of view, using an ontology of Information Objects, built on top of DOLCE and of some of its modular extensions. In particular, we formalize some concepts of a web resource, and distinguish them from the concept of a generic entity. We finally propose a formal pattern for resource modelling.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>I. INTRODUCTION</head><p>The web is an information space realized by computationally accessible resources, each embedding some information, which is encoded in some language, and expresses some meaning. One of the successful achievements of the web is that of allowing different parties of its global communities to share information <ref type="bibr" target="#b15">[17]</ref>. Typically, typing an address in a web browser is enough in order to visualize or download an object, the meaning of which can be then understood by a human agent. Such web address is a URI (Universal Resource Identifier) <ref type="bibr" target="#b3">[4]</ref>. There is no doubt about the effectiveness of the URI mechanism for the referencing of resources that are realized on the web.</p><p>Nevertheless, there is something more ambitious that the web is supposed to allow than just referencing web resources, that is referencing things in general. That ambitious goal requires a software agent to identify a resource unambiguously, in order to perform the appropriate operations on it. Tim Berners Lee et al. in <ref type="bibr" target="#b16">[18]</ref> mention identification of resources is essential for information sharing, interoperability, reasoning, and elaboration in general on the web. The semantic web (SW) has as main goal that of make such scenarios possible.</p><p>Currently, URIs are used as the uniform mechanism for identifying heterogeneous entities, e.g., documents, metadata, ontologies, abstract concepts, physical things, events. But there is no clear categorization of which are the possible ways to identify and reference those entities on the web. This sort of confusion has led to lack of consensus on which is the most suitable way to solve the problem of handling the recognition of the identity of an element that is referenced by a URI, and consequently there is not a defined operational semantics associated with each of these different sorts.</p><p>We propose an OWL <ref type="bibr" target="#b28">[30]</ref> ontology named IRE (Identifiers, Resources, and Entities) that was originally formalized in first order logic, containing concepts that compose the architecture of the web. IRE is based on an ontology of Information Objects <ref type="bibr" target="#b1">[2]</ref>, built on top of DOLCE and on some of its modular extensions <ref type="bibr" target="#b21">[23]</ref>, <ref type="bibr" target="#b11">[13]</ref>. For a complete report the reader can refer to <ref type="bibr" target="#b10">[12]</ref>, <ref type="bibr" target="#b20">[22]</ref>, <ref type="bibr" target="#b23">[25]</ref>, <ref type="bibr" target="#b1">[2]</ref>, while all OWL files are available at http://www.loa-cnr.it/ontologies. IRE provides the basis for defining a categorization of the kinds of resources that can be referenced on the web. We are confident that, based on this categorization, it is possible to study the most suitable way of handling the operational semantics that can be applied to different references.</p><p>The rest of the paper is organized as follows: in section I-A we discuss briefly the existing approaches to the problem of identifying a resource on the web, in section II we discuss the definitions of the concept of resource and its relation to the URI mechanism of identification that can be found in normative documents such as <ref type="bibr" target="#b3">[4]</ref> and <ref type="bibr" target="#b15">[17]</ref>. In particular, we underline the ambiguity of such definitions, showing the need for a rationale. Finally, in III we present the design rationale of IRE ontology, the most specific contribution of this paper. Section V summarizes the proposal underlining our contribution.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. Related work</head><p>The identification of resources is an important task to use them on the web. Currently, there is a diffuse feeling that the identification procedures suffer from a lack of consensus about how to handle them. A typical example is the URI http://www.w3.org: does it identify the web document that is placed at that web address, or the W3C organization? There have been many proposals suggesting different approaches to the aim of addressing the issue. In this section we briefly summarize some significant ones.</p><p>Alistar Miles <ref type="bibr" target="#b24">[26]</ref> describes his perception of the problem by isolating a possible obstacle: the creation of a same URI for representing different concepts. This has also been named URI collision <ref type="bibr" target="#b15">[17]</ref>. Miles proposes an interesting 'low level' approach as a best practice, that of using HTTP URIs to address entities that are not accessible on the web. He proposes to manage the problem at the server side by means of a negotiation on how to resolve the URI. For example, if one creates the URI http://foo.com/me to describe himself/herself, then it could be resolved by the server as the URI http://foo.com/me.html or http://foo.com/me.xml or other, depending on a sort of configuration of the browser.</p><p>Steve Pepper <ref type="bibr" target="#b31">[33]</ref> expresses a similar difficulty about the use of URIs for identifying all kinds of entities. In particular, he proposes to associate a resource to a document, whose content describes the subject of the resource (i.e., a subject indicator). Nevertheless, this solution leaves the responsibility of interpreting the identity of a resource to a human agent, and there is no way to ensure that the subject indicator refers to a single subject.</p><p>Kendall Clark <ref type="bibr" target="#b6">[7]</ref> discusses the 'tidiness' of web specifications, and the importance to clarify the conceptual assumptions upon which the web is built, and the semantic web is going to be built.</p><p>David Booth <ref type="bibr" target="#b5">[6]</ref> proposes an informal categorization of what can be identified by a URI, suggesting the definition of different conventions for each of the four uses he has identified. John Black <ref type="bibr" target="#b4">[5]</ref> suggests to create a sort of machineoriented Wikipedia, machines that share knowledge through the construction of web sites such as del.icio.us <ref type="bibr">[8]</ref>.</p><p>Parsia and Patel-Schneider <ref type="bibr" target="#b29">[31]</ref> deeply analyze the issue of defining meaning in the SW. They propose to determine the meaning of a document as the result of an entailment. In this sense, "only documents explicitly mentioned in constructs like the OWL importing mechanism contribute to the meaning of that document."</p><p>Another good suggestion comes from Pat Hayes <ref type="bibr" target="#b14">[16]</ref> who underlines the difference between access and reference. Both are relationships between names and things, but they are inherently different and the fact that <ref type="bibr" target="#b15">[17]</ref> does not distinguish between the two contributes to cause confusion.</p><p>All these proposals are important contributions to solve the "identity crisis" but none of them provides a formal model, which could help in finding a comprehensive solution at both syntactic and operational levels. The identity of entities referenced on the web is often intended as the location at which a resource is placed; in other words, there is a need for an explicit distinction between the identity of a resource and its identifier. For example, recalling the W3C web site, the http://www.w3.org URI has its own identity as identifier (i.e., a string), the web location it is associated to has its own identity as a place, the web document has its own identity as a computational object (i.e., file), and the subject of the document has its own identity (i.e., the W3C organization).</p><p>Recently in the context of W3C working groups a work effort on how to embed RDF triples in HTML is being conducted and there is already a working draft containing a proposal for a syntax, namely RDFa <ref type="bibr" target="#b0">[1]</ref>. RDFa complies to our approach although it does not cover all aspects.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>II. URI AND RESOURCES</head><p>The term "resource" is generally used for all things that might be identified by a URI <ref type="bibr" target="#b15">[17]</ref>.</p><p>In literature, we find several definitions for the term "resource" used in the context of world wide web. In particular we quote here three authoritative documents, <ref type="bibr" target="#b3">[4]</ref>, <ref type="bibr" target="#b2">[3]</ref>, <ref type="bibr" target="#b15">[17]</ref> <ref type="foot" target="#foot_0">1</ref> and discuss about the way and consequences of the definition they provide for "resource" . In <ref type="bibr" target="#b2">[3]</ref> the concept of resource is defined as follows:</p><p>A resource can be anything that has identity. Familiar examples include an electronic document, an image, a service (e.g., "today's weather report for Los Angeles"), and a collection of other resources. Not all resources are network "retrievable"; e.g., human beings, corporations, and bound books in a library can also be considered resources. The resource is the conceptual mapping to an entity or set of entities, not necessarily the entity which corresponds to that mapping at any particular instance in time. Thus, a resource can remain constant even when its content-the entities to which it currently corresponds-changes over time, provided that the conceptual mapping is not changed in the process. Moreover, in the same document the mechanism for identifying resources (i.e., URI) is specified, and it is also said that:</p><p>Having identified a resource, a system may perform a variety of operations on the resource, as might be characterized by such words as 'access', 'update', 'replace', or 'find attributes'. The following definition of "resource" is given by <ref type="bibr" target="#b3">[4]</ref>, which updates [3]:</p><p>This specification does not limit the scope of what might be a resource; rather, the term "resource" is used in a general sense for whatever might be identified by a URI. Familiar examples include an electronic document, an image, a source of information with a consistent purpose (e.g., "today's weather report for Los Angeles"), a service (e.g., an HTTP-to-SMS gateway), and a collection of other resources. A resource is not necessarily accessible via the Internet; e.g., human beings, corporations, and bound books in a library can also be resources.</p><p>Likewise, abstract concepts can be resources, such as the operators and operands of a mathematical equation, the types of a relationship (e.g., "parent" or "employee"), or numeric values (e.g., zero, one, and infinity). On the other hand, in <ref type="bibr" target="#b15">[17]</ref> the concept of resource is used with a twofold meaning: that of whatever might be identified by a URI, and that of anything that can be the subject of a discourse, such as cars, people etc. Furthermore, the concept of Information resources is defined as those resources which essential characteristics can be conveyed in a message. <ref type="bibr" target="#b15">[17]</ref> also defines the principle of opacity of a URI, which promotes the independence between an identifier and the state of the identified resource.</p><p>Given the above, at least four possible interpretations of the intended meaning of the term "resource" emerge. Even though it is not our principal aim, it could be useful to establish what meaning is the most suitable in the web domain.</p><p>• computational object: if a resource is a computational object, something on which one can perform operations <ref type="bibr" target="#b2">[3]</ref> -in this context we define "computational object" such as (i) the physical realization of an information object, (ii) something that can participate in a computational process. Examples of computational objects are: a database, a digital document, a software application -then its identity would not be equivalent to a virtual localization, because a computational object is a physical entity and realizes (is the support for) a certain information object. Neither physical entities nor information objects can be reduced to regions in a virtual space, especially if that space should be uniquely identifiable through URIs. For example, the personal home page of Aldo Gangemi is a document which exists on the web and is reachable through the dereferencing of its URI, but it does continue to exist also if it changes its location or if the server it is stored on becomes offline. • conceptual mapping: if a resource is intended as a "conceptual mapping" <ref type="bibr" target="#b2">[3]</ref> then its identity is purely formal. For this reason it cannot be also intended as a "computational object". As a conceptual mapping, a resource can be characterized as a location in the virtual space of the combinatorial regions that are identified by the URIs. Consequently, the identity of a resource in this sense is equivalent to a localization in that space. As a matter of fact, without that space, it would not exist, and its URI is sufficient to identify it unambiguously. • proxy: considering the principle of opacity <ref type="bibr" target="#b15">[17]</ref>, the sense of resource can be that of a 'proxy' that is localized in a region of the virtual space identified by the URIs. In this case, the resource is actually intended as a computational object, and its identity is given by the set of elements composing the proxy. For example, an English text, a picture, a metadata schema, etc. According to this meaning of "resource", its identity goes beyond its location. A resource does exist beyond its location, and its identity holds over its presence on the web. • entity: by defining "resource" with the meaning of an entity <ref type="bibr" target="#b3">[4]</ref> -being it either a computational object or not -is problematic because the relationship that holds between a resource and a URI would be the same for addressing computational objects and physical or abstract objects. This approach is problematic, because it attempts to address entities (i.e., physical and abstract objects) that are not addressable in principle.</p><p>Based on this rationale, we give a formal description of the different meanings associated to the term 'resource', and contextualize those meanings in a formal pattern. The definition of "resource" in <ref type="bibr" target="#b3">[4]</ref> corresponds to that of concept "Entity" used in IRE. We reserve the name 'web resource' to one meaning, which seems more intuitive from a commonsense viewpoint, even though our principal aim is conceptual, not terminological.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>III. THE IRE ONTOLOGY</head><p>As outlined above, the definitions of resource that can be found in literature <ref type="bibr" target="#b15">[17]</ref>, <ref type="bibr" target="#b2">[3]</ref>, <ref type="bibr" target="#b3">[4]</ref> show ambiguity, making the issue of handling the identification of a web resource very problematic.</p><p>Our approach restricts the nature of the web resource to that of a computational object. This choice is motivated by the fact that a resource is something that has to be addressable, and things like cars and people are not addressable for their nature. Hence, it is wrong in principle to use the same mechanism of addressing for entities that have such different sorts. In <ref type="bibr" target="#b13">[15]</ref> IRE has been formalized in first order logic, here we approach its formalization in OWL, and introduce two possible ontology design patterns for expressing IRE content. A Resource is a computational object that may have a web location. We define a web resource as a resource that is placed in one or more abstract web locations. In this sense to be a web resource is a particular state of a resource. This means that the identity of the resource is something that goes beyond its location. An abstract web location is a place (i.e., a point) in the combinatorial regions that are identified by the URI addressing mechanism (i.e., each URI identifies one and only one abstract web location)<ref type="foot" target="#foot_1">2</ref> . To this aim the datatype property has identifier is specified as functional. Although we cannot directly address an entity that is not a computational object, we need to be able to assert facts about it on the web. We can do this by using a web resource whose functions as a proxy for that entity (i.e., a ProxyResource). In order to make the model clearer, we give a prose description for each element that has been defined:</p><p>• Abstract Web Location: a point in the combinatorial regions identified by the URI metric. • Resource: a computational object that can be composed of other resources (i.e., proper part of ). It might have a location (i.e.,Abstract Web Location), the address of which is a URI. If the resource is a composed resource the identifier of its abstract location is also an approximate identifier for its parts. • Web Resource: a resource that is associated with a web location, hence potentially accessible on the web. • Proxy Resource: a web resource which functions as a proxy for whatever entity (e.g., a personal home page, a set of metadata describing a person). • Semantic Resource: a web resource that realizes an information object through a codification in a formal language for the web (e.g., OWL <ref type="bibr" target="#b19">[21]</ref>) which functions as a proxy for whatever entity. The IRE pattern from Figure <ref type="figure" target="#fig_0">1</ref> suggests a categorization of the resources when their role is functioning as a proxy for an entity. Starting from this particular feature of a resource we noticed that the relation proxy for can be of four types, and that each of them can be treated in a different way. Each kind of proxy for relation may correspond to a different computational approach, or more specifically to a different operational semantics associated to the resolution of the proxy's URI. The four kinds of proxy relations can be described informally as follows:</p><p>• Resolvable proxy for: a relationship between a proxy resource and a web resource where the proxy resource allows the access to the web resource it is proxy for. For example, a 'href' in a HTML document is a resolvable proxy for the web resource it allows to access by clicking the corresponding link. • Approximate proxy for: a relationship between a resource and a collection of entities, where the resource is about some of those entities. In this case the resource represents something within the collection, resulting in approximate reference. • Informal exact proxy for: a relationship between a resource and exactly one entity, where the resource is about that entity. For example a document whose subject of discourse is the entity that the resource is proxy for. • Formal exact proxy for: a relationship between a semantic resource and exactly one entity, where the semantic resource is about that entity, and describes it by means of a semantic structure. For example, a set of metadata associated to an individual from an OWL ontology. We remark that the relations described above are mappable to already existing or proposed concrete solutions. As a proof of concept of this claim, let's consider the skos property skos:subjectIndicator <ref type="bibr" target="#b25">[27]</ref> and the topic maps element subjectIndicatorRef <ref type="bibr" target="#b22">[24]</ref>. The web resource that is the value of such properties would function as a proxy resource for an entity, and this means that the two properties are either approximate proxies or informal exact proxies. Although this can be a way of identifying the entity of interest, the interpretation of the content of the web resource remains a responsibility of a human agent. As a matter of fact, when expressed informally, there is currently no way to automatically understand the meaning of the content of a web resource, with a decent precision. The situation is slightly different if the web resource is a semantic resource. In that case it functions as a formal exact proxy for an entity, and it is possible to enable a machine to derive the identity of the entity of interest. For example, this is the case of a set of metadata asserting facts about an individual of a given web ontology, which a software agent could be able to perform some inferences on.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. An example: IRE pattern and Topic Maps</head><p>In order to give an example of the applicability of this approach also to techniques other than RDF, we informally describe how to classify the Topic Maps concepts related to identity issues in terms of IRE. Based on <ref type="bibr" target="#b18">[20]</ref>:</p><p>"..subject -anything whatsoever, regardless of whether it exists or has any other specific characteristics, about which anything whatsoever may be asserted by any means whatsoever..". The Topic Maps concept of "subject" is equivalent to that of "Entity". More precisely, the terms "subject" and "entity" are synonyms. From the same document <ref type="bibr" target="#b18">[20]</ref> we have the following definition of topic:</p><p>A topic is a symbol used within a topic map to represent one, and only one, subject, in order to allow statements to be made about the subject through the assignment of characteristics to the topic. Based on IRE pattern a topic in a topic map is a formal exact proxy (i.e., a semantic resource) for a given entity. Again from <ref type="bibr" target="#b18">[20]</ref> we have the following definitions about identification of entities:</p><p>"A subject indicator is an information resource that is referred to from a topic map in an attempt to unambiguously identify the subject of a topic to a human being. Any information resource can become a subject indicator by being referred to as such from within some topic map, whether or not it was intended by its publisher to be a subject indicator. A subject identifier is a locator that refers to a subject indicator. Topic maps contain only subject identifiers (and not the corresponding subject indicators)...." "...A subject locator is a locator that refers to the information resource that is the subject of a topic. The topic thus represents that particular information resource; i.e. the information resource is the subject of the topic... " In terms of IRE pattern, a "subject indicator" is a web resource which acts as approximate proxy for a given entity. In order to identify an entity by a subject indicator, a human interpretation is needed, and it is not guaranteed that such identification is unambiguous. Furthermore, a subject identifier is an abstract web location (i.e. a URI), which locates a subject indicator on the Web. On the other hand, when the entity is addressed by a "subject locator", it can be considered a computational object available on the web, i.e., a web resource.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>IV. DESIGNING IRE IN OWL</head><p>The IRE (Identity of Resources and Entities) conceptual pattern has been specified in first order logic in <ref type="bibr" target="#b13">[15]</ref>. In order to make it available on the SW, we have expressed it in the OWL(DL) language <ref type="bibr" target="#b28">[30]</ref>.</p><p>The following sections are organized as follows: in section IV-A we present some reused and specialized predicates from other ontologies, in section IV-B we describe how we engineered IRE in OWL showing two possible design approaches. The figures included in next sections are drawn by using UML notation and assuming an OWL profile. Specifically, UML classes map to OWL classes, UML associations map to OWL object properties, and UML class attributes map to datatype properties. We use a DL syntax notation for expressing axioms, following <ref type="bibr" target="#b30">[32]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. Imported predicates in IRE</head><p>The IRE pattern specializes the DOLCE reference ontology <ref type="bibr" target="#b7">[9]</ref>, <ref type="bibr" target="#b8">[10]</ref>, and some of its modular extensions, namely Spatial Relations, DnS with Information Objects, and Ontology Design Ontology (ODO) modules. All modules have been developed within EU projects Metokis <ref type="bibr" target="#b23">[25]</ref>, <ref type="bibr" target="#b1">[2]</ref>, WonderWeb <ref type="bibr" target="#b20">[22]</ref>, <ref type="bibr" target="#b10">[12]</ref>, and NeOn <ref type="bibr" target="#b26">[28]</ref>, and (including IRE ontology) are available in OWL at http://www.loa-cnr.it/ontologies/. For the sake of readability we abbreviate the path "http://www.loa-cnr.it/ontologies" with "http://[ * ]" while the following prefixes are used in the following definitions that correspond to the associated namespaces: The IRE ontology specializes or reuses the following predicates. For a complete axiomatization see the indicated URLs and <ref type="bibr" target="#b20">[22]</ref>. From DOLCE <ref type="bibr" target="#b8">[10]</ref> IRE imports: dol:particular, dol:social-object, dol:region, dol:abstract-region, dol:time-interval, dol:proper-part-of dol:social-object dol:particular dol:region dol:particular dol:abstract-region dol:region dol:time-interval dol:region DOLCE ontology makes basic distinctions between objects, events, and abstract entities. While objects and events like computers and software crashes are spatio-temporally localized, abstract entities like sets and value spaces have no space-time (they are purely formal entities). DOLCE also axiomatizes basic relations such as part and location-of.</p><p>From the DnS and Information Objects modules <ref type="bibr" target="#b32">[34]</ref> the imports are:</p><p>edns:situation, edns:information-object, edns:information-realization, edns:formal-language, edns:method, edns:realizes, edns:about, edns:ordered-by, edns:involves. edns:information-object edns:social-object edns:information-realization ≡ dol:particular ∃ edns:realizes.edns:information-object edns:method edns:social-object DnS and Information Objects ontologies make basic distinctions between 'descriptive' and 'ground' entities, where the descriptive entities include social objects, like the 'student' or 'professor' roles, the 'being active' task, juridical persons, methods, and also information objects like the text of this paper. Descriptive entities have a lifecycle differently from pure information, which is an abstract entity. Information objects have a core conceptual pattern, by which they are edns:ordered-by a representation language, they are edns:realized-by physical information realizations (physical objects, events, etc.), and can be edns:about any other entity. Situations are reifications of states of affairs i.e., reifications of n-ary relationships.</p><p>From the ODO module [35] IRE imports:</p><p>od:computational-object od:computational-object edns:information-realization</p><p>The OD ontology specializes the Information Objects ontology in order to build a conceptual schema for digital and analog content to be exchanged during collaborative activities for ontology design. The concept od:computational-object specializes edns:information-realization for the computational world. Any physical document, electronic service, file, application, etc. are considered here computational objects.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>B. OWL IRE</head><p>IRE express concepts about "referencing" and "accessing" of a web resource, according to <ref type="bibr" target="#b14">[16]</ref>. Figure <ref type="figure" target="#fig_2">2</ref> shows the OWL classes that we have defined in order to express the foundations of IRE. Specifically, a WebResource is a computational object that have at least one assigned web location i.e., AbstractWebLocation. An AbstractWebLocation is an abstract region i.e., dol:abstract-region, a place in the combinatorial space identified by URIs. A SemanticWebResouce is a web resource that is represented i.e., dol:realized-by with a formal language for the SW e.g., OWL. The class Anchor represents computational objects that are embedded in web resource and that may allow access to web resources through a ResolutionMethod, e.g., an HTML link.</p><p>The core of IRE theory is in the proxy relations between resources and entities of the world. Those relations are temporally indexed i.e. a resource is a proxy for a certain entity at some time. We identified two possible design patterns to represent that in OWL: the first treats temporal aspects explicitly by reifying the relation with the n-ary relation pattern <ref type="bibr" target="#b27">[29]</ref>, <ref type="bibr" target="#b9">[11]</ref>, while the second treats temporal aspects as implicitly assumed by binary relations. In this section we show these two ontology design patterns for IRE.  is implicit. In particular we introduce the following object properties:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>C. IRE with binary relations</head><p>• ApproximateProxyFor: is an object property having WebResource as its domain, and dol:particular i.e., any entity, as its range. We define a cardinality restriction on WebResource for this object property. More specifically, for a web resource to be an approximate proxy for, it has to be related with at least two dol:particulars by means of the approximateProxyFor object property • ExactProxyFor is an object property having</p><p>WebResource as domain and dol:particular i.e., any entity as range. We define a cardinality restriction on WebResource for this object property: a web resource can be an exact proxy for only one dol:particular • FormalExactProxyFor is a subproperty of exactProxyFor, where the domain is restricted to SemanticWebResource • ResolvableProxyFor is an object property where the domain is Anchor, and excludes WebResource.</p><p>Anchor has a universal restriction on this object property that restricts the range to WebResource, and a cardinality restriction "equal to 1": an anchor is a resolvable proxy for one and only one web resource • ProxyFor is an object property having od:computational-object as domain and dol:particular as range. All previously defined object properties are subproperties of this one.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>D. IRE with situations</head><p>In this section we show how to represent IRE by means of edns:situation <ref type="bibr" target="#b12">[14]</ref>. Situations (i.e., instances of edns:situation) are reifications of states of affairs i.e., reifications of n-ary relationships. This approach is compliant to the n-ary relation pattern suggested by <ref type="bibr" target="#b27">[29]</ref>, for which it provides an explicit vocabulary and general axioms. Situations allow us to explicitly treat temporal indexing. Referring to Fig. <ref type="figure">4</ref>. IRE with n-ary relations section III, the proxy for relation is intended as the "situation" for a web resource to "being a proxy for some entity at a given time", while the addressing of a web resource, which potentially allows its accessing, is intended as the "situation" for a web resource of "having a web location at a given time". Figure <ref type="figure">4</ref> depicts the IRE design pattern in terms of this engineering approach. More specifically, we define the following relation classes:</p><p>• WebLocationState: is a situation of a web resource that is associated to a point in the combinatorial regions identified by the URI metric i.e., a web location, at a given time. • ProxyFor: a situation of a web resource which functions as a proxy for whatever entity (e.g., a personal home page, a set of metadata describing a person), at a given time. The kinds of proxy situations can be informally described as follows:</p><p>• ApproximateProxyFor: a relationship between a resource and more than one entity at a given time, where the resource is about those entities. In this case the resource represents all the entities approximately. • ExactProxyFor: a relationship between a semantic resource and one entity at a given time, where the semantic resource is about only that entity, and describes it through a semantic structure. For example, a set of metadata associated to an individual of an OWL ontology. • ResolvableProxyFor: a relationship between an anchor and a web resource at a given time, where the anchor might allow the access to the web resource it is proxy for.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>V. CONCLUSION</head><p>The web is an information space realized by computationally accessible resources, each embedding some information, which is encoded in some language, and expresses some meaning. There is something rather ambitious that the web is supposed to allow than just referencing web resources; that is, referencing things in general. On the other hand, that goal requires a software agent in order to identify a resource in an unambiguous way, and to perform the appropriate operations on it.</p><p>We have singled out some ambiguities that could prevent successful solutions to the web identity crisis., and proposed a way to clarify and formalize the different meanings of resources in a unique modelling framework. Finally, we have suggested some extensions to the model that can help classifying syntactic and operational solutions, and verifying their completeness and consistency. Currently, URIs are used as the uniform mechanism for identifying heterogeneous entities, e.g., documents, metadata, ontologies, abstract concepts, physical things, events. But there is no clear categorization of which are the possible ways to identify and reference those entities on the web. We support the use of a formal model for the categorization of entities that can be referenced on the web. To this aim, we have defined IRE (Identifiers, Resources, and Entities), a conceptual pattern based on an ontology of Information Objects <ref type="bibr" target="#b1">[2]</ref>, built on top of DOLCE and on some of its modular extensions <ref type="bibr" target="#b21">[23]</ref>, <ref type="bibr" target="#b11">[13]</ref>, <ref type="bibr" target="#b10">[12]</ref>, <ref type="bibr" target="#b20">[22]</ref>. In <ref type="bibr" target="#b13">[15]</ref> we formalized IRE with first order logic, while here we have proposed an OWL ontology based on those formal definitions. IRE describes "referencing" and "accessing" of a web resource according to <ref type="bibr" target="#b14">[16]</ref>. We have shown in this paper that there are two ways of engineering IRE in OWL. The first provides an ontology pattern based on binary relationships, the way OWL natively allows to express relations, and the second provides a pattern based on reification of n-ary relations according to <ref type="bibr" target="#b27">[29]</ref>, <ref type="bibr" target="#b12">[14]</ref>. The latter pattern allows us to also express temporal indexing.</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. The IRE conceptual pattern</figDesc><graphic coords="3,311.97,328.20,257.05,276.66" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>xsd = http://www.w3.org/2001/XMLSchema# dol = http://[ * ]/DOLCE-Lite.owl# edns = http://[ * ]/ExtendedDnS.owl# inf = http://[ * ]/InformationObjects.owl# od = http://[ * ]/OD/OntologyDesign.owl#</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. The IRE taxonomy</figDesc><graphic coords="6,58.82,220.85,231.33,159.19" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 3</head><label>3</label><figDesc>Figure3shows IRE in OWL. The figure depicts the taxonomy introduced in IV-B, and the object properties expressing the proxy for relation kinds. In this case the time aspect</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. IRE with binary relations</figDesc><graphic coords="6,311.97,54.00,257.04,184.25" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Note that<ref type="bibr" target="#b2">[3]</ref> has been replaced by<ref type="bibr" target="#b3">[4]</ref> but we decided to quote and discuss about it here because it is still used as reference from many web users</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">Notice that IRIs (Internationalized Resource Identifier)<ref type="bibr" target="#b17">[19]</ref> are supposed to replace URIs in next future. Given this, IRIs involvement in the IRE pattern is the same that URIs have.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ACKNOWLEDGMENT</head><p>We are grateful to the members of the NeOn consortium who contributed to the NeOn vision being funded by the European Commission 6th IST Framework Programme. Further information on NeOn is available on http://www.neonproject.org.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">RDFa Primer 1.0 Embedding RDF in XHTML</title>
		<author>
			<persName><forename type="first">B</forename><surname>Adida</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Birbeck</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/xhtml-rdfa-primer/" />
	</analytic>
	<monogr>
		<title level="m">World Wide Web Consortium</title>
				<imprint>
			<date type="published" when="2006-05">May 2006</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Towards an Ontology-Based Distributed Architecture for Paid Content</title>
		<author>
			<persName><forename type="first">W</forename><surname>Behrendt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Maass</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Westenthaler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: Research and Applications: Second European Semantic Web Conference, ESWC</title>
				<meeting><address><addrLine>Heraklion, Crete, Greece</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag GmbH</publisher>
			<date type="published" when="2005-06-01">May 29 -June 1, 2005. 2005</date>
			<biblScope unit="volume">3532</biblScope>
			<biblScope unit="page" from="257" to="271" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Uniform Resource Identifier (URI): Generic syntax</title>
		<author>
			<persName><forename type="first">T</forename><surname>Berners-Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">T</forename><surname>Fielding</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Masinter</surname></persName>
		</author>
		<ptr target="http://rfc.net/rfc2396.html" />
	</analytic>
	<monogr>
		<title level="m">Internet Draft standard RFC2396, The Internet Society</title>
				<imprint>
			<date type="published" when="1998-08">August 1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Uniform Resource Identifier (URI): Generic syntax</title>
		<author>
			<persName><forename type="first">T</forename><surname>Berners-Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">T</forename><surname>Fielding</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Masinter</surname></persName>
		</author>
		<ptr target="http://rfc.net/rfc3986.html" />
	</analytic>
	<monogr>
		<title level="m">Internet Draft standard RFC3986, The Internet Society</title>
				<imprint>
			<date type="published" when="2005-01">January 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Creating a Common Ground for URI Meaning Using Socially Constructed Web sites</title>
		<author>
			<persName><forename type="first">J</forename><surname>Black</surname></persName>
		</author>
		<ptr target="http://www.ibiblio.org/hhalpin/irw2006/jblack.pdf" />
	</analytic>
	<monogr>
		<title level="m">Architecture and Philosophy of the Web Identity, Reference, and the Web (IRW2006), WWW2006 Workshop</title>
				<meeting><address><addrLine>Edinburgh, Scotland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006-05-23">May, 23rd 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Booth</surname></persName>
		</author>
		<ptr target="http://www.w3.org/2002/11/dboothnames/dbooth-namesclean.htm" />
		<title level="m">Four Uses of a URL: Name, Concept, Web Location and Document Instance</title>
				<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Clark</surname></persName>
		</author>
		<ptr target="http://www.xml.com/pub/a/2002/09/11/deviant.html" />
		<title level="m">Identity Crisis</title>
				<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<ptr target="http://dolce.semanticweb.org" />
		<title level="m">DOLCE -Project Home Page</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<ptr target="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl" />
		<title level="m">DOLCE Ontology</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Ontology Design Patterns for Semantic Web Content</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fourth International Semantic Web Conference</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Musen</surname></persName>
		</editor>
		<meeting>the Fourth International Semantic Web Conference<address><addrLine>Galway, Ireland</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Task Taxonomies for Knowledge Content</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Borgo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Catenacci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lehmann</surname></persName>
		</author>
		<ptr target="http://www.loa-cnr.it/Papers/D07v21a.pdf" />
	</analytic>
	<monogr>
		<title level="m">Deliverable D07 of the Metokis Project</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Sweetening wordnet with dolce</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Masolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Oltramari</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI Mag</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="13" to="24" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Understanding the Semantic Web through Descriptions and Situations</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mika</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of ODBASE03 Conference</title>
				<editor>
			<persName><forename type="first">R</forename><surname>Meersman</surname></persName>
		</editor>
		<meeting>ODBASE03 Conference</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">The bourne identity of a web resource</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Presutti</surname></persName>
		</author>
		<ptr target="http://www.ibiblio.org/hhalpin/irw2006/presentations/-vpresutti.pdf" />
	</analytic>
	<monogr>
		<title level="m">Architecture and Philosophy of the Web Identity, Reference, and the Web (IRW2006), WWW2006 Workshop</title>
				<meeting><address><addrLine>Edinburgh, Scotland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006-05-23">May, 23rd 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">In defense of Ambiguity</title>
		<author>
			<persName><forename type="first">P</forename><surname>Hayes</surname></persName>
		</author>
		<ptr target="http://www.ibiblio.org/hhalpin/irw2006/presentations/-HayesSlides.pdf" />
	</analytic>
	<monogr>
		<title level="m">Architecture and Philosophy of the Web Identity, Reference, and the Web (IRW2006), WWW2006 Workshop</title>
				<meeting><address><addrLine>Edinburgh, Scotland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006-05-23">May, 23rd 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Architecture of the World Wide Web</title>
		<author>
			<persName><forename type="first">I</forename><surname>Jacobs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Walsh</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/webarch" />
		<imprint>
			<date type="published" when="2004">2004</date>
			<pubPlace>W3C</pubPlace>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">A Framework for Web Science</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">B</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Hall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Hendler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>O'hara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Shadbolt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">J</forename><surname>Weitzner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Foundations and Trends in Web Science</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="1" to="130" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Internationalized Resource Identifiers (IRIs)</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">M</forename></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename></persName>
		</author>
		<ptr target="http://www.ietf.org/rfc/rfc3987.txt" />
	</analytic>
	<monogr>
		<title level="m">Internet Draft standard RFC3987, The Internet Society</title>
				<imprint>
			<date type="published" when="2005-01">January 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">L M</forename></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">G</forename><surname>Iso</surname></persName>
		</author>
		<ptr target="http://www.isotopicmaps.org/sam/sam-model/" />
		<title level="m">IEC 13250-2: Topic Maps -Data Model</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">OWL Web Ontology Language Guide</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">K</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Welty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Mcguinnes</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/2004/REC-owl-guide-20040210/" />
		<imprint>
			<date type="published" when="2004">2004</date>
			<pubPlace>W3C</pubPlace>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Masolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Oltramari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Schneider</surname></persName>
		</author>
		<ptr target="http://wonderweb.semanticweb.org/deliverables/documents/D18.pdf" />
		<title level="m">Wonderweb eu project deliverable d18: The wonderweb library of foundational ontologies</title>
				<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<title level="m" type="main">Social roles and their descriptions</title>
		<author>
			<persName><forename type="first">C</forename><surname>Masolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Vieu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bottazzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Catenacci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ferrario</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</author>
		<editor>D. Dubois, C. A. Welty, and M.-A. Williams</editor>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>AAAI Press</publisher>
			<biblScope unit="page" from="267" to="277" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<ptr target="http://www.topicmaps.org/xtm/1.0/" />
		<title level="m">Members of the Topic Maps</title>
				<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
	<note>Xml topic maps. xtm 1.0</note>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<ptr target="http://metokis.salzburgresearch.at" />
		<title level="m">Metokis Project</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Miles</surname></persName>
		</author>
		<ptr target="http://esw.w3.org/topic/SkosDev/IdentityCrisis" />
		<title level="m">Working Around the Identity Crisis</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">SKOS Core Vocabulary Specification</title>
		<author>
			<persName><forename type="first">A</forename><surname>Miles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Brickley</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/2005/WD-swbp-skos-core-spec-20051102/" />
	</analytic>
	<monogr>
		<title level="m">World Wide Web Consortium (W3C)</title>
				<imprint>
			<date type="published" when="2005-11">November 2005</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<ptr target="http://neon-project.org" />
		<title level="m">NeOn EU project home</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<title level="m" type="main">Defining N-ary Relations on the Semantic Web: Use With Individuals</title>
		<author>
			<persName><forename type="first">N</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rector</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/swbp-n-aryRelations/(2004" />
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
		<respStmt>
			<orgName>W3C</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<ptr target="http://www.w3.org/2004/OWL,2004" />
		<title level="m">OWL Web Ontology Language Family of Specifications</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Meaning and the Semantic Web</title>
		<author>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">F</forename><surname>Patel-Schneider</surname></persName>
		</author>
		<ptr target="http://www.ibiblio.org/hhalpin/irw2006/bparsia.pdf" />
	</analytic>
	<monogr>
		<title level="m">Architecture and Philosophy of the Web Identity, Reference, and the Web (IRW2006), WWW2006 Workshop</title>
				<meeting><address><addrLine>Edinburgh, Scotland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006-05-23">May, 23rd 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<monogr>
		<title level="m" type="main">Working Version (Draft): Description-Logic Knowledge Representation System Specification from the KRSS Group of the ARPA Knowledge Sharing Effort</title>
		<author>
			<persName><forename type="first">P</forename><surname>Patel-Schneider</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<title level="m" type="main">Curing the Web&apos;s Identity Crisis: Subject Indicators for RDF</title>
		<author>
			<persName><forename type="first">S</forename><surname>Pepper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schwab</surname></persName>
		</author>
		<ptr target="http://www.ontopia.net/topicmaps/materials/identitycrisis.html" />
		<imprint>
			<date type="published" when="2003">2003. 2003</date>
		</imprint>
		<respStmt>
			<orgName>Ontopia</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b32">
	<monogr>
		<ptr target="http://www.loa-cnr.it/ontologies/OD/OntologyDesign.owl" />
		<title level="m">The Description and Situation ontology</title>
				<imprint/>
	</monogr>
	<note>The Ontology Design ontology</note>
</biblStruct>

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