<?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 person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY assoc "http://ebiquity.umbc.edu/ontology/association.owl#">
  <!ENTITY research "http://ebiquity.umbc.edu/ontology/research.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:person = "&person;"
  xmlns:project = "&project;"
  xmlns:pub = "&pub;"
  xmlns:assoc = "&assoc;"
  xmlns:research = "&research;"
  xmlns:assert = "&assert;">
<project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/82/RDF123">
    <rdfs:label><![CDATA[RDF123]]></rdfs:label>
    <project:title><![CDATA[RDF123]]></project:title>
    <project:description><![CDATA[RDF123 is an application and web service for converting data in simple spreadsheets to an RDF graph.  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 spreadsheet cells 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="http://ebiquity.umbc.edu/resource/html/id/228/RDF123-windows-application-v1-0">WIndows application</a></li>
<li><a href="http://ebiquity.umbc.edu/resource/html/id/236/RDF123-linux-application-v1-0">Linux application</a></li>
<li><a href="http://ebiquity.umbc.edu/resource/html/id/237/RDF123-java-application-v1-0">Java application</a></li>
<li><a href="http://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.]]></project:description>
    <project:startDate rdf:datatype="&xsd;dateTime">2007-04-01T00:00:00-05:00</project:startDate>
    <project:endDate rdf:datatype="&xsd;dateTime">2007-12-01T00:00:00-05:00</project:endDate>
    <project:logoURI><![CDATA[http://ebiquity.umbc.edu/projectIcons/82.gif]]></project:logoURI>
    <project:tag><![CDATA[semantic web]]></project:tag>
    <project:tag><![CDATA[rdf]]></project:tag>
    <project:tag><![CDATA[rdf123]]></project:tag>
    <project:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:person><person:PrincipalFaculty 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:PrincipalFaculty></assoc:person>
        <assoc:role rdf:resource="&person;PrincipalFaculty" />
      </assoc:PersonProjectAssociation>
    </project:associatedWith>
    <project:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:person><person:PhDStudent 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:PhDStudent></assoc:person>
        <assoc:role rdf:resource="&person;PhDStudent" />
      </assoc:PersonProjectAssociation>
    </project:associatedWith>
    <project:relatedResource><pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/238/RDF-Web-service-v1-0-java-servlet-">
      <pub:type><![CDATA[Executable]]></pub:type>
      <pub:title><![CDATA[RDF Web service v1.0 (java servlet)]]></pub:title>
      <rdfs:label><![CDATA[RDF Web service v1.0 (java servlet)]]></rdfs:label>
      <pub:publishedOn rdf:datatype="&xsd;dateTime">2007-08-07T00:00:00-05:00</pub:publishedOn>
      <pub:firstAuthor><person:PhDStudent 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:PhDStudent></pub:firstAuthor>
      </pub:Resource></project:relatedResource>
    <project:relatedResource><pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/239/RDF123-Google-Group">
      <pub:type><![CDATA[Google group]]></pub:type>
      <pub:title><![CDATA[RDF123 Google Group]]></pub:title>
      <rdfs:label><![CDATA[RDF123 Google Group]]></rdfs:label>
      <pub:publishedOn rdf:datatype="&xsd;dateTime">2007-08-07T00:00:00-05:00</pub:publishedOn>
      </pub:Resource></project:relatedResource>
    <project:relatedResource><pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/237/RDF123-java-application-v1-0">
      <pub:type><![CDATA[Executable]]></pub:type>
      <pub:title><![CDATA[RDF123 java application v1.0]]></pub:title>
      <rdfs:label><![CDATA[RDF123 java application v1.0]]></rdfs:label>
      <pub:publishedOn rdf:datatype="&xsd;dateTime">2007-08-07T00:00:00-05:00</pub:publishedOn>
      <pub:firstAuthor><person:PhDStudent 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:PhDStudent></pub:firstAuthor>
      </pub:Resource></project:relatedResource>
    <project:relatedResource><pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/236/RDF123-linux-application-v1-0">
      <pub:type><![CDATA[Executable]]></pub:type>
      <pub:title><![CDATA[RDF123 linux application v1.0]]></pub:title>
      <rdfs:label><![CDATA[RDF123 linux application v1.0]]></rdfs:label>
      <pub:publishedOn rdf:datatype="&xsd;dateTime">2007-08-07T00:00:00-05:00</pub:publishedOn>
      <pub:firstAuthor><person:PhDStudent 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:PhDStudent></pub:firstAuthor>
      </pub:Resource></project:relatedResource>
    <project:relatedResource><pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/233/RDF123-presentation">
      <pub:type><![CDATA[Presentation]]></pub:type>
      <pub:title><![CDATA[RDF123 presentation]]></pub:title>
      <rdfs:label><![CDATA[RDF123 presentation]]></rdfs:label>
      <pub:publishedOn rdf:datatype="&xsd;dateTime">2007-07-10T00:00:00-05:00</pub:publishedOn>
      <pub:firstAuthor><person:PrincipalFaculty 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:PrincipalFaculty></pub:firstAuthor>
      </pub:Resource></project:relatedResource>
    <project:relatedResource><pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/228/RDF123-windows-application-v1-0">
      <pub:type><![CDATA[Executable]]></pub:type>
      <pub:title><![CDATA[RDF123 windows application v1.0]]></pub:title>
      <rdfs:label><![CDATA[RDF123 windows application v1.0]]></rdfs:label>
      <pub:publishedOn rdf:datatype="&xsd;dateTime">2007-08-08T00:00:00-05:00</pub:publishedOn>
      <pub:firstAuthor><person:PhDStudent 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:PhDStudent></pub:firstAuthor>
      </pub:Resource></project:relatedResource>
    <project:relatedResearchArea rdf:resource="&research;SemanticWeb" />
    <assert:hasDeveloper rdf:resource="http://ebiquity.umbc.edu/person/html/Lushan/Han/" />
    <assert:hasRelatedPublication rdf:resource="http://ebiquity.umbc.edu/paper/html/id/368/RDF123-a-mechanism-to-transform-spreadsheets-to-RDF" />
  </project:PastProject>

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

</rdf:RDF>
