Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jul 25, 2024
1 parent 369affb commit ce97c64
Show file tree
Hide file tree
Showing 46 changed files with 4,194 additions and 851 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,3 @@ path @id
/properties/IataCode
/properties/IcaoCode
/properties/Name
/MyFeature/type @type
/MyFeature/id @id
/MyFeature/properties @nest
/MyFeature/geometry https://purl.org/geojson/vocab#geometry
/MyFeature/geometry/type @type
/MyFeature/geometry/coordinates https://purl.org/geojson/vocab#coordinates
/MyFeature/geometry/bbox https://purl.org/geojson/vocab#bbox
/MyFeature/geometry/geometries
/MyFeature/geometry/geometries/type @type
/MyFeature/geometry/geometries/coordinates https://purl.org/geojson/vocab#coordinates
/MyFeature/geometry/geometries/bbox https://purl.org/geojson/vocab#bbox
/MyFeature/bbox https://purl.org/geojson/vocab#bbox
/MyFeature/links http://www.w3.org/2000/01/rdf-schema#seeAlso
/MyFeature/links/href http://www.w3.org/ns/oa#hasTarget
/MyFeature/links/rel http://www.iana.org/assignments/relation
/MyFeature/links/anchor
/MyFeature/links/type http://purl.org/dc/terms/type
/MyFeature/links/hreflang http://purl.org/dc/terms/language
/MyFeature/links/title http://www.w3.org/2000/01/rdf-schema#label
/MyFeature/links/length http://purl.org/dc/terms/extent
/MyFeature/properties/id
/MyFeature/properties/type
/MyFeature/properties/IataCode
/MyFeature/properties/IcaoCode
/MyFeature/properties/Name
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,3 @@ path @id
/links/title http://www.w3.org/2000/01/rdf-schema#label
/links/length http://purl.org/dc/terms/extent
/properties/myProp http://example.org/myModel/myProp
/MyFeature/type @type
/MyFeature/id @id
/MyFeature/properties @nest
/MyFeature/geometry https://purl.org/geojson/vocab#geometry
/MyFeature/geometry/type @type
/MyFeature/geometry/coordinates https://purl.org/geojson/vocab#coordinates
/MyFeature/geometry/bbox https://purl.org/geojson/vocab#bbox
/MyFeature/geometry/geometries
/MyFeature/geometry/geometries/type @type
/MyFeature/geometry/geometries/coordinates https://purl.org/geojson/vocab#coordinates
/MyFeature/geometry/geometries/bbox https://purl.org/geojson/vocab#bbox
/MyFeature/bbox https://purl.org/geojson/vocab#bbox
/MyFeature/links http://www.w3.org/2000/01/rdf-schema#seeAlso
/MyFeature/links/href http://www.w3.org/ns/oa#hasTarget
/MyFeature/links/rel http://www.iana.org/assignments/relation
/MyFeature/links/anchor
/MyFeature/links/type http://purl.org/dc/terms/type
/MyFeature/links/hreflang http://purl.org/dc/terms/language
/MyFeature/links/title http://www.w3.org/2000/01/rdf-schema#label
/MyFeature/links/length http://purl.org/dc/terms/extent
/MyFeature/properties/myProp http://example.org/myModel/myProp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
path @id
/type @type
/id @id
/properties @nest
/geometry https://purl.org/geojson/vocab#geometry
/geometry/type @type
/geometry/coordinates https://purl.org/geojson/vocab#coordinates
/geometry/bbox https://purl.org/geojson/vocab#bbox
/geometry/geometries
/geometry/geometries/type @type
/geometry/geometries/coordinates https://purl.org/geojson/vocab#coordinates
/geometry/geometries/bbox https://purl.org/geojson/vocab#bbox
/bbox https://purl.org/geojson/vocab#bbox
/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
/links/anchor
/links/type http://purl.org/dc/terms/type
/links/hreflang http://purl.org/dc/terms/language
/links/title http://www.w3.org/2000/01/rdf-schema#label
/links/length http://purl.org/dc/terms/extent
/featureType @type
/time http://purl.org/dc/terms/time
/time/date http://www.w3.org/2006/time#hasTime
/time/timestamp http://www.w3.org/2006/time#hasTime
/time/interval http://www.w3.org/2006/time#hasTime
/coordRefSys http://www.opengis.net/def/glossary/term/CoordinateReferenceSystemCRS
/coordRefSys/type
/coordRefSys/href
/coordRefSys/epoch
/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
/properties/myProp http://example.org/myModel/myProp
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"@context": {
"type": "@type",
"id": "@id",
"properties": "@nest",
"geometry": {
"@context": {},
"@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"
},
"links": {
"@context": {
"href": {
"@type": "@id",
"@id": "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"
},
"featureType": "@type",
"time": {
"@context": {
"date": {
"@id": "owlTime:hasTime",
"@type": "xsd:date"
},
"timestamp": {
"@id": "owlTime:hasTime",
"@type": "xsd:dateTime"
},
"interval": {
"@id": "owlTime:hasTime",
"@container": "@list"
}
},
"@id": "dct:time"
},
"coordRefSys": "http://www.opengis.net/def/glossary/term/CoordinateReferenceSystemCRS",
"place": "dct:spatial",
"Polyhedron": "geojson:Polyhedron",
"MultiPolyhedron": "geojson:MultiPolyhedron",
"Prism": {
"@id": "geojson:Prism",
"@context": {
"base": "geojson:prismBase",
"lower": "geojson:prismLower",
"upper": "geojson:prismUpper"
}
},
"MultiPrism": {
"@id": "geojson:MultiPrism",
"@context": {
"prisms": "geojson:prisms"
}
},
"coordinates": {
"@container": "@list",
"@id": "geojson:coordinates"
},
"geometries": {
"@id": "geojson:geometry",
"@container": "@list"
},
"myProp": "http://example.org/myModel/myProp",
"geojson": "https://purl.org/geojson/vocab#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"oa": "http://www.w3.org/ns/oa#",
"dct": "http://purl.org/dc/terms/",
"owlTime": "http://www.w3.org/2006/time#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"@version": 1.1
}
}
Loading

0 comments on commit ce97c64

Please sign in to comment.