@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/aro/dcpo#> . @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 ns1: <http://www.ontologyrepository.com/CommonCoreOntologies/> . ns0:Accident metadata_def:mappingLoom "accident" ; metadata_def:mappingSameURI ns0:Accident ; metadata_def:prefLabel "Accident"@en ; ns1:definition "Reasons related to accidents"@en ; ns1:definition_source "Lactanet"@en ; a owl:Class ; rdfs:label "Accident"@en ; rdfs:subClassOf ns0:Involuntary_Reason . ns0:Electrocution a ns0:Accident . ns0:Injury_or_Accident a ns0:Accident . ns0:Injury_to_Udder_or_Teats a ns0:Accident .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/aro/dcpo#> .
@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 ns1: <http://www.ontologyrepository.com/CommonCoreOntologies/> .

ns0:Accident
    metadata_def:mappingLoom "accident" ;
    metadata_def:mappingSameURI ns0:Accident ;
    metadata_def:prefLabel "Accident"@en ;
    ns1:definition "Reasons related to accidents"@en ;
    ns1:definition_source "Lactanet"@en ;
    a owl:Class ;
    rdfs:label "Accident"@en ;
    rdfs:subClassOf ns0:Involuntary_Reason .

ns0:Electrocution
    a ns0:Accident .

ns0:Injury_or_Accident
    a ns0:Accident .

ns0:Injury_to_Udder_or_Teats
    a ns0:Accident .