GAIA-X4PLC-AAD / ontology-management-base

Our implementation for an open automated ontology management process for GAIA-X interoperable ecosystems. Please use a community agreed domain specific class or if not yet available please create a new class and submit it for review.
Other
2 stars 0 forks source link

Refactor shacl shapes to reduce duplication #37

Closed robertschubert closed 1 week ago

robertschubert commented 1 month ago

As discussed with @jtdemer and @rcrswld we should refactor the shacl shapes to reduce duplication of shapes.

As an example there is a BoundingBoxShape duplicated in several other ontologies.

As I understood there will be a new GeoReferenceShape (name might sligtly change) where those geo informations will be encapsulated. After that this new shape can be encapsulated into the another ones with something like this:

     [ sh:minCount 1 ;
            sh:node geo-reference:GeoReferenceShape ;
            sh:path environment-model:geoInformation;
            sh:order 1 ] ;
3Dbastian commented 1 month ago

@rcrswld opened an issues to GeoreferenceShape

34 -> further comments will be there regarding this topic

With respect to this:

rcrswld commented 1 week ago

Has been solved so far