Skip to content
jgrethe edited this page Sep 3, 2015 · 17 revisions

Search within Metadata models

The bioCADDIE DDI is developing metadata models for the data and content being indexed. These metadata models are being incorporated within the structure of the Elasticsearch documents being indexed. The example below is from the PDB dataset 1K0S

Citation Model Section

' "citation":
{
"DOI" : "doi:10.1038/nsb753",
"PMID" : "pmid:11799399",
"author" : {
"name" : [
"Griswold, I.J.",
"Zhou, H.",
"Matison, M.",
"Swanson, R.V.",
"McIntosh, L.P.",
"Simon, M.I.",
"Dahlquist, F.W."
]
},
"firstPage" : "121",
"journal" : "Nat.Struct.Biol.",
"journalISSN" : "1072-8368",
"lastPage" : "125",
"title" : "The solution structure and interactions of CheW from Thermotoga maritima.",
"year" : "2002"
}
'

Clone this wiki locally