Skip to content

Instantly share code, notes, and snippets.

@kehh
Forked from stefankeidel/item_request.json
Created January 10, 2013 08:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kehh/4500421 to your computer and use it in GitHub Desktop.
Save kehh/4500421 to your computer and use it in GitHub Desktop.
{
"intrinsic_fields" : {
"idno" : "TEST-123",
"type_id" : 43
},
"preferred_labels" : [
{
"locale" : "en_US",
"forename" : "Walter",
"middlename" : "H.",
"surname" : "White"
}
],
"nonpreferred_labels" : [
{
"locale" : "en_US",
"forename" : "Werner",
"surname" : "Heisenberg"
}
],
"attributes" : {
"notes" : [
{
"locale" : "en_US",
"notes" : "Cool note!"
},
{
"locale" : "en_US",
"notes" : "Another cool note"
}
],
"entity_address" : [
{
"timespan" : "2008-2009",
"street" : "Highway To Hell",
"number" : "666",
"zip_code" : "10002",
"city" : "New York",
"state" : "NY"
}
]
},
"related" : {
"ca_entities" : [
{
"entity_id" : 286,
"type_id" : 30,
"effective_date" : "2008-2009",
"source_info" : "No source, I just know!"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment