Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Aug 4, 2024
1 parent 6619e0d commit 0ecf3ac
Show file tree
Hide file tree
Showing 169 changed files with 500 additions and 3,158 deletions.
32 changes: 16 additions & 16 deletions bblocks.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
"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-07-28T04:07:07.212417",
"modified": "2024-08-04T04:08:16.798648",
"tooling": {
"bblocks-postprocess": {
"commitId": "\"4d636440e7de2e3a19a34b0859dbe688ec664eea",
"shortCommitId": "\"4d6364",
"date": "2024-07-25T10:52:22+00:00\""
"commitId": "\"3e8700f308cde8c3c84ff49fe2c0167688146ad4",
"shortCommitId": "\"3e8700",
"date": "2024-08-01T10:59:23+00:00\""
}
},
"gitRepository": "https://github.com/opengeospatial/bblocks",
Expand Down Expand Up @@ -659,9 +659,9 @@
"group": "Common",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.common.data_types.geojson",
"ogc.geo.common.data_types.bounding_box",
"ogc.geo.common.data_types.geojson"
"ogc.ogc-utils.json-link"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
"schema": {
Expand Down Expand Up @@ -821,8 +821,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 @@ -874,8 +874,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 @@ -932,8 +932,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"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml",
Expand Down Expand Up @@ -984,9 +984,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.json-fg.feature",
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature"
"ogc.geo.features.featureCollection"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
"schema": {
Expand Down Expand Up @@ -1042,9 +1042,9 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature-lenient",
"ogc.geo.features.featureCollection"
"ogc.ogc-utils.json-link"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml",
Expand Down
96 changes: 48 additions & 48 deletions bblocks.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
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" ;
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:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox/index.json" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox/index.md" ] ;
dct:hasVersion "1.0" ;
dct:modified "2022-05-24"^^xsd:date ;
dct:source <https://docs.ogc.org/is/17-069r3/17-069r3.html#_parameter_bbox> ;
Expand All @@ -34,12 +34,12 @@
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/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox-crs" ],
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 "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox-crs/index.json" ] ;
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.parameters.bbox-crs" ] ;
dct:hasVersion "1.0" ;
dct:modified "2022-07-05"^^xsd:date ;
dct:source <http://www.opengis.net/doc/IS/ogcapi-features-2/1.0#_parameter_bbox_crs> ;
Expand All @@ -57,10 +57,10 @@
dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/advanced/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.advanced" ] ;
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:hasVersion "0.1" ;
dct:modified "2023-07-13"^^xsd:date ;
dct:source <https://docs.ogc.org/dis/21-056r10/21-056r10.html> ;
Expand All @@ -80,10 +80,10 @@
dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.geopose.basic.quaternion" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/quaternion/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/quaternion/index.md" ] ;
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: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 @@ -126,10 +126,10 @@
dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.featureCollection" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection/index.json" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.featureCollection" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-05-31"^^xsd:date ;
dct:source <http://docs.ogc.org/per/21-017r1.html> ;
Expand Down Expand Up @@ -178,10 +178,10 @@
dct:created "2023-08-21T00: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.link-role" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/link-role/index.json" ],
[ 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 All @@ -203,10 +203,10 @@
rdfs:label "Geometry using references" ;
dct:abstract "Demonstration of a schema using coordinates of points, withpout duplication" ;
dct:created "2023-04-05T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/topology/index.json" ],
[ dct:format "text/markdown" ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/topology/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/topology/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.ogc-utils.topology" ] ;
dct:hasVersion "0.1" ;
Expand Down Expand Up @@ -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:format "text/markdown" ;
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" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.common.data_types.geojson" ],
[ 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 All @@ -285,10 +285,10 @@
rdfs:label "JSON-FG Feature" ;
dct:abstract "A OGC Features and Geometries JSON (JSON-FG) Feature, extending GeoJSON to support a limited set of additional capabilities that are out-of-scope for GeoJSON, but that are important for a variety of use cases involving feature data." ;
dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.feature" ],
[ dct:format "text/markdown" ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.feature" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature/index.json" ] ;
dct:hasVersion "0.1" ;
Expand Down Expand Up @@ -347,12 +347,12 @@
rdfs:label "Feature Collection" ;
dct:abstract "A collection of features." ;
dct:created "2023-06-26T14:56:51+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.features.featureCollection" ],
[ dct:format "application/json" ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/featureCollection/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/featureCollection/index.md" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/featureCollection/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.features.featureCollection" ] ;
dct:hasVersion "1.0" ;
dct:modified "2023-06-26"^^xsd:date ;
dct:source <https://docs.ogc.org/is/17-069r3/17-069r3.html#_response_5> ;
Expand All @@ -371,12 +371,12 @@
bblocks:Schema ;
rdfs:label "JSON-FG time member" ;
dct:created "2024-05-28T09:45:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.time" ],
[ dct:format "text/markdown" ;
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" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/time/index.json" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/time/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.geo.json-fg.time" ] ;
dct:hasVersion "0.2.2" ;
dct:modified "2024-05-28"^^xsd:date ;
dct:source <http://docs.ogc.org/per/21-017r1.html> ;
Expand All @@ -394,12 +394,12 @@
rdfs:label "IRI or CURIE" ;
dct:abstract "This Building Block defines a data type for a full IRI/URI or a CURIE (with or without a prefix)" ;
dct:created "2023-08-08T00: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/ogc-utils/iri-or-curie/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.ogc-utils.iri-or-curie" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/iri-or-curie/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/iri-or-curie/index.md" ] ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/iri-or-curie/index.json" ] ;
dct:hasVersion "1.0" ;
dct:modified "2023-03-09"^^xsd:date ;
dct:source <https://www.ietf.org/rfc/rfc3986.txt>,
Expand Down Expand Up @@ -448,10 +448,10 @@
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/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ],
[ dct:format "text/html" ;
dct:description [ dct:format "text/html" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/register/bblock/ogc.ogc-utils.json-link" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ] ;
dct:hasVersion "0.1" ;
Expand Down Expand Up @@ -489,11 +489,11 @@ Notes:
bblocks:hasValidationReport <https://opengeospatial.github.io/bblocks/tests/report.html> .

[] a prov:Activity ;
prov:endedAtTime "2024-07-28T04:07:29.539090"^^xsd:dateTime ;
prov:startedAtTime "2024-07-28T04:07:29.457213"^^xsd:dateTime ;
prov:endedAtTime "2024-08-04T04:08:26.011698"^^xsd:dateTime ;
prov:startedAtTime "2024-08-04T04:08:25.928580"^^xsd:dateTime ;
prov:used [ a prov:Entity ;
dct:format "application/json" ;
dct:hasVersion "git:68306a90a2c07d422ac0e626261f57f47e7936ca" ;
dct:hasVersion "git:6619e0de7c0afb439848433e837fe0cb8b6a4db2" ;
rdfs:seeAlso <https://opengeospatial.github.io/bblocks/register.json> ],
[ a prov:Entity ;
dct:format "application/yaml" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
},
{
"language": "plaintext",
"code": "-124.7844079,24.7433195,-66.9513812,49.3457868"
"code": "-124.7844079,24.7433195,-66.9513812,49.3457868",
"url": "https://opengeospatial.github.io/bblocks/tests/geo/common/data_types/bounding_box/example_1_2.plaintext"
}
]
}
Expand Down
Loading

0 comments on commit 0ecf3ac

Please sign in to comment.