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

added legal person to legal participant correction in ontology #45

Closed robertschubert closed 3 weeks ago

robertschubert commented 3 weeks ago

Current situation The ontology defines LegalPerson and the shacl shape defines LegalParticipant. The shacl shape does not know LegalPerson. The gx wizard generates participants as LegalParticipant.

Target situation The vocabulary in ontology and shacl must match. Change LegalPerson to LegalParticipant in the ontology so it matches the generated claims of the gx wizard. This is done as a new correction method and documented in the readme file.

Next steps


Current situation the subclassOf attribute points to <http://w3id.org/gaia-x/core#Participant> and not to rdfs:subClassOf <https://w3id.org/gaia-x/core#Participant> (http vs https). So there is currently no connection to the gaia-x vocabulary.

Target situation change http to https for subclassOf and range attributes.