Index CRS URIs for OGC-NA

Preface

In this page we present a set of URIs for index coordinate reference systems (and subcomponents) going to be submitted to OGC Naming Authority. Here is a list or the URIs (every CRS resource will be an instance of crsnts:ParameterizedCRSType pointing to a template definition of type gml:ImageCRSType, shown in silver).

See the following link for a description of the concepts: http://rasdaman.org/wiki/IndexCrss.

RDF descriptions

As by OGC-NA guidelines and project description (content is not public), concept definitions URIs require an RDF description to be submitted to the naming authority (either Turtle or XML syntax). Turtle syntax is hereby proposed, for conversion to XML syntax or validation see the online RDF Validator and Converter.

The following namespaces are used in the proposed descriptions:

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema> .

Coordinate Reference Systems

INDEX 1D

<http://www.opengis.net/def/crs/OGC/0/_Index1D_template>
    rdf:type skos:Concept ;
    rdfs:label "1D Index CRS"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "1D CRS with indexed coordinates."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ImageCRS xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index1d-crs\">
    <description>CRS for 1D index-domain referenced axis.</description>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/crs/OGC/0/_Index1D_template</identifier>
    <name>1D Index CRS</name>
    <remarks>Initial version (0.1)</remarks>
    <scope>not known</scope>
    <cartesianCS>
        <CartesianCS xmlns=\"http://www.opengis.net/gml/3.2\" id=\"cartesian1D\">
            <description/>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/cs/OGC/0/CartesianIndexed1D</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
        </CartesianCS>
    </cartesianCS>
    <imageDatum>
        <ImageDatum xmlns=\"http://www.opengis.net/gml/3.2\" id=\"indexnd-td-corner\">
            <description>A general nD image datum with the origin at the lower bound of the origin cell in the axis.</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/datum/OGC/0/CellCenter</identifier>
            <remarks>Initial version (0.1)</remarks>
            <scope>not known</scope>
            <pixelInCell codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/pixelInCell/OGC/1.0/cellCenter</pixelInCell>
        </ImageDatum>
    </imageDatum>
</ImageCRS>"""::^^rdf:XMLLiteral ;
    skos:definition "1D CRS with indexed coordinates."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "1D Index CRS"@en .

<http://www.opengis.net/def/crs/OGC/0/Index1D>
    rdf:type skos:Concept ;
    rdfs:label "1D Parametrized Index CRS"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "Parametrized 1D CRS with indexed coordinates."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ParameterizedCRS xmlns:gml=\"http://www.opengis.net/gml/3.2\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.opengis.net/CRS-NTS/1.0\" gml:id=\"param-index1d-crs\">
  <gml:description>Parametrized 1D CRS with indexed coordinates.</gml:description>
  <gml:identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/crs/OGC/0/Index1D</gml:identifier>
  <gml:name>Parametrized Index 1D CRS</gml:name>
  <gml:remarks>Initial version (0.1)</gml:remarks>
  <parameters>
    <parameter name=\"axis-label\">
      <value>\"i\"</value>
      <target>//gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
  </parameters>
  <targetCRS xlink:href=\"http://www.opengis.net/def/crs/OGC/0/_Index1D_template\"/>
</ParameterizedCRS>"""::^^rdf:XMLLiteral ;
    skos:definition "Parametrized 1D CRS with indexed coordinates."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "1D Parametrized Index CRS"@en .

INDEX 2D

