diff --git a/.gitignore b/.gitignore index 6b7c370..2fedd33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ build-local/ .idea/ +queries/*.json +*.env diff --git a/_sources/activities/derivation/bblock.json b/_sources/activities/derivation/bblock.json index e2c9ffe..d62795d 100644 --- a/_sources/activities/derivation/bblock.json +++ b/_sources/activities/derivation/bblock.json @@ -12,6 +12,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ + "ogc.model.cross-domain.prov", + "ogc.ogc-utils.prov" ], "tags": [ "prov"], diff --git a/_sources/dimensions/bblock.json b/_sources/dimensions/bblock.json new file mode 100644 index 0000000..3deb54d --- /dev/null +++ b/_sources/dimensions/bblock.json @@ -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 +} diff --git a/_sources/entities/dataset/bblock.json b/_sources/entities/dataset/bblock.json new file mode 100644 index 0000000..46994d0 --- /dev/null +++ b/_sources/entities/dataset/bblock.json @@ -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 +} diff --git a/bblocks-config.yaml b/bblocks-config.yaml index 07d32ec..00a6227 100644 --- a/bblocks-config.yaml +++ b/bblocks-config.yaml @@ -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)