19 lines
567 B
Text
Executable file
19 lines
567 B
Text
Executable file
{
|
|
"@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"
|
|
}
|
|
]
|
|
}
|