<?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 Interoperable Metadata Provenance</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kai</forename><surname>Eckert</surname></persName>
							<email>eckert@bib.uni-mannheim.de</email>
							<affiliation key="aff0">
								<orgName type="institution">University Library University of Mannheim Mannheim</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Magnus</forename><surname>Pfeffer</surname></persName>
							<email>pfeffer@bib.uni-mannheim.de</email>
							<affiliation key="aff0">
								<orgName type="institution">University Library University of Mannheim Mannheim</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Johanna</forename><surname>Völker</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">KR&amp;KM Research Group University of Mannheim Mannheim</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Towards Interoperable Metadata Provenance</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">49BB630DA8AC9096E0764D1E442A7B81</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T19:40+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>Linked data has finally arrived. But with the availability and actual usage of linked data, data from different sources gets quickly mixed and merged. While there is a lot of fundamental work about the provenance of metadata and the commonly recognized demand for expressing provenance information, there still is no standard or at least best-practice recommendation. In this paper, we summarize our own requirements based on experiences at the Mannheim University Library for metadata provenance, examine the feasibility to implement these requirements with currently available (de-facto) standards, and propose a way to bridge the missing gaps. By this paper, we hope to obtain additional feedback, which we will feed back into ongoing discussions within the recently founded DCMI task-group on metadata provenance.</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>At the Mannheim University Library (MUL), we recently announced a Linked Data Service 1 (LDS). Our complete catalog with about 1.4 million is made available as RDF, with proper dereferenceable URIs and a humanreadable presentation of the data as HTML pages. The title records are linked to classification systems, subject headings and to other title records. The Cologne University Library made its catalog data available under a creative commons CC-0 license, so we converted it to RDF and made it available along our own catalog.</p><p>The HTML view 2 provides browsable pages for all resources described in the RDF data. It fetches additional statements when users click on the URIs, provided that they are available by URI dereferencing. The resulting statements are presented to the user within the LDS layout and cannot be easily distinguished from the data that is made available by the Mannheim University Library itself. There is only a note about the "data space", basically indicating the domain where the dereferenced URI resides.</p><p>A good thing is that the service is totally sourceagnostic and fetches and presents everything that is available. With two clicks, the user gets subject data from the library of congress (LoC), just because we use the German subject headings and the German National 1 http://data.bib.uni-mannheim.de 2 currently implemented with Virtuoso RDF-Mapper Library (Deutsche Nationalbibliothek, DNB) provides skos:match statements to LoC subject headings (LCSH).</p><p>A bad thing is that the service is totally sourceagnostic (apart from the data-space notion). For example, the DNB states on its website that the data is provided only as a prototype, should only be used after a consultation and not for commercial applications. The LCSH data is public domain and freely available. But also within our triple store, there are different datasets. The MUL catalog is currently provided without a specific license, as questions about the proper licensing still are discussed. The data from the Cologne University Library has been processed by us and the processed data is provided by a the creative commons CC-0 license, too.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. Motivation</head><p>Our predicament: We do want the LDS to be sourceagnostic. But at the same time we want to know about the license of the data that is displayed to the user, and we want to present him with this information. Moreover, besides license and source information, we also have other information that we would like to make available to the user or other applications in a reusable way. But the current state of the art is that this information is either not made available within the RDF datasets yet -the case for DNB, LoC and our own data -or not in a consistent way. For example, the data from the OCLC service dewey.info 3 contains licensing statements as part of the RDF statements about a given resource (Ex. 1). Our goal is to make this kind of information available to the user in a consistent way. We respect all the different licenses and do not want to make users believe that all this data is provided by ourselves, without any licensing information.</p><p>Besides provenance information, we also need to provide other information that further qualifies single statements of the datasets. For example, in a past project we automatically created classifications and subject headings for bibliographic resources. We provide this data also via the LDS which is very convenient and greatly facilitates the reuse of the data. But automatically created results often lack the desired quality, moreover the processes usually provide further information, like a weight, rank or other measures of confidence <ref type="bibr" target="#b0">[1]</ref>. All this information should also be provided to the user in a well-defined way.</p><p>B. Data, Metadata, Metametadata, ... Data provided as RDF is not necessarily metadata in a strict sense; in general it is data about resources. But in many cases -and especially in the context of this paper -the resources are data themselves, like books, articles, websites or databases. In the library domain, the term "metadata" is thus established for all the data about the resources a librarian is concerned with -including, but not restricted to bibliographic resources, persons and subjects. This is the reason, why one cannot distinguish easily between data and metadata in the context of RDF. We therefore regard them as synonyms.</p><p>Metadata is itself data and there are a lot of use-cases where one wants to make further statements about metadata, just as well as metadata provides statements about data: who created the metadata, how was the metadata created, ... -in general additional statements to further qualify and describe the metadata. Thus we will refer to this kind of additional information unambiguously as "metametadata".</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>C. Metametadata Principles</head><p>To achieve interoperability for accessing metametadata, choosing a representation of the metametadata is only the first, merely technical step. In our opinion, the following principles and requirements have to be met to achieve this type of interoperability:</p><p>1) Arbitrary metametadata statements about a set of statements. 2) Arbitrary metametadata statements about single statements. 3) Metametadata on different levels for each statement or sets of statements. 4) Applications to retrieve, maintain and republish the metametadata without data loss or corruption. 5) Data processing applications to store the metametadata about the original RDF data.</p><p>Requirements 1 -3 address the technical requirements that have to be met by the metadata format(s) in use. They are met by RDF, but in RDF there are two distinct approaches that can be used to represent metametadata:</p><p>Reification: RDF provides a means for the formulation of statements about statements, called reification. In the RDF model, this means that a complete statement consisting of subject, predicate and object becomes the subject of a new statement that adds the desired information. <ref type="foot" target="#foot_0">4</ref>Named Graphs: Another technique that can be used to provide statements about statements are the "Named Graphs", introduced by Carroll et al. <ref type="bibr" target="#b1">[2]</ref>. The Named Graphs are not yet officially standardized and part of RDF. They have to be considered work in progress, but are already widely used by the community and can already be considered as a kind of de-facto standard that is likely to have a big impact on future developments in the RDF community. 5 Named Graphs are an extension of RDF, both on the model and syntax level. They allow the grouping of RDF statements into a graph. The graph is a resource on its own and can thus be further described by RDF statements, just like any other resource. There are extensions for SPARQL and N3 to represent and query Named Graphs, but they are for example not representable in RDF-XML. 6   To meet requirements 4 and 5, further conventions among interoperable applications are needed that have to be negotiated on a higher level and are (currently) beyond the scope of RDF. By virtue of the following usecases, we demonstrate that the technical requirements are already met and that we only need some conventions to represent such information in an consistent way -at least as long as the official RDF standard does not address the metametadata issue.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>II. EXAMPLE USE-CASES</head><p>The following use cases 7 are meant to be illustrating examples, especially to emphasize the need for the representation of arbitrary information -not only provenance -about data on various levels, from whole datasets over records to single statements or arbitrary groups of statements.</p><p>In this section, we develop a scenario where such metametadata can be used to prevent information loss while merging subject annotations from different sources. We show that this is the key to make transparent use of different annotation sources without compromises regarding the quality of your metadata. In line with our argumentation in this paper, we propose the storage of metametadata to mitigate any information loss and allow the usage of this information to achieve a better retrieval experience for the users. With various queries, we show that we can access and use the additional pieces of information to regain a specific set of annotations that fulfills our specific needs. This scenario focuses on the merging of manually assigned subject headings with automatically assigned 5 See http://www.w3.org/2004/03/trix/ for a summary. There are already further extensions or generalizations of Named Graphs, like Networked Graphs <ref type="bibr" target="#b2">[3]</ref> that allow the expression of views in RDF graphs in a declarative way. Flouris et al. propose a generalization to maintain the information associated with graphs, when different graphs are mixed <ref type="bibr" target="#b3">[4]</ref>: Here, colors are used to identify the origin of a triple, instead of names. A notion of "Color1+Color2" is possible and the paper demonstrates, how reasoning can be used together with these colored triples. Gandon and Corby published a position paper <ref type="bibr" target="#b4">[5]</ref> about the need for a mechanism like Named Graphs and a proper standardization as part of RDF. 6 You can see the grouping of statements in a single RDF-XML file as the notion of an implicit graph and use the URI of the RDF-XML file to specify further statements about this graph, just like Ex. 2 7 First published at the DC 2009 conference <ref type="bibr" target="#b5">[6]</ref>.</p><p>ones. Example 3 shows a DC metadata record with subject annotations from different sources and additional information about the assignments via RDF reification. Note that we present the triples in a table and give them numbers that are then used to reference them. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Example 3: Subject assignments by different sources</head><p>There is one document (ex:docbase/doc1) with assigned subject headings from two different sources. For each subject assignment, we see that a source is specified via a URI. Additionally, a rank for every assignment is provided, as automatic indexers usually provide such a rank. For example, a document retrieval system can make direct use of it for the ranking of retrieval results. For manual assignments, where usual no rank is given, this could be used to distinguish between high quality subject assignments from a library and, for example, assignments from a user community via tagging.</p><p>The statements #13 and #14 are used to further qualify the source, more precisely, to indicate, if the assignments were performed manually (ex:types/manual) or automatically (ex:types/auto).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. Use-case 1: Merging annotation sets</head><p>Usually, the statements from Example 3 are available from different sources (as indicated) and might also belong to different shells in the shell model. The integration requires to merge them in a single store. An interesting side-effect of the use of RDF and reification is that the merged data is still accessible from every application that is able to use RDF data, even if it is not possible to make reasonable use of our metametadata. This is demonstrated by the first query in Example 4, which retrieves all subject headings that are assigned to a document. As in RDF all statements are considered identical that have the same subject, predicate and object, every subject heading is returned that is assigned by at least one source. In most cases, these completely merged statements are not wanted. As promised, we show with the second query in Example 4 that we are able to regain all annotations that were assigned by a specific source (here ex:sources/pfeffer). In the following we show two extended queries that make use of the metametadata provided in our data store. Usually, one does not simply want to separate annotation sets that have been merged, but instead wants to make further use of these merged annotations. For example, we can provide data for different retrieval needs.</p><p>The first query in Example 5 restricts the subject headings to manually assigned ones, but they still can originate from different sources. This would be useful if we are interested in a high retrieval precision and assume that the results of the automatic indexers decrease the precision too much.</p><p>The second query, on the other hand, takes automatic assignments into account, but makes use of the rank that is provided with every subject heading. This way, we can decide to which degree the retrieval result should be extended by lower ranked subject headings, be they assigned by untrained people (tagging) or some automatic indexer.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>III. RELATED WORK</head><p>Early initiatives to define a vocabulary and usageguidelines for the provenance of metadata was the A-Core <ref type="bibr" target="#b6">[7]</ref> and based on it the proposal <ref type="bibr" target="#b7">[8]</ref> for the DCMI Administrative Metadata Working Group (http: //dublincore.org/groups/admin/). The working group finished its work in 2003 and presented the Administrative Components (AC) in <ref type="bibr" target="#b8">[9]</ref>, that addressed metadata for the entire record, for update and change and for batch interchange of records. Both initiatives focused more on the definition of specific vocabularies to describe the provenance of metadata. There was not yet a concise model to relate the metametadata with the metadata. For example, there was only an example given, hot to use the AC in an XML representation. This is not Example 5: Ranked assignments and additional source information enough to enable applications the automatic integration of these information without proper knowledge, how the information is actually represented from a data model perspective.</p><p>An implementation with a clear semantic of metadata provenance statements is included in the protocol for metadata harvesting by the The authors (Rephrase with cite) in <ref type="bibr" target="#b9">[10]</ref> (OAI-PMH). But the provenance information can only be provided for a whole set of metadata and there is no easy way to extend it with other additional information. The Open Archives Initiative provides with Object Reuse and Exchange (ORE) another, more abstract approach that addresses the requirement of provenance information for aggregations of metadata <ref type="bibr" target="#b10">[11]</ref>. ORE particularly introduces and motivates the idea to give metadata aggregations specific URIs to identify them as independent resources. Essentially, ORE postulates the clear distinction between URIs identifying resources and URIs identifying the description of the resources. This is in line with the general postulation of "Cool URIs" <ref type="bibr" target="#b11">[12]</ref> and the proposed solution to the so called httpRange-14 issue 8 . Hillmann et al. <ref type="bibr" target="#b12">[13]</ref> considered the problem of metadata quality in the context of metadata aggregation. While mainly focused on the practical problems of 8 httpRange-14 (http://www.w3.org/2001/tag/issues.html# httpRange-14) was one (the 14th) of several issues that the Technical Architecture Group (TAG) of the W3C had to deal with: "What is the range of the HTTP dereference function?"Basically, the problem is that if a URI identifies a resource other than a webpage (non-information resource), then under this URI, no information about the resource can be provided, because in this case, the URI would also be the identifier for this information. The solution is to use HTTP redirects in this case, as described in this mail: http://lists.w3.org/Archives/Public/www-tag/2005Jun/0039.html aggregation, the paper addresses the aspect of subsequent augmentation with subject headings and changes the emphasis from the record to the individual statement. Noting provenance and means of creation on this level of detail is considered necessary by the authors. They proposed an extension of OAI-PMH to implement their solution. <ref type="bibr" target="#b13">[14]</ref> further expands on quality issues and note inconsistent use of metadata fields and the lack of bibliographic control among the major problems. Preserving provenance information at the repository, record or statement level is one of the proposed methods to ensure consistent metadata quality.</p><p>Currently, the W3C Provenance Incubator Group (Prov-XG, http://www.w3.org/2005/Incubator/prov/) addresses the general issue of provenance on the web. The requirements abstracted from various use-cases are summarized and further explained in by Zhao et al. <ref type="bibr" target="#b14">[15]</ref>. The conclusion of this paper is basically ours: We need further standardization for the representation of provenance information for interoperable provenanceaware applications. They recommend that a possible next RDF standard should address the provenance issue.</p><p>Lopes et al. <ref type="bibr" target="#b15">[16]</ref> emphasize the need for additional information as well, they refer to them as annotations and examine the need for annotations without consideration of the actual implementation -be it reification or named graphs. They come up with five types of annotations -time, spatial, provenance, fuzzy and trust -that can be seen as the most obvious use-cases for additional information.</p><p>A general model for the representation of provenance information as well as a review of provenance-related vocabularies is provided by The authors (Rephrase with cite) in <ref type="bibr" target="#b16">[17]</ref>. The model aims to represent the whole process of data creation and access, as well as the publishing and obtaining of the associated provenance information.</p><p>With the Open Provenance Model (OPM, http:// openprovenance.org/) exists a specification for a provenance model that meets the following requirements <ref type="bibr" target="#b17">[18]</ref>: Exchange of provenance information, building of applications on top of OPM, definition of provenance independent from a technology, general applicability, multiple levels of descriptions. Additionally, a core set of rules is defined that allow to identify valid inferences that can be made on the provenance representation.</p><p>Finally, a comprehensive survey about publications on provenance on the web was created by The authors (Rephrase with cite) in <ref type="bibr" target="#b18">[19]</ref>, who also mentions approaches to modeling provenance in OWL ontologies.</p><p>The most powerful means to dealing with metametadata in OWL is the use of higher-order logics, which is supported, e.g., by OWL Full. However, as this type of metamodeling comes at the expense of decidability <ref type="bibr" target="#b19">[20]</ref>, weaker forms of metamodeling such as punning, a restricted way of using identical names for different types of entities (e.g. classes and individuals), have been proposed by the OWL community. In OWL 2, annotation properties can be used to make statements about entities, axioms and even annotations, but as annotation properties do not have a defined semantics in OWL, integrated reasoning over the various layers of metadata requires additional implementation effort <ref type="bibr" target="#b20">[21]</ref>. Vrandecic et al. <ref type="bibr" target="#b21">[22]</ref> discuss different metamodeling options by virtue of several use cases, including the representation of uncertainty in ontology learning <ref type="bibr" target="#b0">[1]</ref>, as well as ontology evaluation based on OntoClean (see also <ref type="bibr" target="#b22">[23]</ref>). In addition to these application scenarios, weak forms of metamodeling in OWL are used, e.g., for including linguistic information in ontologies <ref type="bibr" target="#b23">[24]</ref>, but only few of these approaches are able to leverage the full power of logical inference over both metadata and metametadata <ref type="bibr" target="#b24">[25]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>IV. CONCLUSION</head><p>This paper is meant as a discussion paper. We have proposed five principles for the proper representation of metametadata which, in our opinion, have to be met by all source-agnostic, yet provenance-aware, linked data applications.</p><p>We have demonstrated that the technical requirements can already been met, and that the remaining problem is concerned with the establishments of conventions which define best-practice recommendations. In particular, these conventions should clarify how the metametadata is actually represented -so that an application can become aware of this metametadata, retrieve, maintain and republish it in a proper way. Currently, there is no accepted best-practice that follows our principles. We are involved in the Metadata Provenance Taskgroup of the Dublin Core Metadata Initiative<ref type="foot" target="#foot_1">9</ref> which aims to develop such best-practice recommendations in an as-open-as-possible way. This is why we are seeking for feedback, ideas and contributions to the ongoing discussions and the outcomes of this task group -because we want metadata provenance. Now!</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>As another example, the New York Times expresses provenance outside the actual data record, more precisely by means of statements about the data record (Ex. 2).</figDesc><table><row><cell>&lt;http://data.nytimes.com/46234942819259373803.rdf&gt;</cell></row><row><cell>foaf:primaryTopic</cell></row><row><cell>&lt;http://data.nytimes.com/46234942819259373803&gt;</cell></row><row><cell>dcterms:rightsHolder</cell></row><row><cell>"The New York Times Company"</cell></row><row><cell>...</cell></row><row><cell>cc:license</cell></row><row><cell>&lt;http://creativecommons.org/licenses/by/3.0/us/&gt;</cell></row><row><cell>cc:attributionURL</cell></row><row><cell>&lt;http://data.nytimes.com/46234942819259373803&gt;</cell></row><row><cell>cc:attributionName</cell></row><row><cell>"The New York Times Company"</cell></row><row><cell>&lt;http://data.nytimes.com/46234942819259373803&gt;</cell></row><row><cell>...</cell></row><row><cell>a &lt;http://www.w3.org/2004/02/skos/core#Concept&gt;</cell></row><row><cell>...</cell></row><row><cell>skos:prefLabel "Faircloth, Lauch"</cell></row><row><cell>...</cell></row><row><cell>Example 2: Provenance in New York Times dataset</cell></row><row><cell>&lt;http://dewey.info/class/641/2009/08/about.en&gt;</cell></row><row><cell>a &lt;http://www.w3.org/2004/02/skos/core#Concept&gt;;</cell></row><row><cell>xhv:license</cell></row><row><cell>&lt;http://creativecommons.org/licenses/by-nc-nd/3.0/&gt;;</cell></row><row><cell>cc:attributionName</cell></row><row><cell>"OCLC Online Computer Library Center, Inc.";</cell></row><row><cell>cc:attributionURL &lt;http://www.oclc.org/dewey/&gt;;</cell></row><row><cell>...</cell></row><row><cell>skos:prefLabel "Food &amp; drink";</cell></row><row><cell>skos:broader</cell></row></table><note>&lt;http://dewey.info/class/64/2009/08/about.en&gt;; cc:morePermissions &lt;http://www.oclc.org/dewey/about/licensing/&gt;. Example 1: Provenance in dewey.info dataset 3 http://dewey.info</note></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_0">As a statement cannot be identified uniquely in RDF beside the notion of S, P and O, a reification statement refers to all triples with the given S, P and O. In our context, this ambiguity has no substantial effects, as identical triples are semantically equivalent to duplicated metadata that can be safely discarded as redundant information.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_1">http://dublincore.org/groups/provenance/)</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgements. Johanna Völker is financed by a Margarete-von-Wrangell scholarship of the European Social Fund (ESF) and the Ministry of Science, Research and the Arts Baden-Württemberg.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Ontology learning and reasoning -dealing with uncertainty and inconsistency</title>
		<author>
			<persName><forename type="first">P</forename><surname>Haase</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Völker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Uncertainty Reasoning for the Semantic Web I</title>
		<title level="s">ser. Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">5327</biblScope>
			<biblScope unit="page" from="366" to="384" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Named Graphs, Provenance and Trust</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J</forename><surname>Carroll</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bizer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hayes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Stickler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14th International Conference on World Wide Web (WWW) 2005</title>
				<meeting>the 14th International Conference on World Wide Web (WWW) 2005<address><addrLine>Chiba, Japan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005">May 10-14, 2005. 2005</date>
			<biblScope unit="page" from="613" to="622" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Networked Graphs: A Declarative Mechanism for SPARQL Rules, SPARQL Views and RDF Data Integration on the Web</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schenk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 17th International Conference on World Wide Web (WWW) 2008</title>
				<meeting>the 17th International Conference on World Wide Web (WWW) 2008<address><addrLine>Beijing, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2008">April 21-25, 2008. 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Coloring rdf triples to capture provenance</title>
		<author>
			<persName><forename type="first">G</forename><surname>Flouris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Fundulaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Pediaditis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Theoharis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Christophides</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC &apos;09: Proceedings of the 8th International Semantic Web Conference</title>
				<meeting><address><addrLine>Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="196" to="212" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Name That Graph -or the need to provide a model and syntax extension to specify the provenance of RDF graphs</title>
		<author>
			<persName><forename type="first">F</forename><surname>Gandon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Corby</surname></persName>
		</author>
		<ptr target="http://www.w3.org/2009/12/rdf-ws/papers/ws06/" />
	</analytic>
	<monogr>
		<title level="m">the National Center for Biomedical Ontology (NCBO)</title>
				<meeting><address><addrLine>Stanford, Palo Alto, CA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">June 26-27 2010. 2010</date>
		</imprint>
	</monogr>
	<note>Proceedings of the W3C Workshop -RDF Next Steps</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A Unified Approach For Representing Metametadata</title>
		<author>
			<persName><forename type="first">K</forename><surname>Eckert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pfeffer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">DC-2009 International Conference on Dublin Core and Metadata Applications</title>
				<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">The A-Core: Metadata about Content Metadata</title>
		<author>
			<persName><forename type="first">R</forename><surname>Iannella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Campbell</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
	<note>internet-Draft Document</note>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Hansen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Andresen</surname></persName>
		</author>
		<title level="m">Administrative Dublin Core (A-Core) Element</title>
				<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<ptr target="http://www.bs.dk/standards/AdministrativeComponents.htm" />
		<title level="m">AC -Administrative Components: Dublin Core DCMI Administrative Metadata</title>
				<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
	<note>Dublin Core Metadata Initiative Administrative Metadata Working Group</note>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">The Open Archives Initiative Protocol for Metadata Harvesting</title>
		<ptr target="http://www.openarchives.org/OAI/openarchivesprotocol.html" />
		<editor>Carl Lagoze, Herbert Van de Sompel, Michael Nelson and Simeon Warner</editor>
		<imprint>
			<date type="published" when="2002-06-14">2008. 2002-06-14</date>
		</imprint>
	</monogr>
	<note>Open Archives Initiative. protocol Version 2.0 of</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Open Archives Initiative -Object Reuse and Exchange: ORE User Guide -Primer</title>
		<ptr target="http://www.openarchives.org/ore/1.0/primer" />
	</analytic>
	<monogr>
		<title level="m">Open Archives Initiative</title>
				<editor>
			<persName><forename type="first">Carl</forename><surname>Lagoze</surname></persName>
		</editor>
		<editor>
			<persName><surname>Herbert Van De</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Pete</forename><surname>Sompel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Michael</forename><surname>Johnston</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Robert</forename><surname>Nelson</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Simeon</forename><surname>Sanderson</surname></persName>
		</editor>
		<editor>
			<persName><surname>Warner</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">Interest</forename><surname>Sweo</surname></persName>
		</author>
		<author>
			<persName><surname>Group</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/cooluris/" />
		<title level="m">Cool URIs for the Semantic Web: W3C Interest Group Note 03</title>
				<editor>
			<persName><forename type="first">Leo</forename><surname>Sauermann</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Richard</forename><surname>Cyganiak</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2008-12">December 2008. 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Improving Metadata Quality: Augmentation and Recombination</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Hillmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Dushay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Phipps</surname></persName>
		</author>
		<ptr target="http://hdl.handle.net/1813/7897" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Conference on Dublin Core and Metadata Applications. Dublin Core Metadata Initiative</title>
				<meeting>the International Conference on Dublin Core and Metadata Applications. Dublin Core Metadata Initiative</meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Metadata Quality: From Evaluation to Augmentation</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Hillmann</surname></persName>
		</author>
		<ptr target="http://ecommons.library.cornell.edu/bitstream/1813/7899/1/MetadataQualityrev.pdf" />
	</analytic>
	<monogr>
		<title level="j">Cataloging &amp; Classification Quarterly</title>
		<imprint>
			<biblScope unit="volume">46</biblScope>
			<biblScope unit="issue">1</biblScope>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Provenance Requirements for the Next Version of RDF</title>
		<author>
			<persName><forename type="first">J</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bizer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Missier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sahoo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the W3C Workshop -RDF Next Steps</title>
				<meeting>the W3C Workshop -RDF Next Steps<address><addrLine>Stanford, Palo Alto, CA, USA</addrLine></address></meeting>
		<imprint>
			<publisher>NCBO)</publisher>
			<date type="published" when="2010">June 26-27 2010. 2010</date>
		</imprint>
	</monogr>
	<note>the National Center for Biomedical Ontology</note>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">RDF Needs Annotations</title>
		<author>
			<persName><forename type="first">N</forename><surname>Lopes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zimmermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lukacsy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Polleres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Straccia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">the National Center for Biomedical Ontology (NCBO)</title>
				<meeting><address><addrLine>Stanford, Palo Alto, CA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">June 26-27 2010. 2010</date>
		</imprint>
	</monogr>
	<note>Proceedings of the W3C Workshop -RDF Next Steps</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Provenance Information in the Web of Data</title>
		<author>
			<persName><forename type="first">O</forename><surname>Hartig</surname></persName>
		</author>
		<ptr target="http://www.dbis.informatik.hu-berlin.de/fileadmin/research/papers/conferences/2009-ldow-hartig.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Linked Data on the Web (LDOW) 2009</title>
				<meeting>the Workshop on Linked Data on the Web (LDOW) 2009<address><addrLine>Madrid, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>CEUR-WS</publisher>
			<date type="published" when="2009-04-20">April 20, 2009. 2009</date>
			<biblScope unit="page" from="1" to="9" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><surname>Moreau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Clifford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Freire</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Groth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Futrelle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Kwasnikowska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Miles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Missier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Myers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Simmhan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Stephan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">V</forename><surname>Den Bussche</surname></persName>
		</author>
		<ptr target="http://openprovenance.org/" />
		<title level="m">The Open Provenance Model Core Specification</title>
				<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">The Foundations for Provenance on the Web</title>
		<author>
			<persName><forename type="first">L</forename><surname>Moreau</surname></persName>
		</author>
		<ptr target="http://eprints.ecs.soton.ac.uk/18176/" />
	</analytic>
	<monogr>
		<title level="j">Foundations and Trends in Web Science</title>
		<imprint>
			<date type="published" when="2009-11">November 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">On the properties of metamodeling in owl</title>
		<author>
			<persName><forename type="first">B</forename><surname>Motik</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference, ser</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Y</forename><surname>Gil</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Motta</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><forename type="middle">R</forename><surname>Benjamins</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Musen</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="volume">3729</biblScope>
			<biblScope unit="page" from="548" to="562" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Metalevel information in ontology-based applications</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">T</forename><surname>Tran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Haase</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Motik</surname></persName>
		</author>
		<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>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 23th AAAI Conference on Artificial Intelligence (AAAI)</title>
				<meeting>the 23th AAAI Conference on Artificial Intelligence (AAAI)<address><addrLine>Chicago, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2008-07">July 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">A metamodel for annotations of ontology elements in owl dl</title>
		<author>
			<persName><forename type="first">D</forename><surname>Vrandecic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Völker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Haase</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">T</forename><surname>Tran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Cimiano</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd Workshop on Ontologies and Meta-Modeling</title>
				<meeting>the 2nd Workshop on Ontologies and Meta-Modeling<address><addrLine>Karlsruhe, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>GI Gesellschaft für Informatik</publisher>
			<date type="published" when="2006-10">Oktober 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Ontowlclean: Cleaning owl ontologies with owl</title>
		<author>
			<persName><forename type="first">C</forename><surname>Welty</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="347" to="359" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Towards linguistically grounded ontologies</title>
		<author>
			<persName><forename type="first">P</forename><surname>Buitelaar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Cimiano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Haase</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sintek</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC, ser. Lecture Notes in Computer Science</title>
				<editor>
			<persName><forename type="first">L</forename><surname>Aroyo</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Traverso</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Ciravegna</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Cimiano</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Heath</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Hyvönen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Mizoguchi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Oren</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Sabou</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><forename type="middle">P B</forename><surname>Simperl</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">5554</biblScope>
			<biblScope unit="page" from="111" to="125" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Integrated metamodeling and diagnosis in owl 2</title>
		<author>
			<persName><forename type="first">B</forename><surname>Glimm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Rudolph</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Völker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Semantic Web Conference (ISWC)</title>
				<meeting>the International Semantic Web Conference (ISWC)</meeting>
		<imprint>
			<date type="published" when="2006-11">November 2006</date>
		</imprint>
	</monogr>
	<note>to appear</note>
</biblStruct>

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