http://git-wip-us.apache.org/repos/asf/any23/blob/47278c16/test-resources/src/test/resources/org/apache/any23/extractor/rdf/place-example.jsonld
----------------------------------------------------------------------
diff --git
a/test-resources/src/test/resources/org/apache/any23/extractor/rdf/place-example.jsonld
b/test-resources/src/test/resources/org/apache/any23/extractor/rdf/place-example.jsonld
new file mode 100644
index 0000000..d75c430
--- /dev/null
+++
b/test-resources/src/test/resources/org/apache/any23/extractor/rdf/place-example.jsonld
@@ -0,0 +1,27 @@
+{
+ "@context": {
+ "name": "http://schema.org/name",
+ "description": "http://schema.org/description",
+ "image": {
+ "@id": "http://schema.org/image",
+ "@type": "@id"
+ },
+ "geo": "http://schema.org/geo",
+ "latitude": {
+ "@id": "http://schema.org/latitude",
+ "@type": "xsd:float"
+ },
+ "longitude": {
+ "@id": "http://schema.org/longitude",
+ "@type": "xsd:float"
+ },
+ "xsd": "http://www.w3.org/2001/XMLSchema#"
+ },
+ "name": "The Forth Road Bridge",
+ "description": "The Forth Road Bridge is a suspension bridge in east central
Scotland. The bridge, opened in 1964, spans the Firth of Forth, connecting the
capital city Edinburgh, at South Queensferry, to Fife, at North Queensferry.",
+ "image":
"http://en.wikipedia.org/wiki/File:Forth_Road_Bridge01_2002-04-07.jpg",
+ "geo": {
+ "latitude": "56.000925",
+ "longitude": "-3.404131"
+ }
+}
\ No newline at end of file