Skip to content

Update Ontology Namespace

Vincent Kelleher requested to merge LAB-599_change_namespace into develop

Use # instead of / as a suffix

It is a general practice to use # as a namespace suffix instead of / because it simplifies the exposure of JSON-LD contexts through HTTP web services.

The Gaia-X ontology namespace will now be:

For example, referencing the LegalParticipant class of the development version will be done with https://w3id.org/gaia-x/development#LegalParticipant.

Remove the dot in the namespace

As you noticed in the example above, the namespace's version doesn't have a . in the case of a release version (not the development version). This is also to simplify the exposure of the context as dots can cause issues in URL and domain names (in the case of the IPFS DNS).

Merge request reports