File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
linkml_model/model/schema Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,20 @@ types:
121121 comments :
122122 - in RDF serializations this MUST be expanded to a URI
123123 - in non-RDF serializations MAY be serialized as the compact representation
124+ conforms_to : https://www.w3.org/TR/curie/
124125
125126 uri :
126127 uri : xsd:anyURI
127128 base : URI
128129 repr : str
129130 description : a complete URI
131+ comments :
132+ - >-
133+ in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or
134+ a reference to an identifier, in which case it is translated directly to a node
130135 close_mappings :
131136 - schema:URL
137+ conforms_to : https://www.ietf.org/rfc/rfc3987.txt
132138
133139 ncname :
134140 uri : xsd:string
You can’t perform that action at this time.
0 commit comments