Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Oct 18, 2023
1 parent 0583f8b commit 846144b
Show file tree
Hide file tree
Showing 123 changed files with 1,249 additions and 2,230 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"id": "@id",
"properties": "@nest",
"geometry": {
"@id": "geojson:geometry",
"@context": {
"coordinates": {
"@container": "@list",
"@id": "geojson:coordinates"
}
}
},
"@id": "geojson:geometry"
},
"bbox": {
"@container": "@list",
Expand Down
42 changes: 21 additions & 21 deletions annotated-schemas/geo/features/feature/context.jsonld
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
{
"@context": {
"properties": "@nest",
"links": {
"@context": {
"href": "oa:hasTarget",
"rel": {
"@context": {
"@base": "http://www.iana.org/assignments/relation/"
},
"@id": "http://www.iana.org/assignments/relation",
"@type": "@id"
},
"type": "dct:type",
"hreflang": "dct:language",
"title": "rdfs:label",
"length": "dct:extent"
},
"@id": "rdfs:seeAlso"
},
"type": "@type",
"id": "@id",
"properties": "@nest",
"geometry": {
"@id": "geojson:geometry",
"@context": {
"coordinates": {
"@container": "@list",
"@id": "geojson:coordinates"
}
}
},
"@id": "geojson:geometry"
},
"bbox": {
"@container": "@list",
Expand All @@ -29,25 +46,8 @@
"@container": "@set",
"@id": "geojson:features"
},
"links": {
"@id": "rdfs:seeAlso",
"@context": {
"href": "oa:hasTarget",
"rel": {
"@id": "http://www.iana.org/assignments/relation",
"@type": "@id",
"@context": {
"@base": "http://www.iana.org/assignments/relation/"
}
},
"type": "dct:type",
"hreflang": "dct:language",
"title": "rdfs:label",
"length": "dct:extent"
}
},
"geojson": "https://purl.org/geojson/vocab#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"geojson": "https://purl.org/geojson/vocab#",
"oa": "http://www.w3.org/ns/oa#",
"dct": "http://purl.org/dc/terms/",
"@version": 1.1
Expand Down
16 changes: 8 additions & 8 deletions annotated-schemas/geo/features/featureCollection/context.jsonld
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"@context": {
"properties": "@nest",
"links": {
"@id": "rdfs:seeAlso",
"@context": {
"href": "oa:hasTarget",
"rel": {
"@id": "http://www.iana.org/assignments/relation",
"@type": "@id",
"@context": {
"@base": "http://www.iana.org/assignments/relation/"
}
},
"@id": "http://www.iana.org/assignments/relation",
"@type": "@id"
},
"type": "dct:type",
"hreflang": "dct:language",
"title": "rdfs:label",
"length": "dct:extent"
}
},
"@id": "rdfs:seeAlso"
},
"type": "@type",
"id": "@id",
"properties": "@nest",
"geometry": {
"@id": "geojson:geometry",
"@context": {
"coordinates": {
"@container": "@list",
"@id": "geojson:coordinates"
}
}
},
"@id": "geojson:geometry"
},
"bbox": {
"@container": "@list",
Expand Down
4 changes: 2 additions & 2 deletions annotated-schemas/geo/geopose/advanced/context.jsonld
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"@context": {
"quaternion": {
"@id": "geopose:quaternion",
"@context": {
"x": "geopose:x",
"y": "geopose:y",
"z": "geopose:z",
"w": "geopose:w"
}
},
"@id": "geopose:quaternion"
},
"position": {
"@id": "geopose:position",
Expand Down
8 changes: 4 additions & 4 deletions annotated-schemas/geo/geopose/basic/quaternion/context.jsonld
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"@context": {
"position": {
"@id": "geopose:position",
"@context": {
"lat": "geo:lat",
"lon": "geo:long",
"h": "geopose:h"
}
},
"@id": "geopose:position"
},
"quaternion": {
"@id": "geopose:quaternion",
"@context": {
"x": "geopose:x",
"y": "geopose:y",
"z": "geopose:z",
"w": "geopose:w"
}
},
"@id": "geopose:quaternion"
},
"geopose": "http://example.com/geopose/",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
Expand Down
8 changes: 4 additions & 4 deletions annotated-schemas/geo/geopose/basic/ypr/context.jsonld
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"@context": {
"position": {
"@id": "geopose:position",
"@context": {
"lat": "geo:lat",
"lon": "geo:long",
"h": "geopose:h"
}
},
"@id": "geopose:position"
},
"angles": {
"@id": "geopose:angles",
"@context": {
"yaw": "geopose:yaw",
"pitch": "geopose:pitch",
"roll": "geopose:roll"
}
},
"@id": "geopose:angles"
},
"geopose": "http://example.com/geopose/",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
Expand Down
38 changes: 19 additions & 19 deletions annotated-schemas/geo/json-fg/feature-lenient/context.jsonld
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"@context": {
"type": "@type",
"id": "@id",
"properties": "@nest",
"geometry": {
"@id": "geojson:geometry",
"@context": {}
},
"bbox": {
"@container": "@list",
"@id": "geojson:bbox"
},
"Feature": "geojson:Feature",
"FeatureCollection": "geojson:FeatureCollection",
"GeometryCollection": "geojson:GeometryCollection",
Expand All @@ -20,31 +9,42 @@
"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"
},
"type": "@type",
"id": "@id",
"links": {
"@id": "rdfs:seeAlso",
"@context": {
"href": "oa:hasTarget",
"rel": {
"@id": "http://www.iana.org/assignments/relation",
"@type": "@id",
"@context": {
"@base": "http://www.iana.org/assignments/relation/"
}
},
"@id": "http://www.iana.org/assignments/relation",
"@type": "@id"
},
"type": "dct:type",
"hreflang": "dct:language",
"title": "rdfs:label",
"length": "dct:extent"
}
},
"@id": "rdfs:seeAlso"
},
"coordinates": {
"@container": "@list",
"@id": "geojson:coordinates"
"geometry": {
"@context": {},
"@id": "geojson:geometry"
},
"properties": "@nest",
"geojson": "https://purl.org/geojson/vocab#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"oa": "http://www.w3.org/ns/oa#",
Expand Down
38 changes: 19 additions & 19 deletions annotated-schemas/geo/json-fg/feature/context.jsonld
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"@context": {
"type": "@type",
"id": "@id",
"properties": "@nest",
"geometry": {
"@id": "geojson:geometry",
"@context": {}
},
"bbox": {
"@container": "@list",
"@id": "geojson:bbox"
},
"Feature": "geojson:Feature",
"FeatureCollection": "geojson:FeatureCollection",
"GeometryCollection": "geojson:GeometryCollection",
Expand All @@ -20,31 +9,42 @@
"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"
},
"type": "@type",
"id": "@id",
"links": {
"@id": "rdfs:seeAlso",
"@context": {
"href": "oa:hasTarget",
"rel": {
"@id": "http://www.iana.org/assignments/relation",
"@type": "@id",
"@context": {
"@base": "http://www.iana.org/assignments/relation/"
}
},
"@id": "http://www.iana.org/assignments/relation",
"@type": "@id"
},
"type": "dct:type",
"hreflang": "dct:language",
"title": "rdfs:label",
"length": "dct:extent"
}
},
"@id": "rdfs:seeAlso"
},
"coordinates": {
"@container": "@list",
"@id": "geojson:coordinates"
"geometry": {
"@context": {},
"@id": "geojson:geometry"
},
"properties": "@nest",
"geojson": "https://purl.org/geojson/vocab#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"oa": "http://www.w3.org/ns/oa#",
Expand Down

This file was deleted.

Loading

0 comments on commit 846144b

Please sign in to comment.