Skip to content

Commit 922958b

Browse files
committed
Adding a curie type. linkml develper call 2023-02-03
1 parent b412e72 commit 922958b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

linkml_model/model/schema/types.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,15 @@ types:
113113
repr: str
114114
description: a URI or a CURIE
115115

116+
curie:
117+
uri: xsd:string
118+
base: Curie
119+
repr: str
120+
description: a compact URI
121+
comments:
122+
- in RDF serializations this MUST be expanded to a URI
123+
- in non-RDF serializations MAY be serialized as the compact representation
124+
116125
uri:
117126
uri: xsd:anyURI
118127
base: URI

0 commit comments

Comments
 (0)