Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Aug 8, 2016
1 parent 060f7b7 commit 6189a6a
Showing 1 changed file with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions docs/dataset_distribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,95 @@ Where and How (can the dataset be accessed):
--data encryption (boolean choice: encrypted, non-encrypted)
--data privacy protection (fully identifiable, pseudo-anonymized, full anonymized….[terminology needs to be specified])

.. code-block:: json
"distributions" : [
{
"identifiers":
[
{
"identifier" : "1",
"identifierScheme": ""
}
],
"dates": [
{
"date": "2006-05-16",
"type": {
"value": "creation",
"ontologyTermIRI" : ""
}
},
{
"date": "2016-04-13",
"type": {
"value": "modification",
"ontologyTermIRI" : ""
}
}
],
"accessModalities" : [
{
"landingPage": "http://www.uniprot.org/uniprot/P77967",
"accessURL" : "http://www.uniprot.org/uniprot/P77967.fasta"}
],
"conformsTo": [
{
"identifiers": [
{
"identifier": "https://biosharing.org/bsg-000228",
"identifierScheme": "BioSharing"
}
],
"name": "FASTA",
"type": {
"value": "format",
"ontologyTermIRI" : ""
}
}
],
"storedIn" : [
{
"identifiers": [
{
"identifier": "http://uniprot.org/uniprot",
"identifierScheme": "http"
}
],
"relatedIdentifiers": [
{
"identifier": "https://www.biosharing.org/biodbcore-000544",
"identifierScheme": "BioSharing"
}
],
"name": "the Uniprot Knowledge Base",
"homepage" : "http://www.uniprot.org",
"license" : [
{
"name": "Copyrighted by the UniProt Consortium, see http://www.uniprot.org/terms Distributed under the Creative Commons Attribution-NoDerivs License"
}
],
"types" :[
{
"value" : "knowledge base",
"ontologyTermIRI" : ""
}
],
"version": "116"
}
],
"size" : "12",
"unit" : {
"value" : "kilobyte",
"ontologyTermIRI" : "http://purl.obolibrary.org/obo/UO_0000234"
}
}
]
.. image:: ./img/DATS-v2.0-postSanDiego-Meeting-Dataset-Distribution-SRA-examples.png
:width: 200
:alt: A conceptual map detailing Biocaddie DATS distribution for an nucleic acid sequencing dataset as mirrored by 3 INSDC repositories: NCBI SRA, EBI ENA and DDBJ.


0 comments on commit 6189a6a

Please sign in to comment.