Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Sep 15, 2024
1 parent 3b5de13 commit 073167b
Show file tree
Hide file tree
Showing 149 changed files with 254 additions and 254 deletions.
20 changes: 10 additions & 10 deletions bblocks.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"name": "Building Blocks - OGC Main",
"description": "\nThe OGC Building Blocks register provides an overview of a series of building blocks managed by the OGC community through a variety of processes:\n\n- formal standards publication processes the Standards Working Groups\n- agreements with other standards bodies (eg. ISO)\n- community hosted examples of re-use (profiles and extensions of OGC standards)\n- informal \"incubator\" processes where more than one project needs a solution, and appropriate SWG scope is yet to be determined\n\n![](https://lucid.app/publicSegments/view/9d075f82-8611-4f32-83eb-994143669cc8/image.png)\n\n\nNotes:\n\n1. Policies are in preparation for naming and governance of these sub-registers, and this is subject to change pending adoption of such policies.\n1. Building Block identification will be designed to support transition between governance domains without change using symbolic references.\n1. A formal definition of Building Blocks and the level of \"granularity\" they represent with respect to the OGC Modular Specification is TBD.\n",
"sparqlEndpoint": "https://defs-dev.opengis.net/fuseki/query",
"modified": "2024-09-08T04:07:36.520746",
"modified": "2024-09-15T04:07:56.960815",
"tooling": {
"bblocks-postprocess": {
"commitId": "\"34b61f9a9f65e036163cb351828202cc5af9f964",
Expand Down Expand Up @@ -658,8 +658,8 @@
"group": "Common",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.common.data_types.bounding_box",
"ogc.ogc-utils.json-link",
"ogc.geo.common.data_types.geojson"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
Expand Down Expand Up @@ -820,8 +820,8 @@
"group": "Common",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml",
Expand Down Expand Up @@ -873,8 +873,8 @@
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.time",
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/context.jsonld",
"schema": {
Expand Down Expand Up @@ -930,9 +930,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.features.feature",
"ogc.geo.json-fg.time",
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
"ogc.ogc-utils.json-link"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml",
Expand Down Expand Up @@ -983,8 +983,8 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection",
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
Expand Down Expand Up @@ -1041,8 +1041,8 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection",
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature-lenient"
],
"schema": {
Expand Down
94 changes: 47 additions & 47 deletions bblocks.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
rdfs:label "bbox" ;
dct:abstract "The bbox query parameter provides a simple mechanism for filtering resources based on their location. It selects all resources that intersect a rectangle (map view) or box (including height information)." ;
dct:created "2022-05-24T13:51:38+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox" ],
[ dct:format "application/json" ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox/index.md" ] ;
dct:hasVersion "1.0" ;
Expand All @@ -34,10 +34,10 @@
rdfs:label "bbox-crs" ;
dct:abstract "The bbox-crs query parameter can be used to assert the coordinate reference system that is used for the coordinate values of the bbox parameter." ;
dct:created "2022-07-05T01:01:01+02:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox-crs/index.md" ],
[ dct:format "application/json" ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox-crs/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox-crs/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox-crs" ] ;
dct:hasVersion "1.0" ;
Expand All @@ -55,10 +55,10 @@
rdfs:label "GeoPose Advanced" ;
dct:abstract "Advanced GeoPose allowing flexible outer frame specification, quaternion orientation, and valid time." ;
dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ],
[ dct:format "text/html" ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.advanced" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/advanced/index.md" ] ;
dct:hasVersion "0.1" ;
Expand All @@ -78,10 +78,10 @@
rdfs:label "GeoPose Basic-Quaternion" ;
dct:abstract "Basic GeoPose using quaternion to specify orientation" ;
dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/quaternion/index.json" ],
[ dct:format "text/markdown" ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/quaternion/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/quaternion/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.basic.quaternion" ] ;
dct:hasVersion "0.1" ;
Expand All @@ -101,12 +101,12 @@
rdfs:label "GeoPose Basic-YPR" ;
dct:abstract "Basic GeoPose using yaw, pitch, and roll to specify orientation" ;
dct:created "2023-03-15T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/ypr/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.basic.ypr" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/ypr/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/ypr/index.md" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/ypr/index.json" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-07-13"^^xsd:date ;
dct:source <https://docs.ogc.org/dis/21-056r10/21-056r10.html> ;
Expand Down Expand Up @@ -150,10 +150,10 @@
rdfs:label "JSON-FG Feature Collection - Lenient" ;
dct:abstract "A collection of lenient OGC Features and Geometries JSON (JSON-FG) Features, that do not require the \"time\" and \"place\" properties" ;
dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json" ],
[ dct:format "text/html" ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.featureCollection-lenient" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection-lenient/index.md" ] ;
dct:hasVersion "0.1" ;
Expand All @@ -176,12 +176,12 @@
rdfs:label "Link with role and target conformance" ;
dct:abstract "A JSON-FG compliant web link with mandatory annotation of link role and optional conformance information to describe target resource. Compliant with profile resource descriptor model." ;
dct:created "2023-08-21T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/link-role/index.json" ],
[ dct:format "text/html" ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.link-role" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/link-role/index.md" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/link-role/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/link-role/index.json" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-08-21"^^xsd:date ;
skos:inScheme <https://opengeospatial.github.io/bblocks/> ;
Expand Down Expand Up @@ -243,10 +243,10 @@
dct:created "2022-05-24T13:51:38+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/bounding_box/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.data_types.bounding_box" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/bounding_box/index.json" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/bounding_box/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.data_types.bounding_box" ] ;
dct:hasVersion "1.0.1" ;
dct:modified "2023-03-09"^^xsd:date ;
dct:source <http://www.opengis.net/doc/IS/ogcapi-features-1/1.0#_response_4> ;
Expand All @@ -262,12 +262,12 @@
rdfs:label "GeoJSON" ;
dct:abstract "A GeoJSON object" ;
dct:created "2023-05-24T14:56:51+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/geojson/index.json" ],
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/geojson/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.data_types.geojson" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/geojson/index.md" ] ;
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/geojson/index.json" ] ;
dct:hasVersion "1.0" ;
dct:modified "2023-05-15"^^xsd:date ;
dct:source <https://datatracker.ietf.org/doc/html/rfc7946> ;
Expand Down Expand Up @@ -313,10 +313,10 @@
dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.feature-lenient" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature-lenient/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature-lenient/index.json" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature-lenient/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature-lenient/index.md" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-08-08"^^xsd:date ;
dct:source <http://docs.ogc.org/per/21-017r1.html> ;
Expand Down Expand Up @@ -371,10 +371,10 @@
bblocks:Schema ;
rdfs:label "JSON-FG time member" ;
dct:created "2024-05-28T09:45:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/time/index.md" ],
[ dct:format "application/json" ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/time/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/time/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.time" ] ;
dct:hasVersion "0.2.2" ;
Expand Down Expand Up @@ -448,12 +448,12 @@
rdfs:label "JSON Link" ;
dct:abstract "Web linking is used to express relationships between resources. The JSON object representation of links described here is used consistently in OGC API’s." ;
dct:created "2022-05-18T15:21:59+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.ogc-utils.json-link" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ] ;
dct:hasVersion "0.1" ;
dct:modified "2022-05-18"^^xsd:date ;
dct:source <https://www.rfc-editor.org/rfc/rfc8288.txt> ;
Expand Down Expand Up @@ -489,15 +489,15 @@ Notes:
bblocks:hasValidationReport <https://opengeospatial.github.io/bblocks/tests/report.html> .