<http://www.opengis.net/def/crs/OGC/0/_Index2D_template>
    rdf:type skos:Concept ;
    rdfs:label "2D Index CRS"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "2D CRS with indexed coordinates."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ImageCRS xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index2d-crs\">
    <description>CRS for 2D index-domain referenced axis.</description>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/crs/OGC/0/_Index2D_template</identifier>
    <name>2D Index CRS</name>
    <remarks>Initial version (0.1)</remarks>
    <scope>not known</scope>
    <cartesianCS>
        <CartesianCS xmlns=\"http://www.opengis.net/gml/3.2\" id=\"cartesian2D\">
            <description/>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/cs/OGC/0/CartesianIndexed2D</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
        </CartesianCS>
    </cartesianCS>
    <imageDatum>
        <ImageDatum xmlns=\"http://www.opengis.net/gml/3.2\" id=\"indexnd-td-corner\">
            <description>A general nD image datum with the origin at the lower bound of the origin cell in the axis.</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/datum/OGC/0/CellCenter</identifier>
            <remarks>Initial version (0.1)</remarks>
            <scope>not known</scope>
            <pixelInCell codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/pixelInCell/OGC/1.0/cellCenter</pixelInCell>
        </ImageDatum>
    </imageDatum>
</ImageCRS>"""::^^rdf:XMLLiteral ;
    skos:definition "2D CRS with indexed coordinates."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "2D Index CRS"@en .

<http://www.opengis.net/def/crs/OGC/0/Index2D>
    rdf:type skos:Concept ;
    rdfs:label "2D Parametrized Index CRS"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "Parametrized 2D CRS with indexed coordinates."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ParameterizedCRS xmlns:gml=\"http://www.opengis.net/gml/3.2\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.opengis.net/CRS-NTS/1.0\" gml:id=\"param-index2d-crs\">
  <gml:description>Parametrized 2D CRS with indexed coordinates.</gml:description>
  <gml:identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/crs/OGC/0/Index2D</gml:identifier>
  <gml:name>Parametrized Index 2D CRS</gml:name>
  <gml:remarks>Initial version (0.1)</gml:remarks>
  <parameters>
    <parameter name=\"first-axis-label\">
      <value>\"i\"</value>
      <target>//gml:CartesianCS/gml:axis[1]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
    <parameter name=\"second-axis-label\">
      <value>\"j\"</value>
      <target>//gml:CartesianCS/gml:axis[2]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
  </parameters>
  <targetCRS xlink:href=\"http://www.opengis.net/def/crs/OGC/0/_Index2D_template\"/>
</ParameterizedCRS>"""::^^rdf:XMLLiteral ;
    skos:definition "Parametrized 2D CRS with indexed coordinates."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "2D Parametrized Index CRS"@en .

INDEX 3D

<http://www.opengis.net/def/crs/OGC/0/_Index3D_template>                                                                                                     
    rdf:type skos:Concept ;
    rdfs:label "3D Index CRS"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "3D CRS with indexed coordinates."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ImageCRS xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index3d-crs\">
    <description>CRS for 3D index-domain referenced axis.</description>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/crs/OGC/0/_Index3D_template</identifier>
    <name>3D Index CRS</name>
    <remarks>Initial version (0.1)</remarks>
    <scope>not known</scope>
    <cartesianCS>
        <CartesianCS id=\"cartesian3D\">
            <description/>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/cs/OGC/0/CartesianIndexed3D</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
        </CartesianCS>
    </cartesianCS>
    <imageDatum>
        <ImageDatum xmlns=\"http://www.opengis.net/gml/3.2\" id=\"indexnd-td-corner\">
            <description>A general nD image datum with the origin at the lower bound of the origin cell in the axis.</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/datum/OGC/0/CellCenter</identifier>
            <remarks>Initial version (0.1)</remarks>
            <scope>not known</scope>
            <pixelInCell codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/pixelInCell/OGC/1.0/cellCenter</pixelInCell>
        </ImageDatum>
    </imageDatum>
