Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Sep 22, 2024
1 parent c5def16 commit c8c070b
Show file tree
Hide file tree
Showing 255 changed files with 1,411 additions and 10,837 deletions.
190 changes: 95 additions & 95 deletions bblocks.jsonld

Large diffs are not rendered by default.

146 changes: 73 additions & 73 deletions bblocks.ttl

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"sourceSchema": "https://rob-metalinkage.github.io/bblocks/registereditems/geo/common/data_types/bounding_box/schema.yaml",
"sourceFiles": "https://rob-metalinkage.github.io/bblocks/registereditems/geo/common/data_types/bounding_box/",
"validationPassed": false,
"validationPassed": true,
"testOutputs": "https://github.com/rob-metalinkage/bblocks/blob/master/tests/geo/common/data_types/bounding_box/",
"description": "A bounding box is provided as an array of four or six numbers, depending on whether the coordinate reference system includes a vertical axis (height or depth):\n\n* Lower left corner, coordinate axis 1\n* Lower left corner, coordinate axis 2\n* Minimum value, coordinate axis 3 (optional)\n* Upper right corner, coordinate axis 1\n* Upper right corner, coordinate axis 2\n* Maximum value, coordinate axis 3 (optional)\n\nIf the value consists of four numbers, the coordinate reference system is WGS 84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified.\n\nIf the value consists of six numbers, the coordinate reference system is WGS 84 longitude/latitude/height (http://www.opengis.net/def/crs/OGC/0/CRS84h) unless a different coordinate reference system is specified.\n\nHow a different coordinate reference system is specified depends on the context in which the bounding box is used.\n\nFor WGS 84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).\n\nIf the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box.\n\nThe text representation of a bounding box is based on the JSON representation and represents the array as comma-separated values.\n",
"examples": [
Expand Down
2 changes: 1 addition & 1 deletion generateddocs/json-full/geo/features/feature/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"group": "Common",
"shaclRules": {},
"dependsOn": [
"ogc.geo.common.data_types.bounding_box",
"ogc.ogc-utils.json-link",
"ogc.geo.common.data_types.bounding_box",
"ogc.geo.common.data_types.geojson"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
]
},
"dependsOn": [
"ogc.geo.features.geosparqlGeometry",
"ogc.geo.json-fg.feature-lenient"
"ogc.geo.json-fg.feature-lenient",
"ogc.geo.features.geosparqlGeometry"
],
"schema": {
"application/yaml": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient-geosparql-geometry/schema.yaml",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
{
"language": "ttl",
"code": "@prefix dcterms: <http://purl.org/dc/terms/> .\n@prefix geo: <http://www.opengis.net/ont/geosparql#> .\n@prefix geojson: <https://purl.org/geojson/vocab#> .\n@prefix ns1: <http://www.opengis.net/def/glossary/term/> .\n@prefix ns2: <http://www.iana.org/assignments/> .\n@prefix oa: <http://www.w3.org/ns/oa#> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix time: <http://www.w3.org/2006/time#> .\n\n<https://example.com/json-fg/DENW19AL0000giv5BL> a <app:building>,\n geojson:Feature ;\n dcterms:spatial [ a <https://example.com/json-fg/Polyhedron> ] ;\n dcterms:time [ time:hasTime ( \"2014-04-24T10:50:18Z\" \"..\" ) ] ;\n ns1:CoordinateReferenceSystemCRS \"http://www.opengis.net/def/crs/EPSG/0/5555\" ;\n geo:hasGeometry \"{\\\"coordinates\\\":[[[8.7092045,51.5035285,100],[8.7093128,51.503457,100],[8.7093919,51.503503,100],[8.7092837,51.5035747,100],[8.7092045,51.5035285,100]]],\\\"type\\\":\\\"Polygon\\\"}\"^^rdf:JSON ;\n rdfs:seeAlso [ rdfs:label \"Cadastral parcel 313 in district W\u00fcnnenberg (016)\" ;\n ns2:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;\n oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ],\n [ rdfs:label \"This feature is of type 'building'\" ;\n ns2:relation <http://www.iana.org/assignments/relation/type> ;\n oa:hasTarget <https://inspire.ec.europa.eu/featureconcept/Building> ] .\n\n",
"code": "@prefix dcterms: <http://purl.org/dc/terms/> .\n@prefix geo: <http://www.opengis.net/ont/geosparql#> .\n@prefix geojson: <https://purl.org/geojson/vocab#> .\n@prefix ns1: <http://www.iana.org/assignments/> .\n@prefix ns2: <http://www.opengis.net/def/glossary/term/> .\n@prefix oa: <http://www.w3.org/ns/oa#> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix time: <http://www.w3.org/2006/time#> .\n\n<https://example.com/json-fg/DENW19AL0000giv5BL> a <app:building>,\n geojson:Feature ;\n dcterms:spatial [ a <https://example.com/json-fg/Polyhedron> ] ;\n dcterms:time [ time:hasTime ( \"2014-04-24T10:50:18Z\" \"..\" ) ] ;\n ns2:CoordinateReferenceSystemCRS \"http://www.opengis.net/def/crs/EPSG/0/5555\" ;\n geo:hasGeometry \"{\\\"coordinates\\\":[[[8.7092045,51.5035285,100],[8.7093128,51.503457,100],[8.7093919,51.503503,100],[8.7092837,51.5035747,100],[8.7092045,51.5035285,100]]],\\\"type\\\":\\\"Polygon\\\"}\"^^rdf:JSON ;\n rdfs:seeAlso [ rdfs:label \"Cadastral parcel 313 in district W\u00fcnnenberg (016)\" ;\n ns1:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;\n oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ],\n [ rdfs:label \"This feature is of type 'building'\" ;\n ns1:relation <http://www.iana.org/assignments/relation/type> ;\n oa:hasTarget <https://inspire.ec.europa.eu/featureconcept/Building> ] .\n\n",
"url": "https://rob-metalinkage.github.io/bblocks/tests/geo/json-fg/feature-lenient-geosparql-geometry/example_1_1.ttl"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.time",
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
"ogc.geo.features.feature",
"ogc.geo.json-fg.time"
],
"schema": {
"application/yaml": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml",
Expand Down
4 changes: 2 additions & 2 deletions generateddocs/json-full/geo/json-fg/feature/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.time",
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
"ogc.geo.features.feature",
"ogc.geo.json-fg.time"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/feature/context.jsonld",
"schema": {
Expand Down
4 changes: 2 additions & 2 deletions generateddocs/json-full/geo/json-fg/link-role/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.iri-or-curie",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.ogc-utils.iri-or-curie"
],
"ldContext": "https://rob-metalinkage.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/context.jsonld",
"schema": {
Expand Down
2 changes: 1 addition & 1 deletion generateddocs/json-full/ogc-utils/iri-or-curie/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"sourceSchema": "https://rob-metalinkage.github.io/bblocks/registereditems/ogc-utils/iri-or-curie/schema.yaml",
"sourceFiles": "https://rob-metalinkage.github.io/bblocks/registereditems/ogc-utils/iri-or-curie/",
"validationPassed": false,
"validationPassed": true,
"testOutputs": "https://github.com/rob-metalinkage/bblocks/blob/master/tests/ogc-utils/iri-or-curie/",
"description": "A Uniform Resource Identifier (URI) is defined in [RFC3986](https://www.ietf.org/rfc/rfc3986.txt) as a\nsequence of characters chosen from a limited subset of the repertoire\nof US-ASCII ASCII characters.\n\nA CURIE (\"Compact URI\") is a data type whose purpose is specifically to allow for the definition\nof scoped names that map to URIs.\n\nThe \"IRI-or-CURIE\" building block defines a data type representing either an IRI or a CURIE (with or without a prefix).",
"examples": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ This Building Block extends the standard JSON-FG one by removing the requirement
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix geojson: <https://purl.org/geojson/vocab#> .
@prefix ns1: <http://www.opengis.net/def/glossary/term/> .
@prefix ns2: <http://www.iana.org/assignments/> .
@prefix ns1: <http://www.iana.org/assignments/> .
@prefix ns2: <http://www.opengis.net/def/glossary/term/> .
@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
Expand All @@ -411,13 +411,13 @@ This Building Block extends the standard JSON-FG one by removing the requirement
geojson:Feature ;
dcterms:spatial [ a <https://example.com/json-fg/Polyhedron> ] ;
dcterms:time [ time:hasTime ( "2014-04-24T10:50:18Z" ".." ) ] ;
ns1:CoordinateReferenceSystemCRS "http://www.opengis.net/def/crs/EPSG/0/5555" ;
ns2:CoordinateReferenceSystemCRS "http://www.opengis.net/def/crs/EPSG/0/5555" ;
geo:hasGeometry "{\"coordinates\":[[[8.7092045,51.5035285,100],[8.7093128,51.503457,100],[8.7093919,51.503503,100],[8.7092837,51.5035747,100],[8.7092045,51.5035285,100]]],\"type\":\"Polygon\"}"^^rdf:JSON ;
rdfs:seeAlso [ rdfs:label "Cadastral parcel 313 in district Wünnenberg (016)" ;
ns2:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;
ns1:relation <http://www.opengis.net/def/rel/ogc/1.0/within> ;
oa:hasTarget <https://example.org/data/v1/collections/cadastralparcel/items/05297001600313______> ],
[ rdfs:label "This feature is of type 'building'" ;
ns2:relation <http://www.iana.org/assignments/relation/type> ;
ns1:relation <http://www.iana.org/assignments/relation/type> ;
oa:hasTarget <https://inspire.ec.europa.eu/featureconcept/Building> ] .
Expand Down
120 changes: 0 additions & 120 deletions generateddocs/slate/geo/common/data_types/bounding_box/index.html.md

This file was deleted.

Loading

0 comments on commit c8c070b

Please sign in to comment.