Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CityRDF Scope of Work #1

Open
VladimirAlexiev opened this issue Apr 30, 2024 · 2 comments
Open

CityRDF Scope of Work #1

VladimirAlexiev opened this issue Apr 30, 2024 · 2 comments

Comments

@VladimirAlexiev
Copy link

VladimirAlexiev commented Apr 30, 2024

Meeting minutes 30 Apr 2024 with @rob-metalinkage @avillar @nataschake @peterrdf @svilenvarbanov2019

CityRDF Scope of Work

  1. CityGML to CityJSON conversions: are they authoritive?
    • Rob: CityJSON has its peculiar geometry representaiton and schema, it's unlike any other (not like GeoJSON).
      It is a complex thing: arrays of vertex coordinates, and another parallel array of their meanings/connectivity.
      So the geometry is "far away" from the features/objects.
    • So CHEK wants to use CityJSON, but will transform it into a different JSON representation
    • Vlado: how to "retype" rdf:JSON to geo:geoJSONLiteral? w3c/json-ld-syntax#425 may be relevant (how to capture geometry as an opaque literal, and "retype" rdf:JSON to geo:geoJSONLiteral?)
    • How much of CityGML is captured by CityJSON? The "best 95%"
    • CityJSON geometries:
"MultiPoint"
"MultiLineString"
"MultiSurface"
"CompositeSurface"
"Solid"
"MultiSolid"
"CompositeSolid"
  1. CHECK wants to use with GeoJSON/FG JSON that's much close to RDF (through JSONLD)
    • GeoJSON is not enough for engineering survey applciations, because it uses only WGS 84
    • FG JSON adds various CRS, and even time-dependent coordinates (the land in Australia moves 7cm/year)
  2. GeoSPARQL 1.3 is gathering requirements.
  3. Analyze gaps between CityGML geopmetries (eg CSG, swept volumes, etc) and native implementations
    • Similar to what we discussed with RDF.bg about IFC geometries, maybe we need to express that into simplified geometries (eg TINs):
    • Eg implementations: RDF.bg geometry library, OCC, GlTF
    • We probably need to keep multiple/redundant geometry representations: various LOD, various implementations, building element bounding boxes (eg IFCtoLBD extracts such, emitting pseudo-WKT)
  4. CityRDF ontology: start with an automatic UML->OWL conversion by ShapeChange.
    But then customize to:
    • Capture geometries as opaque GML literals ala GeoSPARQL
    • Alejandro: won't be too hard to resolve CityJSON geometries to WKT
    • Vlado: but is WKT on par with GML? I think WKT covers only SF, whereas GML covers a lot more.
      Rob: I don't think WKT is expressive enough.
    • Get rid of ADE classes and props, and abstract classes due to them
  5. Craft JSONLD context
  6. Craft JSONLD frame to conform to "CityJSON v2" (FG JSON schema for Cities)
  7. Round-trip some examples XML->JSON->RDF and back
  8. Write a XML->RDF convertor (eg in xsparql, lixr, rml) that does XML->RDF directly, not XML->JSON->RDF
  9. Maybe derive/author SHACL shapes for additional structural checking
  10. Incorporate LandUse classes/props from:
    • INSPIRE PLU
    • DE XPlanung?
    • LandXML
    • InfraGML
    • 3DCadastres Workshop 2024 and new work group working on Land Use (LADM, 3D LAnd Administration), within FIG (International Federation of Surveyors: standard settings org on global land survey).
    • How about topography, i.e. terrain? (see "Building Height" example below)
  11. Development driven by use/test cases (i.e. individual checking requirements)
  • Eg Building Height:
    • DE case: they have 2 reference points: ground (eg according to average water level at some NL canal lock: Germans!); building (eg eaves, or top of roof)
    • ES case: in a mountainous city, where the building is partly embedded in the rock, do you measure from street level (front of building), or basement level (back of building)?
      In Norway there's no rule how many basements you can have, so a guy had a cellar, a luxury sunning room, and a car garage on top of each other. (He was "lucky" to build on a steep rocky shore)
  1. Logistics: rename ogc/CHEK-profiles to something like ogc/CityRDF, invite the participants (see list on top)
@VladimirAlexiev
Copy link
Author

VladimirAlexiev commented Apr 30, 2024

@avillar avillar transferred this issue from ogcincubator/chek-profiles May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants