Skip to content

Commit

Permalink
small addition
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Aug 8, 2016
1 parent dc92c28 commit 8fb6299
Showing 1 changed file with 104 additions and 2 deletions.
106 changes: 104 additions & 2 deletions docs/dats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,109 @@ DATS Model
* - ``dataset``
- ``title``
- The name of the dataset, usually one sentence or short description of the dataset.
- RelatedIdentifierInformation
- string
- ``1``
- ``MUST``
- BGUC5
- BGUC5
-
- DataCite[/resource/titles];DataCite[/resource/titles/title];Schema.org[https://schema.org/headline];HCLS[(dct:title,rdf:langString)]


* - ``dataset``
- ``types``
- A term, ideally from a controlled terminology, identifying the dataset type or nature of the data, placing it in a typology.
- DataType
- ``1..n``
- ``MUST``
- BGUC1-1;BGUC1-2;BGUC3-2;BGUC3-3;BGUC5;BGUC5-1;WPUC1;WPUC2;WPUC3;WPUC9-p7;UC1
- For example: microscopy imaging, gene expression profile, genomic sequence, fMRI, pathway simulation.

* - ``dataset``
- ``creators``
- The person(s) or organization(s) which contributed to the creation of the dataset.
- Person or Organization
- ``1..n``
- ``MUST``
- UC2
-

* - ``dataset``
- ``dates``
- Relevant dates for the dataset, a date must be added, e.g. creation date or last modification date should be added.
- Date
- ``0..n``
- ``MAY``
-
-

* - ``dataset``
- ``distributions``
- The distribution(s) by which datasets are made available (for example: mySQL dump).
- DataSet Distribution
- ``0..n``
- ``SHOULD``
-
-

* - ``dataset``
- ``dimensions``
- The different dimensions (granular components) making up a dataset.
- Dimension
- ``0..n``
- ``MAY``
- BGUC2;BGUC5-4
-

* - ``dataset``
- ``isCitedBy``
- The relevant publication(s) describing how the dataset was produced or used.
- Publication
- ``0..n``
- ``MAY``
- BGUC5-2
-

* - ``dataset``
- ``producedBy``
- A study process which generated a given dataset, if any.
- Study
- ``0..1``
- ``SHOULD``
-
-

* - ``dataset``
- ``isAbout``
- Different entiies (biological entity, taxonomic information, disease, molecular entity, anatomical part, treatment) associated with this dataset.
- BiologicalEntity or TaxonomicInformation or Disease or MolecularEntity or AnatomicalPart or Treatment
- ``0..n``
- ``SHOULD``
-
-

* - ``dataset``
- ``hasPart``
- A Dataset that is a subset of this Dataset; Datasets declaring the 'hasPart' relationship are considered a collection of Datasets, the aggregation criteria could be included in the 'description' field.
- Dataset
- ``0..n``
- ``MAY``
-
-

* - ``dataset``
- ``keywords``
- Tags associated with the dataset, which will help in its discovery.
- Annotation
- ``0..n``
- ``MAY``
-
-

* - ``dataset``
- ``acknowledges``
- The grant(s) which funded and supported the work reported by the dataset.
- Grant
- ``0..n``
- ``MAY``
-
-

0 comments on commit 8fb6299

Please sign in to comment.