Files
gonum/graph/formats/rdf/testdata/vocab_context.jsonld
T
Dan Kortschak 3f0deff25e graph/formats/rdf: add URDNA2015 and URGNA2012 canonicalisation
With the inclusion of the complete JSON-LD RDF Dataset Normalization test
suite these can now be dual licensed.
2021-05-05 14:52:27 +09:30

16 lines
564 B
Plaintext

{
"@context": {
"dc": "http://purl.org/dc/elements/1.1/",
"mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfn": "http://json-ld.github.io/normalization/tests/vocab#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"rdft": "http://www.w3.org/ns/rdftest#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dc:identifier": {"@type": "@id"},
"rdfs:subClassOf": {"@type": "@id"},
"rdfs:domain": {"@type": "@id"},
"rdfs:range": {"@type": "@id"}
}
}