Skip to content

Commit

Permalink
Deploying to gh-pages from @ 59cee8e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nfabadie committed Dec 23, 2024
1 parent 20ddd20 commit dbc1bee
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 151 deletions.
184 changes: 180 additions & 4 deletions core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,17 +249,25 @@ <h2>Classes <span style="float:right; font-size:smaller;"><a href="">&uparrow;</
<li><a href="#Ellipsoid">Ellipsoid</a></li>
<li><a href="#ellipsoidalcoordinatesystem">ellipsoidal coordinate system</a></li>
<li><a href="#GeodeticCoordinateReferenceSystem">Geodetic Coordinate Reference System</a></li>
<li><a href="#GeodeticDatum">Geodetic Datum</a></li>
<li><a href="#GeographicCoordinateReferenceSystem">Geographic Coordinate Reference System</a></li>
<li><a href="#linearcoordinatesystem">linear coordinate system</a></li>
<li><a href="#operationmethod">operation method</a></li>
<li><a href="#operationparameter">operation parameter</a></li>
<li><a href="#operationparametervalue">operation parameter value</a></li>
<li><a href="#ordinalcoordinatesystem">ordinal coordinate system</a></li>
<li><a href="#parametriccoordinatesystem">parametric coordinate system</a></li>
<li><a href="#polarcoordinatesystem">polar coordinate system</a></li>
<li><a href="#Primemeridian">Prime meridian</a></li>
<li><a href="#ProjectedCoordinateReferenceSystem">Projected Coordinate Reference System</a></li>
<li><a href="#SingleCoordinateReferenceSystem">Single Coordinate Reference System</a></li>
<li><a href="#singleoperation">single operation</a></li>
<li><a href="#SpatialReferenceSystem">Spatial Reference System</a></li>
<li><a href="#sphericalcoordinatesystem">spherical coordinate system</a></li>
<li><a href="#transformation">transformation</a></li>
<li><a href="#verticalcoordinatesystem">vertical coordinate system</a></li>
<li><a href="#VerticalDatum">Vertical Datum</a></li>
<li><a href="#conversion">conversion</a></li>
</ul>
<div class="entity class" id="EngineeringCoordinateReferenceSystem">
<h3>
Expand Down Expand Up @@ -298,11 +306,11 @@ <h3>
<tr>
<th>In domain of</th>
<td>
<a href="#targetCRS">target CRS</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#sourceCRS">source CRS</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#baseCRS">base CRS</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#coordinatesystem">coordinate system</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#sourceCRS">source CRS</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#datum">datum</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#baseCRS">base CRS</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#targetCRS">target CRS</a><sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -343,6 +351,12 @@ <h3>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/CoordinateOperation</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Mathematical operation on coordinates, based on one-to-one relationship, that changes coordinates from one coordinate reference system to another. Cf. ISO 19111:2007:2007-07, part 11.1, table 42 and annex B.4.</p>
</td>
</tr>
</table>
</div>
<div class="entity class" id="CoordinateSystem">
Expand Down Expand Up @@ -403,6 +417,12 @@ <h3>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/Datum</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Parameter or set of parameters that define the position of the origin, the scale and the orientation of a coordinate system. Cf. ISO 19111:2007:2007-07, part 10.1, table 33 and annex B.3.</p>
</td>
</tr>
<tr>
<th>In domain of</th>
<td>
Expand All @@ -427,11 +447,17 @@ <h3>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/Ellipsoid</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Surface formed by the rotation of an ellipse about its minor axis, defined by a semi-major axis and a flattening parameter and fairly geocentric. NB : It is a mathematical model of the geoid, i.e. the Earth without its relief. Many geodetic ellipsoids exist. Cf. ISO 19111:2007:2007-07, part 10.2.2, table 36 and annex B.3.2.3.</p>
</td>
</tr>
<tr>
<th>In domain of</th>
<td>
<a href="#semimajoraxis">semi major axis</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#semiminoraxis">semi minor axis</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#semimajoraxis">semi major axis</a><sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -478,6 +504,24 @@ <h3>
</tr>
</table>
</div>
<div class="entity class" id="GeodeticDatum">
<h3>
Geodetic Datum<sup title="class" class="sup-c">c</sup>
<span style="float:right; margin-right:10px; font-size:smaller;"><a href="#GeodeticDatum" title="fragment link to here">#</a> <a href="#classes" title="Classes Index">Classes</a></span>
</h3>
<table>
<tr>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/GeodeticDatum</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Datum describing the relation of a two- or three-dimensional coordinate system to the Earth. Cf. ISO 19111:2007:2007-07, part 10.2, table 34 and annex B.3.2.</p>
</td>
</tr>
</table>
</div>
<div class="entity class" id="GeographicCoordinateReferenceSystem">
<h3>
Geographic Coordinate Reference System<sup title="class" class="sup-c">c</sup>
Expand All @@ -502,6 +546,60 @@ <h3>
</tr>
</table>
</div>
<div class="entity class" id="operationmethod">
<h3>
operation method<sup title="class" class="sup-c">c</sup>
<span style="float:right; margin-right:10px; font-size:smaller;"><a href="#operationmethod" title="fragment link to here">#</a> <a href="#classes" title="Classes Index">Classes</a></span>
</h3>
<table>
<tr>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/OperationMethod</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Method used to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 48 and annex B.4.5.</p>
</td>
</tr>
</table>
</div>
<div class="entity class" id="operationparameter">
<h3>
operation parameter<sup title="class" class="sup-c">c</sup>
<span style="float:right; margin-right:10px; font-size:smaller;"><a href="#operationparameter" title="fragment link to here">#</a> <a href="#classes" title="Classes Index">Classes</a></span>
</h3>
<table>
<tr>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/OperationParameter</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Parameter used by a method to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 52 and annex B.4.5.</p>
</td>
</tr>
</table>
</div>
<div class="entity class" id="operationparametervalue">
<h3>
operation parameter value<sup title="class" class="sup-c">c</sup>
<span style="float:right; margin-right:10px; font-size:smaller;"><a href="#operationparametervalue" title="fragment link to here">#</a> <a href="#classes" title="Classes Index">Classes</a></span>
</h3>
<table>
<tr>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/OperationParameterValue</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Value of a parameter used by a method to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 55.</p>
</td>
</tr>
</table>
</div>
<div class="entity class" id="ordinalcoordinatesystem">
<h3>
ordinal coordinate system<sup title="class" class="sup-c">c</sup>
Expand Down Expand Up @@ -548,6 +646,12 @@ <h3>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/PrimeMeridian</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Meridian from which the longitudes of other meridians are quantified. Cf. ISO 19111:2007:2007-07, part 10.2.1, table 35 and annex B.3.2.2.</p>
</td>
</tr>
</table>
</div>
<div class="entity class" id="ProjectedCoordinateReferenceSystem">
Expand Down Expand Up @@ -586,6 +690,24 @@ <h3>
</tr>
</table>
</div>
<div class="entity class" id="singleoperation">
<h3>
single operation<sup title="class" class="sup-c">c</sup>
<span style="float:right; margin-right:10px; font-size:smaller;"><a href="#singleoperation" title="fragment link to here">#</a> <a href="#classes" title="Classes Index">Classes</a></span>
</h3>
<table>
<tr>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/SingleOperation</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>A non concatenated coordinate operation. Cf. ISO 19111:2007:2007-07, table 43.</p>
</td>
</tr>
</table>
</div>
<div class="entity class" id="SpatialReferenceSystem">
<h3>
Spatial Reference System<sup title="class" class="sup-c">c</sup>
Expand Down Expand Up @@ -628,6 +750,24 @@ <h3>
</tr>
</table>
</div>
<div class="entity class" id="transformation">
<h3>
transformation<sup title="class" class="sup-c">c</sup>
<span style="float:right; margin-right:10px; font-size:smaller;"><a href="#transformation" title="fragment link to here">#</a> <a href="#classes" title="Classes Index">Classes</a></span>
</h3>
<table>
<tr>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/Transformation</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Coordinate operation in which the two coordinate reference systems are based on different datums. Cf. ISO 19111:2007:2007-07, table 44.</p>
</td>
</tr>
</table>
</div>
<div class="entity class" id="verticalcoordinatesystem">
<h3>
vertical coordinate system<sup title="class" class="sup-c">c</sup>
Expand All @@ -646,6 +786,42 @@ <h3>
</tr>
</table>
</div>
<div class="entity class" id="VerticalDatum">
<h3>
Vertical Datum<sup title="class" class="sup-c">c</sup>
<span style="float:right; margin-right:10px; font-size:smaller;"><a href="#VerticalDatum" title="fragment link to here">#</a> <a href="#classes" title="Classes Index">Classes</a></span>
</h3>
<table>
<tr>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/VerticalDatum</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Datum describing the relation of gravity-related heights or depths to the Earth. Cf. ISO 19111:2007:2007-07, table 41 and annex B.3.3.</p>
</td>
</tr>
</table>
</div>
<div class="entity class" id="conversion">
<h3>
conversion<sup title="class" class="sup-c">c</sup>
<span style="float:right; margin-right:10px; font-size:smaller;"><a href="#conversion" title="fragment link to here">#</a> <a href="#classes" title="Classes Index">Classes</a></span>
</h3>
<table>
<tr>
<th>URI</th>
<td><code>http://www.opengis.net/ont/srs/conversion</code></td>
</tr>
<tr>
<th>Description</th>
<td>
<p>Coordinate operation in which both coordinate reference systems are based on the same datum. Cf. ISO 19111:2007:2007-07, table 45 and annex B.4.2.</p>
</td>
</tr>
</table>
</div>
</section>
<section id="objectproperties">
<h2>Object Properties <span style="float:right; font-size:smaller;"><a href="">&uparrow;</a></span></h2>
Expand Down
44 changes: 40 additions & 4 deletions core/index.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ geosrs:CartesianCS a owl:Class ;
skos:definition "Coordinate system which gives the position of points relative to n mutually perpendicular axes. Cf. ISO 19111:2007:2007-07, tables 15 and 18."@en .

