wishthis/vendor/ml/json-ld/Test/Fixtures/sample-context.jsonld
2022-01-21 09:23:52 +01:00

11 lines
298 B
Text

{
"@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"
}
}