@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 ns1: <http://def.isotc211.org/iso19156/2011/GeneralFeatureInstance#> . @prefix ns2: <http://www.opengis.net/ont/geosparql#> . @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 ns3: <http://foodie-cloud.com/model/> . ns0:ProductPreparation metadata_def:mappingLoom "productpreparation" ; metadata_def:mappingSameURI ns0:ProductPreparation ; metadata:prefixIRI "foodie:ProductPreparation" ; a owl:Class ; rdfs:comment "This entity defines the preparation of a product (e.g. quantities of the ingredients)" ; rdfs:isDefinedBy ns3:foodie ; rdfs:label "ProductPreparation" ; rdfs:subClassOf ns1:GFI_Feature, ns2:Feature ; skos:prefLabel "ProductPreparation"@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 ns1: <http://def.isotc211.org/iso19156/2011/GeneralFeatureInstance#> .
@prefix ns2: <http://www.opengis.net/ont/geosparql#> .
@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 ns3: <http://foodie-cloud.com/model/> .

ns0:ProductPreparation
    metadata_def:mappingLoom "productpreparation" ;
    metadata_def:mappingSameURI ns0:ProductPreparation ;
    metadata:prefixIRI "foodie:ProductPreparation" ;
    a owl:Class ;
    rdfs:comment "This entity defines the preparation of a product (e.g. quantities of the ingredients)" ;
    rdfs:isDefinedBy ns3:foodie ;
    rdfs:label "ProductPreparation" ;
    rdfs:subClassOf ns1:GFI_Feature, ns2:Feature ;
    skos:prefLabel "ProductPreparation"@en .