Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Apr 21, 2024
1 parent 50f0dea commit f135c09
Show file tree
Hide file tree
Showing 134 changed files with 470 additions and 470 deletions.
228 changes: 114 additions & 114 deletions bblocks.jsonld

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions bblocks.ttl

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "1.0.1",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC API - Features, Part 1, 7.13.2: Feature Collections Response",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "1.0",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "IETF RFC 7946 - The GeoJSON Format",
Expand All @@ -25,8 +25,8 @@
"group": "Common",
"shaclRules": {},
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/geojson/context.jsonld",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/common/data_types/geojson/context.jsonld",
"sourceSchema": "https://geojson.org/schema/Feature.json",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/common/data_types/geojson/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/common/data_types/geojson/",
"validationPassed": true,
"description": "A feature is an abstraction of real world phenomena [ISO 19101-1:2014].\n\nThe GeoJSON representation is the currently recommended representation that all APIs should support, where GeoJSON can\nbe used for the data.\n\nEach GeoJSON feature includes the following JSON members:\n\n* `type`: fixed value \"Feature\".\n* `geometry`: the primary geometry of the feature describing its location as a GeoJSON geometry object. `null`, if the\n feature has no spatial geometry.\n* `properties`: an object with a member for each feature property.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "parameter",
"register": "ogc-building-block-register",
"version": "1.0",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC API - Features, Part 2, 6.3.1: Parameter bbox-crs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "parameter",
"register": "ogc-building-block-register",
"version": "1.0",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC API - Features, Part 1, 7.15.3: Parameter bbox",
Expand Down
8 changes: 4 additions & 4 deletions generateddocs/json-full/geo/features/feature/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "1.0",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC API - Features, Part 1, 7.16.2: Feature Response",
Expand All @@ -25,17 +25,17 @@
"group": "Common",
"shaclRules": {},
"dependsOn": [
"ogc.geo.common.data_types.bounding_box",
"ogc.ogc-utils.json-link",
"ogc.geo.common.data_types.geojson",
"ogc.ogc-utils.json-link"
"ogc.geo.common.data_types.bounding_box"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/context.jsonld",
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/schema.yaml",
"application/json": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/schema.json"
},
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/features/feature/context.jsonld",
"sourceSchema": "https://opengeospatial.github.io/bblocks/registereditems/geo/features/feature/schema.yaml",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/features/feature/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/features/feature/",
"validationPassed": true,
"testOutputs": "https://github.com/opengeospatial/bblocks/blob/master/tests/geo/features/feature/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "1.0",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC API - Features, Part 1, 7.14.2: Feature Collection Response",
Expand All @@ -22,15 +22,15 @@
"group": "Common",
"shaclRules": {},
"dependsOn": [
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml",
"application/json": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.json"
},
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/features/feature/context.jsonld",
"sourceSchema": "https://opengeospatial.github.io/bblocks/registereditems/geo/features/featureCollection/schema.yaml",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/features/feature/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/features/featureCollection/",
"validationPassed": true,
"testOutputs": "https://github.com/opengeospatial/bblocks/blob/master/tests/geo/features/featureCollection/",
Expand Down
4 changes: 2 additions & 2 deletions generateddocs/json-full/geo/geopose/advanced/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "0.1",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC GeoPose 1.0 Data Exchange Draft Standard",
Expand All @@ -25,8 +25,8 @@
"group": "GeoPose",
"shaclRules": {},
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/advanced/context.jsonld",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/geopose/advanced/context.jsonld",
"sourceSchema": "https://schemas.opengis.net/geopose/1.0/schemata/GeoPose.Advanced.Schema.json",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/geopose/advanced/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/geopose/advanced/",
"validationPassed": true,
"annotatedSchema": "description: 'Advanced: Advanced GeoPose allowing flexible outer frame specification,\n quaternion orientation, and valid time.'\ndefinitions:\n FrameSpecification:\n type: object\n properties:\n authority:\n type: string\n id:\n type: string\n parameters:\n type: string\n required:\n - authority\n - id\n - parameters\n Quaternion:\n type: object\n properties:\n x:\n type: number\n y:\n type: number\n z:\n type: number\n w:\n type: number\n required:\n - x\n - y\n - z\n - w\ntype: object\nproperties:\n frameSpecification:\n $ref: '#/definitions/FrameSpecification'\n quaternion:\n $ref: '#/definitions/Quaternion'\n x-jsonld-id: http://example.com/geopose/quaternion\n validTime:\n type: integer\nrequired:\n- frameSpecification\n- quaternion\nx-jsonld-extra-terms:\n position:\n x-jsonld-id: http://example.com/geopose/position\n x-jsonld-context:\n lat: http://www.w3.org/2003/01/geo/wgs84_pos#lat\n lon: http://www.w3.org/2003/01/geo/wgs84_pos#long\n h: http://example.com/geopose/h\nx-jsonld-prefixes:\n geopose: http://example.com/geopose/\n geo: http://www.w3.org/2003/01/geo/wgs84_pos#\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "0.1",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC GeoPose 1.0 Data Exchange Draft Standard",
Expand All @@ -25,8 +25,8 @@
"group": "GeoPose",
"shaclRules": {},
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/basic/quaternion/context.jsonld",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/geopose/basic/quaternion/context.jsonld",
"sourceSchema": "https://schemas.opengis.net/geopose/1.0/schemata/GeoPose.Basic.Quaternion.Schema.json",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/geopose/basic/quaternion/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/geopose/basic/quaternion/",
"validationPassed": true,
"annotatedSchema": "description: 'Basic-Quaternion: Basic GeoPose using quaternion to specify orientation'\ndefinitions:\n Position:\n type: object\n properties:\n lat:\n type: number\n lon:\n type: number\n h:\n type: number\n required:\n - lat\n - lon\n - h\n Quaternion:\n type: object\n properties:\n x:\n type: number\n y:\n type: number\n z:\n type: number\n w:\n type: number\n required:\n - x\n - y\n - z\n - w\ntype: object\nproperties:\n position:\n $ref: '#/definitions/Position'\n x-jsonld-id: http://example.com/geopose/position\n quaternion:\n $ref: '#/definitions/Quaternion'\n x-jsonld-id: http://example.com/geopose/quaternion\nrequired:\n- position\n- quaternion\nx-jsonld-prefixes:\n geopose: http://example.com/geopose/\n geo: http://www.w3.org/2003/01/geo/wgs84_pos#\n",
Expand Down
4 changes: 2 additions & 2 deletions generateddocs/json-full/geo/geopose/basic/ypr/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "0.1",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC GeoPose 1.0 Data Exchange Draft Standard",
Expand All @@ -25,8 +25,8 @@
"group": "GeoPose",
"shaclRules": {},
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/context.jsonld",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/geopose/basic/ypr/context.jsonld",
"sourceSchema": "https://schemas.opengis.net/geopose/1.0/schemata/GeoPose.Basic.YPR.Schema.json",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/geopose/basic/ypr/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/geopose/basic/ypr/",
"validationPassed": true,
"testOutputs": "https://github.com/opengeospatial/bblocks/blob/master/tests/geo/geopose/basic/ypr/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "0.1",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC Testbed-17: OGC Features and Geometries JSON Engineering Report",
Expand All @@ -24,15 +24,15 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml",
"application/json": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.json"
},
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/feature/context.jsonld",
"sourceSchema": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/feature-lenient/schema.yaml",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/feature/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/feature-lenient/",
"validationPassed": true,
"description": "OGC Features and Geometries JSON (JSON-FG) extends GeoJSON to support a limited set of additional capabilities that are\nout-of-scope for GeoJSON, but that are essential or important for a variety of use cases involving feature data.\n\nThis Building Block extends the standard JSON-FG one by removing the requirement to provide values for the \n\"time\" and \"place\" properties.\n",
Expand Down
8 changes: 4 additions & 4 deletions generateddocs/json-full/geo/json-fg/feature/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "0.1",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC Testbed-17: OGC Features and Geometries JSON Engineering Report",
Expand All @@ -20,16 +20,16 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.geo.features.feature",
"ogc.ogc-utils.json-link"
"ogc.ogc-utils.json-link",
"ogc.geo.features.feature"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/context.jsonld",
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/schema.yaml",
"application/json": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/schema.json"
},
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/feature/context.jsonld",
"sourceSchema": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/feature/schema.json",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/feature/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/feature/",
"validationPassed": true,
"description": "OGC Features and Geometries JSON (JSON-FG) extends GeoJSON to support a limited set of additional capabilities that are\nout-of-scope for GeoJSON, but that are essential or important for a variety of use cases involving feature data.\n\nInformation that can be represented as GeoJSON is encoded as GeoJSON. Additional information is mainly encoded in\nadditional top-level members of GeoJSON objects. The members use keys that do not conflict with GeoJSON including the\nobsolete version that pre-dates the IETF standard. GeoJSON clients will be able to parse and understand all aspects that\nare specified by GeoJSON, JSON-FG clients will also parse and understand the additional capabilities.\n\nThis Standard specifies the following minimal extensions to the GeoJSON Standard:\n\n* The ability to use Coordinate Reference Systems (CRSs) other than WGS 84;\n* The ability to use non-Euclidean metrics, in particular ellipsoidal metrics;\n* Support for solids and prisms as geometry types;\n* The ability to encode temporal characteristics of a feature; and\n* The ability to declare the type and the schema of a feature.\n\nInformation that can be represented as GeoJSON is encoded as GeoJSON. Additional information is mainly encoded in\nadditional members of the GeoJSON objects. The additional members use keys that do not conflict with GeoJSON. This is so\nexisting and future GeoJSON clients will continue to parse and understand GeoJSON content. JSON-FG enabled clients will\nalso be able to parse and understand the additional members.\n\nJSON Schema is used to formally specify the JSON-FG syntax.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "0.1",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC Testbed-17: OGC Features and Geometries JSON Engineering Report",
Expand All @@ -24,16 +24,16 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature-lenient",
"ogc.geo.features.featureCollection",
"ogc.ogc-utils.json-link"
"ogc.geo.features.featureCollection"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml",
"application/json": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.json"
},
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/featureCollection/context.jsonld",
"sourceSchema": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/featureCollection-lenient/schema.yaml",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/featureCollection/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/featureCollection-lenient/",
"validationPassed": true,
"description": "OGC Features and Geometries JSON (JSON-FG) extends GeoJSON to support a limited set of additional capabilities that are\nout-of-scope for GeoJSON, but that are essential or important for a variety of use cases involving feature data.\nA **lenient** feature collection contains a set of **lenient** features from a dataset (features that do not\nneed to provide values for their `place` or `time` properties).",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "0.1",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "OGC Testbed-17: OGC Features and Geometries JSON Engineering Report",
Expand All @@ -20,17 +20,17 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature",
"ogc.ogc-utils.json-link"
"ogc.geo.json-fg.feature"
],
"ldContext": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/context.jsonld",
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml",
"application/json": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.json"
},
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/featureCollection/context.jsonld",
"sourceSchema": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/featureCollection/schema.json",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/featureCollection/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/featureCollection/",
"validationPassed": true,
"testOutputs": "https://github.com/opengeospatial/bblocks/blob/master/tests/geo/json-fg/featureCollection/",
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 @@ -9,7 +9,7 @@
"itemClass": "schema",
"register": "ogc-building-block-register",
"version": "0.1",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [],
"maturity": "development",
"scope": "unstable",
Expand All @@ -28,8 +28,8 @@
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/schema.yaml",
"application/json": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/schema.json"
},
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/link-role/context.jsonld",
"sourceSchema": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/link-role/schema.yaml",
"sourceLdContext": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/link-role/context.jsonld",
"sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/geo/json-fg/link-role/",
"validationPassed": true,
"testOutputs": "https://github.com/opengeospatial/bblocks/blob/master/tests/geo/json-fg/link-role/",
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 @@ -9,7 +9,7 @@
"itemClass": "datatype",
"register": "ogc-building-block-register",
"version": "1.0",
"dateOfLastChange": "2024-04-07",
"dateOfLastChange": "2024-04-14",
"sources": [
{
"title": "IETF RFC 3986 - Uniform Resource Identifiers (URI): Generic Syntax",
Expand Down
Loading

0 comments on commit f135c09

Please sign in to comment.