@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://rs.tdwg.org/dwc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix ns1: <http://rs.tdwg.org/ontology/voc/TaxonConcept#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns2: <http://purl.org/dsw/> . @prefix ns3: <http://rs.tdwg.org/dwc/iri/> . dct:Location owl:disjointWith ns0:Occurrence . ns2:Specimen owl:disjointWith ns0:Occurrence . ns2:Token owl:disjointWith ns0:Occurrence . ns2:atEvent rdfs:domain ns0:Occurrence . ns2:eventOf rdfs:range ns0:Occurrence . ns2:evidenceFor rdfs:range ns0:Occurrence . ns2:hasEvidence rdfs:domain ns0:Occurrence . ns2:hasOccurrence rdfs:range ns0:Occurrence . ns2:occurrenceOf rdfs:domain ns0:Occurrence . ns2:recBy rdfs:domain ns0:Occurrence . ns3:recordedBy rdfs:domain ns0:Occurrence . ns0:Event owl:disjointWith ns0:Occurrence . ns0:Identification owl:disjointWith ns0:Occurrence . ns0:Occurrence metadata_def:mappingLoom "occurrence" ; metadata_def:mappingSameURI ns0:Occurrence ; metadata_def:prefLabel "Occurrence" ; metadata:prefixIRI "dwc:Occurrence" ; dc:description "Definition taken from Darwin Core vocabulary 2014-11-21."@en ; a owl:Class ; rdfs:comment "An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time."@en ; rdfs:isDefinedBy <http://rs.tdwg.org/dwc/terms/> ; rdfs:label "Occurrence"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:Organism, ns0:Taxon, ns1:TaxonConcept, foaf:Agent, foaf:Document .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://rs.tdwg.org/dwc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://rs.tdwg.org/ontology/voc/TaxonConcept#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns2: <http://purl.org/dsw/> .
@prefix ns3: <http://rs.tdwg.org/dwc/iri/> .

dct:Location
    owl:disjointWith ns0:Occurrence .

ns2:Specimen
    owl:disjointWith ns0:Occurrence .

ns2:Token
    owl:disjointWith ns0:Occurrence .

ns2:atEvent
    rdfs:domain ns0:Occurrence .

ns2:eventOf
    rdfs:range ns0:Occurrence .

ns2:evidenceFor
    rdfs:range ns0:Occurrence .

ns2:hasEvidence
    rdfs:domain ns0:Occurrence .

ns2:hasOccurrence
    rdfs:range ns0:Occurrence .

ns2:occurrenceOf
    rdfs:domain ns0:Occurrence .

ns2:recBy
    rdfs:domain ns0:Occurrence .

ns3:recordedBy
    rdfs:domain ns0:Occurrence .

ns0:Event
    owl:disjointWith ns0:Occurrence .

ns0:Identification
    owl:disjointWith ns0:Occurrence .

ns0:Occurrence
    metadata_def:mappingLoom "occurrence" ;
    metadata_def:mappingSameURI ns0:Occurrence ;
    metadata_def:prefLabel "Occurrence" ;
    metadata:prefixIRI "dwc:Occurrence" ;
    dc:description "Definition taken from Darwin Core vocabulary 2014-11-21."@en ;
    a owl:Class ;
    rdfs:comment "An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time."@en ;
    rdfs:isDefinedBy <http://rs.tdwg.org/dwc/terms/> ;
    rdfs:label "Occurrence"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:Organism, ns0:Taxon, ns1:TaxonConcept, foaf:Agent, foaf:Document .