@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://kmi.open.ac.uk/projects/smartproducts/ontologies/food.owl#> . @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 metadata: <http://data.bioontology.org/metadata/> . ns0:Cactus metadata_def:mappingLoom "cactus" ; metadata_def:mappingSameURI ns0:Cactus ; metadata_def:prefLabel "Cactus" ; metadata:prefixIRI "food:Cactus" ; a owl:Class ; rdfs:label "Cactus" ; rdfs:subClassOf ns0:Vegetable . ns0:EasternPricklyPear rdfs:subClassOf ns0:Cactus . ns0:Mezcal rdfs:subClassOf ns0:Cactus . ns0:Nopal rdfs:subClassOf ns0:Cactus . ns0:OpuntiaFicusIndica rdfs:subClassOf ns0:Cactus . ns0:TequilaAgave rdfs:subClassOf ns0:Cactus .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://kmi.open.ac.uk/projects/smartproducts/ontologies/food.owl#> .
@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 metadata: <http://data.bioontology.org/metadata/> .

ns0:Cactus
    metadata_def:mappingLoom "cactus" ;
    metadata_def:mappingSameURI ns0:Cactus ;
    metadata_def:prefLabel "Cactus" ;
    metadata:prefixIRI "food:Cactus" ;
    a owl:Class ;
    rdfs:label "Cactus" ;
    rdfs:subClassOf ns0:Vegetable .

ns0:EasternPricklyPear
    rdfs:subClassOf ns0:Cactus .

ns0:Mezcal
    rdfs:subClassOf ns0:Cactus .

ns0:Nopal
    rdfs:subClassOf ns0:Cactus .

ns0:OpuntiaFicusIndica
    rdfs:subClassOf ns0:Cactus .

ns0:TequilaAgave
    rdfs:subClassOf ns0:Cactus .