Skip to content

Commit

Permalink
19115 WG draft
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Nov 12, 2024
1 parent 65ec9bd commit cc414f2
Show file tree
Hide file tree
Showing 11 changed files with 4,057 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _sources/19115-4/bblock.json
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
}
5 changes: 5 additions & 0 deletions _sources/19115-4/description.md
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 ?
17 changes: 17 additions & 0 deletions _sources/19115-4/examples.yaml
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
654 changes: 654 additions & 0 deletions _sources/19115-4/examples/GA_Soils_PHPlusDQ_edit.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions _sources/19115-4/schema.json
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" }
]
}
20 changes: 20 additions & 0 deletions _sources/dqc/bblock.json
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
}
5 changes: 5 additions & 0 deletions _sources/dqc/description.md
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 ?
Loading

0 comments on commit cc414f2

Please sign in to comment.