@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://smartdatamodels.org/dataModel.Agrifood/> . @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/> . @prefix ns1: <https://github.com/smart-data-models/dataModel.Agrifood/blob/master/AgriParcelRecord/> . ns0:AgriParcelRecord metadata_def:mappingLoom "agriparcelrecord" ; metadata_def:mappingSameURI ns0:AgriParcelRecord ; metadata_def:prefLabel "AgriParcelRecord" ; metadata:prefixIRI "fiware-agrifood:AgriParcelRecord" ; a owl:Class ; rdfs:comment "This entity contains a harmonised description of the conditions recorded on a generic parcel of land. This entity is primarily associated with the agricultural vertical and related IoT applications." ; rdfs:isDefinedBy <https://github.com/smart-data-models/dataModel.Agrifood/blob/master/AgriParcelRecord/schema.json> ; rdfs:label "AgriParcelRecord" ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://smartdatamodels.org/dataModel.Agrifood/> .
@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/> .
@prefix ns1: <https://github.com/smart-data-models/dataModel.Agrifood/blob/master/AgriParcelRecord/> .

ns0:AgriParcelRecord
    metadata_def:mappingLoom "agriparcelrecord" ;
    metadata_def:mappingSameURI ns0:AgriParcelRecord ;
    metadata_def:prefLabel "AgriParcelRecord" ;
    metadata:prefixIRI "fiware-agrifood:AgriParcelRecord" ;
    a owl:Class ;
    rdfs:comment "This entity contains a harmonised description of the conditions recorded on a generic parcel of land. This entity is primarily associated with the agricultural vertical and related IoT applications." ;
    rdfs:isDefinedBy <https://github.com/smart-data-models/dataModel.Agrifood/blob/master/AgriParcelRecord/schema.json> ;
    rdfs:label "AgriParcelRecord" ;
    rdfs:subClassOf owl:Thing .