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
cc414f2
commit 6602b9d
Showing
31 changed files
with
14,348 additions
and
43 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
build/annotated/metacat/iso19115/19115-4/_unbound_local_properties.tsv
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 @@ | ||
path |
363 changes: 363 additions & 0 deletions
363
build/annotated/metacat/iso19115/19115-4/_visited_properties.tsv
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,35 @@ | ||
{ | ||
"@context": { | ||
"type": "@type", | ||
"id": "@id", | ||
"properties": "@nest", | ||
"geometry": { | ||
"@context": { | ||
"coordinates": { | ||
"@container": "@list", | ||
"@id": "geojson:coordinates" | ||
} | ||
}, | ||
"@id": "geojson:geometry" | ||
}, | ||
"bbox": { | ||
"@container": "@list", | ||
"@id": "geojson:bbox" | ||
}, | ||
"Feature": "geojson:Feature", | ||
"FeatureCollection": "geojson:FeatureCollection", | ||
"GeometryCollection": "geojson:GeometryCollection", | ||
"LineString": "geojson:LineString", | ||
"MultiLineString": "geojson:MultiLineString", | ||
"MultiPoint": "geojson:MultiPoint", | ||
"MultiPolygon": "geojson:MultiPolygon", | ||
"Point": "geojson:Point", | ||
"Polygon": "geojson:Polygon", | ||
"features": { | ||
"@container": "@set", | ||
"@id": "geojson:features" | ||
}, | ||
"geojson": "https://purl.org/geojson/vocab#", | ||
"@version": 1.1 | ||
} | ||
} |
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,12 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"$id": "https://example.org/schema.json", | ||
"allOf": [ | ||
{ | ||
"$ref": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/geojson/schema.json" | ||
}, | ||
{ | ||
"$ref": "https://ogcincubator.github.io/iso19115-json/build/annotated/metacat/iso19115/mdb/schema.json#/$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,5 @@ | ||
$schema: https://json-schema.org/draft/2020-12/schema | ||
$id: https://example.org/schema.json | ||
allOf: | ||
- $ref: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/geojson/schema.yaml | ||
- $ref: https://ogcincubator.github.io/iso19115-json/build/annotated/metacat/iso19115/mdb/schema.yaml#/$defs/MD_Metadata |
Oops, something went wrong.