</ImageCRS>"""::^^rdf:XMLLiteral ;
    skos:definition "3D CRS with indexed coordinates."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "3D Index CRS"@en .

<http://www.opengis.net/def/crs/OGC/0/Index3D>
    rdf:type skos:Concept ;
    rdfs:label "3D Parametrized Index CRS"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "Parametrized 3D CRS with indexed coordinates."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ParameterizedCRS xmlns:gml=\"http://www.opengis.net/gml/3.2\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.opengis.net/CRS-NTS/1.0\" gml:id=\"param-index3d-crs\">
  <gml:description>Parametrized 3D CRS with indexed coordinates.</gml:description>
  <gml:identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/crs/OGC/0/Index3D</gml:identifier>
  <gml:name>Parametrized Index 3D CRS</gml:name>
  <gml:remarks>Initial version (0.1)</gml:remarks>
  <parameters>
    <parameter name=\"first-axis-label\">
      <value>\"i\"</value>
      <target>//gml:CartesianCS/gml:axis[1]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
    <parameter name=\"second-axis-label\">
      <value>\"j\"</value>
      <target>//gml:CartesianCS/gml:axis[2]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
    <parameter name=\"third-axis-label\">
      <value>\"k\"</value>
      <target>//gml:CartesianCS/gml:axis[3]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
  </parameters>
  <targetCRS xlink:href=\"http://www.opengis.net/def/crs/OGC/0/_Index3D_template\"/>
</ParameterizedCRS>"""::^^rdf:XMLLiteral ;
    skos:definition "Parametrized 3D CRS with indexed coordinates."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "3D Parametrized Index CRS"@en .

INDEX 4D

<http://www.opengis.net/def/crs/OGC/0/_Index4D_template>
    rdf:type skos:Concept ;
    rdfs:label "4D Index CRS"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "4D CRS with indexed coordinates."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ImageCRS xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index4d-crs\">
    <description>CRS for 4D index-domain referenced axis.</description>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/crs/OGC/0/_Index4D_template</identifier>
    <name>4D Index CRS</name>
    <remarks>Initial version (0.1)</remarks>
    <scope>not known</scope>
    <cartesianCS>
        <CartesianCS id=\"cartesian4D\">
            <description/>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/cs/OGC/0/CartesianIndexed4D</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
        </CartesianCS>
    </cartesianCS>
    <imageDatum>
        <ImageDatum xmlns=\"http://www.opengis.net/gml/3.2\" id=\"indexnd-td-corner\">
            <description>A general nD image datum with the origin at the lower bound of the origin cell in the axis.</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/datum/OGC/0/CellCenter</identifier>
            <remarks>Initial version (0.1)</remarks>
            <scope>not known</scope>
            <pixelInCell codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/pixelInCell/OGC/1.0/cellCenter</pixelInCell>
        </ImageDatum>
    </imageDatum>
</ImageCRS>"""::^^rdf:XMLLiteral ;
    skos:definition "4D CRS with indexed coordinates."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "4D Index CRS"@en .

<http://www.opengis.net/def/crs/OGC/0/Index4D>
    rdf:type skos:Concept ;
    rdfs:label "4D Parametrized Index CRS"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "Parametrized 4D CRS with indexed coordinates."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ParameterizedCRS xmlns:gml=\"http://www.opengis.net/gml/3.2\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.opengis.net/CRS-NTS/1.0\" gml:id=\"param-index4d-crs\">
  <gml:description>Parametrized 4D CRS with indexed coordinates.</gml:description>
  <gml:identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/crs/OGC/0/Index4D</gml:identifier>
  <gml:name>Parametrized Index 4D CRS</gml:name>
  <gml:remarks>Initial version (0.1)</gml:remarks>
  <parameters>
    <parameter name=\"first-axis-label\">
      <value>\"i\"</value>
      <target>//gml:CartesianCS/gml:axis[1]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
    <parameter name=\"second-axis-label\">
      <value>\"j\"</value>
      <target>//gml:CartesianCS/gml:axis[2]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
    <parameter name=\"third-axis-label\">
      <value>\"k\"</value>
      <target>//gml:CartesianCS/gml:axis[3]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
    <parameter name=\"fourth-axis-label\">
      <value>\"m\"</value>
      <target>//gml:CartesianCS/gml:axis[4]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
  </parameters>
  <targetCRS xlink:href=\"http://www.opengis.net/def/crs/OGC/0/_Index4D_template\"/>
</ParameterizedCRS>"""::^^rdf:XMLLiteral ;
    skos:definition "Parametrized 4D CRS with indexed coordinates."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "4D Parametrized Index CRS"@en .

