Support Dataset #37
1 changed files with 71 additions and 7 deletions
|
|
@ -122,9 +122,9 @@ slots:
|
||||||
range: string
|
range: string
|
||||||
multivalued: true
|
multivalued: true
|
||||||
|
|
||||||
associated_projects:
|
contributing_projects:
|
||||||
description: >-
|
description: >-
|
||||||
Projects that are related to the subject.
|
Projects that have contributed to the subject.
|
||||||
range: Project
|
range: Project
|
||||||
multivalued: true
|
multivalued: true
|
||||||
|
|
||||||
|
|
@ -355,6 +355,12 @@ slots:
|
||||||
documents.
|
documents.
|
||||||
range: string
|
range: string
|
||||||
|
|
||||||
|
employed_datasets:
|
||||||
|
description: >-
|
||||||
|
Dataset(s) that informed the subject.
|
||||||
|
range: Dataset
|
||||||
|
multivalued: true
|
||||||
|
|
||||||
|
|
||||||
classes:
|
classes:
|
||||||
CurationAid:
|
CurationAid:
|
||||||
|
|
@ -411,6 +417,54 @@ classes:
|
||||||
sh:group: inm7si:AccoladePropertyGroup
|
sh:group: inm7si:AccoladePropertyGroup
|
||||||
sh:order: 3
|
sh:order: 3
|
||||||
|
|
||||||
|
Dataset:
|
||||||
|
class_uri: inm7si:Dataset
|
||||||
|
is_a: Thing
|
||||||
|
mixins:
|
||||||
|
- CurationAid
|
||||||
|
description: >-
|
||||||
|
A collection of data, published or curated by a single agent.
|
||||||
|
slots:
|
||||||
|
- title
|
||||||
|
- short_name
|
||||||
|
- authors
|
||||||
|
- contributing_projects
|
||||||
|
- acknowledgements
|
||||||
|
slot_usage:
|
||||||
|
title:
|
||||||
|
required: true
|
||||||
|
annotations:
|
||||||
|
sh:name: Title
|
||||||
|
sh:group: inm7si:DatasetPropertyGroup
|
||||||
|
sh:order: 1
|
||||||
|
short_name:
|
||||||
|
annotations:
|
||||||
|
sh:name: Short name
|
||||||
|
sh:group: inm7si:DatasetPropertyGroup
|
||||||
|
sh:order: 2
|
||||||
|
authors:
|
||||||
|
annotations:
|
||||||
|
sh:name: Author(s)
|
||||||
|
sh:group: inm7si:DatasetPropertyGroup
|
||||||
|
sh:order: 3
|
||||||
|
contributing_projects:
|
||||||
|
annotations:
|
||||||
|
sh:name: Contributing project(s)
|
||||||
|
sh:group: inm7si:DatasetPropertyGroup
|
||||||
|
sh:order: 4
|
||||||
|
description:
|
||||||
|
annotations:
|
||||||
|
sh:name: Description
|
||||||
|
sh:group: inm7si:DatasetPropertyGroup
|
||||||
|
sh:order: 6
|
||||||
|
dash:singleLine: false
|
||||||
|
acknowledgements:
|
||||||
|
annotations:
|
||||||
|
sh:name: How to acknowledge
|
||||||
|
sh:group: inm7si:DatasetPropertyGroup
|
||||||
|
sh:order: 7
|
||||||
|
dash:singleLine: false
|
||||||
|
|
||||||
Grant:
|
Grant:
|
||||||
class_uri: inm7si:Grant
|
class_uri: inm7si:Grant
|
||||||
is_a: Thing
|
is_a: Thing
|
||||||
|
|
@ -501,7 +555,6 @@ classes:
|
||||||
sh:group: inm7si:GrantPropertyGroup
|
sh:group: inm7si:GrantPropertyGroup
|
||||||
sh:order: 13
|
sh:order: 13
|
||||||
|
|
||||||
|
|
||||||
Person:
|
Person:
|
||||||
class_uri: inm7si:Person
|
class_uri: inm7si:Person
|
||||||
is_a: Thing
|
is_a: Thing
|
||||||
|
|
@ -590,6 +643,7 @@ classes:
|
||||||
- funding
|
- funding
|
||||||
- description
|
- description
|
||||||
- parent_project
|
- parent_project
|
||||||
|
- employed_datasets
|
||||||
slot_usage:
|
slot_usage:
|
||||||
title:
|
title:
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -643,7 +697,11 @@ classes:
|
||||||
sh:name: Parent project
|
sh:name: Parent project
|
||||||
sh:group: inm7si:ProjectPropertyGroup
|
sh:group: inm7si:ProjectPropertyGroup
|
||||||
sh:order: 10
|
sh:order: 10
|
||||||
|
employed_datasets:
|
||||||
|
annotations:
|
||||||
|
sh:name: Employed dataset(s)
|
||||||
|
sh:group: inm7si:ProjectPropertyGroup
|
||||||
|
sh:order: 11
|
||||||
|
|
||||||
Journal:
|
Journal:
|
||||||
class_uri: inm7si:Journal
|
class_uri: inm7si:Journal
|
||||||
|
|
@ -688,7 +746,8 @@ classes:
|
||||||
- authors
|
- authors
|
||||||
- journal
|
- journal
|
||||||
- date_published
|
- date_published
|
||||||
- associated_projects
|
- contributing_projects
|
||||||
|
- employed_datasets
|
||||||
slot_usage:
|
slot_usage:
|
||||||
title:
|
title:
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -717,11 +776,16 @@ classes:
|
||||||
sh:name: Date published
|
sh:name: Date published
|
||||||
sh:group: inm7si:JournalArticlePropertyGroup
|
sh:group: inm7si:JournalArticlePropertyGroup
|
||||||
sh:order: 5
|
sh:order: 5
|
||||||
associated_projects:
|
contributing_projects:
|
||||||
annotations:
|
annotations:
|
||||||
sh:name: Associated project(s)
|
sh:name: Associated project(s)
|
||||||
sh:group: inm7si:JournalArticlePropertyGroup
|
sh:group: inm7si:JournalArticlePropertyGroup
|
||||||
sh:order: 6
|
sh:order: 6
|
||||||
|
employed_datasets:
|
||||||
|
annotations:
|
||||||
|
sh:name: Employed dataset(s)
|
||||||
|
sh:group: inm7si:JournalArticlePropertyGroup
|
||||||
|
sh:order: 7
|
||||||
|
|
||||||
Site:
|
Site:
|
||||||
class_uri: inm7si:Site
|
class_uri: inm7si:Site
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue