Created
April 27, 2012 21:27
-
-
Save dkobia/2513354 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"results": { | |
"organization": [ | |
"Howard University", | |
"New York Times" | |
], | |
"person": [ | |
"Harris Brown", | |
"Logosou", | |
"HELENE COOPER", | |
"Ishmael", | |
"Mr. Brown", | |
"Yao", | |
"Charles G. Taylor", | |
"Mr. Taylor", | |
"Krahn", | |
"Janice", | |
"Eunice", | |
"Mama", | |
"Charles Taylor", | |
"Taylor" | |
], | |
"location": [ | |
{ | |
"place_type": "Country", | |
"place_name": "Liberia", | |
"coordinates": { | |
"longitude": -9.5, | |
"latitude": 6.5 | |
} | |
}, | |
{ | |
"place_type": "City", | |
"place_name": "Logosou", | |
"coordinates": { | |
"longitude": 1.7000000476837158, | |
"latitude": 6.400000095367432 | |
} | |
}, | |
{ | |
"place_type": "Country", | |
"place_name": "Nigeria", | |
"coordinates": { | |
"longitude": 8, | |
"latitude": 10 | |
} | |
}, | |
{ | |
"place_type": "Country", | |
"place_name": "African", | |
"coordinates": { | |
"longitude": 21, | |
"latitude": 7 | |
} | |
}, | |
{ | |
"place_type": "City", | |
"place_name": "Firestone", | |
"coordinates": { | |
"longitude": -104.93663787841797, | |
"latitude": 40.11248016357422 | |
} | |
}, | |
{ | |
"place_type": "Country", | |
"place_name": "Ivory Coast", | |
"coordinates": { | |
"longitude": -5, | |
"latitude": 8 | |
} | |
}, | |
{ | |
"place_type": "City", | |
"place_name": "Monrovia", | |
"coordinates": { | |
"longitude": -10.796899795532227, | |
"latitude": 6.300539970397949 | |
} | |
}, | |
{ | |
"place_type": "Country", | |
"place_name": "Gambia", | |
"coordinates": { | |
"longitude": -15.5, | |
"latitude": 13.5 | |
} | |
}, | |
{ | |
"place_type": "Adm", | |
"place_name": "WASHINGTON", | |
"coordinates": { | |
"longitude": -120.50147247314453, | |
"latitude": 47.500118255615234 | |
} | |
}, | |
{ | |
"place_type": "Country", | |
"place_name": "Africa", | |
"coordinates": { | |
"longitude": 26, | |
"latitude": -30 | |
} | |
}, | |
{ | |
"place_type": "Country", | |
"place_name": "Sierra Leone", | |
"coordinates": { | |
"longitude": -11.5, | |
"latitude": 8.5 | |
} | |
}, | |
{ | |
"place_type": "City", | |
"place_name": "London", | |
"coordinates": { | |
"longitude": -0.12574000656604767, | |
"latitude": 51.50852966308594 | |
} | |
} | |
] | |
}, | |
"status": "OK" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment