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.
- Loading branch information
1 parent
65ec9bd
commit cc414f2
Showing
11 changed files
with
4,057 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "19115-4 WG draft", | ||
"abstract": "Working draft of 19115-4 TR", | ||
"status": "under-development", | ||
"dateTimeAddition": "2023-05-19T00:00:00Z", | ||
"itemClass": "schema", | ||
"register": "iso-tc211", | ||
"version": "1.0", | ||
"dateOfLastChange": "2023-05-19", | ||
"sources": [ | ||
], | ||
"maturity": "development", | ||
"scope": "unstable", | ||
"dependsOn": [ | ||
], | ||
"tags": [ | ||
"wip" | ||
], | ||
"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,5 @@ | ||
## Refactoring to use standard building blocks | ||
|
||
Working draft of 19115-4 JSON encoding. | ||
|
||
Examples provided by WG - schema generated by Shapechange ? |
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,17 @@ | ||
## Prefixes will be used for all RDF Turtle resources so that they can be omitted from the actual snippets | ||
prefixes: | ||
eg: http://example.org/ | ||
|
||
## List of examples | ||
examples: | ||
- title: WG-example | ||
|
||
## Markdown content that will be shown for the example. | ||
content: | ||
Example used to scope profile of 19115 for JSON schema. Source is a Geoscience Australia catalog entry, | ||
|
||
## List of code snippets for this example | ||
snippets: | ||
- language: json | ||
# Reference to file | ||
ref: examples/GA_Soils_PHPlusDQ_edit.json |
Large diffs are not rendered by default.
Oops, something went wrong.
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,8 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"$id": "https://example.org/schema.json", | ||
"allOf": [ | ||
{ "$ref": "https://geojson.org/schema/Feature.json" }, | ||
{ "$ref": "bblocks://ogc.metacat.iso19115.mdb#/$defs/MD_Metadata" } | ||
] | ||
} |
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,20 @@ | ||
{ | ||
"name": "19115-4 DQC", | ||
"abstract": "DQC module", | ||
"status": "under-development", | ||
"dateTimeAddition": "2023-05-19T00:00:00Z", | ||
"itemClass": "schema", | ||
"register": "iso-tc211", | ||
"version": "1.0", | ||
"dateOfLastChange": "2023-05-19", | ||
"sources": [ | ||
], | ||
"maturity": "development", | ||
"scope": "unstable", | ||
"dependsOn": [ | ||
], | ||
"tags": [ | ||
"wip" | ||
], | ||
"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,5 @@ | ||
## Refactoring to use standard building blocks | ||
|
||
Working draft of 19115-4 JSON encoding. | ||
|
||
Examples provided by WG - schema generated by Shapechange ? |
Oops, something went wrong.