dump-things API requires anything to be derived from Thing #18
2 changed files with 6 additions and 9 deletions
|
|
@ -22,6 +22,7 @@ license: CC-BY-4.0
|
|||
prefixes:
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
dlschemas: https://concepts.datalad.org/s/
|
||||
dlthings: https://concepts.datalad.org/s/things/v1/
|
||||
dltypes: https://concepts.datalad.org/s/types/unreleased/
|
||||
eunal: http://publications.europa.eu/resource/authority/
|
||||
inm7flatentry: https://concepts.inm7.de/s/flatentry/unreleased/
|
||||
|
|
@ -38,22 +39,17 @@ prefixes:
|
|||
default_prefix: inm7flatentry
|
||||
|
||||
emit_prefixes:
|
||||
- dlthings
|
||||
- dltypes
|
||||
- rdf
|
||||
- rdfs
|
||||
- skos
|
||||
- xsd
|
||||
|
||||
imports:
|
||||
- linkml:types
|
||||
- dlschemas:types/unreleased
|
||||
- dlschemas:things/v1
|
||||
|
||||
slots:
|
||||
pid:
|
||||
identifier: true
|
||||
description: >-
|
||||
Identifier of the submission
|
||||
range: uriorcurie
|
||||
|
||||
family_name:
|
||||
description: >-
|
||||
The (inherited) family name of the subject. In many Western languages this is the
|
||||
|
|
@ -88,10 +84,10 @@ slots:
|
|||
classes:
|
||||
Person:
|
||||
class_uri: inm7flatentry:Person
|
||||
is_a: Thing
|
||||
description: >-
|
||||
A person.
|
||||
slots:
|
||||
- pid
|
||||
- additional_names
|
||||
- family_name
|
||||
- given_name
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"pid": "inm7:persons/zorro",
|
||||
"schema_type": "inm7flatentry:Person",
|
||||
"additional_names": [
|
||||
"Zorro"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue