17 lines
305 B
Text
17 lines
305 B
Text
|
{
|
||
|
"@context": {
|
||
|
"@vocab": "http://example.com/vocab/",
|
||
|
"colliding": "http://example.com/vocab/collidingTerm"
|
||
|
},
|
||
|
"@id": "http://example.com/IriCollissions",
|
||
|
"colliding": [
|
||
|
"value 1",
|
||
|
2
|
||
|
],
|
||
|
"collidingTerm": [
|
||
|
3,
|
||
|
"four"
|
||
|
],
|
||
|
"http://example.com/vocab/collidingTerm": 5
|
||
|
}
|