@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.purl.org/decide/LiveStockHealthOnto/LHO#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.purl.org/decide#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Autopsy metadata_def:mappingLoom "autopsy" ; metadata_def:mappingSameURI ns0:Autopsy ; metadata_def:prefLabel "Autopsy" ; metadata:prefixIRI "LHO:Autopsy" ; a owl:Class ; rdfs:comment "An autopsy sample refers to tissues or specimens collected during a post-mortem examination, conducted to investigate the cause of death or study pathological conditions in animals or humans."@en ; rdfs:subClassOf ns1:SampleType .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.purl.org/decide/LiveStockHealthOnto/LHO#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.purl.org/decide#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Autopsy
    metadata_def:mappingLoom "autopsy" ;
    metadata_def:mappingSameURI ns0:Autopsy ;
    metadata_def:prefLabel "Autopsy" ;
    metadata:prefixIRI "LHO:Autopsy" ;
    a owl:Class ;
    rdfs:comment "An autopsy sample refers to tissues or specimens collected during a post-mortem examination, conducted to investigate the cause of death or study pathological conditions in animals or humans."@en ;
    rdfs:subClassOf ns1:SampleType .