Support Dataset #37
1 changed files with 71 additions and 7 deletions
|
|
@ -122,9 +122,9 @@ slots:
|
|||
range: string
|
||||
multivalued: true
|
||||
|
||||
associated_projects:
|
||||
contributing_projects:
|
||||
description: >-
|
||||
Projects that are related to the subject.
|
||||
Projects that have contributed to the subject.
|
||||
range: Project
|
||||
multivalued: true
|
||||
|
||||
|
|
@ -355,6 +355,12 @@ slots:
|
|||
documents.
|
||||
range: string
|
||||
|
||||
employed_datasets:
|
||||
description: >-
|
||||
Dataset(s) that informed the subject.
|
||||
range: Dataset
|
||||
multivalued: true
|
||||
|
||||
|
||||
classes:
|
||||
CurationAid:
|
||||
|
|
@ -411,6 +417,54 @@ classes:
|
|||
sh:group: inm7si:AccoladePropertyGroup
|
||||
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:
|
||||
class_uri: inm7si:Grant
|
||||
is_a: Thing
|
||||
|
|
@ -501,7 +555,6 @@ classes:
|
|||
sh:group: inm7si:GrantPropertyGroup
|
||||
sh:order: 13
|
||||
|
||||
|
||||
Person:
|
||||
class_uri: inm7si:Person
|
||||
is_a: Thing
|
||||
|
|
@ -590,6 +643,7 @@ classes:
|
|||
- funding
|
||||
- description
|
||||
- parent_project
|
||||
- employed_datasets
|
||||
slot_usage:
|
||||
title:
|
||||
required: true
|
||||
|
|
@ -643,7 +697,11 @@ classes:
|
|||
sh:name: Parent project
|
||||
sh:group: inm7si:ProjectPropertyGroup
|
||||
sh:order: 10
|
||||
|
||||
employed_datasets:
|
||||
annotations:
|
||||
sh:name: Employed dataset(s)
|
||||
sh:group: inm7si:ProjectPropertyGroup
|
||||
sh:order: 11
|
||||
|
||||
Journal:
|
||||
class_uri: inm7si:Journal
|
||||
|
|
@ -688,7 +746,8 @@ classes:
|
|||
- authors
|
||||
- journal
|
||||
- date_published
|
||||
- associated_projects
|
||||
- contributing_projects
|
||||
- employed_datasets
|
||||
slot_usage:
|
||||
title:
|
||||
required: true
|
||||
|
|
@ -717,11 +776,16 @@ classes:
|
|||
sh:name: Date published
|
||||
sh:group: inm7si:JournalArticlePropertyGroup
|
||||
sh:order: 5
|
||||
associated_projects:
|
||||
contributing_projects:
|
||||
annotations:
|
||||
sh:name: Associated project(s)
|
||||
sh:group: inm7si:JournalArticlePropertyGroup
|
||||
sh:order: 6
|
||||
employed_datasets:
|
||||
annotations:
|
||||
sh:name: Employed dataset(s)
|
||||
sh:group: inm7si:JournalArticlePropertyGroup
|
||||
sh:order: 7
|
||||
|
||||
Site:
|
||||
class_uri: inm7si:Site
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue