aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0088-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0088-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0088-in.jsonld19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0088-in.jsonld b/tests/JSONLDTests/toRdf-0088-in.jsonld
new file mode 100644
index 00000000..005f5e16
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0088-in.jsonld
@@ -0,0 +1,19 @@
+{
+ "@context": {
+ "term": "http://example.com/terms-are-not-considered-in-id",
+ "compact-iris": "http://example.com/compact-iris-",
+ "property": "http://example.com/property",
+ "@vocab": "http://example.org/vocab-is-not-considered-for-id"
+ },
+ "@id": "term",
+ "property": [
+ {
+ "@id": "compact-iris:are-considered",
+ "property": "@id supports the following values: relative, absolute, and compact IRIs"
+ },
+ {
+ "@id": "../parent-node",
+ "property": "relative IRIs get resolved against the document's base IRI"
+ }
+ ]
+}