INDEX 5D

<http://www.opengis.net/def/crs/OGC/0/_Index5D_template>
    rdf:type skos:Concept ;
    rdfs:label "5D Index CRS"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "5D CRS with indexed coordinates."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ImageCRS xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index5d-crs\">
    <description>CRS for 5D index-domain referenced axis.</description>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/crs/OGC/0/_Index5D_template</identifier>
    <name>5D Index CRS</name>
    <remarks>Initial version (0.1)</remarks>
    <scope>not known</scope>
    <cartesianCS>
        <CartesianCS id=\"cartesian5D\">
            <description/>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/cs/OGC/0/CartesianIndexed5D</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
            <axis>
                <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
                    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
                    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
                    <remarks>Initial version (0.1)</remarks>
                    <axisAbbrev>index</axisAbbrev>
                    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
                </CoordinateSystemAxis>
            </axis>
        </CartesianCS>
    </cartesianCS>
    <imageDatum>
        <ImageDatum xmlns=\"http://www.opengis.net/gml/3.2\" id=\"indexnd-td-corner\">
            <description>A general nD image datum with the origin at the lower bound of the origin cell in the axis.</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/datum/OGC/0/CellCenter</identifier>
            <remarks>Initial version (0.1)</remarks>
            <scope>not known</scope>
            <pixelInCell codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/pixelInCell/OGC/1.0/cellCenter</pixelInCell>
        </ImageDatum>
    </imageDatum>
</ImageCRS>"""::^^rdf:XMLLiteral ;
    skos:definition "5D CRS with indexed coordinates."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "5D Index CRS"@en .

<http://www.opengis.net/def/crs/OGC/0/Index5D>
    rdf:type skos:Concept ;
    rdfs:label "5D Parametrized Index CRS"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "Parametrized 5D CRS with indexed coordinates."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ParameterizedCRS xmlns:gml=\"http://www.opengis.net/gml/3.2\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.opengis.net/CRS-NTS/1.0\" gml:id=\"param-index5d-crs\">
  <gml:description>Parametrized 5D CRS with indexed coordinates.</gml:description>
  <gml:identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/crs/OGC/0/Index5D</gml:identifier>
  <gml:name>Parametrized Index 5D CRS</gml:name>
  <gml:remarks>Initial version (0.1)</gml:remarks>
  <parameters>
    <parameter name=\"first-axis-label\">
      <value>\"i\"</value>
      <target>//gml:CartesianCS/gml:axis[1]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
    <parameter name=\"second-axis-label\">
      <value>\"j\"</value>
      <target>//gml:CartesianCS/gml:axis[2]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
    <parameter name=\"third-axis-label\">
      <value>\"k\"</value>
      <target>//gml:CartesianCS/gml:axis[3]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
    <parameter name=\"fourth-axis-label\">
      <value>\"m\"</value>
      <target>//gml:CartesianCS/gml:axis[4]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
    <parameter name=\"fifth-axis-label\">
      <value>\"n\"</value>
      <target>//gml:CartesianCS/gml:axis[5]/gml:CoordinateSystemAxis/gml:axisAbbrev</target>
    </parameter>
  </parameters>
  <targetCRS xlink:href=\"http://www.opengis.net/def/crs/OGC/0/_Index5D_template\"/>
</ParameterizedCRS>"""::^^rdf:XMLLiteral ;
    skos:definition "Parametrized 5D CRS with indexed coordinates."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "5D Parametrized Index CRS"@en .

Coordinate Systems

Cartesian Indexed 1D

<http://www.opengis.net/def/cs/OGC/0/CartesianIndexed1D>
    rdf:type skos:Concept ;
    rdfs:label "CartesianIndexed1D"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "1D coordinate system with indexed coordinates [GridSpacing]."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<CartesianCS xmlns=\"http://www.opengis.net/gml/3.2\" id=\"cartesian1D\">
    <description/>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/cs/OGC/0/CartesianIndexed1D</identifier>
    <remarks>Initial version (0.1)</remarks>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
