<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="human.xsl"?>
<!-- $Rev: 1296 $ -->
<!-- $Date: 2007-08-15 15:27:16 +0200 (Wed, 15 Aug 2007) $ -->
<!-- $Author: MarkusDoering $ -->

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
   xmlns:owl="http://www.w3.org/2002/07/owl#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:dcterms="http://purl.org/dc/terms/"
   xmlns:base="http://rs.tdwg.org/ontology/Base#"
   xml:base="http://rs.tdwg.org/ontology/voc/CollectionType"
   xmlns="http://rs.tdwg.org/ontology/voc/CollectionType#">

   <owl:Ontology rdf:about="http://rs.tdwg.org/ontology/voc/CollectionType">
      <dc:title>TDWG Term With Source LSID Ontology</dc:title>
      <dc:creator>Markus Döring</dc:creator>
      <dc:publisher>TDWG Biodiversity Information Standards - NCD subgroup</dc:publisher>
      <dcterms:issued>2007-08-15</dcterms:issued>
      <dcterms:modified>$Date: 2007-08-15 15:27:16 +0200 (Wed, 15 Aug 2007) $</dcterms:modified>
      <dc:description>Ontology describing a externally controlled term with an ID and a source where the term comes from.</dc:description>

      <owl:versionInfo>0.1</owl:versionInfo>

      <rdfs:comment rdf:parseType="Literal"> FIXME... </rdfs:comment>

   </owl:Ontology>


<!-- *************************************************
			T E R M   W I T H   S O U R C E 
	**************************************************** -->
<!-- TermWithSource -->
<owl:Class rdf:ID="TermWithSource">
	<rdfs:label>Term with source</rdfs:label>
	<rdfs:comment>A term defined in a published source such as a thesaurus</rdfs:comment>
	<rdfs:subClassOf rdf:resource="http://rs.tdwg.org/ontology/Base#BaseThing"/>
	<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/ontology/voc/TermWithSource"/>
</owl:Class>
<owl:DatatypeProperty rdf:ID="term">
	<rdfs:label>Term</rdfs:label>
	<rdfs:comment>The term itself</rdfs:comment>
	<rdfs:domain rdf:resource="#TermWithSource"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
	<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/ontology/voc/TermWithSource"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="source">
	<rdfs:label>Source</rdfs:label>
	<rdfs:comment>Authority source for the term.</rdfs:comment>
	<rdfs:domain rdf:resource="#TermWithSource"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
	<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/ontology/voc/TermWithSource"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="idInSource">
	<rdfs:label>ID in source</rdfs:label>
	<rdfs:comment>ID of the term in the referenced source.</rdfs:comment>
	<rdfs:domain rdf:resource="#TermWithSource"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
	<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/ontology/voc/TermWithSource"/>
</owl:DatatypeProperty>



</rdf:RDF>