@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://www.opengis.net/ont/geosparql#> . @prefix ns2: <http://def.isotc211.org/iso19156/2011/GeneralFeatureInstance#> . @prefix ns3: <https://smartdatamodels.org/dataModel.Agrifood/> . @prefix ns4: <http://foodie-cloud.com/model/> . @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/> . ns0:Product metadata_def:mappingLoom "product" ; metadata_def:mappingSameURI ns0:Product ; metadata:prefixIRI "foodie:Product" ; a owl:Class ; rdfs:comment "This entity defines a product" ; rdfs:isDefinedBy ns4:foodie ; rdfs:label "Product" ; rdfs:subClassOf ns2:GFI_Feature, ns1:Feature ; owl:equivalentClass ns3:AgriProductType ; skos:prefLabel "Product"@en . ns0:nutrientProduct rdfs:range ns0:Product . ns0:planProduct rdfs:range ns0:Product . ns0:treatmentProduct rdfs:range ns0:Product .
@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://www.opengis.net/ont/geosparql#> .
@prefix ns2: <http://def.isotc211.org/iso19156/2011/GeneralFeatureInstance#> .
@prefix ns3: <https://smartdatamodels.org/dataModel.Agrifood/> .
@prefix ns4: <http://foodie-cloud.com/model/> .
@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/> .

ns0:Product
    metadata_def:mappingLoom "product" ;
    metadata_def:mappingSameURI ns0:Product ;
    metadata:prefixIRI "foodie:Product" ;
    a owl:Class ;
    rdfs:comment "This entity defines a product" ;
    rdfs:isDefinedBy ns4:foodie ;
    rdfs:label "Product" ;
    rdfs:subClassOf ns2:GFI_Feature, ns1:Feature ;
    owl:equivalentClass ns3:AgriProductType ;
    skos:prefLabel "Product"@en .

ns0:nutrientProduct
    rdfs:range ns0:Product .

ns0:planProduct
    rdfs:range ns0:Product .

ns0:treatmentProduct
    rdfs:range ns0:Product .