<?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/228/RDF123-windows-application-v1-0-With-Java-VM-self-contained-">
		<rdfs:label><![CDATA[RDF123 windows application v1.0 (With Java VM self-contained)]]></rdfs:label>
		<pub:type><![CDATA[Executable]]></pub:type>
		<pub:title><![CDATA[RDF123 windows application v1.0 (With Java VM self-contained)]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2007-08-08T00:00:00-05:00</pub:publishedOn>
		<pub:description><![CDATA[RDF123 is an application and web service for converting data in simple spreadsheets to an RDF graph.  The spreadsheets must consist of a single table with or without header rows.  Users control how the spreadsheet's data is converted to RDF by constructing a graphical RDF123 template that specifies how each row in the spreadsheet is converted as well as metadata for the spreadsheet and its RDF translation.  The template can map a spreadsheet cell to a new RDF node or to a literal value. Labels on the nodes in the map can be used to create blank nodes or labeled nodes, attach a XSD datatype, and invoke simple functions (e.g., string concatenation).  The graph produced for the spreadsheet is the union of the sub-graphs created for each row.  The template itself is stored as a valid RDF document encouraging reuse and extensibility.
<p>
The software is available in four versions:
<ul>
<li><a href="https://ebiquity.umbc.edu/resource/html/id/228/RDF123-windows-application-v1-0">WIndows application</a></li>
<li><a href="https://ebiquity.umbc.edu/resource/html/id/236/RDF123-linux-application-v1-0">Linux application</a></li>
<li><a href="https://ebiquity.umbc.edu/resource/html/id/237/RDF123-java-application-v1-0">Java application</a></li>
<li><a href="https://ebiquity.umbc.edu/resource/html/id/238/RDF-Web-service-v1-0">Web service</a></li>
</ul>

The <a href="http://groups.google.com/group/rdf123?hl=en">RDF123</a> Google Group serves as a mailing list and discussion forum.
<p>
The development of RDF123 was supported by NSF Award <a href="http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0326460">0326460</a>, ITR: Science on the Semantic Web -- Prototypes in Bioinformatics.
]]></pub:description>
		<pub:version><![CDATA[Support Windows XP, 7, 8 and 10]]></pub:version>
		<pub:counter><![CDATA[5682]]></pub:counter>
		<pub:tag><![CDATA[rdf]]></pub:tag>
		<pub:tag><![CDATA[rdf123]]></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/Lushan/Han"><person:name><![CDATA[Lushan Han]]></person:name><rdfs:label><![CDATA[Lushan Han]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest rdf:resource="&rdf;nil" />
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Lushan/Han"><person:name><![CDATA[Lushan Han]]></person:name><rdfs:label><![CDATA[Lushan Han]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/82/RDF123"><project:title><![CDATA[RDF123]]></project:title><rdfs:label><![CDATA[RDF123]]></rdfs:label></project:PastProject></pub:relatedProject>
		<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>
		<assert:isPublicationDatasetOf rdf:resource="http://ebiquity.umbc.edu/paper/html/id/368/RDF123-a-mechanism-to-transform-spreadsheets-to-RDF" />
	</pub:Resource>

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

</rdf:RDF>