geosrs:CoordinateOperation a owl:Class ;
rdfs:label "coordinate operation"@en .
rdfs:label "coordinate operation"@en ;
skos:definition "Mathematical operation on coordinates, based on one-to-one relationship, that changes coordinates from one coordinate reference system to another. Cf. ISO 19111:2007:2007-07, part 11.1, table 42 and annex B.4."@en .

geosrs:CoordinateSystemAxis a owl:Class ;
rdfs:label "coordinate system axis"@en ;
Expand All @@ -27,12 +28,28 @@ geosrs:GeodeticCRS a owl:Class ;
rdfs:label "Geodetic Coordinate Reference System"@en ;
skos:definition "Coordinate reference system associated with a geodetic datum. Cf. ISO 19111:2007:2007-07, part 8.2.2.a, table 10 and annex B.1.2.1.a."@en .

geosrs:GeodeticDatum a owl:Class ;
rdfs:label "Geodetic Datum"@en ;
skos:definition "Datum describing the relation of a two- or three-dimensional coordinate system to the Earth. Cf. ISO 19111:2007:2007-07, part 10.2, table 34 and annex B.3.2."@en .

geosrs:GeographicCRS a owl:Class ;
rdfs:label "Geographic Coordinate Reference System"@en .

geosrs:LinearCS a owl:Class ;
rdfs:label "linear coordinate system"@en .

