<?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
 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#"
    xmlns:tc="http://rs.tdwg.org/ontology/voc/TaxonConcept#"
    xsi:schemaLocation="http://www.w3.org/1999/02/22-rdf-syntax-ns# http://rs.tdwg.org/ontology/voc/tapir/structure/TaxonConcept/Relationship.xsd">

    <tc:Relationship rdf:about="urn:lsid:example.tdwg.org:concept:123">
        <dc:title>Aus bus (Smith) Jones sensu Brown</dc:title>
        <!-- FIXME - needs expanding -->
    </tc:Relationship>
</rdf:RDF>