</CartesianCS>"""::^^rdf:XMLLiteral ;
    skos:definition "1D coordinate system with indexed coordinates [GridSpacing]."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "CartesianIndexed1D"@en .

Cartesian Indexed 2D

<http://www.opengis.net/def/cs/OGC/0/CartesianIndexed2D>
    rdf:type skos:Concept ;
    rdfs:label "CartesianIndexed2D"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "2D coordinate system with indexed coordinates [GridSpacing]."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<CartesianCS xmlns=\"http://www.opengis.net/gml/3.2\" id=\"cartesian2D\">
    <description/>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/cs/OGC/0/CartesianIndexed2D</identifier>
    <remarks>Initial version (0.1)</remarks>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
</CartesianCS>"""::^^rdf:XMLLiteral ;
    skos:definition "2D coordinate system with indexed coordinates [GridSpacing]."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "CartesianIndexed2D"@en .

Cartesian Indexed 3D

<http://www.opengis.net/def/cs/OGC/0/CartesianIndexed3D>
    rdf:type skos:Concept ;
    rdfs:label "CartesianIndexed3D"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "3D coordinate system with indexed coordinates [GridSpacing]."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<CartesianCS id=\"cartesian3D\">
    <description/>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/cs/OGC/0/CartesianIndexed3D</identifier>
    <remarks>Initial version (0.1)</remarks>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
</CartesianCS>"""::^^rdf:XMLLiteral ;
    skos:definition "3D coordinate system with indexed coordinates [GridSpacing]."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "CartesianIndexed3D"@en .

Cartesian Indexed 4D

<http://www.opengis.net/def/cs/OGC/0/CartesianIndexed4D>
    rdf:type skos:Concept ;
    rdfs:label "CartesianIndexed4D"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "4D coordinate system with indexed coordinates [GridSpacing]."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<CartesianCS id=\"cartesian4D\">
    <description/>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/cs/OGC/0/CartesianIndexed4D</identifier>
    <remarks>Initial version (0.1)</remarks>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
</CartesianCS>"""::^^rdf:XMLLiteral ;
    skos:definition "4D coordinate system with indexed coordinates [GridSpacing]."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "CartesianIndexed4D"@en .

Cartesian Indexed 5D

<http://www.opengis.net/def/cs/OGC/0/CartesianIndexed5D>
    rdf:type skos:Concept ;
    rdfs:label "CartesianIndexed5D"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "5D coordinate system with indexed coordinates [GridSpacing]."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<CartesianCS id=\"cartesian5D\">
    <description/>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/cs/OGC/0/CartesianIndexed5D</identifier>
    <remarks>Initial version (0.1)</remarks>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
    <axis>
        <CoordinateSystemAxis xmlns=\"http://www.opengis.net/gml/3.2\" id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\">
            <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
            <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
            <remarks>Initial version (0.1)</remarks>
            <axisAbbrev>index</axisAbbrev>
            <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
        </CoordinateSystemAxis>
    </axis>
</CartesianCS>"""::^^rdf:XMLLiteral ;
    skos:definition "5D coordinate system with indexed coordinates [GridSpacing]."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "CartesianIndexed5D"@en .

Coordinate System Axes

Indexed

<http://www.opengis.net/def/csa/OGC/0/indexed>
    rdf:type skos:Concept ;
    rdfs:label "Indexed Coordinate System Axis"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "Coordinate system axis with indexed spacing [GridSpacing]."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<CoordinateSystemAxis id=\"index-cs\" uom=\"http://www.opengis.net/def/uom/OGC/1.0/GridSpacing\" xmlns=\"http://www.opengis.net/gml/3.2\">
    <description>1D coordinate system with indexed coordinates [GridSpacing].</description>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axis/OGC/0/indexed</identifier>
    <remarks>Initial version (0.1)</remarks>
    <axisAbbrev>index</axisAbbrev>
    <axisDirection codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>
</CoordinateSystemAxis>"""::^^rdf:XMLLiteral ;
    skos:definition "Coordinate system axis with indexed spacing [GridSpacing]."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "Indexed Coordinate System Axis"@en .

