Skip to content

Commit

Permalink
Merge pull request #255 from opengeospatial/fix_for_issue_227
Browse files Browse the repository at this point in the history
Adds some missing predicates to fix some of the Internal Server Errors
  • Loading branch information
ghobona authored Oct 13, 2023
2 parents da17342 + 9896a51 commit 6973e79
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion definitions/conceptschemes/ogc.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,21 @@ def:ogc
.
<http://www.opengis.net/def/derivedCRSType/OGC/1.1>
owl:sameAs <http://www.opengis.net/def/derivedCRSType/OGC/1.1/> ;
.
rdf:type skos:ConceptScheme ;
dct:created "2012-02-14"^^xsd:date ;
dct:modified "2023-10-13"^^xsd:date ;
rdfs:label "OGC Derived CRS types 1.1" ;
skos:prefLabel "OGC Derived CRS types 1.1" ;
skos:definition "Version 1.1. of OGC Derived Coordinate Reference System types" ;
<http://www.opengis.net/def/metamodel/ogc-na/status> <http://www.opengis.net/def/status/valid>;
<http://www.opengis.net/def/metamodel/ogc-na/collectionView> <http://www.opengis.net/def/derivedCRSType/OGC/1.1/> .

<http://www.opengis.net/def/derivedCRSType/OGC/1.1/engineering> skos:inScheme <http://www.opengis.net/def/derivedCRSType/OGC/1.1>.
<http://www.opengis.net/def/derivedCRSType/OGC/1.1/geodetic> skos:inScheme <http://www.opengis.net/def/derivedCRSType/OGC/1.1>.
<http://www.opengis.net/def/derivedCRSType/OGC/1.1/image> skos:inScheme <http://www.opengis.net/def/derivedCRSType/OGC/1.1>.
<http://www.opengis.net/def/derivedCRSType/OGC/1.1/temporal> skos:inScheme <http://www.opengis.net/def/derivedCRSType/OGC/1.1>.
<http://www.opengis.net/def/derivedCRSType/OGC/1.1/vertical> skos:inScheme <http://www.opengis.net/def/derivedCRSType/OGC/1.1>.

<http://www.opengis.net/def/derivedCRSType/OGC/1.1/>
rdf:type skos:Collection ;
dct:created "2012-02-14"^^xsd:date ;
Expand Down Expand Up @@ -2082,6 +2096,19 @@ def:ogc
.
<http://www.opengis.net/def/verticalDatumType/OGC/1.0>
owl:sameAs <http://www.opengis.net/def/verticalDatumType/OGC/1.0/> ;
rdf:type skos:ConceptScheme ;
dct:created "2012-02-14"^^xsd:date ;
dct:modified "2023-10-13"^^xsd:date ;
rdfs:label "OGC Vertical Datum Types 1.0" ;
skos:prefLabel "OGC Vertical Datum Types 1.0" ;
skos:definition "Version 1.0 of OGC Vertical Datum Types" ;
<http://www.opengis.net/def/metamodel/ogc-na/status> <http://www.opengis.net/def/status/valid>;
<http://www.opengis.net/def/metamodel/ogc-na/collectionView> <http://www.opengis.net/def/verticalDatumType/OGC/1.0/> .

<http://www.opengis.net/def/verticalDatumType/OGC/1.0/barometric> skos:inScheme <http://www.opengis.net/def/verticalDatumType/OGC/1.0>.
<http://www.opengis.net/def/verticalDatumType/OGC/1.0/depth> skos:inScheme <http://www.opengis.net/def/verticalDatumType/OGC/1.0>.
<http://www.opengis.net/def/verticalDatumType/OGC/1.0/geoidal> skos:inScheme <http://www.opengis.net/def/verticalDatumType/OGC/1.0>.
<http://www.opengis.net/def/verticalDatumType/OGC/1.0/otherSurface> skos:inScheme <http://www.opengis.net/def/verticalDatumType/OGC/1.0>.
.
<http://www.opengis.net/def/verticalDatumType/OGC/1.0/>
rdf:type skos:Collection ;
Expand Down

0 comments on commit 6973e79

Please sign in to comment.