geosrs:OperationMethod a owl:Class ;
rdfs:label "operation method"@en ;
skos:definition "Method used to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 48 and annex B.4.5."@en .

geosrs:OperationParameter a owl:Class ;
rdfs:label "operation parameter"@en ;
skos:definition "Parameter used by a method to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 52 and annex B.4.5."@en .

geosrs:OperationParameterValue a owl:Class ;
rdfs:label "operation parameter value"@en ;
skos:definition "Value of a parameter used by a method to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 55."@en .

geosrs:OrdinalCS a owl:Class ;
rdfs:label "ordinal coordinate system"@en .

Expand All @@ -43,7 +60,8 @@ geosrs:PolarCS a owl:Class ;
rdfs:label "polar coordinate system"@en .

geosrs:PrimeMeridian a owl:Class ;
rdfs:label "Prime meridian"@en .
rdfs:label "Prime meridian"@en ;
skos:definition "Meridian from which the longitudes of other meridians are quantified. Cf. ISO 19111:2007:2007-07, part 10.2.1, table 35 and annex B.3.2.2."@en .

geosrs:ProjectedCRS a owl:Class ;
rdfs:label "Projected Coordinate Reference System"@en ;
Expand All @@ -53,13 +71,25 @@ geosrs:SingleCRS a owl:Class ;
rdfs:label "Single Coordinate Reference System"@en ;
skos:definition "Coordinate reference system consisting of one coordinate system and one datum. Cf. ISO 19111:2007:2007-07, table 5."@en .

