<?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">ORES-2010 Ontology Repositories and Editors for the Semantic Web Proceedings of the 1st Workshop on Ontology Repositories and Editors for the Semantic Web</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kim</forename><surname>Viljanen</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Patrick</forename><surname>Maué</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Alejandro</forename><forename type="middle">Llaves</forename><surname>Arellano</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Thore</forename><surname>Fechner</surname></persName>
						</author>
						<author>
							<affiliation key="aff0">
								<address>
									<addrLine>Hersonissos</addrLine>
									<postCode>31st, 2010</postCode>
									<settlement>Crete</settlement>
									<region>May</region>
									<country key="GR">Greece</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<orgName type="department">Mathieu d&apos;Aquin</orgName>
								<orgName type="institution">The Open University</orgName>
								<address>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff2">
								<orgName type="department">Alexander García Castro</orgName>
								<orgName type="institution">Universität Bremen</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff3">
								<orgName type="department">Christoph Lange</orgName>
								<orgName type="institution">Jacobs University Bremen</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff4">
								<orgName type="institution">Aalto University</orgName>
								<address>
									<settlement>Helsinki</settlement>
									<country key="FI">Finland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff5">
								<orgName type="department">Institute for Geoinformatics (ifgi)</orgName>
								<orgName type="institution">University of Muenster</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">ORES-2010 Ontology Repositories and Editors for the Semantic Web Proceedings of the 1st Workshop on Ontology Repositories and Editors for the Semantic Web</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">98227CEDB21CD3EAE3ADD2F46EDE7E6A</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T04:01+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>Domain vocabularies capture the ontology engineer's contextspecific perspective on reality. Existing solutions for serving such ontologies often lack intuitive means to avoid conflicts due to logically inconsistent concept descriptions. In addition, no efficient and simple techniques for selecting only relevant terms from extensive vocabularies exist. We present an implementation of a concept repository which shifts the focus from ontologies towards individual concept descriptions. The description's identity is defined by its title and an optional set of subjects. We introduce the notion of profiling concept descriptions to distinguish between context-independent and context-specific (and potentially conflicting) properties. A flexible approach for constructing the concept identifiers supports context-aware access. Furthermore, an extensible set of query actions allows for retrieving certain parts of ontologies, e.g. the neighbourhood of one particular concept or all concepts associated with a certain subject. We illustrate the findings with an implementation of an ontology repository.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Integrating information across domains relies on a consistent interpretation of the underlying data models. Such semantic interoperability depends on mappings between different domain-specific vocabularies <ref type="bibr" target="#b0">[1]</ref>. Ontologies are commonly used to formally represent such vocabularies. Aligning these ontologies to upper-level ontologies , or creating rules mapping between potentially conflicting domain ontologies <ref type="bibr" target="#b1">[2]</ref>, ensures integration without losing domain-characteristic features. Reasoning engines use the alignments to infer matching conceptualisations. This long-term vision of semantic interoperability across information communities is based, amongst others, on the assumption that:</p><p>(a) all domain ontologies are published on the Web. The ontology elements are resources with an identity, and are accessible <ref type="bibr" target="#b2">[3]</ref> via unique and resolvable identifiers. Such Uniform Resource Locators (URL) are required for relating local application-specific schema to terms in shared vocabularies, and let reasoners retrieve the descriptions from the Web <ref type="bibr" target="#b3">[4]</ref>. (b) the relationships between ontology elements are consistent and valid. URLs used by relations referring to external terms have to be accessible and return a valid resource.</p><p>(c) elements in local application schema are referenced to shared vocabularies using semantic annotations <ref type="bibr" target="#b4">[5]</ref>.</p><p>Ontologies are traditionally implemented as downloadable files encoded in one particular ontology language. Scope and encoding are defined by the ontology engineer, the ontology's content is usually static. Even though this approach complies to the assumptions (a) and, if performed carefully, also (b), it poses a great problem for (c). Only few examples of accessible and actively re-used ontologies exist. These are usually abstract and thematically narrow proposals such as FOAF <ref type="bibr" target="#b5">[6]</ref> for modelling social networks. Published domain-specific ontologies, e.g. the SWEET ontologies for Earth science <ref type="bibr" target="#b6">[7]</ref>, are either only partially re-used or heavily adapted to local needs. Reasons for this are, amongst others: they are too extensive, which impairs navigation and understanding. They are too limited in scope. They are biased and don't capture the shared consensus of different domain experts. They are not maintained and therefore not representing the current state of knowledge. Or they are inconsistent, linking to remote, but non-existent resources. The implementation of the concept repository (CORE) addresses the first three issues, with the potential to also target the last two. An in-depth discussion of basic principles for re-usable ontologies can be found in <ref type="bibr" target="#b7">[8]</ref>. Using mature methodologies for ontology engineering <ref type="bibr" target="#b8">[9]</ref> can help to avoid some of the issues which we encountered during the creation of the domain ontologies.</p><p>We understand an ontology as loose collection of related concepts. The notion of related is deliberately underspecified: it depends on the client's context which particular representation of an existing vocabulary is considered suitable. We discuss the idea of profiling concepts to support conceptualizations conflicting with common sense. This phenomena appears not only in-between different information communities, but also between experts of the same domain. Profiling allows for individual interpretations without losing consistency with the underlying ontology. The presentation of a conceptually simple approach to realize profiling for concept descriptions is the main contribution of this paper.</p><p>Profiling supports context-sensitive ontology modularization, and various related work on this subject exists. Most research is focussing on the formal definition of modules in ontologies <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b10">11]</ref>, with focus on describing how to define (and how to separate) modules. In <ref type="bibr" target="#b11">[12]</ref>, the authors introduce a formal way to link the different modules. D'Aquin et al. <ref type="bibr" target="#b12">[13]</ref> discuss different aspects ontology modularization methods have to consider (and can be evaluated against). According to <ref type="bibr" target="#b13">[14]</ref>, the following three approaches for ontology modularization exist: (1) Query-based methods, (2) Network partitioning, and (3) Extraction by traversal. Their segmentation approach for large-scale ontologies is based on the traversal in the ontology graph. The same is true for the implementation presented here.</p><p>The following section 2 lists the reasons explaining why we implemented our own version of an ontology repository, and why existing solutions did not meet our requirements. This section will also introduce a use case which acts as a running example for the remainder. In section 3 we discuss our approach and accordingly the implementation. We introduce the concept of profiling and addressing concepts and how to select relevant collections of concepts in the repository. We conclude the paper with a short evaluation and a summary.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Creating and sharing vocabularies on the Web</head><p>Authoring sophisticated ontologies in collaboration with domain experts, and making the results accessible on the Web, is only a first step. The active use of these ontologies by other parties (ideally from a different information community) is also needed to enable integration across information communities. Several issues have to be considered to not only complete the first, but also the second phase. In the following section we discuss our experience in knowledge acquisition and ontology engineering, and list the problems encountered which eventually resulted in the implementation of CORE.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Building Domain Ontologies</head><p>Deciding if one particular site may be a suitable location for quarrying mineral resources relies on a variety of criteria. The acquisition, analysis, and presentation of potentially relevant information guiding the decision maker has been the subject of the research project SWING<ref type="foot" target="#foot_0">1</ref> . The relevant information is served by Web services which have been semantically annotated with domain ontologies. The whole process (discovery,pre-processing, and rendering) has been implemented as a workflow. Such Web service compositions were also the focus of the GDI-Grid<ref type="foot" target="#foot_1">2</ref> project. Here, ontologies are used for the semantic validation of the Web service workflows. In SWING we mainly focused on interviews with domain experts like geologists to capture the relevant concepts and their properties <ref type="bibr" target="#b14">[15]</ref>. The result of the conceptual phase <ref type="bibr" target="#b8">[9]</ref> were extensive concept maps representing the core concepts which had to be implemented in the ontologies. Figure <ref type="figure">1</ref> depicts a small excerpt of one concept map. Graphical tools for authoring concept maps ship with two interesting features: Colour has been used to organize the concepts which belong to the same domain. The concept's spatial distribution is particular useful to group those which are in some way related (without the need to explicitly associate them with a domain using colour). Unfortunately, colour and location can not be directly re-used for the implementation of the concept maps as ontologies.</p><p>Figure <ref type="figure">1</ref> represents the engineer's view of the concept River. For computing the river's discharge (the product of the stream velocity and cross-sectional area), environmental models for flood prediction make use of information about the underlying terrain and observations coming from sensors. Computing the cross-sectional area relies on detailed information about the Depth of the river. In the remainder of this paper, we are using this particular quality as a running Fig. <ref type="figure">1</ref>. An excerpt of a concept map example to explain the idea of domain-independent conceptualizations. The captain steering a vessel through the river has one particular view on the river's depth. He is only concerned about the minimum depth of the official water way. The biologist may be more interested in maximum freezing depth, which allows for modelling the winter conditions for the fish population. In the next section we discuss the problems encountered when we realized that we have to integrate such different perspectives into the domain ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Conflicting Conceptualizations</head><p>The results of the knowledge acquisition where captured using either tools for building concept maps or by writing protocols of the discussions with the domain experts. For implementation, these intermediate, sometimes inconsistent, and rather informal models had to be transformed into formal ontologies. The problems described in this section have been the motivation for the implementation of the concept repository.</p><p>Until now, a concept has been merely described is by a name and relations to other concepts. Ontologies are meant to serve as formal specifications which explicitly describe the concept. These concept descriptions comprise a name, properties (including relations to other concepts), and additionally axiomatic statements which further constrain the properties. If an ontology is lacking ambiguities, e.g. due to homonyms, naming is not necessarily an issue. Hence, re-using the concept's name as part of its identifier is a common approach suitable for simple ontology building tasks. Since we refer to RDF-encoded ontologies shared on the Web, an identifier is implemented as Internationalized Resource Identifier (IRI). An IRI comprises a namespace and a local name. Concepts are often defined through other concepts: a concept description for river may be identified using the term "River", the river's depth as "RiverDepth", and one particular conceptualization even as "MinimumRiverDepth". This approach does not scale well for extensive ontologies, and eventually results in arbitrarily chosen local names which do not reflect the actual name of the concept. This becomes even more apparent if multiple names in different languages are to be supported for one concept. By decoupling the identifier's local name from the concept's name, ontologies can support different descriptions with similar names, as well as descriptions with different names. Within CORE, the concept descriptions have automatically generated local names and one common namespace. We make use of Dublin Core <ref type="bibr" target="#b15">[16]</ref> metadata properties -in this case dc:title for the concept name -to model the identity of a concept description.</p><p>The problem of finding appropriate identifiers becomes more apparent if two concept descriptions within the same namespace (which means, the same ontology) describe the same concept. Figure <ref type="figure">2</ref> comprises two examples for a description of the concept River using the Manchester Syntax <ref type="bibr" target="#b16">[17]</ref> of the Web Ontology Language (OWL). Depending on the context, either of these two descriptions can be considered to be valid. Both share an identical extension since they refer to the same real world concept. The captain's understanding of River may differ from the biologist's, but both use the same term to refer to it. Hence, even though concept descriptions have conflicting properties, their names are identical. Modularization -splitting the ontology up into modules with different namespaces -may provide a solution for conflicting concept descriptions. During the implementation we regularly dealt with concepts whose context were not clearly defined. Such border-line cases can not be clearly associated with one particular domain. The need for modularization forces the ontology engineer to also explicitly assign context to concepts which are either context-free or belong to multiple domains. The maximum-freezing-depth of a river may be important in the scope of a Biology domain ontology, but is obviously also related to Hydrology. The concept Depth itself is domain-independent. Adding such concepts to one specific domain ontology strengthens the association to the domain, but also impairs re-usability in other contexts. During implementation we decided to interpret modularization differently: ontologies are no longer collections of concepts manually compiled by the ontology engineer. Ontology membership is simply a property itself. Every concept description may be defined to be part of multiple ontologies, and membership can change dynamically. Similarly to the concept's name, we use of the dc:subject property to express a concept's membership in a certain domain.</p><p>In SWING, the individual modules represented only a small excerpt of the needed vocabulary, and the aggregated graph was much too extensive for the visualization. Sophisticated query techniques for RDF-based vocabularies exist, but relying on such complex solutions impedes re-usability for generic clients. It would then be the client's responsibility to (a) study the ontology to learn how to formulate the query and (b) execute queries where in fact only one URL should be required for selecting the relevant collection of concepts. It should be possible to construct URLs which not only uniquely identify concept descriptions, but also allow for selecting collections of concept descriptions which are in some sense related and therefore important to the client. descriptions are only valid within a one particular domain, since there exists another conflicting description. In our case, the concept River may be modelled to have a quality "'depth"', which is commonly understood as the average depth measured by a gauge.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">A first implementation</head><p>Existing solutions like the Tones Ontology Repository<ref type="foot" target="#foot_2">3</ref> , Oyster<ref type="foot" target="#foot_3">4</ref> , or Pronto<ref type="foot" target="#foot_4">5</ref> are focused on the ontologies as a subjects of interest, not the individual concept descriptions. A first implementation of CORE was released in late 2008 for the SWING project <ref type="bibr" target="#b17">[18]</ref>. Only some of the features discussed in this paper have been realized in this version. In fact, most requirements were identified during its implementation and use.dc:title labels the concepts, and the concatenated language tag, e.g. "@en", marks different languages. The namespace defines the scope of the needed ontology. For example, the URL "http://.../core/GDI-Grid/" has been used to request all concepts associated with the "GDI-Grid" domain. The URL "http://.../core/Acoustics/GDI-Grid/" retrieves an intersection of two domains: the result is a list of concepts which have been defined valid for both domains.</p><p>The focus on using namespaces for defining scope had one major drawback. Managing the import of namespaces for local ontologies became a tedious task, since nearly every concept description was defined in a different scope. Additionally, the separation between listing all the concepts in one context (only the namespace is used as the URL) and concept description was not accepted by the users. Hence, a new implementation of the concept repository <ref type="foot" target="#foot_5">6</ref> was initiated, which is currently in active development.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Solutions</head><p>In the following section, we introduce some suggestions to overcome the encountered problems. These includes the notion of profiling concepts to model the domain-specific perspective without breaking the relation to the original concepts, a solution for selecting subsets of concepts which may be relevant according to certain criteria, and the idea of regular consistency checks for the relationships between concepts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Profiling concepts</head><p>The example of Figure <ref type="figure">2</ref> listed two valid, but conceptually inconsistent, descriptions for the concept River. Following Guarino, we consider a concept description (and its associated ontology) to be a "logical theory which gives an explicit, partial account of a conceptualization" <ref type="bibr" target="#b18">[19]</ref>. The ontology engineer's subjective view on reality can only result in a partial description. Different perspectives on one concept may result in diverging and sometimes conflicting descriptions. The object's identity criteria are defined through its characteristic properties <ref type="bibr" target="#b19">[20]</ref>.</p><p>Profiling concepts supports different viewpoints on concepts within one ontology. It allows for refining and extending conceptual structures, without losing the applicability of the underlying model <ref type="bibr" target="#b20">[21]</ref>. One profile <ref type="foot" target="#foot_6">7</ref> concretises another concept description. The concept itself is always domain-independent; the same is true for characteristic properties. The profile extends (and therefore concretises) a domain-independent description by either refining existing or adding new properties. Profiling is not inheritance. Both, source and profiled concept description, refer to the same concept. Both have an identical extension. All instances of River are also instance of River (Biology). But only some instances of River can be considered to also be a Creek (which is modelled as sub-class of River ) A profile specifies one particular viewpoint on a concept, but it does not affect its extension. Accordingly, both share the same name for identification.</p><p>Figure <ref type="figure">3</ref> illustrates how River has been refined to reflect the biologist's perspective. It also shows how concept descriptions are stored within the repository. During import, the identifiers are automatically generated (as hexadecimal codes) from the title and, if existing, the subject. A concept is profiled by specifying that a property is only valid within a certain context, i.e., a dc:subject annotation is added. An existing property is refined by additionally re-using the source property's dc:title-annotation and changing the property's range. In the figure, the domain-independent concept description includes the property "has Depth" with a literal as its range. The range of this property has been changed and refers to the "maximum freezing depth" for the profiled concept. The ontology engineer is responsible for creating the profiled concept River (Biology), adapting the properties, and adding a rdfs:seeAlso annotation to link the original concept description to the new profiling description. We already mentioned that semantic heterogeneities may not only exist between different information communities, but already within one community, or even within one organization. Profiles can again be source descriptions for other profiles. The transitive nature of profiling enables individual conceptualizations at all levels, with the option to trace the profiles back to the original source. Users are then able to navigate to the profiled concept descriptions if needed. In the following section we explain how to retrieve the concept descriptions either for River (without the refined properties) or River (Biology) (the value of the rdfs:seeAlso annotation in the figure).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Accessing concepts</head><p>Internally, all concept descriptions have automatically generated local names which are used for identification. The concept's identity, on the other hand, is defined by its title and subject. Title and subject can be defined in various ways in the URL. The expressions River Biology, /subject/Biology/River, River?subject=Biology and /describe?title=River&amp;subject=Biology all identify the same concept description. Only one context can be specified in the URL. The first three examples are internally transformed into the fourth. In the end, the query task (see section 3.3) describe is triggered with the parameters title and subject. The result of this query is the concept description listed in figure <ref type="figure">4</ref>. The resulting RDF is formatted according to the requested URL. As suggested in <ref type="bibr" target="#b21">[22]</ref>, the concept description's identifier is always the request URL. The style of the other resource identifiers in the concept description, e.g. for the properties, is equivalent to the style of the request URL. If a concept description with the given parameters does not exist, the result is either a redirection (HTTP Response Code 303) to the potentially correct concept description (e.g. if a non-existent domain-dependent concept is requested, a redirect to the domain-independent description is returned) or an exception (HTTP Response Code 404).</p><p>Class: River_Biology Annotations: dc:title "River" dc:subject "Biology"</p><p>ObjectProperty: has-depth_Biology Annotations: dc:title "has depth" Domain: River_Biology Range: maximum-freezing-depth Fig. <ref type="figure">4</ref>. Result for the URL "http://.../rdf/River Biology"</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Accessing ontologies</head><p>An ontology is a collection of related concepts descriptions. Depending on the user's need, the type of the relevant relation may differ. In most cases, though, she might be interested in all concepts associated with one domain, e.g. Biology or Hydrology. Which specific collection, and therefore ontology, is returned by CORE depends on the ontology identifier. As when accessing a concept description, the access to an ontology is defined by the URL parameter. For example, the query action describe returns a concept description matching the given query parameters title and subject. We distinguish between query and update actions. The first triggers a SPARQL <ref type="bibr" target="#b22">[23]</ref> query to the internal RDF repository (based on Sesame <ref type="bibr" target="#b23">[24]</ref>), and optionally transforms the result. The latter is used to upload ontologies into the repository. We have developed the query tasks all and neighbors for CORE. The neighbourhood of one particular concept comprises all other concepts which are directly related to the query concept via its properties. If the optional depth-parameter is specified, the properties of the related concepts are considered as well. The all-action returns all concept descriptions which have the given subject-parameter defined as their domain. As for the describe-action, all actions support the encoding either in the URL's path (RESTful approach), or in the query fragment. Figure <ref type="figure">5</ref> shows three equivalent URLs to return all concepts within the domain Biology.</p><p>( The idea of query actions is not constrained to the two introduced actions. The action is-similar could return similar (but not explicitly related) concepts, the action has-property may query for all concepts with the given property. Even though we've implemented CORE as a repository for ontologies, it might also be deployed for other RDF-based vocabularies. Using it, for example, as a gazetteer would require query actions supporting spatial queries like contains, which runs not only a SPARQL query, but also performs spatial filtering.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Evaluation</head><p>The first version of the concept repository has been evaluated in two research projects. The new features discussed here were implemented and tested (using module tests), and will be released in the next version. It is deployed as software as a service using the Google infrastructure, which addresses issues such as scalability, performance, and sustainability <ref type="bibr" target="#b24">[25]</ref>. Scalability for RDF repositories is primarily concerned about performance of handling very large numbers of triples. Since reducing the amount of retrieved ontology elements has been the objective of CORE, scalability regarding the extent of the ontologies was not investigated. Other open issues, i.e. the scalability of the profiling approach, have to be tested in a long-term evaluation, which is planned in the just started research project ENVISION (http://www.envision-project.eu).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>Language independence has always been one of the key requirements. The ontologies in SWING and GDI-Grid were implemented using the Web Service Modeling Language WSML <ref type="foot" target="#foot_7">8</ref> . Support for the more popular OWL Web Ontology Language has been identified as a requirement as well. CORE is not restricted to one particular ontology language, but requires an RDF-encoding. CORE is a sophisticated solution to access resources in an RDF repository.</p><p>In this paper, we presented an implementation of an ontology repository. We discussed why ontologies published on the Web are rarely re-used in semantically enriched applications, and listed the problems we encountered during knowledge acquisition and ontology engineering. Our proposal to facilitate the use of existing shared vocabularies included the following recommendations: profiling of concepts supports adaptation of existing domain concepts to local needs, without losing the alignment to the underlying domain ontology. A RESTful approach to access the shared vocabularies simplified local integration. Domain-specific information can simply be encoded in the URL used to identify a concept. Continuously running consistency checks test the relationships within the ontologies to ensure valid connections. If we are able to facilitate re-usability of existing shared vocabularies, the envisioned semantic integration of data across information communities may become reality. We believe the presented implementation of the concept repository CORE can contribute to this vision.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>Example 1 (Captain's Perspective).</figDesc><table><row><cell></cell><cell>Example 2 (Biologist's Perspective).</cell></row><row><cell>Class: River</cell><cell>Class: River</cell></row><row><cell>Annotations:</cell><cell>Annotations:</cell></row><row><cell>dc:title "River"</cell><cell>dc:title "River"</cell></row><row><cell>ObjectProperty: has-depth</cell><cell>ObjectProperty: has-depth</cell></row><row><cell>Annotations:</cell><cell>Annotations:</cell></row><row><cell>dc:title "has depth"</cell><cell>dc:title "has depth"</cell></row><row><cell>Domain:</cell><cell>Domain:</cell></row><row><cell>River</cell><cell>River</cell></row><row><cell>Range:</cell><cell>Range:</cell></row><row><cell>minimum-depth</cell><cell>maximum-freezing-depth</cell></row><row><cell>Class: minimum-depth</cell><cell>Class: maximum-freezing-depth</cell></row><row><cell>Annotations:</cell><cell>Annotations:</cell></row><row><cell>dc:title "minimum depth"</cell><cell>dc:title "maximum freezing depth"</cell></row></table><note>Fig. 2. Two different conceptualisation of river depth.</note></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Project results and videos are available at http://www.swing-project.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">On-going project, more information available at http://www.gdi-grid.de/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">See: http://owl.cs.manchester.ac.uk/repository/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">See: http://oyster.ontoware.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">See: http://metadata.net/sfprojects/pronto.htm</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">This time as part of an open source project. More information is available at http://purl.org/net/sapience/docs/. All source code is publicly accessible via the subversion repository.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">The idea of "profiling" is commonly used in the standards communities to explain if one standard is concretising another.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_7">More information available at: http://www.wsmo.org/wsml/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Acknowledgments</head><p>The presented research has been funded by the BMBF project GDI-Grid (BMBF 01IG07012) and the European projects SWING (FP6-026514) and ENVISION (FP7-249120).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Geospatial Semantics: Why, of What, and How?</title>
		<author>
			<persName><forename type="first">W</forename><surname>Kuhn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal on Data Semantics III</title>
		<imprint>
			<biblScope unit="volume">3534</biblScope>
			<biblScope unit="page" from="1" to="24" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Getting across information communities</title>
		<author>
			<persName><forename type="first">P</forename><surname>Maué</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ortmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Earth Science Informatics</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="217" to="233" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">In Defense of Ambiguity</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">J</forename><surname>Hayes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Halpin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal on Semantic Web &amp; Information Systems</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="1" to="18" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Berrueta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Phipps</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Miles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Baker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Swick</surname></persName>
		</author>
		<title level="m">Best Practice Recipes for Publishing RDF Vocabularies</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Annotation for the Semantic Web</title>
		<author>
			<persName><forename type="first">S</forename><surname>Handschuh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Frontiers in Artificial Intelligence and Applications</title>
				<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">FOAF: Connecting People on the Semantic Web</title>
		<author>
			<persName><forename type="first">M</forename><surname>Graves</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Constabaris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Brickley</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cataloging &amp; classification quarterly</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="page" from="191" to="202" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Knowledge representation in the semantic web for Earth and environmental terminology (SWEET)</title>
		<author>
			<persName><forename type="first">R</forename><surname>Raskin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computers &amp; Geosciences</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page" from="1119" to="1125" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Against Idiosyncrasy in Ontology Development</title>
		<author>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceeding of the 2006 conference on Formal Ontology in Information Systems</title>
				<meeting>eeding of the 2006 conference on Formal Ontology in Information Systems<address><addrLine>Amsterdam, The Netherlands, The Netherlands</addrLine></address></meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="15" to="26" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Ontological Engineering : with examples from the areas of Knowledge Management, e-Commerce and the Semantic Web</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gomez-Perez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fernandez-Lopez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">First Edition (Advanced Information and Knowledge Processing</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Modular reuse of ontologies: theory and practice</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Kazakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Artif. Int. Res</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page" from="273" to="318" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Modularity and web ontologies</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Sirin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kalyanpur</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. KR-2006</title>
				<meeting>KR-2006</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="198" to="209" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">On the semantics of linking and importing in modular ontologies</title>
		<author>
			<persName><forename type="first">J</forename><surname>Bao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Caragea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Honavar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web -ISWC</title>
				<imprint>
			<date type="published" when="2006">2006. 2006</date>
			<biblScope unit="page" from="72" to="86" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Ontology modularization for knowledge selection: Experiments and evaluations</title>
		<author>
			<persName><forename type="first">M</forename><surname>D'aquin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Schlicht</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sabou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Database and Expert Systems Applications</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">R</forename><surname>Wagner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Revell</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Pernul</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg; Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">4653</biblScope>
			<biblScope unit="page" from="874" to="883" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Web ontology segmentation: analysis, classification and use</title>
		<author>
			<persName><forename type="first">J</forename><surname>Seidenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rector</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">WWW &apos;06: Proceedings of the 15th international conference on World Wide Web</title>
				<meeting><address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="13" to="22" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Knowledge acquisition with geologists -a field report</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Maué</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Langlois</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Klien</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESSI1 Semantic Interoperability, Knowledge and Ontologies, EGU General Assembly</title>
				<imprint>
			<date type="published" when="2008">2008. 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">The Dublin Core Metadata Initiative: Mission, Current Activities, and Future Directions</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">L</forename><surname>Weibel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Koch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">D-Lib Magazine</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">The Manchester OWL Syntax</title>
		<author>
			<persName><forename type="first">M</forename><surname>Horridge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Drummond</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Goodwin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Rector</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Wang</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">OWLED</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Hitzler</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Shankey</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Wallace</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Hitzler</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Shankey</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Wallace</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">216</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">D3.3 Ontology Repository with ontologies</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schade</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
		<respStmt>
			<orgName>University of Münster</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Formal Ontology and Information Systems</title>
		<author>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of FOIS&apos;98</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</editor>
		<meeting>FOIS&apos;98<address><addrLine>Trento, Italy; Amsterdam,</addrLine></address></meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="1998-06-08">6-8 June 1998. 1998</date>
			<biblScope unit="page" from="3" to="15" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Identity, Unity, and Individuality: Towards a Formal Toolkit for Ontological Analysis</title>
		<author>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Welty</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14th European Conference on Artificial Intelligence (ECAI)</title>
				<meeting>the 14th European Conference on Artificial Intelligence (ECAI)</meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2000">2000</date>
			<biblScope unit="page" from="219" to="223" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Semantic application profiles: A means to enhance knowledge discovery in domain metadata models</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">A</forename><surname>Koutsomitropoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">E</forename><surname>Paloukis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">S</forename><surname>Papatheodorou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Metadata and Semanticss</title>
		<imprint>
			<biblScope unit="page" from="23" to="33" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<title level="m" type="main">Cool URIs for the Semantic Web</title>
		<author>
			<persName><forename type="first">L</forename><surname>Sauermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Cyganiak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Völkel</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title level="m" type="main">SPARQL Query Language for RDF</title>
		<author>
			<persName><forename type="first">E</forename><surname>Prud'hommeaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Seaborne</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2008">2008</date>
			<pubPlace>W3C</pubPlace>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Sesame: A Generic Architecture for Storing and Querying RDF and RDF Schema</title>
		<author>
			<persName><forename type="first">J</forename><surname>Broekstra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kampman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Van Harmelen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web ISWC 2002</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="54" to="68" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Cloud computing: Does nirvana hide behind the nebula?</title>
		<author>
			<persName><forename type="first">H</forename><surname>Erdogmus</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Software</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="page" from="4" to="6" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

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