@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:Mixed metadata_def:mappingLoom "mixed" ; metadata_def:mappingSameURI ns0:Mixed ; metadata_def:prefLabel "Mixed" ; metadata:prefixIRI "LHO:Mixed" ; a owl:Class, owl:NamedIndividual ; rdfs:comment "A mixed sample type comprises a combination of different specimen components, potentially including blood, tissue, swabs, etc., providing a comprehensive source for varied analyses in diagnostic or research contexts."@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:Mixed
    metadata_def:mappingLoom "mixed" ;
    metadata_def:mappingSameURI ns0:Mixed ;
    metadata_def:prefLabel "Mixed" ;
    metadata:prefixIRI "LHO:Mixed" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "A mixed sample type comprises a combination of different specimen components, potentially including blood, tissue, swabs, etc., providing a comprehensive source for varied analyses in diagnostic or research contexts."@en ;
    rdfs:subClassOf ns1:SampleType .