gonum.org/v1/gonum@v0.14.0/graph/formats/rdf/testdata/manifest.ttl (about) 1 ## RDF Dataset Normalization tests 2 ## Distributed under both the W3C Test Suite License[1] and the W3C 3- 3 ## clause BSD License[2]. To contribute to a W3C Test Suite, see the 4 ## policies and contribution forms [3] 5 ## 6 ## 1. http://www.w3.org/Consortium/Legal/2008/04-testsuite-license 7 ## 2. http://www.w3.org/Consortium/Legal/2008/03-bsd-license 8 ## 3. http://www.w3.org/2004/10/27-testcases 9 ## 10 ## Test types 11 ## * rdfn:Urgna2012EvalTest - Normalization using URGNA2012 12 ## * rdfn:Urdna2015EvalTest - Normalization using URDNA2015 13 14 @prefix : <#> . 15 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 16 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 17 @prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . 18 19 <> a mf:Manifest ; 20 rdfs:label "RDF Dataset Normalization Test Cases" ; 21 rdfs:comment "Includes manifests for different application profiles." 22 mf:include (<manifest-urgna2012> <manifest-urdna2015>).