From 1aac56e5e92a126edf25b021f2f0209615b84411 Mon Sep 17 00:00:00 2001 From: Rob Atkinson Date: Thu, 8 Aug 2024 16:16:10 +1000 Subject: [PATCH] complete GeoSparql feature example --- _sources/feature/geosparqlFeature/schema.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_sources/feature/geosparqlFeature/schema.yaml b/_sources/feature/geosparqlFeature/schema.yaml index 8bff8be..783b507 100644 --- a/_sources/feature/geosparqlFeature/schema.yaml +++ b/_sources/feature/geosparqlFeature/schema.yaml @@ -2,4 +2,6 @@ allOf: - $ref: bblocks://ogc.geo.features.feature - properties: geometry: - type: object \ No newline at end of file + type: object + properties: + $ref: ../propertySet/schema.yaml \ No newline at end of file