Skip to content

Commit 2c9f8a7

Browse files
committed
NXobject: add W3ID to identifier type
1 parent 36ae68e commit 2c9f8a7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

base_classes/NXobject.nxdl.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,18 @@
192192
Example: https://purl.org/dc/elements/1.1/title
193193
</doc>
194194
</item>
195+
<item value="W3ID">
196+
<doc>
197+
A w3id is a persistent HTTP URI provided via the w3id.org service,
198+
operated by the W3C Permanent Identifier Community Group.
199+
200+
It is implemented as a permanent, managed redirect, typically used
201+
for vocabularies, ontologies, Linked Data resources, and research artifacts.
202+
203+
Syntax: https://w3id.org/{path}
204+
Example: https://w3id.org/example/resource
205+
</doc>
206+
</item>
195207
<item value="ROR">
196208
<doc>
197209
Research Organization Registry

0 commit comments

Comments
 (0)