geosrs:SingleOperation a owl:Class ;
rdfs:label "single operation"@en ;
skos:definition "A non concatenated coordinate operation. Cf. ISO 19111:2007:2007-07, table 43."@en .

geosrs:SphericalCS a owl:Class ;
rdfs:label "spherical coordinate system"@en .

geosrs:Transformation a owl:Class ;
rdfs:label "transformation"@en ;
skos:definition "Coordinate operation in which the two coordinate reference systems are based on different datums. Cf. ISO 19111:2007:2007-07, table 44."@en .

geosrs:VerticalCS a owl:Class ;
rdfs:label "vertical coordinate system"@en ;
skos:definition "One-dimensional coordinate system used for gravity related height or depth measurements. Cf. ISO 19111:2007:2007-07, tables 15 and 25."@en .

geosrs:VerticalDatum a owl:Class ;
rdfs:label "Vertical Datum"@en ;
skos:definition "Datum describing the relation of gravity-related heights or depths to the Earth. Cf. ISO 19111:2007:2007-07, table 41 and annex B.3.3."@en .

geosrs:axis a owl:ObjectProperty ;
rdfs:label "axis"@en ;
rdfs:domain geosrs:CoordinateSystem ;
Expand All @@ -78,6 +108,10 @@ geosrs:baseCRS a owl:ObjectProperty ;
rdfs:range geosrs:CRS ;
skos:definition "The geodetic coordinate reference system on which a projected coordinate reference system is based. Cf. ISO 19111:2007:2007-07, table 11, association role baseCRS."@en .

geosrs:conversion a owl:Class ;
rdfs:label "conversion"@en ;
skos:definition "Coordinate operation in which both coordinate reference systems are based on the same datum. Cf. ISO 19111:2007:2007-07, table 45 and annex B.4.2."@en .

geosrs:coordinateSystem a owl:ObjectProperty ;
rdfs:label "coordinate system"@en ;
rdfs:domain geosrs:CRS ;
Expand Down Expand Up @@ -135,10 +169,12 @@ geosrs:CoordinateSystem a owl:Class ;
skos:definition "Set of axes that spans a given coordinate space and of mathematical rules for specifying how coordinates are to be assigned to points. Cf. ISO 19111:2007:2007-07, part 9.2, table 17 and annex B.2."@en .

geosrs:Datum a owl:Class ;
rdfs:label "Datum"@en .
rdfs:label "Datum"@en ;
skos:definition "Parameter or set of parameters that define the position of the origin, the scale and the orientation of a coordinate system. Cf. ISO 19111:2007:2007-07, part 10.1, table 33 and annex B.3."@en .

geosrs:Ellipsoid a owl:Class ;
rdfs:label "Ellipsoid"@en .
rdfs:label "Ellipsoid"@en ;
skos:definition "Surface formed by the rotation of an ellipse about its minor axis, defined by a semi-major axis and a flattening parameter and fairly geocentric. NB : It is a mathematical model of the geoid, i.e. the Earth without its relief. Many geodetic ellipsoids exist. Cf. ISO 19111:2007:2007-07, part 10.2.2, table 36 and annex B.3.2.3."@en .

geosrs:CRS a owl:Class ;
rdfs:label "Coordinate Reference System"@en ;
Expand Down
Loading

0 comments on commit dbc1bee

Please sign in to comment.