Skip to content

Commit d4cbd5e

Browse files
chore: enrich id slot
1 parent e53a511 commit d4cbd5e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

linkml_model/model/schema/datasets.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ prefixes:
2323
mediatypes: https://www.iana.org/assignments/media-types/
2424
oslc: http://open-services.net/ns/core#
2525
bibo: http://purl.org/ontology/bibo/
26+
REPR: https://w3id.org/reproduceme#
27+
SIO: http://semanticscience.org/resource/SIO_
28+
WIKIDATA_PROPERTY: https://www.wikidata.org/prop/
2629

2730
default_prefix: datasets
2831
default_range: string
@@ -123,12 +126,25 @@ classes:
123126
# Slots #
124127
# ==================================
125128
slots:
129+
126130
id:
127131
identifier: true
128-
description: the unique name of th dataset
132+
description: the unique identifier of the entity
129133
slot_uri: dcterms:identifier
130134
exact_mappings:
135+
- REPR:id
131136
- schema:name
137+
related_mappings:
138+
- SIO:000672 # is identifier for
139+
- SIO:000674 # is unique identifier for
140+
narrow_mappings:
141+
- dcterms:eventID
142+
- dcterms:parentEventID
143+
- dcterms:identificationID
144+
- REPR:doi
145+
- schema:productID
146+
- schema:taxID
147+
- WIKIDATA_PROPERTY:P3743 # ITU/ISO/IEC Id
132148

133149
title:
134150
description: the official title of the element

0 commit comments

Comments
 (0)