@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://vocabularies.aginfra.eu/soil#> . @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 ns1: <http://vocabularies.aginfra.eu/> . ns0:SoilThemeCoverage rdfs:subClassOf ns0:rectifiedGridCoverage . ns0:SoilThemeDescriptiveCoverage rdfs:subClassOf ns0:rectifiedGridCoverage . ns0:rectifiedGridCoverage metadata_def:mappingLoom "rectifiedgridcoverage" ; metadata_def:mappingSameURI ns0:rectifiedGridCoverage ; metadata_def:prefLabel "Rectified grid coverage" ; a owl:Class ; rdfs:comment """-- Definition -- Coverage whose domain consists of a rectified grid -- Description -- A rectified grid is a grid for which there is an affine transformation between the grid coordinates and the coordinates of a coordinate reference system.""" ; rdfs:isDefinedBy ns1:soil ; rdfs:label "Rectified grid coverage" ; rdfs:subClassOf ns0:coverageByDomainAndRange .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocabularies.aginfra.eu/soil#> .
@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 ns1: <http://vocabularies.aginfra.eu/> .

ns0:SoilThemeCoverage
    rdfs:subClassOf ns0:rectifiedGridCoverage .

ns0:SoilThemeDescriptiveCoverage
    rdfs:subClassOf ns0:rectifiedGridCoverage .

ns0:rectifiedGridCoverage
    metadata_def:mappingLoom "rectifiedgridcoverage" ;
    metadata_def:mappingSameURI ns0:rectifiedGridCoverage ;
    metadata_def:prefLabel "Rectified grid coverage" ;
    a owl:Class ;
    rdfs:comment """-- Definition --
Coverage whose domain consists of a rectified grid

-- Description --
A rectified grid is a grid for which there is an affine transformation between the grid coordinates and the coordinates of a coordinate reference system.""" ;
    rdfs:isDefinedBy ns1:soil ;
    rdfs:label "Rectified grid coverage" ;
    rdfs:subClassOf ns0:coverageByDomainAndRange .