File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
linkml_model/model/schema Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ prefixes:
23
23
mediatypes : https://www.iana.org/assignments/media-types/
24
24
oslc : http://open-services.net/ns/core#
25
25
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/
26
29
27
30
default_prefix : datasets
28
31
default_range : string
@@ -123,12 +126,25 @@ classes:
123
126
# Slots #
124
127
# ==================================
125
128
slots :
129
+
126
130
id :
127
131
identifier : true
128
- description : the unique name of th dataset
132
+ description : the unique identifier of the entity
129
133
slot_uri : dcterms:identifier
130
134
exact_mappings :
135
+ - REPR:id
131
136
- 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
132
148
133
149
title :
134
150
description : the official title of the element
You can’t perform that action at this time.
0 commit comments