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
|
license: CC-BY-4.0
|
||||||
|
|
||||||
prefixes:
|
prefixes:
|
||||||
|
ADMS: http://www.w3.org/ns/adms#
|
||||||
dash: http://datashapes.org/dash#
|
dash: http://datashapes.org/dash#
|
||||||
dcterms: http://purl.org/dc/terms/
|
dcterms: http://purl.org/dc/terms/
|
||||||
|
dlidentifiers: https://concepts.datalad.org/s/identifiers/unreleased/
|
||||||
dlschemas: https://concepts.datalad.org/s/
|
dlschemas: https://concepts.datalad.org/s/
|
||||||
dlthings: https://concepts.datalad.org/s/things/v1/
|
dlthings: https://concepts.datalad.org/s/things/v1/
|
||||||
dltypes: https://concepts.datalad.org/s/types/unreleased/
|
dltypes: https://concepts.datalad.org/s/types/unreleased/
|
||||||
|
|
@ -39,12 +41,14 @@ prefixes:
|
||||||
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||||
sh: http://www.w3.org/ns/shacl#
|
sh: http://www.w3.org/ns/shacl#
|
||||||
skos: http://www.w3.org/2004/02/skos/core#
|
skos: http://www.w3.org/2004/02/skos/core#
|
||||||
|
spdx: http://spdx.org/rdf/terms#
|
||||||
w3ctr: https://www.w3.org/TR/
|
w3ctr: https://www.w3.org/TR/
|
||||||
xsd: http://www.w3.org/2001/XMLSchema#
|
xsd: http://www.w3.org/2001/XMLSchema#
|
||||||
|
|
||||||
default_prefix: inm7si
|
default_prefix: inm7si
|
||||||
|
|
||||||
emit_prefixes:
|
emit_prefixes:
|
||||||
|
- dlidentifiers
|
||||||
- dlthings
|
- dlthings
|
||||||
- dltypes
|
- dltypes
|
||||||
- inm7
|
- inm7
|
||||||
|
|
@ -55,6 +59,7 @@ emit_prefixes:
|
||||||
|
|
||||||
imports:
|
imports:
|
||||||
- dlschemas:things/v1
|
- dlschemas:things/v1
|
||||||
|
- dlschemas:identifiers/unreleased
|
||||||
|
|
||||||
|
|
||||||
enums:
|
enums:
|
||||||
|
|
@ -343,6 +348,7 @@ classes:
|
||||||
slots:
|
slots:
|
||||||
- curation_comments
|
- curation_comments
|
||||||
- display_name
|
- display_name
|
||||||
|
- identifiers
|
||||||
slot_usage:
|
slot_usage:
|
||||||
display_name:
|
display_name:
|
||||||
recommended: true
|
recommended: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue