Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
970 lines (925 sloc) 51.6 KB
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY dct "http://purl.org/dc/terms/" >
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#" >
<!ENTITY iso19150-2 "http://def.isotc211.org/iso19150/-2/2012/base#" >
<!ENTITY iso19103_2179 "http://def.isotc211.org/iso19103/2015/MeasureTypes#" >
<!ENTITY iso19107_2210 "http://def.isotc211.org/iso19107/2003/GeometricPrimitive#" >
<!ENTITY iso19103_2176 "http://def.isotc211.org/iso19103/2015/RecordTypes#" >
<!ENTITY iso19115-1_2363 "http://def.isotc211.org/iso19115/-1/2014/CitationAndResponsiblePartyInformation#" >
<!ENTITY iso19115-1 "http://def.isotc211.org/iso19115/-1/2014/SpatialRepresentationInformation#" >
<!ENTITY iso19115-1Code "http://def.isotc211.org/iso19115/-1/2014/SpatialRepresentationInformation/code/">
]>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- File name: iso19115-1SpatialRepresentationInformation.owl -->
<!-- Generator: GOM_Technologies::UML2OWL -->
<!-- Generator version: 2.5 -->
<!-- File date: 9-10-2015 -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<rdf:RDF xmlns="http://def.isotc211.org/iso19115/-1/2014/SpatialRepresentationInformation#"
xml:base="http://def.isotc211.org/iso19115/-1/2014/SpatialRepresentationInformation"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:iso19150-2="http://def.isotc211.org/iso19150/-2/2012/base#"
xmlns:iso19103_2179="http://def.isotc211.org/iso19103/2015/MeasureTypes#"
xmlns:iso19107_2210="http://def.isotc211.org/iso19107/2003/GeometricPrimitive#"
xmlns:iso19103_2176="http://def.isotc211.org/iso19103/2015/RecordTypes#"
xmlns:iso19115-1_2363="http://def.isotc211.org/iso19115/-1/2014/CitationAndResponsiblePartyInformation#"
xmlns:iso19115-1="http://def.isotc211.org/iso19115/-1/2014/SpatialRepresentationInformation#"
xmlns:iso19115-1Code="http://def.isotc211.org/iso19115/-1/2014/SpatialRepresentationInformation/code/">
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- Ontology: ISO 19115-1:2014 Spatial representation information -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:Ontology rdf:about="http://def.isotc211.org/iso19115/-1/2014/SpatialRepresentationInformation">
<rdfs:label>ISO 19115-1:2014 Spatial representation information</rdfs:label>
<dct:source>http://standards.iso.org/iso/19115/-1/ed-1/en/</dct:source>
<owl:versionInfo>2014</owl:versionInfo>
<!--owl:imports rdf:resource="http://def.isotc211.org/iso19103/2015/MeasureTypes"/>
<owl:imports rdf:resource="http://def.isotc211.org/iso19107/2003/GeometricPrimitive"/>
<owl:imports rdf:resource="http://def.isotc211.org/iso19103/2015/RecordTypes"/-->
<owl:imports rdf:resource="http://def.isotc211.org/iso19115/-1/2014/CitationAndResponsiblePartyInformation"/>
<owl:imports rdf:resource="http://def.isotc211.org/iso19150/-2/2012/base"/>
</owl:Ontology>
<!--+++++++++++++++++++++-->
<!-- Class: MD_Dimension -->
<!--+++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_Dimension">
<rdfs:label>MD_Dimension</rdfs:label>
<skos:definition>axis properties</skos:definition>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Dimension.dimensionName"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Dimension.dimensionName"/>
<owl:allValuesFrom rdf:resource="&iso19115-1;MD_DimensionNameTypeCode"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Dimension.dimensionSize"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Dimension.dimensionSize"/>
<owl:allValuesFrom rdf:resource="&xsd;integer"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Dimension.resolution"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Dimension.resolution"/>
<owl:allValuesFrom rdf:resource="&iso19103_2179;Measure"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Dimension.dimensionTitle"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Dimension.dimensionTitle"/>
<owl:allValuesFrom rdf:resource="&xsd;string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Dimension.dimensionDescription"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Dimension.dimensionDescription"/>
<owl:allValuesFrom rdf:resource="&xsd;string"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!--++++++++++++++++++++++++++++-->
<!-- Class: MD_GeometricObjects -->
<!--++++++++++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_GeometricObjects">
<rdfs:label>MD_GeometricObjects</rdfs:label>
<skos:definition>number of objects, listed by geometric object type, used in the dataset</skos:definition>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GeometricObjects.geometricObjectType"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GeometricObjects.geometricObjectType"/>
<owl:allValuesFrom rdf:resource="&iso19115-1;MD_GeometricObjectTypeCode"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GeometricObjects.geometricObjectCount"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GeometricObjects.geometricObjectCount"/>
<owl:allValuesFrom rdf:resource="&xsd;integer"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!--++++++++++++++++++++++++-->
<!-- Class: MD_Georectified -->
<!--++++++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_Georectified">
<rdfs:label>MD_Georectified</rdfs:label>
<skos:definition>grid whose cells are regularly spaced in a geographic (i.e., lat .sl. long) or map coordinate system defined in the Spatial Referencing System (SRS) so that any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, and orientation</skos:definition>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:subClassOf rdf:resource="&iso19115-1;MD_GridSpatialRepresentation"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.checkPointAvailability"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.checkPointAvailability"/>
<owl:allValuesFrom rdf:resource="&xsd;boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.checkPointDescription"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.checkPointDescription"/>
<owl:allValuesFrom rdf:resource="&xsd;string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.cornerPoints"/>
<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.cornerPoints"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">4</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.cornerPoints"/>
<owl:allValuesFrom rdf:resource="&iso19107_2210;GM_Point"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.centrePoint"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.centrePoint"/>
<owl:allValuesFrom rdf:resource="&iso19107_2210;GM_Point"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.pointInPixel"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.pointInPixel"/>
<owl:allValuesFrom rdf:resource="&iso19115-1;MD_PixelOrientationCode"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.transformationDimensionDescription"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.transformationDimensionDescription"/>
<owl:allValuesFrom rdf:resource="&xsd;string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.transformationDimensionMapping"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georectified.transformationDimensionMapping"/>
<owl:allValuesFrom rdf:resource="&xsd;string"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!--++++++++++++++++++++++++++++-->
<!-- Class: MD_Georeferenceable -->
<!--++++++++++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_Georeferenceable">
<rdfs:label>MD_Georeferenceable</rdfs:label>
<skos:definition>grid with cells irregularly spaced in any given geographic.sl.map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone</skos:definition>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:subClassOf rdf:resource="&iso19115-1;MD_GridSpatialRepresentation"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georeferenceable.controlPointAvailability"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georeferenceable.controlPointAvailability"/>
<owl:allValuesFrom rdf:resource="&xsd;boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georeferenceable.orientationParameterAvailability"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georeferenceable.orientationParameterAvailability"/>
<owl:allValuesFrom rdf:resource="&xsd;boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georeferenceable.orientationParameterDescription"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georeferenceable.orientationParameterDescription"/>
<owl:allValuesFrom rdf:resource="&xsd;string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georeferenceable.georeferencedParameters"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georeferenceable.georeferencedParameters"/>
<owl:allValuesFrom rdf:resource="&iso19103_2176;Record"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_Georeferenceable.parameterCitation"/>
<owl:allValuesFrom rdf:resource="&iso19115-1_2363;CI_Citation"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!--+++++++++++++++++++++++++++++++++++++-->
<!-- Class: MD_GridSpatialRepresentation -->
<!--+++++++++++++++++++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_GridSpatialRepresentation">
<rdfs:label>MD_GridSpatialRepresentation</rdfs:label>
<skos:definition>information about grid spatial objects in the resource</skos:definition>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:subClassOf rdf:resource="&iso19115-1;MD_SpatialRepresentation"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GridSpatialRepresentation.numberOfDimensions"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GridSpatialRepresentation.numberOfDimensions"/>
<owl:allValuesFrom rdf:resource="&xsd;integer"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GridSpatialRepresentation.axisDimensionProperties"/>
<owl:allValuesFrom rdf:resource="&iso19115-1;MD_Dimension"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GridSpatialRepresentation.cellGeometry"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GridSpatialRepresentation.cellGeometry"/>
<owl:allValuesFrom rdf:resource="&iso19115-1;MD_CellGeometryCode"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GridSpatialRepresentation.transformationParameterAvailability"/>
<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_GridSpatialRepresentation.transformationParameterAvailability"/>
<owl:allValuesFrom rdf:resource="&xsd;boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!--+++++++++++++++++++++++++++++++++-->
<!-- Class: MD_SpatialRepresentation -->
<!--+++++++++++++++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_SpatialRepresentation">
<rdfs:label>MD_SpatialRepresentation</rdfs:label>
<skos:definition>digital mechanism used to represent spatial information</skos:definition>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<iso19150-2:isAbstract rdf:datatype="&xsd;boolean">true</iso19150-2:isAbstract>
</owl:Class>
<!--+++++++++++++++++++++++++++++++++++++++-->
<!-- Class: MD_VectorSpatialRepresentation -->
<!--+++++++++++++++++++++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_VectorSpatialRepresentation">
<rdfs:label>MD_VectorSpatialRepresentation</rdfs:label>
<skos:definition>information about the vector spatial objects in the resource</skos:definition>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:subClassOf rdf:resource="&iso19115-1;MD_SpatialRepresentation"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_VectorSpatialRepresentation.topologyLevel"/>
<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_VectorSpatialRepresentation.topologyLevel"/>
<owl:allValuesFrom rdf:resource="&iso19115-1;MD_TopologyLevelCode"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&iso19115-1;MD_VectorSpatialRepresentation.geometricObjects"/>
<owl:allValuesFrom rdf:resource="&iso19115-1;MD_GeometricObjects"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!--++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_Dimension.dimensionName -->
<!--++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_Dimension.dimensionName">
<rdfs:label>dimensionName</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Dimension"/>
<rdfs:range rdf:resource="&iso19115-1;MD_DimensionNameTypeCode"/>
</owl:ObjectProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_Dimension.dimensionSize -->
<!--++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_Dimension.dimensionSize">
<rdfs:label>dimensionSize</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Dimension"/>
<rdfs:range rdf:resource="&xsd;integer"/>
</owl:DatatypeProperty>
<!--+++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_Dimension.resolution -->
<!--+++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_Dimension.resolution">
<rdfs:label>resolution</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Dimension"/>
<rdfs:range rdf:resource="&iso19103_2179;Measure"/>
</owl:ObjectProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_Dimension.dimensionTitle -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_Dimension.dimensionTitle">
<rdfs:label>dimensionTitle</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Dimension"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_Dimension.dimensionDescription -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_Dimension.dimensionDescription">
<rdfs:label>dimensionDescription</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Dimension"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_GeometricObjects.geometricObjectType -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_GeometricObjects.geometricObjectType">
<rdfs:label>geometricObjectType</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_GeometricObjects"/>
<rdfs:range rdf:resource="&iso19115-1;MD_GeometricObjectTypeCode"/>
</owl:ObjectProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_GeometricObjects.geometricObjectCount -->
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_GeometricObjects.geometricObjectCount">
<rdfs:label>geometricObjectCount</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_GeometricObjects"/>
<rdfs:range rdf:resource="&xsd;integer"/>
</owl:DatatypeProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_Georectified.checkPointAvailability -->
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_Georectified.checkPointAvailability">
<rdfs:label>checkPointAvailability</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georectified"/>
<rdfs:range rdf:resource="&xsd;boolean"/>
</owl:DatatypeProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_Georectified.checkPointDescription -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_Georectified.checkPointDescription">
<rdfs:label>checkPointDescription</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georectified"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_Georectified.cornerPoints -->
<!--++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_Georectified.cornerPoints">
<rdfs:label>cornerPoints</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georectified"/>
<rdfs:range rdf:resource="&iso19107_2210;GM_Point"/>
</owl:ObjectProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_Georectified.centrePoint -->
<!--+++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_Georectified.centrePoint">
<rdfs:label>centrePoint</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georectified"/>
<rdfs:range rdf:resource="&iso19107_2210;GM_Point"/>
</owl:ObjectProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_Georectified.pointInPixel -->
<!--++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_Georectified.pointInPixel">
<rdfs:label>pointInPixel</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georectified"/>
<rdfs:range rdf:resource="&iso19115-1;MD_PixelOrientationCode"/>
</owl:ObjectProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_Georectified.transformationDimensionDescription -->
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_Georectified.transformationDimensionDescription">
<rdfs:label>transformationDimensionDescription</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georectified"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_Georectified.transformationDimensionMapping -->
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_Georectified.transformationDimensionMapping">
<rdfs:label>transformationDimensionMapping</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georectified"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_Georeferenceable.controlPointAvailability -->
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_Georeferenceable.controlPointAvailability">
<rdfs:label>controlPointAvailability</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georeferenceable"/>
<rdfs:range rdf:resource="&xsd;boolean"/>
</owl:DatatypeProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_Georeferenceable.orientationParameterAvailability -->
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_Georeferenceable.orientationParameterAvailability">
<rdfs:label>orientationParameterAvailability</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georeferenceable"/>
<rdfs:range rdf:resource="&xsd;boolean"/>
</owl:DatatypeProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_Georeferenceable.orientationParameterDescription -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_Georeferenceable.orientationParameterDescription">
<rdfs:label>orientationParameterDescription</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georeferenceable"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_Georeferenceable.georeferencedParameters -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_Georeferenceable.georeferencedParameters">
<rdfs:label>georeferencedParameters</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georeferenceable"/>
<rdfs:range rdf:resource="&iso19103_2176;Record"/>
</owl:ObjectProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_Georeferenceable.parameterCitation -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_Georeferenceable.parameterCitation">
<rdfs:label>parameterCitation</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_Georeferenceable"/>
<rdfs:range rdf:resource="&iso19115-1_2363;CI_Citation"/>
</owl:ObjectProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_GridSpatialRepresentation.numberOfDimensions -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_GridSpatialRepresentation.numberOfDimensions">
<rdfs:label>numberOfDimensions</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_GridSpatialRepresentation"/>
<rdfs:range rdf:resource="&xsd;integer"/>
</owl:DatatypeProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_GridSpatialRepresentation.axisDimensionProperties -->
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_GridSpatialRepresentation.axisDimensionProperties">
<rdfs:label>axisDimensionProperties</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_GridSpatialRepresentation"/>
<rdfs:range rdf:resource="&iso19115-1;MD_Dimension"/>
</owl:ObjectProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_GridSpatialRepresentation.cellGeometry -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_GridSpatialRepresentation.cellGeometry">
<rdfs:label>cellGeometry</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_GridSpatialRepresentation"/>
<rdfs:range rdf:resource="&iso19115-1;MD_CellGeometryCode"/>
</owl:ObjectProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- DatatypeProperty: MD_GridSpatialRepresentation.transformationParameterAvailability -->
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:DatatypeProperty rdf:about="&iso19115-1;MD_GridSpatialRepresentation.transformationParameterAvailability">
<rdfs:label>transformationParameterAvailability</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_GridSpatialRepresentation"/>
<rdfs:range rdf:resource="&xsd;boolean"/>
</owl:DatatypeProperty>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_VectorSpatialRepresentation.topologyLevel -->
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_VectorSpatialRepresentation.topologyLevel">
<rdfs:label>topologyLevel</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_VectorSpatialRepresentation"/>
<rdfs:range rdf:resource="&iso19115-1;MD_TopologyLevelCode"/>
</owl:ObjectProperty>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!-- ObjectProperty: MD_VectorSpatialRepresentation.geometricObjects -->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<owl:ObjectProperty rdf:about="&iso19115-1;MD_VectorSpatialRepresentation.geometricObjects">
<rdfs:label>geometricObjects</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="&iso19115-1;MD_VectorSpatialRepresentation"/>
<rdfs:range rdf:resource="&iso19115-1;MD_GeometricObjects"/>
</owl:ObjectProperty>
<!--+++++++++++++++++++++++++++++++-->
<!-- Codelist: MD_CellGeometryCode -->
<!--+++++++++++++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_CellGeometryCode">
<rdfs:label>MD_CellGeometryCode</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:subClassOf rdf:resource="&skos;Concept"/>
</owl:Class>
<skos:ConceptScheme rdf:about="&iso19115-1Code;MD_CellGeometryCode">
<skos:prefLabel>MD_CellGeometryCode - ConceptScheme</skos:prefLabel>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<dct:isFormatOf rdf:resource="&iso19115-1;MD_CellGeometryCode"/>
</skos:ConceptScheme>
<iso19115-1:MD_CellGeometryCode rdf:about="&iso19115-1Code;MD_CellGeometryCode/point">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>point</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_CellGeometryCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_CellGeometryCode>
<iso19115-1:MD_CellGeometryCode rdf:about="&iso19115-1Code;MD_CellGeometryCode/area">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>area</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_CellGeometryCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_CellGeometryCode>
<iso19115-1:MD_CellGeometryCode rdf:about="&iso19115-1Code;MD_CellGeometryCode/voxel">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>voxel</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_CellGeometryCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_CellGeometryCode>
<iso19115-1:MD_CellGeometryCode rdf:about="&iso19115-1Code;MD_CellGeometryCode/stratum">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>stratum</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_CellGeometryCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_CellGeometryCode>
<skos:Collection rdf:about="&iso19115-1Code;MD_CellGeometryCodeCollection">
<skos:prefLabel>MD_CellGeometryCode - Collection</skos:prefLabel>
<skos:members rdf:parseType="Collection">
<skos:Concept rdf:resource="&iso19115-1Code;MD_CellGeometryCode/point"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_CellGeometryCode/area"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_CellGeometryCode/voxel"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_CellGeometryCode/stratum"/>
</skos:members>
</skos:Collection>
<!--++++++++++++++++++++++++++++++++++++-->
<!-- Codelist: MD_DimensionNameTypeCode -->
<!--++++++++++++++++++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_DimensionNameTypeCode">
<rdfs:label>MD_DimensionNameTypeCode</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:subClassOf rdf:resource="&skos;Concept"/>
</owl:Class>
<skos:ConceptScheme rdf:about="&iso19115-1Code;MD_DimensionNameTypeCode">
<skos:prefLabel>MD_DimensionNameTypeCode - ConceptScheme</skos:prefLabel>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<dct:isFormatOf rdf:resource="&iso19115-1;MD_DimensionNameTypeCode"/>
</skos:ConceptScheme>
<iso19115-1:MD_DimensionNameTypeCode rdf:about="&iso19115-1Code;MD_DimensionNameTypeCode/row">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>row</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_DimensionNameTypeCode>
<iso19115-1:MD_DimensionNameTypeCode rdf:about="&iso19115-1Code;MD_DimensionNameTypeCode/column">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>column</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_DimensionNameTypeCode>
<iso19115-1:MD_DimensionNameTypeCode rdf:about="&iso19115-1Code;MD_DimensionNameTypeCode/vertical">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>vertical</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_DimensionNameTypeCode>
<iso19115-1:MD_DimensionNameTypeCode rdf:about="&iso19115-1Code;MD_DimensionNameTypeCode/track">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>track</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_DimensionNameTypeCode>
<iso19115-1:MD_DimensionNameTypeCode rdf:about="&iso19115-1Code;MD_DimensionNameTypeCode/crossTrack">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>crossTrack</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_DimensionNameTypeCode>
<iso19115-1:MD_DimensionNameTypeCode rdf:about="&iso19115-1Code;MD_DimensionNameTypeCode/line">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>line</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_DimensionNameTypeCode>
<iso19115-1:MD_DimensionNameTypeCode rdf:about="&iso19115-1Code;MD_DimensionNameTypeCode/sample">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>sample</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_DimensionNameTypeCode>
<iso19115-1:MD_DimensionNameTypeCode rdf:about="&iso19115-1Code;MD_DimensionNameTypeCode/time">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>time</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_DimensionNameTypeCode>
<skos:Collection rdf:about="&iso19115-1Code;MD_DimensionNameTypeCodeCollection">
<skos:prefLabel>MD_DimensionNameTypeCode - Collection</skos:prefLabel>
<skos:members rdf:parseType="Collection">
<skos:Concept rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode/row"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode/column"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode/vertical"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode/track"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode/crossTrack"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode/line"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode/sample"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_DimensionNameTypeCode/time"/>
</skos:members>
</skos:Collection>
<!--++++++++++++++++++++++++++++++++++++++-->
<!-- Codelist: MD_GeometricObjectTypeCode -->
<!--++++++++++++++++++++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_GeometricObjectTypeCode">
<rdfs:label>MD_GeometricObjectTypeCode</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:subClassOf rdf:resource="&skos;Concept"/>
</owl:Class>
<skos:ConceptScheme rdf:about="&iso19115-1Code;MD_GeometricObjectTypeCode">
<skos:prefLabel>MD_GeometricObjectTypeCode - ConceptScheme</skos:prefLabel>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<dct:isFormatOf rdf:resource="&iso19115-1;MD_GeometricObjectTypeCode"/>
</skos:ConceptScheme>
<iso19115-1:MD_GeometricObjectTypeCode rdf:about="&iso19115-1Code;MD_GeometricObjectTypeCode/complex">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>complex</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_GeometricObjectTypeCode>
<iso19115-1:MD_GeometricObjectTypeCode rdf:about="&iso19115-1Code;MD_GeometricObjectTypeCode/composite">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>composite</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_GeometricObjectTypeCode>
<iso19115-1:MD_GeometricObjectTypeCode rdf:about="&iso19115-1Code;MD_GeometricObjectTypeCode/curve">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>curve</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_GeometricObjectTypeCode>
<iso19115-1:MD_GeometricObjectTypeCode rdf:about="&iso19115-1Code;MD_GeometricObjectTypeCode/point">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>point</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_GeometricObjectTypeCode>
<iso19115-1:MD_GeometricObjectTypeCode rdf:about="&iso19115-1Code;MD_GeometricObjectTypeCode/solid">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>solid</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_GeometricObjectTypeCode>
<iso19115-1:MD_GeometricObjectTypeCode rdf:about="&iso19115-1Code;MD_GeometricObjectTypeCode/surface">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>surface</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_GeometricObjectTypeCode>
<skos:Collection rdf:about="&iso19115-1Code;MD_GeometricObjectTypeCodeCollection">
<skos:prefLabel>MD_GeometricObjectTypeCode - Collection</skos:prefLabel>
<skos:members rdf:parseType="Collection">
<skos:Concept rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode/complex"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode/composite"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode/curve"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode/point"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode/solid"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_GeometricObjectTypeCode/surface"/>
</skos:members>
</skos:Collection>
<!--++++++++++++++++++++++++++++++++-->
<!-- Codelist: MD_TopologyLevelCode -->
<!--++++++++++++++++++++++++++++++++-->
<owl:Class rdf:about="&iso19115-1;MD_TopologyLevelCode">
<rdfs:label>MD_TopologyLevelCode</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<rdfs:subClassOf rdf:resource="&skos;Concept"/>
</owl:Class>
<skos:ConceptScheme rdf:about="&iso19115-1Code;MD_TopologyLevelCode">
<skos:prefLabel>MD_TopologyLevelCode - ConceptScheme</skos:prefLabel>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<dct:isFormatOf rdf:resource="&iso19115-1;MD_TopologyLevelCode"/>
</skos:ConceptScheme>
<iso19115-1:MD_TopologyLevelCode rdf:about="&iso19115-1Code;MD_TopologyLevelCode/geometryOnly">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>geometryOnly</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_TopologyLevelCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_TopologyLevelCode>
<iso19115-1:MD_TopologyLevelCode rdf:about="&iso19115-1Code;MD_TopologyLevelCode/topology1D">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>topology1D</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_TopologyLevelCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_TopologyLevelCode>
<iso19115-1:MD_TopologyLevelCode rdf:about="&iso19115-1Code;MD_TopologyLevelCode/planarGraph">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>planarGraph</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_TopologyLevelCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_TopologyLevelCode>
<iso19115-1:MD_TopologyLevelCode rdf:about="&iso19115-1Code;MD_TopologyLevelCode/fullPlanarGraph">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>fullPlanarGraph</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_TopologyLevelCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_TopologyLevelCode>
<iso19115-1:MD_TopologyLevelCode rdf:about="&iso19115-1Code;MD_TopologyLevelCode/surfaceGraph">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>surfaceGraph</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_TopologyLevelCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_TopologyLevelCode>
<iso19115-1:MD_TopologyLevelCode rdf:about="&iso19115-1Code;MD_TopologyLevelCode/fullSurfaceGraph">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>fullSurfaceGraph</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_TopologyLevelCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_TopologyLevelCode>
<iso19115-1:MD_TopologyLevelCode rdf:about="&iso19115-1Code;MD_TopologyLevelCode/topology3D">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>topology3D</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_TopologyLevelCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_TopologyLevelCode>
<iso19115-1:MD_TopologyLevelCode rdf:about="&iso19115-1Code;MD_TopologyLevelCode/fullTopology3D">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>fullTopology3D</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_TopologyLevelCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_TopologyLevelCode>
<iso19115-1:MD_TopologyLevelCode rdf:about="&iso19115-1Code;MD_TopologyLevelCode/abstract">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel>abstract</skos:prefLabel>
<skos:inScheme rdf:resource="&iso19115-1Code;MD_TopologyLevelCode"/>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
</iso19115-1:MD_TopologyLevelCode>
<skos:Collection rdf:about="&iso19115-1Code;MD_TopologyLevelCodeCollection">
<skos:prefLabel>MD_TopologyLevelCode - Collection</skos:prefLabel>
<skos:members rdf:parseType="Collection">
<skos:Concept rdf:resource="&iso19115-1Code;MD_TopologyLevelCode/geometryOnly"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_TopologyLevelCode/topology1D"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_TopologyLevelCode/planarGraph"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_TopologyLevelCode/fullPlanarGraph"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_TopologyLevelCode/surfaceGraph"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_TopologyLevelCode/fullSurfaceGraph"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_TopologyLevelCode/topology3D"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_TopologyLevelCode/fullTopology3D"/>
<skos:Concept rdf:resource="&iso19115-1Code;MD_TopologyLevelCode/abstract"/>
</skos:members>
</skos:Collection>
<!--++++++++++++++++++++++++++++++++++++++-->
<!-- Enumeration: MD_PixelOrientationCode -->
<!--++++++++++++++++++++++++++++++++++++++-->
<rdfs:Datatype rdf:about="&iso19115-1;MD_PixelOrientationCode">
<rdfs:label>MD_PixelOrientationCode</rdfs:label>
<rdfs:isDefinedBy>http://standards.iso.org/iso/19115/-1/ed-1/en/</rdfs:isDefinedBy>
<owl:equivalentClass>
<rdfs:Datatype>
<owl:oneOf>
<rdf:List>
<rdf:first rdf:datatype="&xsd;string">centre</rdf:first>
<rdf:rest>
<rdf:List>
<rdf:first rdf:datatype="&xsd;string">lowerLeft</rdf:first>
<rdf:rest>
<rdf:List>
<rdf:first rdf:datatype="&xsd;string">lowerRight</rdf:first>
<rdf:rest>
<rdf:List>
<rdf:first rdf:datatype="&xsd;string">upperRight</rdf:first>
<rdf:rest>
<rdf:List>
<rdf:first rdf:datatype="&xsd;string">upperLeft</rdf:first>
<rdf:rest rdf:resource="&rdf;nil"/>
</rdf:List>
</rdf:rest>
</rdf:List>
</rdf:rest>
</rdf:List>
</rdf:rest>
</rdf:List>
</rdf:rest>
</rdf:List>
</owl:oneOf>
</rdfs:Datatype>
</owl:equivalentClass>
</rdfs:Datatype>
</rdf:RDF>