@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.purl.org/decide#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://www.purl.org/decide/LiveStockHealthOnto/LHO#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns2: <http://www.purl.org/decide/LiveStockHealthOnto/LHO#> . ns0:EventType metadata_def:mappingLoom "eventtype" ; metadata_def:mappingSameURI ns0:EventType ; metadata_def:prefLabel "EventType" ; a owl:Class ; rdfs:comment "It refer to different types of events related to livestock or farming. For example, \"slaughter\" could be one event type, and \"birth,\" \"vaccination,\" or \"disease outbreak\" could be other event types."@en ; rdfs:subClassOf ns1:LiveStockHealthOntology . ns2:Complaints a ns0:EventType . ns2:LaboratoryInvestigation a ns0:EventType . ns2:Rejector a ns0:EventType . ns1:BirthEvent rdfs:subClassOf ns0:EventType . ns1:DiseaseOutbreakEvent rdfs:subClassOf ns0:EventType . ns1:SlughterEvent rdfs:subClassOf ns0:EventType . ns1:VacinationEvent rdfs:subClassOf ns0:EventType . ns1:hasEventType rdfs:range ns0:EventType .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.purl.org/decide#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://www.purl.org/decide/LiveStockHealthOnto/LHO#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns2: <http://www.purl.org/decide/LiveStockHealthOnto/LHO#> .

ns0:EventType
    metadata_def:mappingLoom "eventtype" ;
    metadata_def:mappingSameURI ns0:EventType ;
    metadata_def:prefLabel "EventType" ;
    a owl:Class ;
    rdfs:comment "It refer to different types of events related to livestock or farming. For example, \"slaughter\" could be one event type, and \"birth,\" \"vaccination,\" or \"disease outbreak\" could be other event types."@en ;
    rdfs:subClassOf ns1:LiveStockHealthOntology .

ns2:Complaints
    a ns0:EventType .

ns2:LaboratoryInvestigation
    a ns0:EventType .

ns2:Rejector
    a ns0:EventType .

ns1:BirthEvent
    rdfs:subClassOf ns0:EventType .

ns1:DiseaseOutbreakEvent
    rdfs:subClassOf ns0:EventType .

ns1:SlughterEvent
    rdfs:subClassOf ns0:EventType .

ns1:VacinationEvent
    rdfs:subClassOf ns0:EventType .

ns1:hasEventType
    rdfs:range ns0:EventType .