Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions linkml_model/model/schema/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ prefixes:
mediatypes: https://www.iana.org/assignments/media-types/
oslc: http://open-services.net/ns/core#
bibo: http://purl.org/ontology/bibo/
dcterms: http://purl.org/dc/terms/

default_prefix: datasets
default_range: string
Expand Down
3 changes: 3 additions & 0 deletions linkml_model/model/schema/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ prefixes:
qudt: http://qudt.org/schema/qudt/
cdisc: http://rdf.cdisc.org/mms#
SIO: http://semanticscience.org/resource/SIO_
dcterms: http://purl.org/dc/terms/
rdfs: http://www.w3.org/2000/01/rdf-schema#
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#

default_prefix: linkml
default_range: string
Expand Down
1 change: 1 addition & 0 deletions linkml_model/model/schema/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/
prefixes:
linkml: https://w3id.org/linkml/
qudt: http://qudt.org/schema/qudt/
rdfs: http://www.w3.org/2000/01/rdf-schema#

default_prefix: linkml
default_range: string
Expand Down
Loading