<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:project = "&project;"
		xmlns:person = "&person;"
		xmlns:pub = "&pub;"
		xmlns:assert = "&assert;">
	<pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/294/Tables-to-Linked-Data">
		<rdfs:label><![CDATA[Tables to Linked Data]]></rdfs:label>
		<pub:type><![CDATA[Presentation]]></pub:type>
		<pub:title><![CDATA[Tables to Linked Data]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2010-04-06T00:00:00-05:00</pub:publishedOn>
		<pub:description><![CDATA[Much of the world’s knowledge is contained in structured documents
like spreadsheets, database relations and tables in documents found
on the Web and in print.  The information in these tables might be
much more valuable if it could be appropriately exported or encoded in
RDF, making it easier to share, understand and integrate with other
information.  This is especially true if it could be linked into the
growing linked data cloud.  We describe techniques to automatically
infer a (partial) semantic model for information in tables using both
table headings, if available, and the values stored in table cells and
to export the data the table represents as linked data.  The
techniques have been prototyped for a subset of linked data that
covers the core of Wikipedia. ]]></pub:description>
		<pub:counter><![CDATA[995]]></pub:counter>
		<pub:tag><![CDATA[linked data]]></pub:tag>
		<pub:tag><![CDATA[semantic web]]></pub:tag>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Zareen/Syed"><person:name><![CDATA[Zareen Syed]]></person:name><rdfs:label><![CDATA[Zareen Syed]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Varish/Mulwad"><person:name><![CDATA[Varish Mulwad]]></person:name><rdfs:label><![CDATA[Varish Mulwad]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Tim/Finin"><person:name><![CDATA[Tim Finin]]></person:name><rdfs:label><![CDATA[Tim Finin]]></rdfs:label></person:Person>
								</rdf:first>
								<rdf:rest rdf:resource="&rdf;nil" />
							</rdf:List>
						</rdf:rest>
					</rdf:List>
				</rdf:rest>
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Zareen/Syed"><person:name><![CDATA[Zareen Syed]]></person:name><rdfs:label><![CDATA[Zareen Syed]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/96/Tables-to-Linked-Data"><project:title><![CDATA[Tables to Linked Data]]></project:title><rdfs:label><![CDATA[Tables to Linked Data]]></rdfs:label></project:PastProject></pub:relatedProject>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[Microsoft PowerPoint]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/resource/294.ppt]]></pub:softCopyURI>
			<pub:softCopySize>789504</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
		<assert:presentationOf rdf:resource="http://ebiquity.umbc.edu/paper/html/id/474/Exploiting-a-Web-of-Semantic-Data-for-Interpreting-Tables" />
		<assert:eventPptSlidesOf rdf:resource="http://ebiquity.umbc.edu/event/html/id/340/Tables-to-Linked-Data" />
	</pub:Resource>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
