Add support for arbitrary identifiers to the curation aid #33
1 changed files with 6 additions and 0 deletions
|
|
@ -24,8 +24,10 @@ comments:
|
|||
license: CC-BY-4.0
|
||||
|
||||
prefixes:
|
||||
ADMS: http://www.w3.org/ns/adms#
|
||||
dash: http://datashapes.org/dash#
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
dlidentifiers: https://concepts.datalad.org/s/identifiers/unreleased/
|
||||
dlschemas: https://concepts.datalad.org/s/
|
||||
dlthings: https://concepts.datalad.org/s/things/v1/
|
||||
dltypes: https://concepts.datalad.org/s/types/unreleased/
|
||||
|
|
@ -39,12 +41,14 @@ prefixes:
|
|||
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||
sh: http://www.w3.org/ns/shacl#
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
spdx: http://spdx.org/rdf/terms#
|
||||
w3ctr: https://www.w3.org/TR/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
|
||||
default_prefix: inm7si
|
||||
|
||||
emit_prefixes:
|
||||
- dlidentifiers
|
||||
- dlthings
|
||||
- dltypes
|
||||
- inm7
|
||||
|
|
@ -55,6 +59,7 @@ emit_prefixes:
|
|||
|
||||
imports:
|
||||
- dlschemas:things/v1
|
||||
- dlschemas:identifiers/unreleased
|
||||
|
||||
|
||||
enums:
|
||||
|
|
@ -343,6 +348,7 @@ classes:
|
|||
slots:
|
||||
- curation_comments
|
||||
- display_name
|
||||
- identifiers
|
||||
slot_usage:
|
||||
display_name:
|
||||
recommended: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue