wishthis/vendor/ml/json-ld/Test/Fixtures/sample-context.jsonld

12 lines
298 B
Text
Raw Normal View History

2022-01-21 08:23:52 +00:00
{
"@context": {
"t1": "http://example.com/t1",
"t2": "http://example.com/t2",
"term1": "http://example.com/term1",
"term2": "http://example.com/term2",
"term3": "http://example.com/term3",
"term4": "http://example.com/term4",
"term5": "http://example.com/term5"
}
}