Skip to content
Open
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
23 changes: 23 additions & 0 deletions base_classes/NXobject.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@
</item>
<item value="PURL">
<doc>
DEPRECATED: use IRI instead

Persistent Uniform Resource Locator.

A Persistent Uniform Resource Locator (PURL) is a type of URL designed to provide a stable, long-term reference to a web
Expand All @@ -192,6 +194,27 @@
Example: https://purl.org/dc/elements/1.1/title
</doc>
</item>
<item value="IRI">
<doc>
Internationalized Resource identifier

An identifier that conform to RFC 3987. IRIs are
similar to URIs but support non-ASCII characters.

All non-ASCII code points in the IRI should next be
encoded as UTF-8, and the resulting bytes
percent-encoded, to produce a valid URI.

This type is recommended for concepts in ontologies.
Service should support Content-Negotiation, to allow clients
to request information about the resource in a semantic
data format.

Syntax: scheme://domain:port/path?query_string#fragment_id
Example: https://example.org/résumé.html is written
https://example.org/r%E9sum%E9.html
</doc>
</item>
<item value="ROR">
<doc>
Research Organization Registry
Expand Down
Loading