@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/sosa/> . @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: <https://uri.etsi.org/ngsi-ld/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns3: <https://saref.etsi.org/core/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns4: <https://saref.etsi.org/saref4agri/> . @prefix ns5: <https://smartdatamodels.org/dataModel.Weather/> . @prefix ns6: <http://purl.oclc.org/NET/ssnx/cf/cf-feature#> . @prefix ns7: <http://foodie-cloud.com/model/foodie#> . @prefix ns8: <https://smartdatamodels.org/dataModel.Agrifood/> . @prefix ns9: <https://schema.org/> . @prefix ns10: <http://inspire.ec.europa.eu/schemas/af/3.0#> . ns7:CropSpecies rdfs:subClassOf ns0:FeatureOfInterest . ns10:FarmAnimalSpecies rdfs:subClassOf ns0:FeatureOfInterest . ns6:Layer rdfs:subClassOf ns0:FeatureOfInterest . ns6:Medium rdfs:subClassOf ns0:FeatureOfInterest . ns6:Precipitation rdfs:subClassOf ns0:FeatureOfInterest . ns6:Surface rdfs:subClassOf ns0:FeatureOfInterest . ns6:SurfaceLayer rdfs:subClassOf ns0:FeatureOfInterest . ns6:Wind rdfs:subClassOf ns0:FeatureOfInterest . ns0:FeatureOfInterest metadata_def:mappingLoom "featureofinterest" ; metadata_def:mappingSameURI ns0:FeatureOfInterest ; metadata_def:prefLabel "Feature Of Interest" ; metadata:prefixIRI "sosa:FeatureOfInterest" ; a owl:Class ; rdfs:comment "The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result, or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling." ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "Feature Of Interest"@en ; rdfs:subClassOf ns1:GFI_DomainFeature, ns2:Entity ; owl:equivalentClass ns3:FeatureOfInterest . ns0:hasFeatureOfInterest ns9:rangeIncludes ns0:FeatureOfInterest . ns0:hasUltimateFeatureOfInterest rdfs:range ns0:FeatureOfInterest ; ns9:rangeIncludes ns0:FeatureOfInterest . ns0:isFeatureOfInterestOf ns9:domainIncludes ns0:FeatureOfInterest . ns4:Animal rdfs:subClassOf ns0:FeatureOfInterest . ns4:AnimalGroup rdfs:subClassOf ns0:FeatureOfInterest . ns4:Crop rdfs:subClassOf ns0:FeatureOfInterest . ns4:Soil rdfs:subClassOf ns0:FeatureOfInterest . ns8:AgriCrop rdfs:subClassOf ns0:FeatureOfInterest . ns8:Animal rdfs:subClassOf ns0:FeatureOfInterest . ns5:WeatherForecast rdfs:subClassOf ns0:FeatureOfInterest . ns5:WeatherObserved rdfs:subClassOf ns0:FeatureOfInterest .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/sosa/> .
@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: <https://uri.etsi.org/ngsi-ld/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns3: <https://saref.etsi.org/core/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns4: <https://saref.etsi.org/saref4agri/> .
@prefix ns5: <https://smartdatamodels.org/dataModel.Weather/> .
@prefix ns6: <http://purl.oclc.org/NET/ssnx/cf/cf-feature#> .
@prefix ns7: <http://foodie-cloud.com/model/foodie#> .
@prefix ns8: <https://smartdatamodels.org/dataModel.Agrifood/> .
@prefix ns9: <https://schema.org/> .
@prefix ns10: <http://inspire.ec.europa.eu/schemas/af/3.0#> .

ns7:CropSpecies
    rdfs:subClassOf ns0:FeatureOfInterest .

ns10:FarmAnimalSpecies
    rdfs:subClassOf ns0:FeatureOfInterest .

ns6:Layer
    rdfs:subClassOf ns0:FeatureOfInterest .

ns6:Medium
    rdfs:subClassOf ns0:FeatureOfInterest .

ns6:Precipitation
    rdfs:subClassOf ns0:FeatureOfInterest .

ns6:Surface
    rdfs:subClassOf ns0:FeatureOfInterest .

ns6:SurfaceLayer
    rdfs:subClassOf ns0:FeatureOfInterest .

ns6:Wind
    rdfs:subClassOf ns0:FeatureOfInterest .

ns0:FeatureOfInterest
    metadata_def:mappingLoom "featureofinterest" ;
    metadata_def:mappingSameURI ns0:FeatureOfInterest ;
    metadata_def:prefLabel "Feature Of Interest" ;
    metadata:prefixIRI "sosa:FeatureOfInterest" ;
    a owl:Class ;
    rdfs:comment "The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result, or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling." ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "Feature Of Interest"@en ;
    rdfs:subClassOf ns1:GFI_DomainFeature, ns2:Entity ;
    owl:equivalentClass ns3:FeatureOfInterest .

ns0:hasFeatureOfInterest
    ns9:rangeIncludes ns0:FeatureOfInterest .

ns0:hasUltimateFeatureOfInterest
    rdfs:range ns0:FeatureOfInterest ;
    ns9:rangeIncludes ns0:FeatureOfInterest .

ns0:isFeatureOfInterestOf
    ns9:domainIncludes ns0:FeatureOfInterest .

ns4:Animal
    rdfs:subClassOf ns0:FeatureOfInterest .

ns4:AnimalGroup
    rdfs:subClassOf ns0:FeatureOfInterest .

ns4:Crop
    rdfs:subClassOf ns0:FeatureOfInterest .

ns4:Soil
    rdfs:subClassOf ns0:FeatureOfInterest .

ns8:AgriCrop
    rdfs:subClassOf ns0:FeatureOfInterest .

ns8:Animal
    rdfs:subClassOf ns0:FeatureOfInterest .

ns5:WeatherForecast
    rdfs:subClassOf ns0:FeatureOfInterest .

ns5:WeatherObserved
    rdfs:subClassOf ns0:FeatureOfInterest .