Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Dec 28, 2023
1 parent b8b2d1d commit eb3d4d9
Show file tree
Hide file tree
Showing 157 changed files with 617 additions and 615 deletions.
38 changes: 19 additions & 19 deletions bblocks.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
]
},
{
"itemIdentifier": "r1.geo.common.parameters.bbox",
"itemIdentifier": "ogc.geo.common.parameters.bbox",
"name": "bbox",
"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).",
"status": "stable",
Expand Down Expand Up @@ -503,7 +503,7 @@
]
},
{
"itemIdentifier": "r1.geo.common.data_types.bounding_box",
"itemIdentifier": "ogc.geo.common.data_types.bounding_box",
"name": "Bounding Box",
"abstract": "The bounding box JSON object describes a simple spatial extent of a resource. For OGC API\u2019s this could be a feature, a feature collection or a dataset, but it can be used in any JSON resource that wants to communicate its rough location. The extent is simple in that the bounding box does not describe the precise location and shape of the resource, but provides an axis-aligned approximation of the spatial extent that can be used as an initial test whether two resources are potentially intersecting each other.",
"status": "stable",
Expand Down Expand Up @@ -874,8 +874,8 @@
]
},
"dependsOn": [
"ogc.unstable.sosa.properties.observation",
"ogc.ogc-utils.iri-or-curie"
"ogc.ogc-utils.iri-or-curie",
"ogc.unstable.sosa.properties.observation"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml",
Expand Down Expand Up @@ -975,8 +975,8 @@
"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/schema.yaml",
Expand Down Expand Up @@ -1028,8 +1028,8 @@
"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",
Expand Down Expand Up @@ -1084,8 +1084,8 @@
"group": "SOSA",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.iri-or-curie",
"ogc.unstable.sosa.properties.sensor"
"ogc.unstable.sosa.properties.sensor",
"ogc.ogc-utils.iri-or-curie"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/platform/schema.yaml",
Expand Down Expand Up @@ -1135,8 +1135,8 @@
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature",
"ogc.geo.features.featureCollection"
"ogc.geo.features.featureCollection",
"ogc.geo.json-fg.feature"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml",
Expand Down Expand Up @@ -1189,8 +1189,8 @@
"group": "JSON-FG",
"shaclRules": {},
"dependsOn": [
"ogc.ogc-utils.json-link",
"ogc.geo.json-fg.feature-lenient",
"ogc.ogc-utils.json-link",
"ogc.geo.features.featureCollection"
],
"schema": {
Expand Down Expand Up @@ -1237,8 +1237,8 @@
"maturity": "development",
"scope": "unstable",
"dependsOn": [
"ogc.unstable.sosa.properties.observation",
"ogc.geo.json-fg.feature-lenient"
"ogc.geo.json-fg.feature-lenient",
"ogc.unstable.sosa.properties.observation"
],
"tags": [
"sosa",
Expand Down Expand Up @@ -1317,8 +1317,8 @@
},
"dependsOn": [
"ogc.geo.json-fg.featureCollection-lenient",
"ogc.unstable.sosa.features.observation",
"ogc.unstable.sosa.properties.observationCollection"
"ogc.unstable.sosa.properties.observationCollection",
"ogc.unstable.sosa.features.observation"
],
"schema": {
"application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/features/observationCollection/schema.yaml",
Expand Down Expand Up @@ -1366,10 +1366,10 @@
"maturity": "development",
"scope": "unstable",
"dependsOn": [
"ogc.unstable.sosa.features.observationCollection",
"ogc.unstable.sosa.properties.observation",
"ogc.unstable.sosa.features.observation",
"ogc.unstable.sosa.examples.vectorObservation",
"ogc.unstable.sosa.features.observationCollection"
"ogc.unstable.sosa.features.observation"
],
"tags": [
"sosa",
Expand Down
Loading

0 comments on commit eb3d4d9

Please sign in to comment.