mirror of
https://github.com/gonum/gonum.git
synced 2026-04-23 08:40:55 +08:00
3f0deff25e
With the inclusion of the complete JSON-LD RDF Dataset Normalization test suite these can now be dual licensed.
16 lines
564 B
Plaintext
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"}
|
|
}
|
|
} |