<?xml version="1.0" encoding="UTF-8"?>
<!-- $Rev: 755 $ -->
<!-- $Date: 2006-11-30 17:10:08 +0000 (Thu, 30 Nov 2006) $ -->
<!-- $Author: RogerHyam $ -->
<!-- 
    
 This is an example document that can be used as a starting point for developing
 TaxonName instance documents. It is both valid against an XML Schema and also
 valid RDF (if the xsi:schemaLocation attribute is removed and certain simple rules are followed).
 
 A script that produces XML like this - that is valid against the schema is also
 producing RDF that can be digested by semantic web applications.

 **************************************
 Note: The xsi:schemaLocation attribute
 must be removed to make this a valid RDF
 document.
 ***************************************
-->

<rdf:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    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#"
    xmlns:tcom="http://rs.tdwg.org/ontology/voc/Common#"
    xmlns:tn="http://rs.tdwg.org/ontology/voc/TaxonName#"
    xsi:schemaLocation="http://www.w3.org/1999/02/22-rdf-syntax-ns# http://rs.tdwg.org/ontology/voc/tapir/structure/TaxonName/TaxonName.xsd">

    <tn:TaxonName rdf:about="urn:lsid:example.tdwg.org:names:123">

        <dc:title>Aus bus (Smith) Jones</dc:title>
        <dcterms:created>2006-10-19</dcterms:created>
        <dcterms:modified>2006-10-20</dcterms:modified>
        <owl:versionInfo>1.2.1</owl:versionInfo>

        <tcom:versionedAs rdf:resource=""/>
        <tcom:publishedIn>Smith et al (1999) New Example Species. Fun Botany XI 122</tcom:publishedIn>

        <tn:nomenclaturalCode rdf:resource="urn:lsid:tdwg.org:example:123"/>
        <tn:nameComplete>Aus bus (S.Smith) J.Jones</tn:nameComplete>
        <tn:genusPart>Aus</tn:genusPart>
        <tn:specificEpithet>bus</tn:specificEpithet>
        <tn:authorship>(S.Smith) J.Jones</tn:authorship>
        <tn:rank rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonRank#Species"/>
        <tn:rankString>sp.</tn:rankString>

        <tn:year>1999</tn:year>
        <tn:hasAnnotation>
            <tn:NomenclaturalNote>
                <tn:noteType rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonName#BasedOn"/>
                <tn:objectTaxonName rdf:resource="urn:lsid:example.tdwg.org:cat:123"/>
            </tn:NomenclaturalNote>
        </tn:hasAnnotation>

        <tn:typificationString>Brown 21947, 1926. 5 Miles East of Bruntsfield. Flora Edinburgh. RNG</tn:typificationString>

        <tn:typifiedBy>
            <tn:NomenclaturalType>
                <tn:typeSpecimen rdf:resource="urn:lsid:example.tdwg.org:herb:123"/>
                <tn:typeOfType rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonName#Holotype"/>
            </tn:NomenclaturalType>
        </tn:typifiedBy>

    </tn:TaxonName>
</rdf:RDF>
