aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0029-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0029-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0029-in.jsonld18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0029-in.jsonld b/tests/JSONLDTests/toRdf-0029-in.jsonld
new file mode 100644
index 00000000..4a7a16cc
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0029-in.jsonld
@@ -0,0 +1,18 @@
+{
+ "@context": {
+ "wd": "http://data.wikipedia.org/vocab#",
+ "ws": "http://data.wikipedia.org/snaks/",
+ "wp": "http://en.wikipedia.org/wiki/"
+ },
+ "@id": "ws:Assertions",
+ "@type": "wd:SnakSet",
+ "@graph": {
+ "@id": "ws:BerlinFact",
+ "@type": "wd:Snak",
+ "@graph": {
+ "@id": "wp:Berlin",
+ "wd:population": 3499879
+ },
+ "wd:assertedBy": "http://www.statistik-berlin-brandenburg.de/"
+ }
+}