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

fix: decouple 'curie' uri from 'uri' uri #202

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 22, 2024

  1. fix: decouple 'curie' uri from 'uri' uri

    The URIs assigned to the different types identify the types themselves,
    as a consequence two different types with the same URI would be expected
    to be synonyms (different names with the same meaning).
    
    This is the case for the types CURIE and URIorCURIE:
    1. CURIE had the URI 'xsd:anyURI' (the same as for URIs).
    2. URIorCURIE had the URI 'xsd:string' (the same as for strings).
    
    This patch assign both CURIE and URIorCURIE their own unique URIs to
    differentiate the different types from each other.
    
    Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
    Silvanoc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bd55265 View commit details
    Browse the repository at this point in the history