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
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions linkml_model/model/schema/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ types:
If you are authoring schemas in LinkML YAML, the type is referenced with the lower case "date_or_datetime".

uriorcurie:
uri: xsd:anyURI
uri: linkml:UriOrCurie
base: URIorCURIE
repr: str
description: a URI or a CURIE
notes: >-
If you are authoring schemas in LinkML YAML, the type is referenced with the lower case "uriorcurie".

curie:
uri: xsd:string
uri: linkml:Curie
base: Curie
repr: str
description: a compact URI
Expand Down
Loading