<?xml version="1.0"?>
<rdf:RDF xmlns="file:/Users/paulhollands/Documents/Eclipse/Workspace/BIOSYS/citations.owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" 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/" xml:base="file:/Users/paulhollands/Documents/Eclipse/Workspace/BIOSYS/citations.owl">
<owl:Ontology rdf:about="file:/Users/paulhollands/Documents/Eclipse/Workspace/BIOSYS/citations.owl"/>
<owl:Class rdf:ID="Reference">
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Reference</rdfs:label>
</owl:Class>
<owl:Class rdf:ID="CitationChain">
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CitationChain</rdfs:label>
</owl:Class>
<owl:ObjectProperty rdf:ID="hasCitationChain">
<rdfs:domain rdf:resource="#Reference"/>
<rdfs:range rdf:resource="#CitationChain"/>
</owl:ObjectProperty>
<owl:AnnotationProperty rdf:ID="hasChainSteps">
<rdfs:domain rdf:resource="#CitationChain"/>
<rdfs:range rdf:resource="#Reference"/>
</owl:AnnotationProperty>
<Reference rdf:ID="InternationalPanFighting_2006-03-03">
<dc:title>International Pan Fighting from Romford</dc:title>
<dc:type>Journal Article</dc:type>
<dcterms:issued>2006-03-03</dcterms:issued>
<dc:publisher>Pan Fighting International</dc:publisher>
<dcterms:references rdf:resource="#Species2000_2006-05-25"/>
<dcterms:references rdf:resource="#uBio_2006-05-25"/>
<hasCitationChain rdf:resource="#cite_chain_01"/>
</Reference>
<CitationChain rdf:ID="cite_chain_01">
<hasChainSteps>
<rdf:Seq>
<rdf:li rdf:resource="#Species2000_2006_05-25"/>
<rdf:li rdf:resource="#uBio_2006_05-25"/>
</rdf:Seq>
</hasChainSteps>
</CitationChain>
<Reference rdf:ID="Species2000_2006-05-25">
<dc:title>Species 2000</dc:title>
<dc:type>Dataset</dc:type>
<dcterms:created rdf:value="2006-05-25"/>
<dcterms:hasVersion rdf:resource="http://ontologies.freshwaterlife.org/sources/Species2000/v1"/>
</Reference>
<Reference rdf:ID="uBio_2006-05-25">
<dc:title>uBio</dc:title>
<dc:type>Dataset</dc:type>
<dcterms:created rdf:value="2006-05-25"/>
<dcterms:hasVersion rdf:resource="http://ontologies.freshwaterlife.org/sources/uBio/v1"/>
</Reference>
</rdf:RDF>