gonum.org/v1/gonum@v0.14.0/graph/formats/rdf/testdata/vocab.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 "dc:identifier": { 11 "@type": "@id" 12 }, 13 "rdfs:subClassOf": { 14 "@type": "@id" 15 }, 16 "rdfs:domain": { 17 "@type": "@id" 18 }, 19 "rdfs:range": { 20 "@type": "@id" 21 } 22 }, 23 "@graph": [ 24 { 25 "@id": "http://json-ld.github.io/normalization/tests/vocab#", 26 "dc:creator": "Gregg Kellogg", 27 "dc:date": "2015-05-19", 28 "dc:description": "\n This is a vocabulary document used to define classes and properties used in\n [RDF Dataset Normalization Test Cases](http://json-ld.github.io/normalization/tests/) and associated test manifests.\n ", 29 "dc:identifier": "http://json-ld.github.io/normalization/tests/vocab#", 30 "dc:publisher": "W3C Credentials Community Group", 31 "dc:title": "RDF Dataset Normalization Test Vocabulary", 32 "rdfs:comment": "This is a vocabulary document used to define classes and properties used in [RDF Dataset Normalization Test Cases](http://json-ld.github.io/normalization/tests/) and associated test manifests." 33 }, 34 { 35 "@id": "rdfn:Test", 36 "@type": "rdfs:Class", 37 "rdfs:comment": "All RDF Dataset Normalization tests have an input file referenced using `mf:action` and a result file referenced using `mf:result`. Results are compared as text where the result of running the test is serialized to canonical N-Quads, lexicographically-sorted.", 38 "rdfs:label": "Superclass of all RDF Dataset Normalization tests", 39 "rdfs:subClassOf": [ 40 "mf:ManifestEntry", 41 "rdft:Test" 42 ] 43 }, 44 { 45 "@id": "rdfn:Urdna2015EvalTest", 46 "@type": "rdfs:Class", 47 "rdfs:comment": "Normalization performed using the URDNA2015 algorithm.", 48 "rdfs:label": "URDNA2015 Evaluation Test", 49 "rdfs:subClassOf": "rdfn:Test" 50 }, 51 { 52 "@id": "rdfn:Urgna2012EvalTest", 53 "@type": "rdfs:Class", 54 "rdfs:comment": "Normalization performed using the URGNA2012 algorithm.", 55 "rdfs:label": "URGNA2012 Evaluation Test", 56 "rdfs:subClassOf": "rdfn:Test" 57 } 58 ] 59 }