Skip to content

Instantly share code, notes, and snippets.

@gautiermichelin
Forked from stefankeidel/item_request.json
Created July 11, 2014 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gautiermichelin/2d056f35fac3702b3b5b to your computer and use it in GitHub Desktop.
Save gautiermichelin/2d056f35fac3702b3b5b 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