gonum.org/v1/gonum@v0.14.0/graph/formats/rdf/testdata/vocab_context.jsonld (about)

     1  {
     2    "@context": {
     3      "dc": "http://purl.org/dc/elements/1.1/",
     4      "mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#",
     5      "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
     6      "rdfn": "http://json-ld.github.io/normalization/tests/vocab#",
     7      "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
     8      "rdft": "http://www.w3.org/ns/rdftest#",
     9      "xsd": "http://www.w3.org/2001/XMLSchema#",
    10  
    11      "dc:identifier": {"@type": "@id"},
    12      "rdfs:subClassOf": {"@type": "@id"},
    13      "rdfs:domain": {"@type": "@id"},
    14      "rdfs:range": {"@type": "@id"}
    15    }
    16  }