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 14, 2023
1 parent daf454d commit 75c2381
Show file tree
Hide file tree
Showing 53 changed files with 1,268 additions and 869 deletions.
22 changes: 20 additions & 2 deletions build/annotated/geo/topo/features/topo-arc/schema-oas3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,18 @@
"references": {
"minItems": 3,
"maxItems": 3
},
"orientation": {
"type": "string",
"enum": [
"cw",
"ccw"
]
}
}
},
"required": [
"orientation"
]
},
{
"properties": {
Expand All @@ -51,10 +61,18 @@
},
"radius": {
"type": "number"
},
"orientation": {
"type": "string",
"enum": [
"cw",
"ccw"
]
}
},
"required": [
"radius"
"radius",
"orientation"
]
},
{
Expand Down
13 changes: 13 additions & 0 deletions build/annotated/geo/topo/features/topo-arc/schema-oas3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ x-defs:
references:
minItems: 3
maxItems: 3
orientation:
type: string
enum:
- cw
- ccw
required:
- orientation
- properties:
type:
type: string
Expand All @@ -31,8 +38,14 @@ x-defs:
maxItems: 2
radius:
type: number
orientation:
type: string
enum:
- cw
- ccw
required:
- radius
- orientation
- properties:
type:
type: string
Expand Down
22 changes: 20 additions & 2 deletions build/annotated/geo/topo/features/topo-arc/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,18 @@
"references": {
"minItems": 3,
"maxItems": 3
},
"orientation": {
"type": "string",
"enum": [
"cw",
"ccw"
]
}
}
},
"required": [
"orientation"
]
},
{
"properties": {
Expand All @@ -50,10 +60,18 @@
},
"radius": {
"type": "number"
},
"orientation": {
"type": "string",
"enum": [
"cw",
"ccw"
]
}
},
"required": [
"radius"
"radius",
"orientation"
]
},
{
Expand Down
13 changes: 13 additions & 0 deletions build/annotated/geo/topo/features/topo-arc/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ allOf:
references:
minItems: 3
maxItems: 3
orientation:
type: string
enum:
- cw
- ccw
required:
- orientation
- properties:
type:
type: string
Expand All @@ -30,8 +37,14 @@ allOf:
maxItems: 2
radius:
type: number
orientation:
type: string
enum:
- cw
- ccw
required:
- radius
- orientation
- properties:
type:
type: string
Expand Down
72 changes: 36 additions & 36 deletions build/bblocks.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@
"validationPassed": true,
"testOutputs": "https://github.com/ogcincubator/topo-feature/blob/master/build/tests/geo/topo/datatypes/topology/",
"documentation": {
"markdown": {
"mediatype": "text/markdown",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/datatypes/topology/index.md"
},
"json-full": {
"mediatype": "application/json",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/datatypes/topology/index.json"
},
"markdown": {
"mediatype": "text/markdown",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/datatypes/topology/index.md"
},
"slate": {
"mediatype": "text/html",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/datatypes/topology/"
Expand Down Expand Up @@ -137,8 +137,8 @@
],
"shaclRules": {
"ogc.geo.topo.features.topo-feature": [
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl"
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl"
]
},
"shaclClosures": [
Expand All @@ -158,14 +158,14 @@
"validationPassed": true,
"testOutputs": "https://github.com/ogcincubator/topo-feature/blob/master/build/tests/geo/topo/features/topo-feature/",
"documentation": {
"markdown": {
"mediatype": "text/markdown",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-feature/index.md"
},
"json-full": {
"mediatype": "application/json",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/features/topo-feature/index.json"
},
"markdown": {
"mediatype": "text/markdown",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-feature/index.md"
},
"slate": {
"mediatype": "text/html",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/features/topo-feature/"
Expand Down Expand Up @@ -196,20 +196,20 @@
],
"shaclRules": {
"ogc.geo.topo.features.topo-arc": [
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl"
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl"
],
"ogc.geo.topo.features.topo-feature": [
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl"
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl"
]
},
"shaclClosures": [
"../topo-feature/examples/points.ttl"
],
"dependsOn": [
"ogc.geo.topo.features.topo-feature",
"ogc.geo.topo.datatypes.topology"
"ogc.geo.topo.datatypes.topology",
"ogc.geo.topo.features.topo-feature"
],
"schema": {
"application/yaml": "https://ogcincubator.github.io/topo-feature/build/annotated/geo/topo/features/topo-arc/schema.yaml",
Expand All @@ -220,14 +220,14 @@
"validationPassed": true,
"testOutputs": "https://github.com/ogcincubator/topo-feature/blob/master/build/tests/geo/topo/features/topo-arc/",
"documentation": {
"markdown": {
"mediatype": "text/markdown",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-arc/index.md"
},
"json-full": {
"mediatype": "application/json",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/features/topo-arc/index.json"
},
"markdown": {
"mediatype": "text/markdown",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-arc/index.md"
},
"slate": {
"mediatype": "text/html",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/features/topo-arc/"
Expand Down Expand Up @@ -259,13 +259,13 @@
],
"shaclRules": {
"ogc.geo.topo.features.topo-feature": [
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl"
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl"
]
},
"dependsOn": [
"ogc.geo.topo.features.topo-feature",
"ogc.geo.topo.datatypes.topology"
"ogc.geo.topo.datatypes.topology",
"ogc.geo.topo.features.topo-feature"
],
"schema": {
"application/yaml": "https://ogcincubator.github.io/topo-feature/build/annotated/geo/topo/features/topo-line/schema.yaml",
Expand All @@ -276,14 +276,14 @@
"validationPassed": true,
"testOutputs": "https://github.com/ogcincubator/topo-feature/blob/master/build/tests/geo/topo/features/topo-line/",
"documentation": {
"markdown": {
"mediatype": "text/markdown",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-line/index.md"
},
"json-full": {
"mediatype": "application/json",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/features/topo-line/index.json"
},
"markdown": {
"mediatype": "text/markdown",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-line/index.md"
},
"slate": {
"mediatype": "text/html",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/features/topo-line/"
Expand All @@ -307,12 +307,12 @@
"sources": [],
"shaclRules": {
"ogc.geo.topo.features.topo-feature-collection": [
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl"
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl"
],
"ogc.geo.topo.features.topo-feature": [
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl"
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature/tests/geometry-coordinates.shacl",
"https://ogcincubator.github.io/topo-feature/_sources/features/topo-feature-collection/tests/topo-refs-exist.shacl"
]
},
"maturity": "development",
Expand All @@ -335,14 +335,14 @@
"validationPassed": true,
"testOutputs": "https://github.com/ogcincubator/topo-feature/blob/master/build/tests/geo/topo/features/topo-feature-collection/",
"documentation": {
"markdown": {
"mediatype": "text/markdown",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-feature-collection/index.md"
},
"json-full": {
"mediatype": "application/json",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/features/topo-feature-collection/index.json"
},
"markdown": {
"mediatype": "text/markdown",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-feature-collection/index.md"
},
"slate": {
"mediatype": "text/html",
"url": "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/features/topo-feature-collection/"
Expand Down
42 changes: 21 additions & 21 deletions build/bblocks.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ bblocks:ogc.geo.topo.features.topo-arc a skos:Concept,
rdfs:label "Non-linear Arc and Spline Descriptions using Point topology" ;
dct:abstract "Defines options for describing Arcs, Circles, Splines using point features as canonical source of geometry coordinates" ;
dct:created "2023-11-01T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
dct:description [ dct:format "application/json" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/features/topo-arc/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-arc/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/features/topo-arc/" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/features/topo-arc/index.json" ] ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/features/topo-arc/" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-05-24"^^xsd:date ;
skos:inScheme <https://www.opengis.net/def/bblocks> ;
Expand Down Expand Up @@ -55,12 +55,12 @@ bblocks:ogc.geo.topo.features.topo-line a skos:Concept,
rdfs:label "Line using Point References" ;
dct:abstract "Demonstration of a schema using coordinates of points, without duplication. Reuses context but constrains to Line types" ;
dct:created "2023-04-05T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "application/json" ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-line/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/features/topo-line/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/features/topo-line/" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-line/index.md" ] ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/features/topo-line/" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-05-24"^^xsd:date ;
skos:inScheme <https://www.opengis.net/def/bblocks> ;
Expand All @@ -77,12 +77,12 @@ bblocks:ogc.geo.topo.datatypes.topology a skos:Concept,
rdfs:label "Geometry using references" ;
dct:abstract "Demonstration of a schema using coordinates of points, withpout duplication" ;
dct:created "2023-04-05T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/html" ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/datatypes/topology/index.md" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/datatypes/topology/" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/datatypes/topology/index.json" ],
[ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/datatypes/topology/index.md" ] ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/datatypes/topology/index.json" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-05-24"^^xsd:date ;
skos:inScheme <https://www.opengis.net/def/bblocks> ;
Expand All @@ -99,10 +99,10 @@ bblocks:ogc.geo.topo.features.topo-feature a skos:Concept,
dct:created "2023-07-05T00:00:00+00:00"^^xsd:dateTime ;
dct:description [ dct:format "text/markdown" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/markdown/geo/topo/features/topo-feature/index.md" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/features/topo-feature/index.json" ],
[ dct:format "text/html" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/features/topo-feature/" ] ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/slate-build/geo/topo/features/topo-feature/" ],
[ dct:format "application/json" ;
rdfs:isDefinedBy "https://ogcincubator.github.io/topo-feature/build/generateddocs/json-full/geo/topo/features/topo-feature/index.json" ] ;
dct:hasVersion "0.1" ;
dct:modified "2023-07-05"^^xsd:date ;
skos:inScheme <https://www.opengis.net/def/bblocks> ;
Expand All @@ -118,14 +118,14 @@ bblocks:ogc.geo.topo.features.topo-feature a skos:Concept,
skos:prefLabel "OGC Building Blocks Register" .

[] a prov:Activity ;
prov:endedAtTime "2023-12-13T07:04:11.776474"^^xsd:dateTime ;
prov:startedAtTime "2023-12-13T07:04:11.709919"^^xsd:dateTime ;
prov:endedAtTime "2023-12-14T21:27:48.330346"^^xsd:dateTime ;
prov:startedAtTime "2023-12-14T21:27:48.262215"^^xsd:dateTime ;
prov:used [ a prov:Entity ;
dct:format "application/yaml" ;
rdfs:seeAlso <file:///src/ogc/bblocks/register-context.yaml> ],
[ a prov:Entity ;
dct:format "application/json" ;
rdfs:seeAlso <https://ogcincubator.github.io/topo-feature/build/register.json> ] ;
rdfs:seeAlso <https://ogcincubator.github.io/topo-feature/build/register.json> ],
[ a prov:Entity ;
dct:format "application/yaml" ;
rdfs:seeAlso <file:///src/ogc/bblocks/register-context.yaml> ] ;
prov:wasAssociatedWith [ a prov:Agent,
schema:SoftwareApplication ;
rdfs:label "OGC-NA tools" ;
Expand Down
Loading

0 comments on commit 75c2381

Please sign in to comment.