generated from opengeospatial/bblock-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
populate key information model dependencies as bblock nodes.
- Loading branch information
1 parent
89e5595
commit 7c6621e
Showing
5 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
build-local/ | ||
.idea/ | ||
queries/*.json | ||
*.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters