Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Nov 12, 2024
1 parent cc414f2 commit 6602b9d
Show file tree
Hide file tree
Showing 31 changed files with 14,348 additions and 43 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path
363 changes: 363 additions & 0 deletions build/annotated/metacat/iso19115/19115-4/_visited_properties.tsv

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions build/annotated/metacat/iso19115/19115-4/context.jsonld
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
}
}
12 changes: 12 additions & 0 deletions build/annotated/metacat/iso19115/19115-4/schema.json
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"
}
]
}
5 changes: 5 additions & 0 deletions build/annotated/metacat/iso19115/19115-4/schema.yaml
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
Loading

0 comments on commit 6602b9d

Please sign in to comment.