Coordinate System Axis Directions

Positive

<http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive>
    rdf:type skos:Concept ;
    rdfs:label "Indexed Positive"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "Indexed axis positive direction is from origin cell towards the higher cells along the axis."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<axisDirection xmlns=\"http://www.opengis.net/gml/3.2\" codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisPositive</axisDirection>"""::^^rdf:XMLLiteral ;
    skos:definition "Indexed axis positive direction is from origin cell towards the higher cells along the axis."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "Indexed Positive"@en .

Negative

<http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisNegative>
    rdf:type skos:Concept ;
    rdfs:label "Indexed Negative"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "Indexed axis negative direction is from origin cell towards the higher cells along the axis."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<axisDirection xmlns=\"http://www.opengis.net/gml/3.2\" codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/axisDirection/OGC/0/indexedAxisNegative</axisDirection>"""::^^rdf:XMLLiteral ;
    skos:definition "Indexed axis negative direction is from origin cell towards the higher cells along the axis."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "Indexed Negative"@en .

Multidimensional Array Datums

Cell Center

<http://www.opengis.net/def/datum/OGC/0/CellCenter>
    rdf:type skos:Concept ;
    rdfs:label "Cell Center Datum"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "Origin at the center of the nD cell."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ImageDatum id=\"indexnd-td-corner\" xmlns=\"http://www.opengis.net/gml/3.2\">
    <description>A general nD image datum with the origin at the lower bound of the origin cell in the axis.</description>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/datum/OGC/0/CellCenter</identifier>
    <remarks>Initial version (0.1)</remarks>
    <scope>not known</scope>
    <pixelInCell codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/pixelInCell/OGC/1.0/cellCenter</pixelInCell>
</ImageDatum>"""::^^rdf:XMLLiteral ;
    skos:definition "Origin at the center of the nD cell."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "Cell Center Datum"@en .

Cell Corner

<http://www.opengis.net/def/datum/OGC/0/CellCorner>
    rdf:type skos:Concept ;
    rdfs:label "Cell Corner Datum"@en ;
    rdfs:seeAlso <http://external.opengeospatial.org/twiki_public/CRSdefinitionResolver> ;
    dc:description "Origin at the lower corner of the nD cell."@en ;
    dc:source "Name type specification - Time and index coordinate reference system definitions [OGC 13-102r2]"^^xsd:string ;
    dct:contributor <mailto:p.campalani@jacobs-university.de> ;
    dct:created "2014-07-01" ;
    dct:dateSubmitted "2014-07-01"^^xsd:date ;
    dct:hasFormat """<ImageDatum id=\"indexnd-td-corner\" xmlns=\"http://www.opengis.net/gml/3.2\">
    <description>A general nD image datum with the origin at the lower bound of the origin cell in the axis.</description>
    <identifier codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/datum/OGC/0/CellCorner</identifier>
    <remarks>Initial version (0.1)</remarks>
    <scope>not known</scope>
    <pixelInCell codeSpace=\"http://www.ietf.org/rfc/rfc3986\">http://www.opengis.net/def/pixelInCell/OGC/1.0/cellCorner</pixelInCell>
</ImageDatum>"""::^^rdf:XMLLiteral ;
    skos:definition "Origin at the lower corner of the nD cell."@en ;
    skos:inScheme <http://www.opengis.net/def> ;
    skos:prefLabel "Cell Corner Datum"@en .

-- PieroCampalani - 01 Jul 2014
Topic revision: r3 - 07 Jul 2014, PieroCampalani
This site is powered by FoswikiThe information you supply is used for OGC purposes only. We will never pass your contact details to any third party without your prior consent.
If you enter content here you are agreeing to the OGC privacy policy.

Copyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding OGC Public Wiki? Send feedback