Skip to content
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