@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://foodie-cloud.com/model/foodie#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://foodie-cloud.com/model/> . ns0:ActiveIngredients metadata_def:mappingLoom "activeingredients" ; metadata_def:mappingSameURI ns0:ActiveIngredients ; metadata:prefixIRI "foodie:ActiveIngredients" ; a owl:Class ; rdfs:comment "This entity holds the information of the active ingredients (e.g. incredient name, ingredient code, ingredient amount) for a product" ; rdfs:isDefinedBy ns1:foodie ; rdfs:label "ActiveIngredients" ; rdfs:subClassOf owl:Thing ; skos:prefLabel "ActiveIngredients"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://foodie-cloud.com/model/foodie#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://foodie-cloud.com/model/> .

ns0:ActiveIngredients
    metadata_def:mappingLoom "activeingredients" ;
    metadata_def:mappingSameURI ns0:ActiveIngredients ;
    metadata:prefixIRI "foodie:ActiveIngredients" ;
    a owl:Class ;
    rdfs:comment "This entity holds the information of the active ingredients (e.g. incredient name, ingredient code, ingredient amount) for a product" ;
    rdfs:isDefinedBy ns1:foodie ;
    rdfs:label "ActiveIngredients" ;
    rdfs:subClassOf owl:Thing ;
    skos:prefLabel "ActiveIngredients"@en .