-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathnextprot_jsonld.json
More file actions
43 lines (43 loc) · 1.79 KB
/
nextprot_jsonld.json
File metadata and controls
43 lines (43 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"@type": "Dataset",
"name": "neXtProt entries",
"description": "The collection of neXtProt entries for human proteins",
"url": "https://www.nextprot.org",
"keywords": "nextprot,Human,Proteins,Proteome,Proteomics,protein database,protein knowledgebase,protein resource,human protein,human proteome,function,medical,disease,expression,interactions,sequence,isoform,mutation,variant,phenotypes,proteomics,peptide,structure,3D,annotation,biocuration,chromosomes,protein validation,protein-coding genes,post-translational modifications,ptm,data integration,systems biology,genetic variations,UniProt",
"distribution": [
{
"@type": "DataDownload",
"contentUrl": "ftp://ftp.nextprot.org/pub/current_release/xml/nextprot_all.xml.gz",
"fileFormat": "XML"
},
{
"@type": "DataDownload",
"fileFormat": "RDF"
},
{
"@type": "DataDownload",
"contentUrl": "ftp://ftp.nextprot.org/pub/current_release/peff/nextprot_all.peff.gz",
"fileFormat": "PEFF"
},
{
"@type": "DataDownload",
"contentUrl": "ftp://ftp.nextprot.org/pub/current_release/md5/nextprot_sequence_md5.txt",
"fileFormat": "TXT"
},
{
"@type": "DataDownload",
"contentUrl": "https://api.nextprot.org/export/entries/all.fasta",
"fileFormat": "FASTA"
}
],
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.nextprot.org/proteins/search?query={query}",
"query-input": "required name=query"
},
"license": {
"@type": "CreativeWork",
"name": "Creative Commons CC BY 4.0 Attribution",
"url": "https://creativecommons.org/licenses/by/4.0/"
}
}