[] a prov:Activity ;
prov:endedAtTime "2024-09-08T04:07:49.271116"^^xsd:dateTime ;
prov:startedAtTime "2024-09-08T04:07:49.191291"^^xsd:dateTime ;
prov:endedAtTime "2024-09-15T04:08:16.301263"^^xsd:dateTime ;
prov:startedAtTime "2024-09-15T04:08:16.222023"^^xsd:dateTime ;
prov:used [ a prov:Entity ;
dct:format "application/yaml" ;
rdfs:seeAlso <file:///src/ogc/bblocks/register-context.yaml> ],
[ a prov:Entity ;
dct:format "application/json" ;
dct:hasVersion "git:79dbfce59e7bf86622710c9d2105790d430aefde" ;
rdfs:seeAlso <https://opengeospatial.github.io/bblocks/register.json> ] ;
dct:hasVersion "git:3b5de1368b0e688b24467d0f9e9e9d14d8800320" ;
rdfs:seeAlso <https://opengeospatial.github.io/bblocks/register.json> ],
[ a prov:Entity ;
dct:format "application/yaml" ;
rdfs:seeAlso <file:///src/ogc/bblocks/register-context.yaml> ] ;
prov:wasAssociatedWith [ a prov:Agent,
schema:SoftwareApplication ;
rdfs:label "OGC-NA tools" ;
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.ogc-utils.json-link",
"ogc.geo.common.data_types.bounding_box",
"ogc.ogc-utils.json-link",
"ogc.geo.common.data_types.geojson"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"group": "Common",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml",
Expand Down
Loading

0 comments on commit 073167b

Please sign in to comment.