<?xml version="1.0" encoding="UTF-8"?>
<!-- $Rev: 758 $ -->
<!-- $Date: 2006-11-30 20:55:35 +0000 (Thu, 30 Nov 2006) $ -->
<!-- $Author: RogerHyam $ -->
<!-- 
    
 This is an example document that can be used as a starting point for developing
 Person 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:tp="http://rs.tdwg.org/ontology/voc/Person#"
    xsi:schemaLocation="http://www.w3.org/1999/02/22-rdf-syntax-ns# http://rs.tdwg.org/ontology/voc/tapir/structure/Person/schema.xsd">
    <tp:Person rdf:about="urn:lsid:example.tdwg.org:biblio:123">
        <dc:title>Hyam, R.D. (2002) The Genus Aus in Africa. Journal of Fictitious Botany
            12(2):122-193. South West Botany Club, Bristol. </dc:title>
        <dcterms:created>2006-11-19</dcterms:created>
        <dcterms:modified>2006-11-20</dcterms:modified>
        <owl:versionInfo>1.2.1</owl:versionInfo>
        <tp:birthdate>1965-02-28</tp:birthdate>
        <tp:deathdate>2067-02-28</tp:deathdate>
        <tp:subjectScope>Biodiversity Informatics</tp:subjectScope>
        <tp:geographicScope>Global</tp:geographicScope>
        <tp:alias>
            <tp:PersonNameAlias>
                <tp:surname>Hyam</tp:surname>
                <tp:forenames>Roger D.</tp:forenames>
                <tp:standardForm>R.D.Hyam</tp:standardForm>
                <tp:context>IPNI Authors</tp:context>
                <tp:ratifiedBy rdf:resource="http://organisation.org/IPNI"/>
                <tp:isPreferred>true</tp:isPreferred>
            </tp:PersonNameAlias>
        </tp:alias>
    </tp:Person>
</rdf:RDF>
