Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: enrich id slot #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
18 changes: 17 additions & 1 deletion linkml_model/model/schema/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ prefixes:
mediatypes: https://www.iana.org/assignments/media-types/
oslc: http://open-services.net/ns/core#
bibo: http://purl.org/ontology/bibo/
REPR: https://w3id.org/reproduceme#
SIO: http://semanticscience.org/resource/SIO_
WIKIDATA_PROPERTY: https://www.wikidata.org/prop/

default_prefix: datasets
default_range: string
Expand Down Expand Up @@ -123,12 +126,25 @@ classes:
# Slots #
# ==================================
slots:

id:
identifier: true
description: the unique name of th dataset
description: the unique identifier of the entity
slot_uri: dcterms:identifier
exact_mappings:
- REPR:id
- schema:name
related_mappings:
- SIO:000672 # is identifier for
- SIO:000674 # is unique identifier for
narrow_mappings:
- dcterms:eventID
- dcterms:parentEventID
- dcterms:identificationID
- REPR:doi
- schema:productID
- schema:taxID
- WIKIDATA_PROPERTY:P3743 # ITU/ISO/IEC Id

title:
description: the official title of the element
Expand Down
Loading