Skip to content

Commit

Permalink
populate key information model dependencies as bblock nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Nov 1, 2024
1 parent 89e5595 commit 7c6621e
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
build-local/
.idea/
queries/*.json
*.env
2 changes: 2 additions & 0 deletions _sources/activities/derivation/bblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"maturity": "development",
"scope": "unstable",
"dependsOn": [
"ogc.model.cross-domain.prov",
"ogc.ogc-utils.prov"
],
"tags": [
"prov"],
Expand Down
21 changes: 21 additions & 0 deletions _sources/dimensions/bblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Data Dimensions Model",
"abstract": "Configurable Data Dimension characteristics. Numeric dimensions support scales",
"status": "under-development",
"dateTimeAddition": "2023-05-19T00:00:00Z",
"itemClass": "schema",
"register": "ccm",
"version": "1.0",
"dateOfLastChange": "2023-05-19",
"sources": [
],
"maturity": "development",
"scope": "unstable",
"dependsOn": [
"ogc.model.cross-domain.datacube"
],
"tags": [
"prov"],
"group": "Activities",
"highlighted": true
}
22 changes: 22 additions & 0 deletions _sources/entities/dataset/bblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Dataset",
"abstract": "A managed set of data described using GeoDCAT or other DCAT profiles. Such data sets have persistent DataDistribution references to allow retrieval.",
"status": "under-development",
"dateTimeAddition": "2023-05-19T00:00:00Z",
"itemClass": "schema",
"register": "ccm",
"version": "1.0",
"dateOfLastChange": "2023-05-19",
"sources": [
],
"maturity": "development",
"scope": "unstable",
"dependsOn": [
"ogc.geo.geodcat.geodcat"
],
"tags": [
"prov"
],
"group": "Activities",
"highlighted": true
}
5 changes: 3 additions & 2 deletions bblocks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ identifier-prefix: sop.at.
# List of imports ("default" is an alias for the main OGC Building Blocks Register)
imports:
- default
- https://ogcincubator.github.io/bblock-prov-schema/build/register.json
- https://ogcincubator.github.io/geodcat-ogcapi-records/build/register.json
- https://ogcincubator.github.io/cross-domain-model
- https://ogcincubator.github.io/bblock-prov-schema
- https://ogcincubator.github.io/geodcat-ogcapi-records


# SPARQL configuration (optional)
Expand Down

0 comments on commit 7c6621e

Please sign in to comment.