dump-things API requires anything to be derived from Thing #18

Merged
mih merged 1 commit from flatentry into main 2025-04-22 08:15:13 +00:00
2 changed files with 6 additions and 9 deletions

View file

@ -22,6 +22,7 @@ license: CC-BY-4.0
prefixes: prefixes:
dcterms: http://purl.org/dc/terms/ dcterms: http://purl.org/dc/terms/
dlschemas: https://concepts.datalad.org/s/ dlschemas: https://concepts.datalad.org/s/
dlthings: https://concepts.datalad.org/s/things/v1/
dltypes: https://concepts.datalad.org/s/types/unreleased/ dltypes: https://concepts.datalad.org/s/types/unreleased/
eunal: http://publications.europa.eu/resource/authority/ eunal: http://publications.europa.eu/resource/authority/
inm7flatentry: https://concepts.inm7.de/s/flatentry/unreleased/ inm7flatentry: https://concepts.inm7.de/s/flatentry/unreleased/
@ -38,22 +39,17 @@ prefixes:
default_prefix: inm7flatentry default_prefix: inm7flatentry
emit_prefixes: emit_prefixes:
- dlthings
- dltypes - dltypes
- rdf - rdf
- rdfs - rdfs
- skos
- xsd - xsd
imports: imports:
- linkml:types - dlschemas:things/v1
- dlschemas:types/unreleased
slots: slots:
pid:
identifier: true
description: >-
Identifier of the submission
range: uriorcurie
family_name: family_name:
description: >- description: >-
The (inherited) family name of the subject. In many Western languages this is the The (inherited) family name of the subject. In many Western languages this is the
@ -88,10 +84,10 @@ slots:
classes: classes:
Person: Person:
class_uri: inm7flatentry:Person class_uri: inm7flatentry:Person
is_a: Thing
description: >- description: >-
A person. A person.
slots: slots:
- pid
- additional_names - additional_names
- family_name - family_name
- given_name - given_name

View file

@ -1,5 +1,6 @@
{ {
"pid": "inm7:persons/zorro", "pid": "inm7:persons/zorro",
"schema_type": "inm7flatentry:Person",
"additional_names": [ "additional_names": [
"Zorro" "Zorro"
], ],