<?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
 PublicationCitation 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:tpc="http://rs.tdwg.org/ontology/voc/PublicationCitation#"
    xsi:schemaLocation="http://www.w3.org/1999/02/22-rdf-syntax-ns# http://rs.tdwg.org/ontology/voc/tapir/structure/PublicationCitation/schema.xsd">
    <tpc:PublicationCitation 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>
        <tpc:authorship>Hyam, R.D.</tpc:authorship>
        <tpc:year>2002</tpc:year>
        <tpc:title>The Genus Aus in Africa.</tpc:title>
        <tpc:parentPublicationString>Journal of Fictitious Botany</tpc:parentPublicationString>
        <tpc:publisher>South West Botany Club</tpc:publisher>
        <tpc:placePublished>Bristol, UK</tpc:placePublished>
        <tpc:volume>12</tpc:volume>
        <tpc:number>2</tpc:number>
        <tpc:pages>122-193</tpc:pages>
        <tpc:datePublished>July 2002</tpc:datePublished>
        <tpc:publicationType
            rdf:resource="http://rs.tdwg.org/ontology/voc/PublicationCitation#JournalArticle"/>
        <tpc:parentPublication rdf:resource="urn:lsid:example.tdwg.org:biblio:123"/>
    </tpc:PublicationCitation>
</rdf:RDF>
