Skip to content

Commit

Permalink
fix: correct building context
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Dec 9, 2024
1 parent bd9d826 commit 2ac4b1c
Showing 1 changed file with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,30 @@
"@id": "https://data.vlaanderen.be/ns/generiek#lokaleIdentificator",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"gebouwPolygoon": {
"@id": "https://data.vlaanderen.be/ns/gebouw#Gebouw.geometrie",
"@type": "@id",
"@context": {
"geometrieMethode": {
"@id": "https://data.vlaanderen.be/ns/gebouw#methode",
"@type": "@id",
"@context": {
"@base": "https://data.vlaanderen.be/doc/concept/2Dgeometriemethode/"
}
},
"geometrie": {
"@id": "https://data.vlaanderen.be/ns/gebouw#Gebouw.geometrie",
"@context": {
"gml": {
"@id": "http://www.opengis.net/ont/geosparql#asGML",
"@type": "http://www.opengis.net/ont/geosparql#gmlLiteral"
},
"type": "@type",
"@vocab": "http://www.opengis.net/ont/sf#"
}
}
}
},
"gebouwStatus": {
"@id": "https://data.vlaanderen.be/ns/gebouw#Gebouw.status",
"@type": "@id",
Expand All @@ -27,50 +51,26 @@
"@id": "https://data.vlaanderen.be/ns/gebouw#bestaatUit",
"@type": "@id",
"@context": {
"detail": "http://www.iana.org/assignments/relation/self",
"@base": "https://data.vlaanderen.be/id/gebouweenheid/",
"objectId": "@id",
"status": {
"@id": "https://data.vlaanderen.be/ns/gebouw#Gebouweenheid.status",
"@type": "@id",
"@context": {
"@base": "https://data.vlaanderen.be/doc/concept/gebouweenheidstatus/"
},
"detail": "http://www.iana.org/assignments/relation/self",
"@base": "https://data.vlaanderen.be/id/gebouweenheid/"
}
},
"percelen": {
"@id": "https://data.vlaanderen.be/ns/gebouw#ligtOp",
"@type": "@id",
"@context": {
"objectId": "@id",
"detail": "http://www.iana.org/assignments/relation/self",
"@base": "https://data.vlaanderen.be/id/perceel/"
}
},
"gebouwPolygoon": {
"@id": "https://data.vlaanderen.be/ns/gebouw#Gebouw.geometrie",
"@type": "@id",
"@context": {
"geometrieMethode": {
"@id": "https://data.vlaanderen.be/ns/gebouw#methode",
"@type": "@id",
"@context": {
"@base": "https://data.vlaanderen.be/doc/concept/2Dgeometriemethode/"
}
},
"geometrie": {
"@id": "https://data.vlaanderen.be/ns/gebouw#Gebouw.geometrie",
"@context": {
"gml": {
"@id": "http://www.opengis.net/ont/geosparql#asGML",
"@type": "http://www.opengis.net/ont/geosparql#gmlLiteral"
},
"type": "@type",
"@vocab": "http://www.opengis.net/ont/sf#"
}
}
}
}
},
"percelen": {
"@id": "https://data.vlaanderen.be/ns/gebouw#ligtOp",
"@type": "@id",
"@context": {
"objectId": "@id",
"detail": "http://www.iana.org/assignments/relation/self",
"@base": "https://data.vlaanderen.be/id/perceel/"
}
}
}
}

0 comments on commit 2ac4b1c

Please sign in to comment.