<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">An O-Telos provider peer for the RDF-based Edutella P2P-network</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Martin</forename><surname>Wolpers</surname></persName>
							<email>wolpers@learninglab.de</email>
							<affiliation key="aff0">
								<orgName type="laboratory">Learning Lab Lower Saxony</orgName>
								<orgName type="institution">University of Hannover</orgName>
								<address>
									<addrLine>Expo Plaza 1</addrLine>
									<postCode>30359</postCode>
									<settlement>Hannover</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Wolfgang</forename><surname>Nejdl</surname></persName>
							<email>nejdl@learninglab.de</email>
							<affiliation key="aff0">
								<orgName type="laboratory">Learning Lab Lower Saxony</orgName>
								<orgName type="institution">University of Hannover</orgName>
								<address>
									<addrLine>Expo Plaza 1</addrLine>
									<postCode>30359</postCode>
									<settlement>Hannover</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ingo</forename><surname>Brunkhorst</surname></persName>
							<email>brunkhorst@learninglab.de</email>
							<affiliation key="aff0">
								<orgName type="laboratory">Learning Lab Lower Saxony</orgName>
								<orgName type="institution">University of Hannover</orgName>
								<address>
									<addrLine>Expo Plaza 1</addrLine>
									<postCode>30359</postCode>
									<settlement>Hannover</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">An O-Telos provider peer for the RDF-based Edutella P2P-network</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">1C0B55EA16504CB2F78C0C161C20CAD1</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T03:45+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>The open source project Edutella is a Peer-to-Peer (P2P) network for learning materials. It builds upon meta data standards defined for the WWW and aims to provide a RDF-based meta data infrastructure for P2P applications. In this paper we discuss a prototype provider peer for the Edutella network, which provides advanced reasoning peers for RDF data. This prototype peer provides storage and querying services for which it uses the ConceptBase database with its powerful reasoning mechanism as storage and query facility. Con-ceptBase implements the meta data language O-Telos while Edutella uses RDF(S). Based on previous work in this area we present a mechanism to translate the property-centered meta modeling language RDF to the object-centered meta modeling language O-Telos. Thus we are able to provide a Datalog based reasoning facility for the P2P Edutella network.</p><p>As the Edutella network also uses the query exchange language RDF-QEL we also describe in detail the peer's query service. It translates RDF-QEL queries to O-Telos queries and the respective O-Telos answers to RDF-QEL answers.</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>Within the last year we have been working on a project towards implementing an extendable open source meta data-based peer-topeer infrastructure called Edutella for the exchange of distributed resources. Resources initially considered are learning materials but the infrastructure is agnostic to the specific type of resources to be exchanged. In our case we have large collections of learning material and we are working on annotating this material with RDF <ref type="bibr" target="#b6">[7]</ref> and RDFS <ref type="bibr" target="#b0">[1]</ref>. This will enable us to use the Edutella network services like storage, exchange, query and processing services which are based on RDF(S).</p><p>In its current state the Edutella network consists of client-and provider-peers. A client-peer poses queries to the Edutella network and displays the answers returned from the network. The providerpeers receive the queries from the network and answer them if possible. Thus a peer must realize a storage and query service for the Edutella network in order to function as a provider-peer. For a complete description of Edutella see the Edutella White Paper <ref type="bibr" target="#b9">[10]</ref> and the projects' home page <ref type="bibr" target="#b2">[3]</ref>.</p><p>In this paper we describe a provider-peer and its services for the Edutella network, which provides extended reasoning capabilities. The provider-peer uses the ConceptBase database <ref type="bibr" target="#b4">[5]</ref> as a repository for storing meta data. ConceptBase is a deductive object-oriented database manager that implements the meta data representation language O-Telos <ref type="bibr" target="#b5">[6]</ref>  <ref type="bibr" target="#b7">[8]</ref>. In contrast to RDF, O-Telos is an object-oriented meta-modeling language that provides facilities for unrestricted meta modeling levels. Furthermore the ConceptBase database implements a powerful query and reasoning (rules and constraints) mechanism based on Datalog which we want to make accessible to the Edutella network.</p><p>The provider-peer provides two basic services which we will present in this paper. On one hand it is designed to store RDF(S) data in the ConceptBase repository; the storage service. The data represented in RDF(S) is translated to O-Telos which is used by the repository. The translation uses the RDF-O-Telos axioms as described in <ref type="bibr" target="#b8">[9]</ref>.</p><p>On the other hand the provider-peer serves as a query interface to the RDF data stored in the ConceptBase repository; the query service. Queries formulated in the RDF exchange language RDF-QEL <ref type="bibr" target="#b9">[10]</ref> are posed to the peer that translates them into O-Telos queries. The O-Telos queries than are answered by the ConceptBase database. The peer translates the ConceptBase answers from O-Telos into RDF and returns these RDF statements to the network.</p><p>Combining the storage and query service with ConceptBases' Datalog reasoning facilities enables us to reason about the meta data used in the Edutella network.</p><p>This paper is structured as follows: the next chapter describes how RDF(s) data is stored in ConceptBase. With the help of a simple example our translation algorithm is explained in more detail. The third chapter deals with the querying facility provided by this peer. We explain how we are able to use the advanced querying facilities of ConceptBase for querying RDF(S) data. The fourth chapter describes briefly the technical issues concerned with this provider peer. A short summary closes the paper.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Storing RDF meta data in ConceptBase</head><p>The resources exchanged in the Edutella network are basically learning materials, each learning object is described by RDF(S) data. In this paper we describe a way to provide an Edutella peer to store and retrieve RDF(S) data. The example used throughout this paper is a small database containing the RDF description of some books. This database is taken from the Edutella <ref type="bibr" target="#b2">[3]</ref> examples library. A part of this database is represented in figure <ref type="figure" target="#fig_0">1</ref>.</p><p>In order to store the RDF meta data in the ConceptBase database the peer has to translate RDF to O-Telos. O-Telos itself is an object- oriented modeling language defined by 32 axioms. In order to translate RDF to O-Telos it is necessary to modify and eventually extend RDF(S). Therefore we have developed a translation based on the axioms from O-Telos-RDF. For a description of O-Telos-RDF and its defining axioms please see <ref type="bibr" target="#b8">[9]</ref>.</p><p>The algorithm ensures that RDF(S) data is translated without any loss of information. At first we are changing the representation from XML serialization to its representation as triple statements. Each triple is provided with an unique id. Furthermore the quadruples built are eventually supplemented with additional quadruples capturing further facts of the actual namespace to fulfill the axioms of O-Telos and O-Telos-RDF. The sum of compound and generated quadruples form the O-Telos database where each quadruple represents an O-Telos statement.</p><p>An O-Telos quadruple statement has the form (sid,subject,literal,object). Sid, subject and object are unique statement identifiers. Sid identifies the statement that connects the subject statement with the object statement using the predicate literal. Sid and subject can hold the same identifier only if sid, subject and object are the same identifier, so that the statement represents an individual with the literal as name. O-Telos declares several predefined literals like the In literal stating instantiation, the IsA literal stating inheritance, etc.</p><p>As an example for the translation process we will focus on just one RDF resource description. The translation of the other resource descriptions of the example book database follows basically the same procedure varying in small details only. The RDF statements for the example resource http://www.xyz.com/jv.html describe a book with its properties "Just Java" of type dc:title and "Peter van der Linden" of type dc:author. The resource itself is of the rdf:type http://www.lit.edu/ types#Book.</p><p>The RDF-triple representation of this resource description is given in <ref type="table">table</ref>   <ref type="bibr" target="#b2">3)</ref>. The individual has an attribute named title1 connecting it to the object "Just Java". The attribute is instance of #DCElements11.title. The individual is also connected to the object "Peter van der Linden" with the author1 attribute. This attribute is instance of #DCElements11.author. Also the individual is connected via the namespace1 attribute to "http://www.xyz.com/" which is an instance of #Book.namespace.</p><p>The translation from RDF triple to O-Telos quadruple representation employ the axioms from O-Telos-RDF. Especially the axioms describing instantiation, property and type translation are used. Note that each RDF statement obtains a unique id to form the O-Telos statement. The ids are the statement identifiers really and as such are unique globally (except when exactly the same statements are made in two different places. In our example the ids are represented by a short form sidx to enhance readability which would expand to namespace:resourcename, e.g. here sid1 is the abbreviated form for http://www.xyz.com:jv.html.</p><p>If a RDF statement includes elements from other than the current schema, identified by a different than the current namespace, these elements are grouped in specially created O-Telos classes. For example the properties of the "Just Java" books' RDF description dc:title and dc:author, originating in the Dublin Core schema, are grouped in an O-Telos class called DCElements11 (see table <ref type="table" target="#tab_1">2</ref>). Note that the sids prefixed with '#' are stated for simplicity reasons and denote the respective class names. In reality these are again statements with own ids which would enlarge the example without adding any new insight. We therefore use the shortcut with the '#' prefix and the class name instead.</p><p>Also the O-Telos attribute namespace is introduced to hold the namespace of each RDF resource and property. Usually the namespace is part of the unique id of each statement as hinted in the example 2.1 but unfortunately the O-Telos frame syntax and parser forbids the possible special characters like dot, slash, dash, backslash, etc. of URLs in the element name. Therefore we introduce the namespace attribute that is assigned to each element and attribute. This attribute holds the namespace or resource URL respectively as a work around.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Individual http___www_xyz_com_jv_html</head><p>in Book, DCElements with title title1 : "Just Java" author author1 : "Peter van der Linden" attribute namespace : "http://www.xyz.com/" end Example 2.1: O-Telos frame representation of the book "Just Java"</p><p>The frame representation of the O-Telos quadruples of table 2 is stated in example 2.1.</p><p>From the small example of the book "Just Java" in its RDF and O-Telos descriptions we have gained an insight on the translation of RDF to O-Telos. When applied to the whole book database the respective complete O-Telos representation is generated and stored The comparison of both graphs of the book database (figure <ref type="figure" target="#fig_0">1</ref> for RDF and figure <ref type="figure" target="#fig_1">2</ref> for O-Telos) shows their equivalence. They are different representations of the same book database using various different notations and serializations (triple/quadruple and XML/frame syntax). Thus by employing the translation described above it is possible to store RDF(S) data in the O-Telos meta data language. The next chapter shows how the lossless transformation of the RDF(S) data from its O-Telos representation is realized.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">The peer query service</head><p>The chapter will provide some insight in how the data stored in an O-Telos provider-peer is regained using RDF queries. The RDF queries are posed to the peer by using the RDF-QEL exchange language as described in <ref type="bibr" target="#b9">[10]</ref>. Based on Datalog <ref type="bibr" target="#b10">[11]</ref> RDF-QEL abstracts the various RDF storage layer query languages (e.g. SQL) and user level query languages (e.g. RDQL) thus providing the syntax and semantics for an overall standard query interface across heterogeneous peer repositories for any kind of RDF meta data.</p><p>RDF-QEL does not distinguish between data and schema levels thus enabling the querying of different modeling levels. In doing so RDF-QEL conforms with the RDF(S) schema definitions and the more recent RDF model theory <ref type="bibr" target="#b3">[4]</ref>. In order to describe and handle different query capabilities of this particular peer, we defined several RDF-QEL-i exchange language levels with increasing expressiveness: RDF-QEL-1 (conjunctive queries) is expressed as unreified RDF graphs while the higher levels use reified RDF statements for increased expressiveness (e.g. RDF-QEL-3 covers relational algebra, RDF-QEL-4 incorporates full Datalog). In this paper we will use examples in RDF-QEL-1 only for simplicity reasons. More advanced working examples can be found at http://cip1-s.cip1.uni-hannover.de:3120/rdf2cb where advanced features like negation are demonstrated.</p><p>The RDF-QEL queries are translated into O-Telos queries which than are posed to and answered by the ConceptBase database. The O-Telos answers are translated back to RDF in XML serialization. In order to clarify the translation further we will stick with the example from above. There the RDF description of the resource with the URL http://www.xyz.com/jv.html and the title "Just Java" is stored in the database.</p><p>&lt;?xml version='1.0' encoding='ISO-8859-1'?&gt; &lt;!DOCTYPE rdf:RDF [ &lt;!ENTITY rdf 'http://www.w3.org/1999/02 /22-rdf-syntax-ns#'&gt; &lt;!ENTITY rdfs 'http://www.w3.org/2000/0 1/rdf-schema#'&gt; &lt;!ENTITY dc 'http://purl.org/dc/element s/1.1/'&gt; &lt;!ENTITY edu 'http://www.edutella.org/e dutella#'&gt; ]&gt; &lt;rdf:RDF xmlns:rdf="&amp;rdf;" xmlns:rdfs="&amp;rdfs;" xmlns:dc="&amp;dc;" xmlns:edu="&amp;edu;"&gt; &lt;edu:QEL1Query rdf:about="#genQuery"&gt; &lt;edu:hasVariable rdf:resource="#X"/&gt; &lt;edu:hasVariable rdf:resource="#Y"/&gt; &lt;edu:hasResultType rdf:resource="&amp;edu;G raphResult"/&gt; &lt;/edu:QEL1Query&gt; &lt;edu:Variable rdf:about="#X" dc:title="Just Java" rdfs:label="X"&gt; &lt;dc:title rdf:resource="#Y"/&gt; &lt;/edu:Variable&gt; &lt;edu:Variable rdf:about="#Y" rdfs:label="Y"/&gt; &lt;/rdf:RDF&gt; Example 3.1: The RDF-QEL XML representation of the example query Now we want to know from the book database which books have the title "Just Java". The respective query expressed in RDF-QEL-1 and XML is stated in example 3.1.</p><p>The query asks for at least one resource in the database which has a property called dc:title with a value "Just Java". The resulting resource(s) are returned in XML notation. The peer constructs from this RDF representation the respective O-Telos representation. Thus the query is reformulated in O-Telos so that it now states that there is at least one resource in the database which has a property called dc:title with a value "Just Java". If this is true the respective resources are retrieved.</p><p>As the example in 3.2 shows is each query an instance of Concept-Base's build-in class QueryClass. It is a subclass of the O-Telos class Individual thus has as answers other instances of the class Individual. The answers hold attributes called title and namespace of type String. The constraint varX declares that all instances of the answer set must have an attribute named title and that this attribute holds the value "Just Java".</p><p>The namespace of the title attribute is derived from ConceptBase with a second query. For simplicity reasons we omit this query here. The query answers are than translated to RDF as shown in example 3.4. The answer consists of RDF statements declaring that there is a resource with URL http://www.xyz.com/jv.html. This resource is the domain of a property named title which has the range "Just Java". The title property is defined in the Dublin Core namespace.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>QueryClass</head><p>The above example completes our presentations on how RDF(S) can be translated to O-Telos and back. The previous chapter introduced the ability of translating RDF to O-Telos thus enabling the storing capabilities of the meta database ConceptBase. This chapter now shows how the RDF data stored in ConceptBase can easily be retrieved and presented in RDF.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">The peer's implementation</head><p>The Edutella peer described is fully implemented in Java as is the whole EDUTELLA-Project. The actual implementation consists of three parts: the servlet enables a simple user interface, the Edutel-laPeer implementation realizes the Edutella peer service and the EdutellaProvider provides the actual query service.</p><p>The demo and test servlet running at http://www.cip1.uni-hannover.de :3120/rdf2cb/ runs within a SUN JavaWebServer 2.0. The servlet itself realizes the user interface for testing purposes only thus enabling users to pose RDF-QEL queries in the same way the Edutella peer service will do &lt;?xml version='1.0' encoding='ISO-8859-1'?&gt; &lt;!DOCTYPE rdf:RDF [ ENTITY rdf 'http://www.w3.org/1999/02/22 -rdf-syntax-ns#' ENTITY a 'http://purl.org/dc/elements/1. 1/' ]&gt; &lt;rdf:RDF xmlns:rdf="&amp;rdf;" xmlns:a="&amp;a;"&gt; &lt;rdf:Description rdf:about="http://www.xyz. com/jv.html" a:title="Just Java"/&gt; &lt;/rdf:RDF&gt; Example 3.4: The XML serialization of the query answer expressed in RDF and inspecting the respective answers.</p><p>Figure <ref type="figure" target="#fig_2">3</ref> shows that the Servlet as well as the Edutella peer pose EduQuery-objects to the Edutella provider implementation. The EduQuery-objects contain the queries. They are built using the classes of the Edutella software package, especially employing the parser that is based on an adaptation of the Jena RDF parser API <ref type="bibr" target="#b1">[2]</ref>. </p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 .</head><label>1</label><figDesc>Figure 1. RDF graph of the example book database</figDesc><graphic coords="2,42.15,230.96,244.99,313.26" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 .</head><label>2</label><figDesc>Figure 2. O-Telos graph of the example book database</figDesc><graphic coords="3,305.19,71.48,245.12,150.66" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 .</head><label>3</label><figDesc>Figure 3. Schematic representation of the architecture</figDesc><graphic coords="5,42.15,147.18,244.82,154.64" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>1. RDF triples of the book "Just Java"</figDesc><table><row><cell cols="2">Nr. triple</cell></row><row><cell>1</cell><cell>http://www.xyz.com/jv.html,</cell></row><row><cell></cell><cell>http://www.w3.org/1999/02/22-rdf-syntax-ns#type,</cell></row><row><cell></cell><cell>http://www.lit.edu/types#Book</cell></row><row><cell>2</cell><cell>http://www.xyz.com/jv.html,</cell></row><row><cell></cell><cell>http://purl.org/dc/elements/1.1/author,</cell></row><row><cell></cell><cell>"Peter van der Linden"</cell></row><row><cell>3</cell><cell>http://www.xyz.com/jv.html,</cell></row><row><cell></cell><cell>http://purl.org/dc/elements/1.1/title,</cell></row><row><cell></cell><cell>"Just Java"</cell></row><row><cell cols="2">Nr. Quadruple</cell></row><row><cell>1</cell><cell>sid1, sid1, http www xyz com jv html, sid1</cell></row><row><cell>2</cell><cell>sid2, sid1, In, #Book</cell></row><row><cell>3</cell><cell>sid3, sid1, In, #DCElements11</cell></row><row><cell>4</cell><cell>sid4, sid1, title1, "Just Java"</cell></row><row><cell>5</cell><cell>sid5, sid4, In, #DCElements11.title</cell></row><row><cell>6</cell><cell>sid6, sid1, author1, "Peter van der Linden"</cell></row><row><cell>7</cell><cell>sid7, sid6, In, #DCElements11.author</cell></row><row><cell>8</cell><cell>sid8, sid1, namespace1, "http://www.xyz.com/"</cell></row><row><cell>9</cell><cell>sid9, sid8, In, #Book.namespace</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>O-Telos quadruples of the book "Just Java" The O-Telos quadruples that describe the example resource http://www.xyz.com/jv.html are given in table 2. Statement #1 represents a individual name http www xyz com jv html. This individual is instance of a class #Book and a class #DCElements11 (statements #2 and #</figDesc><table /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Summary</head><p>The evolving Edutella P2P network combines provider and client peers of various kinds. In this paper we have described a prototypical implementation of a provider peer which provides extended reasoning capabilities for RDF data. The provider peer uses the Con-ceptBase database which implements the meta modeling language O-Telos. Based on this database the basic Edutella services storage and querying are realized: a repository for storing RDF data and query facilities for the stored data.</p><p>The storage service uses a translation from RDF(S) to O-Telos and vice versa where property-centered RDF(S) data is translated to and from object-centered O-Telos data. Based on this translation the query service translates RDF-QEL queries to O-Telos query classes and translates the answers to these queries, instances of O-Telos query classes, back into RDF(S) graphs.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Resource Description Framework (RDF) Schema Specification 1.0</title>
		<author>
			<persName><forename type="first">D</forename><surname>Brickley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">V</forename><surname>Guha</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/rdf-schema" />
		<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">The Jena Semantic Web Toolkit</title>
		<ptr target="http://www.hpl.hp.com/semweb/jena-tob.html" />
		<imprint>
			<date type="published" when="2001">2001</date>
			<publisher>Hewlett-Packard Company</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<ptr target="http://edutella.jxta.org" />
		<title level="m">Edutella Project Homepage</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">RDF model theory</title>
		<author>
			<persName><forename type="first">P</forename><surname>Hayes</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/rdf-mt/" />
	</analytic>
	<monogr>
		<title level="m">W3C working draft</title>
				<imprint>
			<date type="published" when="2002-02">February 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Concept-Base -Managing Conceptual Models about Information Systems</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Jeusfeld</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jarke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">W</forename><surname>Nissen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Staudt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook on Architectures of Informations Systems</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Bernus</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Mertins</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Schmidt</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer Verlag</publisher>
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Implementing Telos</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">M</forename><surname>Kramer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">K</forename><surname>Chandhri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Koubarakis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Topaloglon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mylopoulos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SIGART Bulletin</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">3</biblScope>
			<date type="published" when="1991-06">June 1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">W3C Resource Description framework (RDF) Model and Syntax Specification</title>
		<author>
			<persName><forename type="first">O</forename><surname>Lassila</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Swick</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/REC-rdf-syntax/" />
		<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Telos: A language for representing knowledge about information systems</title>
		<author>
			<persName><forename type="first">J</forename><surname>Mylopoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Borgida</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jarke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Koubarakis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Information Systems</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">4</biblScope>
			<date type="published" when="1990">1990</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">O-Telos-RDF: a resource description format with enhanced metamodeling functionalities based on O-Telos</title>
		<author>
			<persName><forename type="first">W</forename><surname>Nejdl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Dhraief</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wolpers</surname></persName>
		</author>
		<ptr target="http://www.kbs.uni-hannover.de/Arbeiten/Publikationen/2001/kcap01final.pdf" />
	</analytic>
	<monogr>
		<title level="m">Workshop on Knowledge Markup and Semantic Annotation at the First International Concerence on Knowledge Capture (K-CAP&apos;2001</title>
				<imprint>
			<date type="published" when="2001-10">October 2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">EDUTELLA: a P2P Networking Infrastructure based on RDF</title>
		<author>
			<persName><forename type="first">W</forename><surname>Nejdl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Wolf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Qu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sintek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Naeve</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Nilsson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Palmér</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Risch</surname></persName>
		</author>
		<ptr target="http://edutella.jxta.org/reports/edutella-whitepaper.pdf" />
	</analytic>
	<monogr>
		<title level="m">WWW 11 Conference Proceedings</title>
				<meeting><address><addrLine>Hawaii, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002-05">May 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Principles of database and knowledgebase systems</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Ullmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Principles of computer science series</title>
				<meeting><address><addrLine>Maryland, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Computer Science Press, Inc</publisher>
			<date type="published" when="1988">1988</date>
		</imprint>
	</monogr>
</biblStruct>

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