aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0031-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0031-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0031-in.jsonld15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0031-in.jsonld b/tests/JSONLDTests/toRdf-0031-in.jsonld
new file mode 100644
index 00000000..c3172323
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0031-in.jsonld
@@ -0,0 +1,15 @@
+{
+ "@context": {
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
+ "defines": { "@reverse": "rdfs:definedBy" },
+ "label": "rdfs:label"
+ },
+ "@id": "http://example.com/vocab",
+ "label": "My vocabulary",
+ "defines": [
+ {
+ "@id": "http://example.com/vocab#property",
+ "label": "A property"
+ }
+ ]
+}