Skip to content

Instantly share code, notes, and snippets.

@alphaville
Created January 13, 2015 02:42
Show Gist options
  • Select an option

  • Save alphaville/524ed95c94eec66dd8c5 to your computer and use it in GitHub Desktop.

Select an option

Save alphaville/524ed95c94eec66dd8c5 to your computer and use it in GitHub Desktop.
{
"name":"molecular weight",
"units":"Da",
"description":"blah blah",
"hasSource":"http://jaqpot.org:8080/model/45",
"sameAs":"http://someontology.org/v/1.1#MolecularWeight",
"creator":"[email protected]"
}
{
"algorithm":"http://opentox.ntua.gr:8080/algorithm/xyz",
"description":"Krugerweilderbengeschaft's algorithm",
"bibtex_ref":"http://opentox.ntua.gr:8080/bibtex/asdf123",
"creator":"[email protected]",
"actual_model_id":"fsfhafkjaf1234",
"reliability":2,
"dataset_uri":"http://opentox.ntua.gr:8080/dataset/5432",
"independent_features":[
"http://someserver.org:1234/feature/1",
"http://someserver.org:1234/feature/2",
"http://someserver.org:1234/feature/3",
"http://someserver.org:1234/feature/4",
"http://someserver.org:1234/feature/5"
],
"dependent_feauture":"http://otherserver.org:1234/feature/100",
"predicted_feauture":"http://otherserver.org:1234/feature/455",
"parameters":[
{
"name":"alpha",
"value":14,
"scope":"mandatory",
"value_type":"numeric",
"description":"convergence rate"
},
{
"name":"tolerance",
"value":0.004,
"scope":"optional",
"value_type":"numeric"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment