Skip to content

Commit

Permalink
Move context to static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed May 25, 2020
1 parent d7da2aa commit b48a379
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
File renamed without changes.
108 changes: 54 additions & 54 deletions src/web/context/variant.jsonld → static/context/variant.jsonld
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"@context":
{
"_id": "@id",
"emv": "http://identifiers.org/emv/",
"clinvar": "http://identifiers.org/clinvar/",
"evs": "http://identifiers.org/evs/",
"gwassnps": "http://identifiers.org/gwassnps/",
"mutdb": "http://identifiers.org/gwassnps/",
"rcv_accession": {
"@id": "http://identifiers.org/clinvar.record/",
"@type": "@id"
},
"symbol": {
"@id": "http://identifiers.org/hgnc.symbol/",
"@type": "@id"
},
"id": {
"@id": "http://identifiers.org/ensembl/",
"@type": "@id"
},
"gene": {
"@id": "http://identifiers.org/hgnc.symbol/",
"@type": "@id"
},
"clinvar_rcv": {
"@id": "http://identifiers.org/clinvar.record/",
"@type": "@id"
},
"rsid": {
"@id": "http://identifiers.org/dbsnp/",
"@type": "@id"
},
"uniprot_id": {
"@id": "http://identifiers.org/uniprot/",
"@type": "@id"
},
"pubmed": {
"@id": "http://identifiers.org/pubmed/",
"@type": "@id"
},
"genename": {
"@id": "http://identifiers.org/hgnc.symbol/",
"@type": "@id"
},
"title": {
"@id": "https://schema.org/headline"
},
"accession": {
"@id": "http://identifiers.org/refseq/",
"@type": "@id"
}
}
}
{
"@context":
{
"_id": "@id",
"emv": "http://identifiers.org/emv/",
"clinvar": "http://identifiers.org/clinvar/",
"evs": "http://identifiers.org/evs/",
"gwassnps": "http://identifiers.org/gwassnps/",
"mutdb": "http://identifiers.org/gwassnps/",
"rcv_accession": {
"@id": "http://identifiers.org/clinvar.record/",
"@type": "@id"
},
"symbol": {
"@id": "http://identifiers.org/hgnc.symbol/",
"@type": "@id"
},
"id": {
"@id": "http://identifiers.org/ensembl/",
"@type": "@id"
},
"gene": {
"@id": "http://identifiers.org/hgnc.symbol/",
"@type": "@id"
},
"clinvar_rcv": {
"@id": "http://identifiers.org/clinvar.record/",
"@type": "@id"
},
"rsid": {
"@id": "http://identifiers.org/dbsnp/",
"@type": "@id"
},
"uniprot_id": {
"@id": "http://identifiers.org/uniprot/",
"@type": "@id"
},
"pubmed": {
"@id": "http://identifiers.org/pubmed/",
"@type": "@id"
},
"genename": {
"@id": "http://identifiers.org/hgnc.symbol/",
"@type": "@id"
},
"title": {
"@id": "https://schema.org/headline"
},
"accession": {
"@id": "http://identifiers.org/refseq/",
"@type": "@id"
}
}
}

0 comments on commit b48a379

Please sign in to comment.