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 Dec 13, 2023
1 parent 3c004a9 commit 4556d94
Show file tree
Hide file tree
Showing 90 changed files with 2,966 additions and 16,370 deletions.
17 changes: 13 additions & 4 deletions build/annotated/geo/topo/datatypes/topology/context.jsonld
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"@context": {
"LineString": "geojson:LineString",
"MultiLineString": "geojson:MultiLineString",
"MultiPolygon": "geojson:MultiPolygon",
"Polygon": "geojson:Polygon",
"type": "@type",
"references": {
"@id": "geojson:relatedFeatures",
"@type": "@id",
"@container": "@list"
},
"LineString": "geojson:LineString",
"MultiLineString": "geojson:MultiLineString",
"MultiPolygon": "geojson:MultiPolygon",
"Polygon": "geojson:Polygon",
"Arc": "geojson:Arc",
"ArcWithCenter": "geojson:ArcWithCenter",
"ArcByChord": "geojson:ArcByChord",
"CircleByCenter": "geojson:CircleByCenter",
"CubicSpline": "geojson:CubicSpline",
"radius": "geojson:radius",
"arcLength": "geojson:arcLength",
"startTangentVector": "geojson:startTangentVector",
"endTangentVector": "geojson:endTangentVector",
"geojson": "https://purl.org/geojson/vocab#",
"csdm": "https://linked.data.gov.au/def/csdm/",
"dct": "http://purl.org/dc/terms/",
Expand Down
11 changes: 10 additions & 1 deletion build/annotated/geo/topo/datatypes/topology/schema-oas3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,16 @@
"LineString": "https://purl.org/geojson/vocab#LineString",
"MultiLineString": "https://purl.org/geojson/vocab#MultiLineString",
"MultiPolygon": "https://purl.org/geojson/vocab#MultiPolygon",
"Polygon": "https://purl.org/geojson/vocab#Polygon"
"Polygon": "https://purl.org/geojson/vocab#Polygon",
"Arc": "https://purl.org/geojson/vocab#Arc",
"ArcWithCenter": "https://purl.org/geojson/vocab#ArcWithCenter",
"ArcByChord": "https://purl.org/geojson/vocab#ArcByChord",
"CircleByCenter": "https://purl.org/geojson/vocab#CircleByCenter",
"CubicSpline": "https://purl.org/geojson/vocab#CubicSpline",
"radius": "https://purl.org/geojson/vocab#radius",
"arcLength": "https://purl.org/geojson/vocab#arcLength",
"startTangentVector": "https://purl.org/geojson/vocab#startTangentVector",
"endTangentVector": "https://purl.org/geojson/vocab#endTangentVector"
},
"x-jsonld-prefixes": {
"geojson": "https://purl.org/geojson/vocab#",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ x-defs:
MultiLineString: https://purl.org/geojson/vocab#MultiLineString
MultiPolygon: https://purl.org/geojson/vocab#MultiPolygon
Polygon: https://purl.org/geojson/vocab#Polygon
Arc: https://purl.org/geojson/vocab#Arc
ArcWithCenter: https://purl.org/geojson/vocab#ArcWithCenter
ArcByChord: https://purl.org/geojson/vocab#ArcByChord
CircleByCenter: https://purl.org/geojson/vocab#CircleByCenter
CubicSpline: https://purl.org/geojson/vocab#CubicSpline
radius: https://purl.org/geojson/vocab#radius
arcLength: https://purl.org/geojson/vocab#arcLength
startTangentVector: https://purl.org/geojson/vocab#startTangentVector
endTangentVector: https://purl.org/geojson/vocab#endTangentVector
x-jsonld-prefixes:
geojson: https://purl.org/geojson/vocab#
csdm: https://linked.data.gov.au/def/csdm/
Expand Down
11 changes: 10 additions & 1 deletion build/annotated/geo/topo/datatypes/topology/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,16 @@
"LineString": "https://purl.org/geojson/vocab#LineString",
"MultiLineString": "https://purl.org/geojson/vocab#MultiLineString",
"MultiPolygon": "https://purl.org/geojson/vocab#MultiPolygon",
"Polygon": "https://purl.org/geojson/vocab#Polygon"
"Polygon": "https://purl.org/geojson/vocab#Polygon",
"Arc": "https://purl.org/geojson/vocab#Arc",
"ArcWithCenter": "https://purl.org/geojson/vocab#ArcWithCenter",
"ArcByChord": "https://purl.org/geojson/vocab#ArcByChord",
"CircleByCenter": "https://purl.org/geojson/vocab#CircleByCenter",
"CubicSpline": "https://purl.org/geojson/vocab#CubicSpline",
"radius": "https://purl.org/geojson/vocab#radius",
"arcLength": "https://purl.org/geojson/vocab#arcLength",
"startTangentVector": "https://purl.org/geojson/vocab#startTangentVector",
"endTangentVector": "https://purl.org/geojson/vocab#endTangentVector"
},
"x-jsonld-prefixes": {
"geojson": "https://purl.org/geojson/vocab#",
Expand Down
9 changes: 9 additions & 0 deletions build/annotated/geo/topo/datatypes/topology/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ x-jsonld-extra-terms:
MultiLineString: https://purl.org/geojson/vocab#MultiLineString
MultiPolygon: https://purl.org/geojson/vocab#MultiPolygon
Polygon: https://purl.org/geojson/vocab#Polygon
Arc: https://purl.org/geojson/vocab#Arc
ArcWithCenter: https://purl.org/geojson/vocab#ArcWithCenter
ArcByChord: https://purl.org/geojson/vocab#ArcByChord
CircleByCenter: https://purl.org/geojson/vocab#CircleByCenter
CubicSpline: https://purl.org/geojson/vocab#CubicSpline
radius: https://purl.org/geojson/vocab#radius
arcLength: https://purl.org/geojson/vocab#arcLength
startTangentVector: https://purl.org/geojson/vocab#startTangentVector
endTangentVector: https://purl.org/geojson/vocab#endTangentVector
x-jsonld-prefixes:
geojson: https://purl.org/geojson/vocab#
csdm: https://linked.data.gov.au/def/csdm/
Expand Down
53 changes: 34 additions & 19 deletions build/annotated/geo/topo/features/topo-arc/context.jsonld
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"@context": {
"topology": {
"type": "@type",
"id": "@id",
"properties": "@nest",
"geometry": {
"@context": {},
"@type": "@id",
"@id": "geojson:topology"
"@id": "geojson:geometry"
},
"bbox": {
"@container": "@list",
"@id": "geojson:bbox"
},
"Feature": "geojson:Feature",
"FeatureCollection": "geojson:FeatureCollection",
Expand All @@ -14,25 +20,16 @@
"MultiPolygon": "geojson:MultiPolygon",
"Point": "geojson:Point",
"Polygon": "geojson:Polygon",
"bbox": {
"@container": "@list",
"@id": "geojson:bbox"
},
"coordinates": {
"@container": "@list",
"@id": "geojson:coordinates"
},
"features": {
"@container": "@set",
"@id": "geojson:features"
},
"properties": "@nest",
"type": "@type",
"id": "@id",
"featureType": "@type",
"links": {
"@context": {
"href": "oa:hasTarget",
"href": {
"@type": "@id",
"@id": "oa:hasTarget"
},
"rel": {
"@context": {
"@base": "http://www.iana.org/assignments/relation/"
Expand All @@ -47,17 +44,35 @@
},
"@id": "rdfs:seeAlso"
},
"geometry": "geojson:geometry",
"featureType": "@type",
"coordinates": {
"@container": "@list",
"@id": "geojson:coordinates"
},
"topology": {
"@context": {},
"@type": "@id",
"@id": "geojson:topology"
},
"references": {
"@id": "geojson:relatedFeatures",
"@type": "@id",
"@container": "@list"
},
"Arc": "geojson:Arc",
"ArcWithCenter": "geojson:ArcWithCenter",
"ArcByChord": "geojson:ArcByChord",
"CircleByCenter": "geojson:CircleByCenter",
"CubicSpline": "geojson:CubicSpline",
"radius": "geojson:radius",
"arcLength": "geojson:arcLength",
"startTangentVector": "geojson:startTangentVector",
"endTangentVector": "geojson:endTangentVector",
"geojson": "https://purl.org/geojson/vocab#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"csdm": "https://linked.data.gov.au/def/csdm/",
"dct": "http://purl.org/dc/terms/",
"oa": "http://www.w3.org/ns/oa#",
"dct": "http://purl.org/dc/terms/",
"csdm": "https://linked.data.gov.au/def/csdm/",
"@version": 1.1
}
}
Loading

0 comments on commit 4556d94

Please sign in to comment.