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 Oct 17, 2024
1 parent cf3b557 commit aa27bd1
Show file tree
Hide file tree
Showing 86 changed files with 3,684 additions and 12,245 deletions.

This file was deleted.

This file was deleted.

21 changes: 18 additions & 3 deletions build/annotated/geo/topo/datatypes/topology/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "feature with geometry by reference",
"$defs": {
"refOrNest": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/$defs/refOrNest"
}
},
{
"type": "string"
}
]
}
},
"oneOf": [
{
"properties": {
Expand All @@ -18,7 +33,7 @@
"references": {
"type": "array",
"items": {
"type": "string"
"$ref": "#/$defs/refOrNest"
},
"x-jsonld-id": "https://purl.org/geojson/vocab#relatedFeatures",
"x-jsonld-type": "@id",
Expand All @@ -42,7 +57,7 @@
"items": {
"type": "array",
"items": {
"type": "string"
"$ref": "#/$defs/refOrNest"
}
}
},
Expand All @@ -67,7 +82,7 @@
"items": {
"type": "array",
"items": {
"type": "string"
"$ref": "#/$defs/refOrNest"
}
},
"x-jsonld-id": "https://purl.org/geojson/vocab#relatedFeatures",
Expand Down
13 changes: 10 additions & 3 deletions build/annotated/geo/topo/datatypes/topology/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
$schema: https://json-schema.org/draft/2020-12/schema
description: feature with geometry by reference
$defs:
refOrNest:
oneOf:
- type: array
items:
$ref: '#/$defs/refOrNest'
- type: string
oneOf:
- properties:
type:
Expand All @@ -13,7 +20,7 @@ oneOf:
references:
type: array
items:
type: string
$ref: '#/$defs/refOrNest'
x-jsonld-id: https://purl.org/geojson/vocab#relatedFeatures
x-jsonld-type: '@id'
x-jsonld-container: '@list'
Expand All @@ -30,7 +37,7 @@ oneOf:
items:
type: array
items:
type: string
$ref: '#/$defs/refOrNest'
x-jsonld-id: https://purl.org/geojson/vocab#relatedFeatures
x-jsonld-type: '@id'
x-jsonld-container: '@list'
Expand All @@ -46,7 +53,7 @@ oneOf:
items:
type: array
items:
type: string
$ref: '#/$defs/refOrNest'
x-jsonld-id: https://purl.org/geojson/vocab#relatedFeatures
x-jsonld-type: '@id'
x-jsonld-container: '@list'
Expand Down
33 changes: 0 additions & 33 deletions build/annotated/geo/topo/features/topo-arc/_visited_properties.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -31,46 +31,13 @@ path @id
/place http://purl.org/dc/terms/spatial
/place/type
/place/coordRefSys
/place/coordRefSys/type
/place/coordRefSys/href
/place/coordRefSys/epoch
/place/coordinates
/place/bbox
/place/base
/place/base/type
/place/base/coordRefSys
/place/base/coordRefSys/type
/place/base/coordRefSys/href
/place/base/coordRefSys/epoch
/place/base/coordinates
/place/base/bbox
/place/lower
/place/upper
/place/prisms
/place/prisms/type
/place/prisms/coordRefSys
/place/prisms/coordRefSys/type
/place/prisms/coordRefSys/href
/place/prisms/coordRefSys/epoch
/place/prisms/base
/place/prisms/base/type
/place/prisms/base/coordRefSys
/place/prisms/base/coordRefSys/type
/place/prisms/base/coordRefSys/href
/place/prisms/base/coordRefSys/epoch
/place/prisms/base/coordinates
/place/prisms/base/bbox
/place/prisms/lower
/place/prisms/upper
/place/prisms/bbox
/geometry/coordRefSys
/geometry/coordRefSys/type
/geometry/coordRefSys/href
/geometry/coordRefSys/epoch
/geometry/geometries/coordRefSys
/geometry/geometries/coordRefSys/type
/geometry/geometries/coordRefSys/href
/geometry/geometries/coordRefSys/epoch
/topology https://purl.org/geojson/vocab#topology
/topology/type @type
/topology/references https://purl.org/geojson/vocab#relatedFeatures
Expand Down
6 changes: 1 addition & 5 deletions build/annotated/geo/topo/features/topo-arc/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"type": "@type",
"id": "@id",
"properties": "@nest",
"geometry": {
"@context": {},
"@id": "geojson:geometry"
},
"geometry": "geojson:geometry",
"bbox": {
"@container": "@list",
"@id": "geojson:bbox"
Expand Down Expand Up @@ -89,7 +86,6 @@
"@container": "@list"
},
"topology": {
"@context": {},
"@type": "@id",
"@id": "geojson:topology"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,46 +32,13 @@ path @id
/features/place http://purl.org/dc/terms/spatial
/features/place/type
/features/place/coordRefSys
/features/place/coordRefSys/type
/features/place/coordRefSys/href
/features/place/coordRefSys/epoch
/features/place/coordinates
/features/place/bbox
/features/place/base
/features/place/base/type
/features/place/base/coordRefSys
/features/place/base/coordRefSys/type
/features/place/base/coordRefSys/href
/features/place/base/coordRefSys/epoch
/features/place/base/coordinates
/features/place/base/bbox
/features/place/lower
/features/place/upper
/features/place/prisms
/features/place/prisms/type
/features/place/prisms/coordRefSys
/features/place/prisms/coordRefSys/type
/features/place/prisms/coordRefSys/href
/features/place/prisms/coordRefSys/epoch
/features/place/prisms/base
/features/place/prisms/base/type
/features/place/prisms/base/coordRefSys
/features/place/prisms/base/coordRefSys/type
/features/place/prisms/base/coordRefSys/href
/features/place/prisms/base/coordRefSys/epoch
/features/place/prisms/base/coordinates
/features/place/prisms/base/bbox
/features/place/prisms/lower
/features/place/prisms/upper
/features/place/prisms/bbox
/features/geometry/coordRefSys
/features/geometry/coordRefSys/type
/features/geometry/coordRefSys/href
/features/geometry/coordRefSys/epoch
/features/geometry/geometries/coordRefSys
/features/geometry/geometries/coordRefSys/type
/features/geometry/geometries/coordRefSys/href
/features/geometry/geometries/coordRefSys/epoch
/features/topology https://purl.org/geojson/vocab#topology
/features/topology/type @type
/features/topology/references https://purl.org/geojson/vocab#relatedFeatures
Expand All @@ -83,9 +50,6 @@ path @id
/geometryDimension
/featureSchema
/coordRefSys
/coordRefSys/type
/coordRefSys/href
/coordRefSys/epoch
/links http://www.w3.org/2000/01/rdf-schema#seeAlso
/links/href http://www.w3.org/ns/oa#hasTarget
/links/rel http://www.iana.org/assignments/relation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"type": "@type",
"id": "@id",
"properties": "@nest",
"geometry": {
"@context": {},
"@id": "geojson:geometry"
},
"geometry": "geojson:geometry",
"bbox": {
"@container": "@list",
"@id": "geojson:bbox"
Expand Down
Loading

0 comments on commit aa27bd1

Please sign in to comment.