From 17f849da3a9d3833ee2825b0773f97a9df245473 Mon Sep 17 00:00:00 2001 From: Mo McRoberts Date: Mon, 4 Jul 2016 10:32:11 +0100 Subject: [PATCH] Move examples and tools into a subdir of vocab --- {examples => vocab/examples}/Makefile | 0 {examples => vocab/examples}/example1.html | 0 {examples => vocab/examples}/example1.json | 0 {examples => vocab/examples}/example1.nt | 0 {examples => vocab/examples}/example1.rdf | 0 {examples => vocab/examples}/example1.ttl | 0 {examples => vocab/examples}/example1.xml | 0 {examples => vocab/examples}/example10.html | 0 {examples => vocab/examples}/example10.nt | 0 {examples => vocab/examples}/example10.rdf | 0 {examples => vocab/examples}/example10.ttl | 0 {examples => vocab/examples}/example10.xml | 0 {examples => vocab/examples}/example11.html | 0 {examples => vocab/examples}/example11.nt | 0 {examples => vocab/examples}/example11.rdf | 0 {examples => vocab/examples}/example11.ttl | 0 {examples => vocab/examples}/example11.xml | 0 {examples => vocab/examples}/example1a.nt | 0 {examples => vocab/examples}/example1a.rdf | 0 {examples => vocab/examples}/example1a.ttl | 0 {examples => vocab/examples}/example2.html | 0 {examples => vocab/examples}/example2.nt | 0 {examples => vocab/examples}/example2.rdf | 0 {examples => vocab/examples}/example2.ttl | 0 {examples => vocab/examples}/example2.xml | 0 {examples => vocab/examples}/example3.html | 0 {examples => vocab/examples}/example3.nt | 0 {examples => vocab/examples}/example3.rdf | 0 {examples => vocab/examples}/example3.ttl | 0 {examples => vocab/examples}/example3.xml | 0 {examples => vocab/examples}/example4.html | 0 {examples => vocab/examples}/example4.nt | 0 {examples => vocab/examples}/example4.rdf | 0 {examples => vocab/examples}/example4.ttl | 0 {examples => vocab/examples}/example4.xml | 0 {examples => vocab/examples}/example5.html | 0 {examples => vocab/examples}/example5.nt | 0 {examples => vocab/examples}/example5.rdf | 0 {examples => vocab/examples}/example5.ttl | 0 {examples => vocab/examples}/example5.xml | 0 {examples => vocab/examples}/example6.html | 0 {examples => vocab/examples}/example6.nt | 0 {examples => vocab/examples}/example6.rdf | 0 {examples => vocab/examples}/example6.ttl | 0 {examples => vocab/examples}/example6.xml | 0 {examples => vocab/examples}/example7.html | 0 {examples => vocab/examples}/example7.nt | 0 {examples => vocab/examples}/example7.rdf | 0 {examples => vocab/examples}/example7.ttl | 0 {examples => vocab/examples}/example7.xml | 0 {examples => vocab/examples}/example8.html | 0 {examples => vocab/examples}/example8.nt | 0 {examples => vocab/examples}/example8.rdf | 0 {examples => vocab/examples}/example8.ttl | 0 {examples => vocab/examples}/example8.xml | 0 {examples => vocab/examples}/example9.html | 0 {examples => vocab/examples}/example9.nt | 0 {examples => vocab/examples}/example9.rdf | 0 {examples => vocab/examples}/example9.ttl | 0 {examples => vocab/examples}/example9.xml | 0 {tools => vocab/tools}/classes.php | 0 {tools => vocab/tools}/easyrdf/CHANGELOG.md | 0 {tools => vocab/tools}/easyrdf/LICENSE.md | 0 {tools => vocab/tools}/easyrdf/Makefile | 0 {tools => vocab/tools}/easyrdf/README.md | 0 {tools => vocab/tools}/easyrdf/composer.json | 0 {tools => vocab/tools}/easyrdf/config/phpcs_ruleset.xml | 0 {tools => vocab/tools}/easyrdf/config/phpunit.xml | 0 {tools => vocab/tools}/easyrdf/config/sami.php | 0 {tools => vocab/tools}/easyrdf/doap.php | 0 {tools => vocab/tools}/easyrdf/docs/01-getting-started.md | 0 {tools => vocab/tools}/easyrdf/docs/02-property-paths.md | 0 {tools => vocab/tools}/easyrdf/examples/artistinfo.php | 0 {tools => vocab/tools}/easyrdf/examples/basic.php | 0 {tools => vocab/tools}/easyrdf/examples/basic_sparql.php | 0 {tools => vocab/tools}/easyrdf/examples/converter.php | 0 {tools => vocab/tools}/easyrdf/examples/dump.php | 0 {tools => vocab/tools}/easyrdf/examples/foafinfo.php | 0 {tools => vocab/tools}/easyrdf/examples/foafmaker.php | 0 {tools => vocab/tools}/easyrdf/examples/graph_direct.php | 0 {tools => vocab/tools}/easyrdf/examples/graphstore.php | 0 {tools => vocab/tools}/easyrdf/examples/graphviz.php | 0 {tools => vocab/tools}/easyrdf/examples/html_tag_helpers.php | 0 {tools => vocab/tools}/easyrdf/examples/httpget.php | 0 {tools => vocab/tools}/easyrdf/examples/parse_rss.php | 0 {tools => vocab/tools}/easyrdf/examples/serialise.php | 0 {tools => vocab/tools}/easyrdf/examples/sparql_queryform.php | 0 {tools => vocab/tools}/easyrdf/examples/uk_postcode.php | 0 {tools => vocab/tools}/easyrdf/examples/villages.php | 0 {tools => vocab/tools}/easyrdf/examples/zend_framework.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Collection.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Container.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Exception.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Format.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Graph.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/GraphStore.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Http.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Http/Client.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Http/Response.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/Boolean.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/Date.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/DateTime.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/Decimal.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/HTML.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/HexBinary.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/Integer.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/XML.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Namespace.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/ParsedUri.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Arc.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Exception.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Json.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Ntriples.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Rapper.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/RdfPhp.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/RdfXml.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Rdfa.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Redland.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Turtle.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Resource.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/Arc.php | 0 .../tools}/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/Json.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/JsonLd.php | 0 .../tools}/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/Rapper.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/Turtle.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Sparql/Client.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Sparql/Result.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/TypeMapper.php | 0 {tools => vocab/tools}/easyrdf/lib/EasyRdf/Utils.php | 0 {tools => vocab/tools}/easyrdf/scripts/copyright_updater.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/CollectionTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/ContainerTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/ExceptionTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/FormatTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/GraphStoreTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/GraphTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Http/ClientTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Http/MockClient.php | 0 .../tools}/easyrdf/test/EasyRdf/Http/MockClientTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Http/ResponseTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/HttpTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Literal/BooleanTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/DateTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Literal/DateTimeTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Literal/DecimalTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/HTMLTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Literal/HexBinaryTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Literal/IntegerTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/XMLTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/LiteralTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/NamespaceTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/ParsedUriTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/ArcTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Parser/ExceptionTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/JsonTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Parser/NtriplesTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/RapperTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/RdfPhpTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/RdfXmlTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/RdfaTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Parser/RedlandTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/TurtleTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/ParserTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/ResourceTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Serialiser/ArcTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Serialiser/GraphVizTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Serialiser/JsonLdTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Serialiser/JsonTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Serialiser/NtriplesArray.php | 0 .../tools}/easyrdf/test/EasyRdf/Serialiser/NtriplesTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Serialiser/RapperTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Serialiser/RdfPhpTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Serialiser/RdfXmlTest.php | 0 .../tools}/easyrdf/test/EasyRdf/Serialiser/TurtleTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/SerialiserTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Sparql/ClientTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/Sparql/ResultTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/TestCase.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/TypeMapperTest.php | 0 {tools => vocab/tools}/easyrdf/test/EasyRdf/UtilsTest.php | 0 {tools => vocab/tools}/easyrdf/test/FusekiTest.php | 0 {tools => vocab/tools}/easyrdf/test/ParserPerformance.php | 0 {tools => vocab/tools}/easyrdf/test/TestHelper.php | 0 {tools => vocab/tools}/easyrdf/test/cli_example_wrapper.php | 0 {tools => vocab/tools}/easyrdf/test/examples/ArtistinfoTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/BasicSparqlTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/BasicTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/ConverterTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/DumpTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/FoafinfoTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/FoafmakerTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/GraphdirectTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/HttpgetTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/ParseRssTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/SerialiseTest.php | 0 .../tools}/easyrdf/test/examples/SparqlqueryformTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/UkpostcodeTest.php | 0 {tools => vocab/tools}/easyrdf/test/examples/VillagesTest.php | 0 {tools => vocab/tools}/easyrdf/test/fixtures/empty.rdf | 0 {tools => vocab/tools}/easyrdf/test/fixtures/foaf.bad-json | 0 {tools => vocab/tools}/easyrdf/test/fixtures/foaf.html | 0 {tools => vocab/tools}/easyrdf/test/fixtures/foaf.json | 0 {tools => vocab/tools}/easyrdf/test/fixtures/foaf.json-triples | 0 {tools => vocab/tools}/easyrdf/test/fixtures/foaf.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/foaf.rdf | 0 {tools => vocab/tools}/easyrdf/test/fixtures/foaf.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/http_response_200 | 0 .../tools}/easyrdf/test/fixtures/http_response_200_chunked | 0 {tools => vocab/tools}/easyrdf/test/fixtures/http_response_302 | 0 {tools => vocab/tools}/easyrdf/test/fixtures/http_response_404 | 0 {tools => vocab/tools}/easyrdf/test/fixtures/http_response_500 | 0 .../tools}/easyrdf/test/fixtures/not_sparql_result.xml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdf-collection.rdf | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdf-seq.rdf | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0001.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0001.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0006.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0006.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0007.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0007.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0008.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0008.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0009.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0009.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0010.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0010.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0012.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0012.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0013.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0013.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0014.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0014.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0015.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0015.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0017.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0017.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0018.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0018.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0019.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0019.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0020.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0020.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0021.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0021.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0023.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0023.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0025.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0025.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0026.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0026.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0027.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0027.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0029.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0029.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0030.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0030.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0031.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0031.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0032.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0032.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0033.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0033.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0034.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0034.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0035.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0035.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0036.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0036.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0037.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0037.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0038.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0038.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0039.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0039.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0041.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0041.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0048.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0048.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0049.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0049.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0050.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0050.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0051.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0051.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0052.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0052.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0053.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0053.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0054.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0054.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0055.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0055.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0056.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0056.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0057.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0057.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0059.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0059.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0060.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0060.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0063.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0063.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0064.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0064.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0065.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0065.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0066.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0066.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0067.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0067.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0068.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0068.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0069.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0069.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0070.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0070.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0071.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0071.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0072.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0072.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0073.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0073.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0074.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0074.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0075.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0075.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0079.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0079.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0080.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0080.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0083.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0083.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0084.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0084.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0085.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0085.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0087.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0087.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0088.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0088.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0089.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0089.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0091.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0091.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0093.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0093.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0099.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0099.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0104.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0104.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0106.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0106.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0107.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0107.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0110.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0110.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0111.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0111.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0112.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0112.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0114.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0114.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0115.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0115.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0117.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0117.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0118.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0118.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0119.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0119.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0120.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0120.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0121.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0121.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0122.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0122.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0126.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0126.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0131.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0131.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0134.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0134.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0140.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0140.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0147.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0147.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0174.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0174.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0175.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0175.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0176.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0176.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0177.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0177.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0178.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0178.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0179.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0179.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0180.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0180.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0181.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0181.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0182.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0182.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0183.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0183.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0186.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0186.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0187.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0187.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0188.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0188.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0189.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0189.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0190.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0190.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0196.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0196.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0197.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0197.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0198.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0198.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0206.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0206.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0207.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0207.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0213.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0213.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0214.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0214.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0216.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0216.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0217.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0217.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0218.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0218.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0219.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0219.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0220.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0220.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0221.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0221.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0222.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0222.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0223.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0223.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0224.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0224.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0225.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0225.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0226.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0226.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0227.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0227.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0228.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0228.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0229.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0229.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0230.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0230.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0231.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0231.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0232.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0232.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0233.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0233.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0234.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0234.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0246.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0246.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0247.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0247.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0248.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0248.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0249.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0249.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0250.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0250.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0251.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0251.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0252.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0252.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0253.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0253.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0254.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0254.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0255.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0255.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0256.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0256.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0257.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0257.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0258.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0258.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0259.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0259.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0261.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0261.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0262.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0262.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0263.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0263.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0264.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0264.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0265.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0265.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0266.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0266.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0267.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0267.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0268.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0268.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0269.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0269.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0271.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0271.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0272.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0272.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0273.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0273.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0274.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0274.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0275.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0275.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0276.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0276.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0277.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0277.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0278.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0278.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0279.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0279.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0280.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0280.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0281.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0281.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0282.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0282.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0283.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0283.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0284.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0284.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0285.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0285.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0286.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0286.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0287.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0287.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0289.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0289.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0290.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0290.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0291.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0291.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0292.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0292.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0293.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0293.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0295.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0295.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0296.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0296.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0297.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0297.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0298.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0298.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0299.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0299.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0300.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0300.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0301.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0301.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0302.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0302.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0303.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0303.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0311.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0311.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0312.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0312.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0315.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0315.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0316.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0316.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0317.nt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0317.xhtml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/update.php | 0 .../tools}/easyrdf/test/fixtures/sparql_ask_false.json | 0 {tools => vocab/tools}/easyrdf/test/fixtures/sparql_ask_false.xml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/sparql_ask_true.json | 0 {tools => vocab/tools}/easyrdf/test/fixtures/sparql_ask_true.xml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/sparql_invalid.json | 0 {tools => vocab/tools}/easyrdf/test/fixtures/sparql_invalid.xml | 0 .../tools}/easyrdf/test/fixtures/sparql_invalid_term.json | 0 .../tools}/easyrdf/test/fixtures/sparql_select_all.json | 0 .../tools}/easyrdf/test/fixtures/sparql_select_all.xml | 0 .../tools}/easyrdf/test/fixtures/sparql_select_all_types.xml | 0 .../tools}/easyrdf/test/fixtures/sparql_select_all_ws.xml | 0 .../tools}/easyrdf/test/fixtures/sparql_select_count.json | 0 .../tools}/easyrdf/test/fixtures/sparql_select_count_zero.json | 0 .../tools}/easyrdf/test/fixtures/sparql_select_empty.json | 0 .../tools}/easyrdf/test/fixtures/sparql_select_empty.xml | 0 .../tools}/easyrdf/test/fixtures/sparql_select_lang.json | 0 .../tools}/easyrdf/test/fixtures/sparql_select_lang.xml | 0 .../tools}/easyrdf/test/fixtures/sparql_select_named_graphs.json | 0 .../tools}/easyrdf/test/fixtures/sparql_select_unbound.xml | 0 .../tools}/easyrdf/test/fixtures/sparql_typed_literal.json | 0 .../tools}/easyrdf/test/fixtures/sparql_typed_literal.xml | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/README.txt | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-00.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-01.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-02.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-03.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-04.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-05.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-06.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-07.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-08.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-09.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-10.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-11.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-12.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-13.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-14.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/base1.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/base1.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/quotes1.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/quotes1.ttl | 0 .../tools}/easyrdf/test/fixtures/turtle/rdf-schema.out | 0 .../tools}/easyrdf/test/fixtures/turtle/rdf-schema.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-00.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-00.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-01.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-01.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-02.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-02.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-03.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-03.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-04.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-04.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-05.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-05.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-06.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-06.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-07.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-07.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-08.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-08.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-09.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-09.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-10.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-10.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-11.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-11.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-12.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-12.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-13.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-13.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-17.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-17.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-18.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-18.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-19.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-19.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-20.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-20.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-21.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-21.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-22.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-22.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-23.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-23.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-24.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-24.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-25.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-25.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-26.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-26.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-27.out | 0 {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-27.ttl | 0 .../easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.out | 0 .../easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.ttl | 0 .../easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.out | 0 .../easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.ttl | 0 .../easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.out | 0 .../easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/webid.ttl | 0 {tools => vocab/tools}/easyrdf/test/fixtures/xml_literal.rdf | 0 .../tools}/easyrdf/test/testcases/rdfxml-testcases.php | 0 {tools => vocab/tools}/phpspecgen.php | 0 {tools => vocab/tools}/phpspecgen/README.md | 0 {tools => vocab/tools}/phpspecgen/composer.json | 0 {tools => vocab/tools}/phpspecgen/phpspecgen.php | 0 {tools => vocab/tools}/phpspecgen/style.css | 0 702 files changed, 0 insertions(+), 0 deletions(-) rename {examples => vocab/examples}/Makefile (100%) rename {examples => vocab/examples}/example1.html (100%) rename {examples => vocab/examples}/example1.json (100%) rename {examples => vocab/examples}/example1.nt (100%) rename {examples => vocab/examples}/example1.rdf (100%) rename {examples => vocab/examples}/example1.ttl (100%) rename {examples => vocab/examples}/example1.xml (100%) rename {examples => vocab/examples}/example10.html (100%) rename {examples => vocab/examples}/example10.nt (100%) rename {examples => vocab/examples}/example10.rdf (100%) rename {examples => vocab/examples}/example10.ttl (100%) rename {examples => vocab/examples}/example10.xml (100%) rename {examples => vocab/examples}/example11.html (100%) rename {examples => vocab/examples}/example11.nt (100%) rename {examples => vocab/examples}/example11.rdf (100%) rename {examples => vocab/examples}/example11.ttl (100%) rename {examples => vocab/examples}/example11.xml (100%) rename {examples => vocab/examples}/example1a.nt (100%) rename {examples => vocab/examples}/example1a.rdf (100%) rename {examples => vocab/examples}/example1a.ttl (100%) rename {examples => vocab/examples}/example2.html (100%) rename {examples => vocab/examples}/example2.nt (100%) rename {examples => vocab/examples}/example2.rdf (100%) rename {examples => vocab/examples}/example2.ttl (100%) rename {examples => vocab/examples}/example2.xml (100%) rename {examples => vocab/examples}/example3.html (100%) rename {examples => vocab/examples}/example3.nt (100%) rename {examples => vocab/examples}/example3.rdf (100%) rename {examples => vocab/examples}/example3.ttl (100%) rename {examples => vocab/examples}/example3.xml (100%) rename {examples => vocab/examples}/example4.html (100%) rename {examples => vocab/examples}/example4.nt (100%) rename {examples => vocab/examples}/example4.rdf (100%) rename {examples => vocab/examples}/example4.ttl (100%) rename {examples => vocab/examples}/example4.xml (100%) rename {examples => vocab/examples}/example5.html (100%) rename {examples => vocab/examples}/example5.nt (100%) rename {examples => vocab/examples}/example5.rdf (100%) rename {examples => vocab/examples}/example5.ttl (100%) rename {examples => vocab/examples}/example5.xml (100%) rename {examples => vocab/examples}/example6.html (100%) rename {examples => vocab/examples}/example6.nt (100%) rename {examples => vocab/examples}/example6.rdf (100%) rename {examples => vocab/examples}/example6.ttl (100%) rename {examples => vocab/examples}/example6.xml (100%) rename {examples => vocab/examples}/example7.html (100%) rename {examples => vocab/examples}/example7.nt (100%) rename {examples => vocab/examples}/example7.rdf (100%) rename {examples => vocab/examples}/example7.ttl (100%) rename {examples => vocab/examples}/example7.xml (100%) rename {examples => vocab/examples}/example8.html (100%) rename {examples => vocab/examples}/example8.nt (100%) rename {examples => vocab/examples}/example8.rdf (100%) rename {examples => vocab/examples}/example8.ttl (100%) rename {examples => vocab/examples}/example8.xml (100%) rename {examples => vocab/examples}/example9.html (100%) rename {examples => vocab/examples}/example9.nt (100%) rename {examples => vocab/examples}/example9.rdf (100%) rename {examples => vocab/examples}/example9.ttl (100%) rename {examples => vocab/examples}/example9.xml (100%) rename {tools => vocab/tools}/classes.php (100%) rename {tools => vocab/tools}/easyrdf/CHANGELOG.md (100%) rename {tools => vocab/tools}/easyrdf/LICENSE.md (100%) rename {tools => vocab/tools}/easyrdf/Makefile (100%) rename {tools => vocab/tools}/easyrdf/README.md (100%) rename {tools => vocab/tools}/easyrdf/composer.json (100%) rename {tools => vocab/tools}/easyrdf/config/phpcs_ruleset.xml (100%) rename {tools => vocab/tools}/easyrdf/config/phpunit.xml (100%) rename {tools => vocab/tools}/easyrdf/config/sami.php (100%) rename {tools => vocab/tools}/easyrdf/doap.php (100%) rename {tools => vocab/tools}/easyrdf/docs/01-getting-started.md (100%) rename {tools => vocab/tools}/easyrdf/docs/02-property-paths.md (100%) rename {tools => vocab/tools}/easyrdf/examples/artistinfo.php (100%) rename {tools => vocab/tools}/easyrdf/examples/basic.php (100%) rename {tools => vocab/tools}/easyrdf/examples/basic_sparql.php (100%) rename {tools => vocab/tools}/easyrdf/examples/converter.php (100%) rename {tools => vocab/tools}/easyrdf/examples/dump.php (100%) rename {tools => vocab/tools}/easyrdf/examples/foafinfo.php (100%) rename {tools => vocab/tools}/easyrdf/examples/foafmaker.php (100%) rename {tools => vocab/tools}/easyrdf/examples/graph_direct.php (100%) rename {tools => vocab/tools}/easyrdf/examples/graphstore.php (100%) rename {tools => vocab/tools}/easyrdf/examples/graphviz.php (100%) rename {tools => vocab/tools}/easyrdf/examples/html_tag_helpers.php (100%) rename {tools => vocab/tools}/easyrdf/examples/httpget.php (100%) rename {tools => vocab/tools}/easyrdf/examples/parse_rss.php (100%) rename {tools => vocab/tools}/easyrdf/examples/serialise.php (100%) rename {tools => vocab/tools}/easyrdf/examples/sparql_queryform.php (100%) rename {tools => vocab/tools}/easyrdf/examples/uk_postcode.php (100%) rename {tools => vocab/tools}/easyrdf/examples/villages.php (100%) rename {tools => vocab/tools}/easyrdf/examples/zend_framework.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Collection.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Container.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Exception.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Format.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Graph.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/GraphStore.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Http.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Http/Client.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Http/Response.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/Boolean.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/Date.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/DateTime.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/Decimal.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/HTML.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/HexBinary.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/Integer.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Literal/XML.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Namespace.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/ParsedUri.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Arc.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Exception.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Json.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Ntriples.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Rapper.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/RdfPhp.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/RdfXml.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Rdfa.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Redland.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Parser/Turtle.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Resource.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/Arc.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/Json.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/JsonLd.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/Rapper.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Serialiser/Turtle.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Sparql/Client.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Sparql/Result.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/TypeMapper.php (100%) rename {tools => vocab/tools}/easyrdf/lib/EasyRdf/Utils.php (100%) rename {tools => vocab/tools}/easyrdf/scripts/copyright_updater.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/CollectionTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/ContainerTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/ExceptionTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/FormatTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/GraphStoreTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/GraphTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Http/ClientTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Http/MockClient.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Http/MockClientTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Http/ResponseTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/HttpTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/BooleanTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/DateTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/DateTimeTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/DecimalTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/HTMLTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/HexBinaryTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/IntegerTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Literal/XMLTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/LiteralTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/NamespaceTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/ParsedUriTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/ArcTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/ExceptionTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/JsonTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/NtriplesTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/RapperTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/RdfPhpTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/RdfXmlTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/RdfaTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/RedlandTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Parser/TurtleTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/ParserTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/ResourceTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Serialiser/ArcTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Serialiser/GraphVizTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Serialiser/JsonLdTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Serialiser/JsonTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Serialiser/NtriplesArray.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Serialiser/NtriplesTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Serialiser/RapperTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Serialiser/RdfPhpTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Serialiser/RdfXmlTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Serialiser/TurtleTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/SerialiserTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Sparql/ClientTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/Sparql/ResultTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/TestCase.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/TypeMapperTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/EasyRdf/UtilsTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/FusekiTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/ParserPerformance.php (100%) rename {tools => vocab/tools}/easyrdf/test/TestHelper.php (100%) rename {tools => vocab/tools}/easyrdf/test/cli_example_wrapper.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/ArtistinfoTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/BasicSparqlTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/BasicTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/ConverterTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/DumpTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/FoafinfoTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/FoafmakerTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/GraphdirectTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/HttpgetTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/ParseRssTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/SerialiseTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/SparqlqueryformTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/UkpostcodeTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/examples/VillagesTest.php (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/empty.rdf (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/foaf.bad-json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/foaf.html (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/foaf.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/foaf.json-triples (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/foaf.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/foaf.rdf (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/foaf.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/http_response_200 (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/http_response_200_chunked (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/http_response_302 (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/http_response_404 (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/http_response_500 (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/not_sparql_result.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdf-collection.rdf (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdf-seq.rdf (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0001.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0001.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0006.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0006.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0007.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0007.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0008.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0008.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0009.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0009.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0010.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0010.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0012.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0012.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0013.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0013.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0014.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0014.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0015.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0015.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0017.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0017.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0018.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0018.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0019.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0019.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0020.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0020.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0021.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0021.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0023.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0023.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0025.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0025.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0026.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0026.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0027.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0027.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0029.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0029.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0030.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0030.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0031.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0031.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0032.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0032.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0033.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0033.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0034.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0034.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0035.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0035.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0036.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0036.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0037.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0037.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0038.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0038.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0039.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0039.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0041.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0041.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0048.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0048.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0049.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0049.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0050.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0050.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0051.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0051.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0052.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0052.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0053.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0053.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0054.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0054.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0055.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0055.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0056.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0056.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0057.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0057.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0059.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0059.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0060.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0060.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0063.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0063.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0064.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0064.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0065.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0065.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0066.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0066.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0067.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0067.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0068.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0068.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0069.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0069.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0070.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0070.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0071.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0071.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0072.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0072.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0073.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0073.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0074.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0074.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0075.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0075.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0079.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0079.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0080.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0080.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0083.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0083.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0084.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0084.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0085.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0085.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0087.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0087.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0088.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0088.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0089.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0089.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0091.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0091.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0093.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0093.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0099.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0099.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0104.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0104.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0106.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0106.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0107.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0107.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0110.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0110.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0111.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0111.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0112.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0112.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0114.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0114.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0115.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0115.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0117.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0117.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0118.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0118.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0119.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0119.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0120.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0120.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0121.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0121.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0122.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0122.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0126.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0126.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0131.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0131.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0134.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0134.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0140.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0140.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0147.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0147.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0174.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0174.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0175.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0175.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0176.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0176.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0177.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0177.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0178.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0178.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0179.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0179.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0180.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0180.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0181.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0181.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0182.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0182.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0183.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0183.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0186.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0186.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0187.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0187.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0188.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0188.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0189.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0189.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0190.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0190.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0196.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0196.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0197.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0197.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0198.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0198.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0206.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0206.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0207.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0207.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0213.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0213.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0214.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0214.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0216.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0216.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0217.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0217.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0218.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0218.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0219.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0219.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0220.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0220.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0221.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0221.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0222.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0222.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0223.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0223.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0224.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0224.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0225.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0225.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0226.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0226.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0227.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0227.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0228.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0228.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0229.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0229.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0230.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0230.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0231.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0231.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0232.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0232.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0233.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0233.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0234.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0234.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0246.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0246.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0247.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0247.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0248.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0248.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0249.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0249.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0250.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0250.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0251.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0251.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0252.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0252.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0253.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0253.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0254.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0254.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0255.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0255.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0256.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0256.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0257.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0257.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0258.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0258.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0259.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0259.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0261.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0261.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0262.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0262.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0263.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0263.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0264.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0264.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0265.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0265.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0266.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0266.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0267.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0267.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0268.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0268.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0269.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0269.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0271.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0271.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0272.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0272.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0273.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0273.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0274.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0274.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0275.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0275.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0276.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0276.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0277.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0277.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0278.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0278.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0279.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0279.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0280.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0280.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0281.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0281.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0282.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0282.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0283.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0283.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0284.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0284.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0285.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0285.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0286.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0286.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0287.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0287.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0289.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0289.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0290.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0290.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0291.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0291.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0292.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0292.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0293.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0293.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0295.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0295.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0296.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0296.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0297.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0297.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0298.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0298.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0299.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0299.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0300.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0300.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0301.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0301.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0302.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0302.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0303.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0303.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0311.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0311.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0312.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0312.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0315.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0315.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0316.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0316.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0317.nt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/0317.xhtml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/rdfa/update.php (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_ask_false.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_ask_false.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_ask_true.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_ask_true.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_invalid.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_invalid.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_invalid_term.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_all.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_all.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_all_types.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_all_ws.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_count.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_count_zero.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_empty.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_empty.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_lang.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_lang.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_named_graphs.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_select_unbound.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_typed_literal.json (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/sparql_typed_literal.xml (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/README.txt (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-00.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-01.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-02.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-03.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-04.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-05.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-06.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-07.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-08.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-09.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-10.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-11.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-12.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-13.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/bad-14.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/base1.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/base1.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/quotes1.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/quotes1.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/rdf-schema.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/rdf-schema.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-00.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-00.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-01.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-01.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-02.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-02.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-03.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-03.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-04.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-04.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-05.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-05.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-06.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-06.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-07.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-07.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-08.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-08.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-09.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-09.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-10.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-10.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-11.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-11.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-12.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-12.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-13.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-13.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-17.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-17.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-18.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-18.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-19.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-19.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-20.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-20.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-21.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-21.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-22.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-22.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-23.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-23.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-24.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-24.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-25.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-25.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-26.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-26.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-27.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/test-27.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.out (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/webid.ttl (100%) rename {tools => vocab/tools}/easyrdf/test/fixtures/xml_literal.rdf (100%) rename {tools => vocab/tools}/easyrdf/test/testcases/rdfxml-testcases.php (100%) rename {tools => vocab/tools}/phpspecgen.php (100%) rename {tools => vocab/tools}/phpspecgen/README.md (100%) rename {tools => vocab/tools}/phpspecgen/composer.json (100%) rename {tools => vocab/tools}/phpspecgen/phpspecgen.php (100%) rename {tools => vocab/tools}/phpspecgen/style.css (100%) diff --git a/examples/Makefile b/vocab/examples/Makefile similarity index 100% rename from examples/Makefile rename to vocab/examples/Makefile diff --git a/examples/example1.html b/vocab/examples/example1.html similarity index 100% rename from examples/example1.html rename to vocab/examples/example1.html diff --git a/examples/example1.json b/vocab/examples/example1.json similarity index 100% rename from examples/example1.json rename to vocab/examples/example1.json diff --git a/examples/example1.nt b/vocab/examples/example1.nt similarity index 100% rename from examples/example1.nt rename to vocab/examples/example1.nt diff --git a/examples/example1.rdf b/vocab/examples/example1.rdf similarity index 100% rename from examples/example1.rdf rename to vocab/examples/example1.rdf diff --git a/examples/example1.ttl b/vocab/examples/example1.ttl similarity index 100% rename from examples/example1.ttl rename to vocab/examples/example1.ttl diff --git a/examples/example1.xml b/vocab/examples/example1.xml similarity index 100% rename from examples/example1.xml rename to vocab/examples/example1.xml diff --git a/examples/example10.html b/vocab/examples/example10.html similarity index 100% rename from examples/example10.html rename to vocab/examples/example10.html diff --git a/examples/example10.nt b/vocab/examples/example10.nt similarity index 100% rename from examples/example10.nt rename to vocab/examples/example10.nt diff --git a/examples/example10.rdf b/vocab/examples/example10.rdf similarity index 100% rename from examples/example10.rdf rename to vocab/examples/example10.rdf diff --git a/examples/example10.ttl b/vocab/examples/example10.ttl similarity index 100% rename from examples/example10.ttl rename to vocab/examples/example10.ttl diff --git a/examples/example10.xml b/vocab/examples/example10.xml similarity index 100% rename from examples/example10.xml rename to vocab/examples/example10.xml diff --git a/examples/example11.html b/vocab/examples/example11.html similarity index 100% rename from examples/example11.html rename to vocab/examples/example11.html diff --git a/examples/example11.nt b/vocab/examples/example11.nt similarity index 100% rename from examples/example11.nt rename to vocab/examples/example11.nt diff --git a/examples/example11.rdf b/vocab/examples/example11.rdf similarity index 100% rename from examples/example11.rdf rename to vocab/examples/example11.rdf diff --git a/examples/example11.ttl b/vocab/examples/example11.ttl similarity index 100% rename from examples/example11.ttl rename to vocab/examples/example11.ttl diff --git a/examples/example11.xml b/vocab/examples/example11.xml similarity index 100% rename from examples/example11.xml rename to vocab/examples/example11.xml diff --git a/examples/example1a.nt b/vocab/examples/example1a.nt similarity index 100% rename from examples/example1a.nt rename to vocab/examples/example1a.nt diff --git a/examples/example1a.rdf b/vocab/examples/example1a.rdf similarity index 100% rename from examples/example1a.rdf rename to vocab/examples/example1a.rdf diff --git a/examples/example1a.ttl b/vocab/examples/example1a.ttl similarity index 100% rename from examples/example1a.ttl rename to vocab/examples/example1a.ttl diff --git a/examples/example2.html b/vocab/examples/example2.html similarity index 100% rename from examples/example2.html rename to vocab/examples/example2.html diff --git a/examples/example2.nt b/vocab/examples/example2.nt similarity index 100% rename from examples/example2.nt rename to vocab/examples/example2.nt diff --git a/examples/example2.rdf b/vocab/examples/example2.rdf similarity index 100% rename from examples/example2.rdf rename to vocab/examples/example2.rdf diff --git a/examples/example2.ttl b/vocab/examples/example2.ttl similarity index 100% rename from examples/example2.ttl rename to vocab/examples/example2.ttl diff --git a/examples/example2.xml b/vocab/examples/example2.xml similarity index 100% rename from examples/example2.xml rename to vocab/examples/example2.xml diff --git a/examples/example3.html b/vocab/examples/example3.html similarity index 100% rename from examples/example3.html rename to vocab/examples/example3.html diff --git a/examples/example3.nt b/vocab/examples/example3.nt similarity index 100% rename from examples/example3.nt rename to vocab/examples/example3.nt diff --git a/examples/example3.rdf b/vocab/examples/example3.rdf similarity index 100% rename from examples/example3.rdf rename to vocab/examples/example3.rdf diff --git a/examples/example3.ttl b/vocab/examples/example3.ttl similarity index 100% rename from examples/example3.ttl rename to vocab/examples/example3.ttl diff --git a/examples/example3.xml b/vocab/examples/example3.xml similarity index 100% rename from examples/example3.xml rename to vocab/examples/example3.xml diff --git a/examples/example4.html b/vocab/examples/example4.html similarity index 100% rename from examples/example4.html rename to vocab/examples/example4.html diff --git a/examples/example4.nt b/vocab/examples/example4.nt similarity index 100% rename from examples/example4.nt rename to vocab/examples/example4.nt diff --git a/examples/example4.rdf b/vocab/examples/example4.rdf similarity index 100% rename from examples/example4.rdf rename to vocab/examples/example4.rdf diff --git a/examples/example4.ttl b/vocab/examples/example4.ttl similarity index 100% rename from examples/example4.ttl rename to vocab/examples/example4.ttl diff --git a/examples/example4.xml b/vocab/examples/example4.xml similarity index 100% rename from examples/example4.xml rename to vocab/examples/example4.xml diff --git a/examples/example5.html b/vocab/examples/example5.html similarity index 100% rename from examples/example5.html rename to vocab/examples/example5.html diff --git a/examples/example5.nt b/vocab/examples/example5.nt similarity index 100% rename from examples/example5.nt rename to vocab/examples/example5.nt diff --git a/examples/example5.rdf b/vocab/examples/example5.rdf similarity index 100% rename from examples/example5.rdf rename to vocab/examples/example5.rdf diff --git a/examples/example5.ttl b/vocab/examples/example5.ttl similarity index 100% rename from examples/example5.ttl rename to vocab/examples/example5.ttl diff --git a/examples/example5.xml b/vocab/examples/example5.xml similarity index 100% rename from examples/example5.xml rename to vocab/examples/example5.xml diff --git a/examples/example6.html b/vocab/examples/example6.html similarity index 100% rename from examples/example6.html rename to vocab/examples/example6.html diff --git a/examples/example6.nt b/vocab/examples/example6.nt similarity index 100% rename from examples/example6.nt rename to vocab/examples/example6.nt diff --git a/examples/example6.rdf b/vocab/examples/example6.rdf similarity index 100% rename from examples/example6.rdf rename to vocab/examples/example6.rdf diff --git a/examples/example6.ttl b/vocab/examples/example6.ttl similarity index 100% rename from examples/example6.ttl rename to vocab/examples/example6.ttl diff --git a/examples/example6.xml b/vocab/examples/example6.xml similarity index 100% rename from examples/example6.xml rename to vocab/examples/example6.xml diff --git a/examples/example7.html b/vocab/examples/example7.html similarity index 100% rename from examples/example7.html rename to vocab/examples/example7.html diff --git a/examples/example7.nt b/vocab/examples/example7.nt similarity index 100% rename from examples/example7.nt rename to vocab/examples/example7.nt diff --git a/examples/example7.rdf b/vocab/examples/example7.rdf similarity index 100% rename from examples/example7.rdf rename to vocab/examples/example7.rdf diff --git a/examples/example7.ttl b/vocab/examples/example7.ttl similarity index 100% rename from examples/example7.ttl rename to vocab/examples/example7.ttl diff --git a/examples/example7.xml b/vocab/examples/example7.xml similarity index 100% rename from examples/example7.xml rename to vocab/examples/example7.xml diff --git a/examples/example8.html b/vocab/examples/example8.html similarity index 100% rename from examples/example8.html rename to vocab/examples/example8.html diff --git a/examples/example8.nt b/vocab/examples/example8.nt similarity index 100% rename from examples/example8.nt rename to vocab/examples/example8.nt diff --git a/examples/example8.rdf b/vocab/examples/example8.rdf similarity index 100% rename from examples/example8.rdf rename to vocab/examples/example8.rdf diff --git a/examples/example8.ttl b/vocab/examples/example8.ttl similarity index 100% rename from examples/example8.ttl rename to vocab/examples/example8.ttl diff --git a/examples/example8.xml b/vocab/examples/example8.xml similarity index 100% rename from examples/example8.xml rename to vocab/examples/example8.xml diff --git a/examples/example9.html b/vocab/examples/example9.html similarity index 100% rename from examples/example9.html rename to vocab/examples/example9.html diff --git a/examples/example9.nt b/vocab/examples/example9.nt similarity index 100% rename from examples/example9.nt rename to vocab/examples/example9.nt diff --git a/examples/example9.rdf b/vocab/examples/example9.rdf similarity index 100% rename from examples/example9.rdf rename to vocab/examples/example9.rdf diff --git a/examples/example9.ttl b/vocab/examples/example9.ttl similarity index 100% rename from examples/example9.ttl rename to vocab/examples/example9.ttl diff --git a/examples/example9.xml b/vocab/examples/example9.xml similarity index 100% rename from examples/example9.xml rename to vocab/examples/example9.xml diff --git a/tools/classes.php b/vocab/tools/classes.php similarity index 100% rename from tools/classes.php rename to vocab/tools/classes.php diff --git a/tools/easyrdf/CHANGELOG.md b/vocab/tools/easyrdf/CHANGELOG.md similarity index 100% rename from tools/easyrdf/CHANGELOG.md rename to vocab/tools/easyrdf/CHANGELOG.md diff --git a/tools/easyrdf/LICENSE.md b/vocab/tools/easyrdf/LICENSE.md similarity index 100% rename from tools/easyrdf/LICENSE.md rename to vocab/tools/easyrdf/LICENSE.md diff --git a/tools/easyrdf/Makefile b/vocab/tools/easyrdf/Makefile similarity index 100% rename from tools/easyrdf/Makefile rename to vocab/tools/easyrdf/Makefile diff --git a/tools/easyrdf/README.md b/vocab/tools/easyrdf/README.md similarity index 100% rename from tools/easyrdf/README.md rename to vocab/tools/easyrdf/README.md diff --git a/tools/easyrdf/composer.json b/vocab/tools/easyrdf/composer.json similarity index 100% rename from tools/easyrdf/composer.json rename to vocab/tools/easyrdf/composer.json diff --git a/tools/easyrdf/config/phpcs_ruleset.xml b/vocab/tools/easyrdf/config/phpcs_ruleset.xml similarity index 100% rename from tools/easyrdf/config/phpcs_ruleset.xml rename to vocab/tools/easyrdf/config/phpcs_ruleset.xml diff --git a/tools/easyrdf/config/phpunit.xml b/vocab/tools/easyrdf/config/phpunit.xml similarity index 100% rename from tools/easyrdf/config/phpunit.xml rename to vocab/tools/easyrdf/config/phpunit.xml diff --git a/tools/easyrdf/config/sami.php b/vocab/tools/easyrdf/config/sami.php similarity index 100% rename from tools/easyrdf/config/sami.php rename to vocab/tools/easyrdf/config/sami.php diff --git a/tools/easyrdf/doap.php b/vocab/tools/easyrdf/doap.php similarity index 100% rename from tools/easyrdf/doap.php rename to vocab/tools/easyrdf/doap.php diff --git a/tools/easyrdf/docs/01-getting-started.md b/vocab/tools/easyrdf/docs/01-getting-started.md similarity index 100% rename from tools/easyrdf/docs/01-getting-started.md rename to vocab/tools/easyrdf/docs/01-getting-started.md diff --git a/tools/easyrdf/docs/02-property-paths.md b/vocab/tools/easyrdf/docs/02-property-paths.md similarity index 100% rename from tools/easyrdf/docs/02-property-paths.md rename to vocab/tools/easyrdf/docs/02-property-paths.md diff --git a/tools/easyrdf/examples/artistinfo.php b/vocab/tools/easyrdf/examples/artistinfo.php similarity index 100% rename from tools/easyrdf/examples/artistinfo.php rename to vocab/tools/easyrdf/examples/artistinfo.php diff --git a/tools/easyrdf/examples/basic.php b/vocab/tools/easyrdf/examples/basic.php similarity index 100% rename from tools/easyrdf/examples/basic.php rename to vocab/tools/easyrdf/examples/basic.php diff --git a/tools/easyrdf/examples/basic_sparql.php b/vocab/tools/easyrdf/examples/basic_sparql.php similarity index 100% rename from tools/easyrdf/examples/basic_sparql.php rename to vocab/tools/easyrdf/examples/basic_sparql.php diff --git a/tools/easyrdf/examples/converter.php b/vocab/tools/easyrdf/examples/converter.php similarity index 100% rename from tools/easyrdf/examples/converter.php rename to vocab/tools/easyrdf/examples/converter.php diff --git a/tools/easyrdf/examples/dump.php b/vocab/tools/easyrdf/examples/dump.php similarity index 100% rename from tools/easyrdf/examples/dump.php rename to vocab/tools/easyrdf/examples/dump.php diff --git a/tools/easyrdf/examples/foafinfo.php b/vocab/tools/easyrdf/examples/foafinfo.php similarity index 100% rename from tools/easyrdf/examples/foafinfo.php rename to vocab/tools/easyrdf/examples/foafinfo.php diff --git a/tools/easyrdf/examples/foafmaker.php b/vocab/tools/easyrdf/examples/foafmaker.php similarity index 100% rename from tools/easyrdf/examples/foafmaker.php rename to vocab/tools/easyrdf/examples/foafmaker.php diff --git a/tools/easyrdf/examples/graph_direct.php b/vocab/tools/easyrdf/examples/graph_direct.php similarity index 100% rename from tools/easyrdf/examples/graph_direct.php rename to vocab/tools/easyrdf/examples/graph_direct.php diff --git a/tools/easyrdf/examples/graphstore.php b/vocab/tools/easyrdf/examples/graphstore.php similarity index 100% rename from tools/easyrdf/examples/graphstore.php rename to vocab/tools/easyrdf/examples/graphstore.php diff --git a/tools/easyrdf/examples/graphviz.php b/vocab/tools/easyrdf/examples/graphviz.php similarity index 100% rename from tools/easyrdf/examples/graphviz.php rename to vocab/tools/easyrdf/examples/graphviz.php diff --git a/tools/easyrdf/examples/html_tag_helpers.php b/vocab/tools/easyrdf/examples/html_tag_helpers.php similarity index 100% rename from tools/easyrdf/examples/html_tag_helpers.php rename to vocab/tools/easyrdf/examples/html_tag_helpers.php diff --git a/tools/easyrdf/examples/httpget.php b/vocab/tools/easyrdf/examples/httpget.php similarity index 100% rename from tools/easyrdf/examples/httpget.php rename to vocab/tools/easyrdf/examples/httpget.php diff --git a/tools/easyrdf/examples/parse_rss.php b/vocab/tools/easyrdf/examples/parse_rss.php similarity index 100% rename from tools/easyrdf/examples/parse_rss.php rename to vocab/tools/easyrdf/examples/parse_rss.php diff --git a/tools/easyrdf/examples/serialise.php b/vocab/tools/easyrdf/examples/serialise.php similarity index 100% rename from tools/easyrdf/examples/serialise.php rename to vocab/tools/easyrdf/examples/serialise.php diff --git a/tools/easyrdf/examples/sparql_queryform.php b/vocab/tools/easyrdf/examples/sparql_queryform.php similarity index 100% rename from tools/easyrdf/examples/sparql_queryform.php rename to vocab/tools/easyrdf/examples/sparql_queryform.php diff --git a/tools/easyrdf/examples/uk_postcode.php b/vocab/tools/easyrdf/examples/uk_postcode.php similarity index 100% rename from tools/easyrdf/examples/uk_postcode.php rename to vocab/tools/easyrdf/examples/uk_postcode.php diff --git a/tools/easyrdf/examples/villages.php b/vocab/tools/easyrdf/examples/villages.php similarity index 100% rename from tools/easyrdf/examples/villages.php rename to vocab/tools/easyrdf/examples/villages.php diff --git a/tools/easyrdf/examples/zend_framework.php b/vocab/tools/easyrdf/examples/zend_framework.php similarity index 100% rename from tools/easyrdf/examples/zend_framework.php rename to vocab/tools/easyrdf/examples/zend_framework.php diff --git a/tools/easyrdf/lib/EasyRdf.php b/vocab/tools/easyrdf/lib/EasyRdf.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf.php rename to vocab/tools/easyrdf/lib/EasyRdf.php diff --git a/tools/easyrdf/lib/EasyRdf/Collection.php b/vocab/tools/easyrdf/lib/EasyRdf/Collection.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Collection.php rename to vocab/tools/easyrdf/lib/EasyRdf/Collection.php diff --git a/tools/easyrdf/lib/EasyRdf/Container.php b/vocab/tools/easyrdf/lib/EasyRdf/Container.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Container.php rename to vocab/tools/easyrdf/lib/EasyRdf/Container.php diff --git a/tools/easyrdf/lib/EasyRdf/Exception.php b/vocab/tools/easyrdf/lib/EasyRdf/Exception.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Exception.php rename to vocab/tools/easyrdf/lib/EasyRdf/Exception.php diff --git a/tools/easyrdf/lib/EasyRdf/Format.php b/vocab/tools/easyrdf/lib/EasyRdf/Format.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Format.php rename to vocab/tools/easyrdf/lib/EasyRdf/Format.php diff --git a/tools/easyrdf/lib/EasyRdf/Graph.php b/vocab/tools/easyrdf/lib/EasyRdf/Graph.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Graph.php rename to vocab/tools/easyrdf/lib/EasyRdf/Graph.php diff --git a/tools/easyrdf/lib/EasyRdf/GraphStore.php b/vocab/tools/easyrdf/lib/EasyRdf/GraphStore.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/GraphStore.php rename to vocab/tools/easyrdf/lib/EasyRdf/GraphStore.php diff --git a/tools/easyrdf/lib/EasyRdf/Http.php b/vocab/tools/easyrdf/lib/EasyRdf/Http.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Http.php rename to vocab/tools/easyrdf/lib/EasyRdf/Http.php diff --git a/tools/easyrdf/lib/EasyRdf/Http/Client.php b/vocab/tools/easyrdf/lib/EasyRdf/Http/Client.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Http/Client.php rename to vocab/tools/easyrdf/lib/EasyRdf/Http/Client.php diff --git a/tools/easyrdf/lib/EasyRdf/Http/Response.php b/vocab/tools/easyrdf/lib/EasyRdf/Http/Response.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Http/Response.php rename to vocab/tools/easyrdf/lib/EasyRdf/Http/Response.php diff --git a/tools/easyrdf/lib/EasyRdf/Literal.php b/vocab/tools/easyrdf/lib/EasyRdf/Literal.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Literal.php rename to vocab/tools/easyrdf/lib/EasyRdf/Literal.php diff --git a/tools/easyrdf/lib/EasyRdf/Literal/Boolean.php b/vocab/tools/easyrdf/lib/EasyRdf/Literal/Boolean.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Literal/Boolean.php rename to vocab/tools/easyrdf/lib/EasyRdf/Literal/Boolean.php diff --git a/tools/easyrdf/lib/EasyRdf/Literal/Date.php b/vocab/tools/easyrdf/lib/EasyRdf/Literal/Date.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Literal/Date.php rename to vocab/tools/easyrdf/lib/EasyRdf/Literal/Date.php diff --git a/tools/easyrdf/lib/EasyRdf/Literal/DateTime.php b/vocab/tools/easyrdf/lib/EasyRdf/Literal/DateTime.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Literal/DateTime.php rename to vocab/tools/easyrdf/lib/EasyRdf/Literal/DateTime.php diff --git a/tools/easyrdf/lib/EasyRdf/Literal/Decimal.php b/vocab/tools/easyrdf/lib/EasyRdf/Literal/Decimal.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Literal/Decimal.php rename to vocab/tools/easyrdf/lib/EasyRdf/Literal/Decimal.php diff --git a/tools/easyrdf/lib/EasyRdf/Literal/HTML.php b/vocab/tools/easyrdf/lib/EasyRdf/Literal/HTML.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Literal/HTML.php rename to vocab/tools/easyrdf/lib/EasyRdf/Literal/HTML.php diff --git a/tools/easyrdf/lib/EasyRdf/Literal/HexBinary.php b/vocab/tools/easyrdf/lib/EasyRdf/Literal/HexBinary.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Literal/HexBinary.php rename to vocab/tools/easyrdf/lib/EasyRdf/Literal/HexBinary.php diff --git a/tools/easyrdf/lib/EasyRdf/Literal/Integer.php b/vocab/tools/easyrdf/lib/EasyRdf/Literal/Integer.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Literal/Integer.php rename to vocab/tools/easyrdf/lib/EasyRdf/Literal/Integer.php diff --git a/tools/easyrdf/lib/EasyRdf/Literal/XML.php b/vocab/tools/easyrdf/lib/EasyRdf/Literal/XML.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Literal/XML.php rename to vocab/tools/easyrdf/lib/EasyRdf/Literal/XML.php diff --git a/tools/easyrdf/lib/EasyRdf/Namespace.php b/vocab/tools/easyrdf/lib/EasyRdf/Namespace.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Namespace.php rename to vocab/tools/easyrdf/lib/EasyRdf/Namespace.php diff --git a/tools/easyrdf/lib/EasyRdf/ParsedUri.php b/vocab/tools/easyrdf/lib/EasyRdf/ParsedUri.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/ParsedUri.php rename to vocab/tools/easyrdf/lib/EasyRdf/ParsedUri.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser/Arc.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser/Arc.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser/Arc.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser/Arc.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser/Exception.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser/Exception.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser/Exception.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser/Exception.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser/Json.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser/Json.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser/Json.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser/Json.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser/Ntriples.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser/Ntriples.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser/Ntriples.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser/Ntriples.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser/Rapper.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser/Rapper.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser/Rapper.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser/Rapper.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser/RdfPhp.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser/RdfPhp.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser/RdfPhp.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser/RdfPhp.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser/RdfXml.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser/RdfXml.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser/RdfXml.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser/RdfXml.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser/Rdfa.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser/Rdfa.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser/Rdfa.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser/Rdfa.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser/Redland.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser/Redland.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser/Redland.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser/Redland.php diff --git a/tools/easyrdf/lib/EasyRdf/Parser/Turtle.php b/vocab/tools/easyrdf/lib/EasyRdf/Parser/Turtle.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Parser/Turtle.php rename to vocab/tools/easyrdf/lib/EasyRdf/Parser/Turtle.php diff --git a/tools/easyrdf/lib/EasyRdf/Resource.php b/vocab/tools/easyrdf/lib/EasyRdf/Resource.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Resource.php rename to vocab/tools/easyrdf/lib/EasyRdf/Resource.php diff --git a/tools/easyrdf/lib/EasyRdf/Serialiser.php b/vocab/tools/easyrdf/lib/EasyRdf/Serialiser.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Serialiser.php rename to vocab/tools/easyrdf/lib/EasyRdf/Serialiser.php diff --git a/tools/easyrdf/lib/EasyRdf/Serialiser/Arc.php b/vocab/tools/easyrdf/lib/EasyRdf/Serialiser/Arc.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Serialiser/Arc.php rename to vocab/tools/easyrdf/lib/EasyRdf/Serialiser/Arc.php diff --git a/tools/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php b/vocab/tools/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php rename to vocab/tools/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php diff --git a/tools/easyrdf/lib/EasyRdf/Serialiser/Json.php b/vocab/tools/easyrdf/lib/EasyRdf/Serialiser/Json.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Serialiser/Json.php rename to vocab/tools/easyrdf/lib/EasyRdf/Serialiser/Json.php diff --git a/tools/easyrdf/lib/EasyRdf/Serialiser/JsonLd.php b/vocab/tools/easyrdf/lib/EasyRdf/Serialiser/JsonLd.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Serialiser/JsonLd.php rename to vocab/tools/easyrdf/lib/EasyRdf/Serialiser/JsonLd.php diff --git a/tools/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php b/vocab/tools/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php rename to vocab/tools/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php diff --git a/tools/easyrdf/lib/EasyRdf/Serialiser/Rapper.php b/vocab/tools/easyrdf/lib/EasyRdf/Serialiser/Rapper.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Serialiser/Rapper.php rename to vocab/tools/easyrdf/lib/EasyRdf/Serialiser/Rapper.php diff --git a/tools/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php b/vocab/tools/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php rename to vocab/tools/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php diff --git a/tools/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php b/vocab/tools/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php rename to vocab/tools/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php diff --git a/tools/easyrdf/lib/EasyRdf/Serialiser/Turtle.php b/vocab/tools/easyrdf/lib/EasyRdf/Serialiser/Turtle.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Serialiser/Turtle.php rename to vocab/tools/easyrdf/lib/EasyRdf/Serialiser/Turtle.php diff --git a/tools/easyrdf/lib/EasyRdf/Sparql/Client.php b/vocab/tools/easyrdf/lib/EasyRdf/Sparql/Client.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Sparql/Client.php rename to vocab/tools/easyrdf/lib/EasyRdf/Sparql/Client.php diff --git a/tools/easyrdf/lib/EasyRdf/Sparql/Result.php b/vocab/tools/easyrdf/lib/EasyRdf/Sparql/Result.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Sparql/Result.php rename to vocab/tools/easyrdf/lib/EasyRdf/Sparql/Result.php diff --git a/tools/easyrdf/lib/EasyRdf/TypeMapper.php b/vocab/tools/easyrdf/lib/EasyRdf/TypeMapper.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/TypeMapper.php rename to vocab/tools/easyrdf/lib/EasyRdf/TypeMapper.php diff --git a/tools/easyrdf/lib/EasyRdf/Utils.php b/vocab/tools/easyrdf/lib/EasyRdf/Utils.php similarity index 100% rename from tools/easyrdf/lib/EasyRdf/Utils.php rename to vocab/tools/easyrdf/lib/EasyRdf/Utils.php diff --git a/tools/easyrdf/scripts/copyright_updater.php b/vocab/tools/easyrdf/scripts/copyright_updater.php similarity index 100% rename from tools/easyrdf/scripts/copyright_updater.php rename to vocab/tools/easyrdf/scripts/copyright_updater.php diff --git a/tools/easyrdf/test/EasyRdf/CollectionTest.php b/vocab/tools/easyrdf/test/EasyRdf/CollectionTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/CollectionTest.php rename to vocab/tools/easyrdf/test/EasyRdf/CollectionTest.php diff --git a/tools/easyrdf/test/EasyRdf/ContainerTest.php b/vocab/tools/easyrdf/test/EasyRdf/ContainerTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/ContainerTest.php rename to vocab/tools/easyrdf/test/EasyRdf/ContainerTest.php diff --git a/tools/easyrdf/test/EasyRdf/ExceptionTest.php b/vocab/tools/easyrdf/test/EasyRdf/ExceptionTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/ExceptionTest.php rename to vocab/tools/easyrdf/test/EasyRdf/ExceptionTest.php diff --git a/tools/easyrdf/test/EasyRdf/FormatTest.php b/vocab/tools/easyrdf/test/EasyRdf/FormatTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/FormatTest.php rename to vocab/tools/easyrdf/test/EasyRdf/FormatTest.php diff --git a/tools/easyrdf/test/EasyRdf/GraphStoreTest.php b/vocab/tools/easyrdf/test/EasyRdf/GraphStoreTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/GraphStoreTest.php rename to vocab/tools/easyrdf/test/EasyRdf/GraphStoreTest.php diff --git a/tools/easyrdf/test/EasyRdf/GraphTest.php b/vocab/tools/easyrdf/test/EasyRdf/GraphTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/GraphTest.php rename to vocab/tools/easyrdf/test/EasyRdf/GraphTest.php diff --git a/tools/easyrdf/test/EasyRdf/Http/ClientTest.php b/vocab/tools/easyrdf/test/EasyRdf/Http/ClientTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Http/ClientTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Http/ClientTest.php diff --git a/tools/easyrdf/test/EasyRdf/Http/MockClient.php b/vocab/tools/easyrdf/test/EasyRdf/Http/MockClient.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Http/MockClient.php rename to vocab/tools/easyrdf/test/EasyRdf/Http/MockClient.php diff --git a/tools/easyrdf/test/EasyRdf/Http/MockClientTest.php b/vocab/tools/easyrdf/test/EasyRdf/Http/MockClientTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Http/MockClientTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Http/MockClientTest.php diff --git a/tools/easyrdf/test/EasyRdf/Http/ResponseTest.php b/vocab/tools/easyrdf/test/EasyRdf/Http/ResponseTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Http/ResponseTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Http/ResponseTest.php diff --git a/tools/easyrdf/test/EasyRdf/HttpTest.php b/vocab/tools/easyrdf/test/EasyRdf/HttpTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/HttpTest.php rename to vocab/tools/easyrdf/test/EasyRdf/HttpTest.php diff --git a/tools/easyrdf/test/EasyRdf/Literal/BooleanTest.php b/vocab/tools/easyrdf/test/EasyRdf/Literal/BooleanTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Literal/BooleanTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Literal/BooleanTest.php diff --git a/tools/easyrdf/test/EasyRdf/Literal/DateTest.php b/vocab/tools/easyrdf/test/EasyRdf/Literal/DateTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Literal/DateTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Literal/DateTest.php diff --git a/tools/easyrdf/test/EasyRdf/Literal/DateTimeTest.php b/vocab/tools/easyrdf/test/EasyRdf/Literal/DateTimeTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Literal/DateTimeTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Literal/DateTimeTest.php diff --git a/tools/easyrdf/test/EasyRdf/Literal/DecimalTest.php b/vocab/tools/easyrdf/test/EasyRdf/Literal/DecimalTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Literal/DecimalTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Literal/DecimalTest.php diff --git a/tools/easyrdf/test/EasyRdf/Literal/HTMLTest.php b/vocab/tools/easyrdf/test/EasyRdf/Literal/HTMLTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Literal/HTMLTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Literal/HTMLTest.php diff --git a/tools/easyrdf/test/EasyRdf/Literal/HexBinaryTest.php b/vocab/tools/easyrdf/test/EasyRdf/Literal/HexBinaryTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Literal/HexBinaryTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Literal/HexBinaryTest.php diff --git a/tools/easyrdf/test/EasyRdf/Literal/IntegerTest.php b/vocab/tools/easyrdf/test/EasyRdf/Literal/IntegerTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Literal/IntegerTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Literal/IntegerTest.php diff --git a/tools/easyrdf/test/EasyRdf/Literal/XMLTest.php b/vocab/tools/easyrdf/test/EasyRdf/Literal/XMLTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Literal/XMLTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Literal/XMLTest.php diff --git a/tools/easyrdf/test/EasyRdf/LiteralTest.php b/vocab/tools/easyrdf/test/EasyRdf/LiteralTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/LiteralTest.php rename to vocab/tools/easyrdf/test/EasyRdf/LiteralTest.php diff --git a/tools/easyrdf/test/EasyRdf/NamespaceTest.php b/vocab/tools/easyrdf/test/EasyRdf/NamespaceTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/NamespaceTest.php rename to vocab/tools/easyrdf/test/EasyRdf/NamespaceTest.php diff --git a/tools/easyrdf/test/EasyRdf/ParsedUriTest.php b/vocab/tools/easyrdf/test/EasyRdf/ParsedUriTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/ParsedUriTest.php rename to vocab/tools/easyrdf/test/EasyRdf/ParsedUriTest.php diff --git a/tools/easyrdf/test/EasyRdf/Parser/ArcTest.php b/vocab/tools/easyrdf/test/EasyRdf/Parser/ArcTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Parser/ArcTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Parser/ArcTest.php diff --git a/tools/easyrdf/test/EasyRdf/Parser/ExceptionTest.php b/vocab/tools/easyrdf/test/EasyRdf/Parser/ExceptionTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Parser/ExceptionTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Parser/ExceptionTest.php diff --git a/tools/easyrdf/test/EasyRdf/Parser/JsonTest.php b/vocab/tools/easyrdf/test/EasyRdf/Parser/JsonTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Parser/JsonTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Parser/JsonTest.php diff --git a/tools/easyrdf/test/EasyRdf/Parser/NtriplesTest.php b/vocab/tools/easyrdf/test/EasyRdf/Parser/NtriplesTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Parser/NtriplesTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Parser/NtriplesTest.php diff --git a/tools/easyrdf/test/EasyRdf/Parser/RapperTest.php b/vocab/tools/easyrdf/test/EasyRdf/Parser/RapperTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Parser/RapperTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Parser/RapperTest.php diff --git a/tools/easyrdf/test/EasyRdf/Parser/RdfPhpTest.php b/vocab/tools/easyrdf/test/EasyRdf/Parser/RdfPhpTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Parser/RdfPhpTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Parser/RdfPhpTest.php diff --git a/tools/easyrdf/test/EasyRdf/Parser/RdfXmlTest.php b/vocab/tools/easyrdf/test/EasyRdf/Parser/RdfXmlTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Parser/RdfXmlTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Parser/RdfXmlTest.php diff --git a/tools/easyrdf/test/EasyRdf/Parser/RdfaTest.php b/vocab/tools/easyrdf/test/EasyRdf/Parser/RdfaTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Parser/RdfaTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Parser/RdfaTest.php diff --git a/tools/easyrdf/test/EasyRdf/Parser/RedlandTest.php b/vocab/tools/easyrdf/test/EasyRdf/Parser/RedlandTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Parser/RedlandTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Parser/RedlandTest.php diff --git a/tools/easyrdf/test/EasyRdf/Parser/TurtleTest.php b/vocab/tools/easyrdf/test/EasyRdf/Parser/TurtleTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Parser/TurtleTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Parser/TurtleTest.php diff --git a/tools/easyrdf/test/EasyRdf/ParserTest.php b/vocab/tools/easyrdf/test/EasyRdf/ParserTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/ParserTest.php rename to vocab/tools/easyrdf/test/EasyRdf/ParserTest.php diff --git a/tools/easyrdf/test/EasyRdf/ResourceTest.php b/vocab/tools/easyrdf/test/EasyRdf/ResourceTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/ResourceTest.php rename to vocab/tools/easyrdf/test/EasyRdf/ResourceTest.php diff --git a/tools/easyrdf/test/EasyRdf/Serialiser/ArcTest.php b/vocab/tools/easyrdf/test/EasyRdf/Serialiser/ArcTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Serialiser/ArcTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Serialiser/ArcTest.php diff --git a/tools/easyrdf/test/EasyRdf/Serialiser/GraphVizTest.php b/vocab/tools/easyrdf/test/EasyRdf/Serialiser/GraphVizTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Serialiser/GraphVizTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Serialiser/GraphVizTest.php diff --git a/tools/easyrdf/test/EasyRdf/Serialiser/JsonLdTest.php b/vocab/tools/easyrdf/test/EasyRdf/Serialiser/JsonLdTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Serialiser/JsonLdTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Serialiser/JsonLdTest.php diff --git a/tools/easyrdf/test/EasyRdf/Serialiser/JsonTest.php b/vocab/tools/easyrdf/test/EasyRdf/Serialiser/JsonTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Serialiser/JsonTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Serialiser/JsonTest.php diff --git a/tools/easyrdf/test/EasyRdf/Serialiser/NtriplesArray.php b/vocab/tools/easyrdf/test/EasyRdf/Serialiser/NtriplesArray.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Serialiser/NtriplesArray.php rename to vocab/tools/easyrdf/test/EasyRdf/Serialiser/NtriplesArray.php diff --git a/tools/easyrdf/test/EasyRdf/Serialiser/NtriplesTest.php b/vocab/tools/easyrdf/test/EasyRdf/Serialiser/NtriplesTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Serialiser/NtriplesTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Serialiser/NtriplesTest.php diff --git a/tools/easyrdf/test/EasyRdf/Serialiser/RapperTest.php b/vocab/tools/easyrdf/test/EasyRdf/Serialiser/RapperTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Serialiser/RapperTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Serialiser/RapperTest.php diff --git a/tools/easyrdf/test/EasyRdf/Serialiser/RdfPhpTest.php b/vocab/tools/easyrdf/test/EasyRdf/Serialiser/RdfPhpTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Serialiser/RdfPhpTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Serialiser/RdfPhpTest.php diff --git a/tools/easyrdf/test/EasyRdf/Serialiser/RdfXmlTest.php b/vocab/tools/easyrdf/test/EasyRdf/Serialiser/RdfXmlTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Serialiser/RdfXmlTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Serialiser/RdfXmlTest.php diff --git a/tools/easyrdf/test/EasyRdf/Serialiser/TurtleTest.php b/vocab/tools/easyrdf/test/EasyRdf/Serialiser/TurtleTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Serialiser/TurtleTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Serialiser/TurtleTest.php diff --git a/tools/easyrdf/test/EasyRdf/SerialiserTest.php b/vocab/tools/easyrdf/test/EasyRdf/SerialiserTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/SerialiserTest.php rename to vocab/tools/easyrdf/test/EasyRdf/SerialiserTest.php diff --git a/tools/easyrdf/test/EasyRdf/Sparql/ClientTest.php b/vocab/tools/easyrdf/test/EasyRdf/Sparql/ClientTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Sparql/ClientTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Sparql/ClientTest.php diff --git a/tools/easyrdf/test/EasyRdf/Sparql/ResultTest.php b/vocab/tools/easyrdf/test/EasyRdf/Sparql/ResultTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/Sparql/ResultTest.php rename to vocab/tools/easyrdf/test/EasyRdf/Sparql/ResultTest.php diff --git a/tools/easyrdf/test/EasyRdf/TestCase.php b/vocab/tools/easyrdf/test/EasyRdf/TestCase.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/TestCase.php rename to vocab/tools/easyrdf/test/EasyRdf/TestCase.php diff --git a/tools/easyrdf/test/EasyRdf/TypeMapperTest.php b/vocab/tools/easyrdf/test/EasyRdf/TypeMapperTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/TypeMapperTest.php rename to vocab/tools/easyrdf/test/EasyRdf/TypeMapperTest.php diff --git a/tools/easyrdf/test/EasyRdf/UtilsTest.php b/vocab/tools/easyrdf/test/EasyRdf/UtilsTest.php similarity index 100% rename from tools/easyrdf/test/EasyRdf/UtilsTest.php rename to vocab/tools/easyrdf/test/EasyRdf/UtilsTest.php diff --git a/tools/easyrdf/test/FusekiTest.php b/vocab/tools/easyrdf/test/FusekiTest.php similarity index 100% rename from tools/easyrdf/test/FusekiTest.php rename to vocab/tools/easyrdf/test/FusekiTest.php diff --git a/tools/easyrdf/test/ParserPerformance.php b/vocab/tools/easyrdf/test/ParserPerformance.php similarity index 100% rename from tools/easyrdf/test/ParserPerformance.php rename to vocab/tools/easyrdf/test/ParserPerformance.php diff --git a/tools/easyrdf/test/TestHelper.php b/vocab/tools/easyrdf/test/TestHelper.php similarity index 100% rename from tools/easyrdf/test/TestHelper.php rename to vocab/tools/easyrdf/test/TestHelper.php diff --git a/tools/easyrdf/test/cli_example_wrapper.php b/vocab/tools/easyrdf/test/cli_example_wrapper.php similarity index 100% rename from tools/easyrdf/test/cli_example_wrapper.php rename to vocab/tools/easyrdf/test/cli_example_wrapper.php diff --git a/tools/easyrdf/test/examples/ArtistinfoTest.php b/vocab/tools/easyrdf/test/examples/ArtistinfoTest.php similarity index 100% rename from tools/easyrdf/test/examples/ArtistinfoTest.php rename to vocab/tools/easyrdf/test/examples/ArtistinfoTest.php diff --git a/tools/easyrdf/test/examples/BasicSparqlTest.php b/vocab/tools/easyrdf/test/examples/BasicSparqlTest.php similarity index 100% rename from tools/easyrdf/test/examples/BasicSparqlTest.php rename to vocab/tools/easyrdf/test/examples/BasicSparqlTest.php diff --git a/tools/easyrdf/test/examples/BasicTest.php b/vocab/tools/easyrdf/test/examples/BasicTest.php similarity index 100% rename from tools/easyrdf/test/examples/BasicTest.php rename to vocab/tools/easyrdf/test/examples/BasicTest.php diff --git a/tools/easyrdf/test/examples/ConverterTest.php b/vocab/tools/easyrdf/test/examples/ConverterTest.php similarity index 100% rename from tools/easyrdf/test/examples/ConverterTest.php rename to vocab/tools/easyrdf/test/examples/ConverterTest.php diff --git a/tools/easyrdf/test/examples/DumpTest.php b/vocab/tools/easyrdf/test/examples/DumpTest.php similarity index 100% rename from tools/easyrdf/test/examples/DumpTest.php rename to vocab/tools/easyrdf/test/examples/DumpTest.php diff --git a/tools/easyrdf/test/examples/FoafinfoTest.php b/vocab/tools/easyrdf/test/examples/FoafinfoTest.php similarity index 100% rename from tools/easyrdf/test/examples/FoafinfoTest.php rename to vocab/tools/easyrdf/test/examples/FoafinfoTest.php diff --git a/tools/easyrdf/test/examples/FoafmakerTest.php b/vocab/tools/easyrdf/test/examples/FoafmakerTest.php similarity index 100% rename from tools/easyrdf/test/examples/FoafmakerTest.php rename to vocab/tools/easyrdf/test/examples/FoafmakerTest.php diff --git a/tools/easyrdf/test/examples/GraphdirectTest.php b/vocab/tools/easyrdf/test/examples/GraphdirectTest.php similarity index 100% rename from tools/easyrdf/test/examples/GraphdirectTest.php rename to vocab/tools/easyrdf/test/examples/GraphdirectTest.php diff --git a/tools/easyrdf/test/examples/HttpgetTest.php b/vocab/tools/easyrdf/test/examples/HttpgetTest.php similarity index 100% rename from tools/easyrdf/test/examples/HttpgetTest.php rename to vocab/tools/easyrdf/test/examples/HttpgetTest.php diff --git a/tools/easyrdf/test/examples/ParseRssTest.php b/vocab/tools/easyrdf/test/examples/ParseRssTest.php similarity index 100% rename from tools/easyrdf/test/examples/ParseRssTest.php rename to vocab/tools/easyrdf/test/examples/ParseRssTest.php diff --git a/tools/easyrdf/test/examples/SerialiseTest.php b/vocab/tools/easyrdf/test/examples/SerialiseTest.php similarity index 100% rename from tools/easyrdf/test/examples/SerialiseTest.php rename to vocab/tools/easyrdf/test/examples/SerialiseTest.php diff --git a/tools/easyrdf/test/examples/SparqlqueryformTest.php b/vocab/tools/easyrdf/test/examples/SparqlqueryformTest.php similarity index 100% rename from tools/easyrdf/test/examples/SparqlqueryformTest.php rename to vocab/tools/easyrdf/test/examples/SparqlqueryformTest.php diff --git a/tools/easyrdf/test/examples/UkpostcodeTest.php b/vocab/tools/easyrdf/test/examples/UkpostcodeTest.php similarity index 100% rename from tools/easyrdf/test/examples/UkpostcodeTest.php rename to vocab/tools/easyrdf/test/examples/UkpostcodeTest.php diff --git a/tools/easyrdf/test/examples/VillagesTest.php b/vocab/tools/easyrdf/test/examples/VillagesTest.php similarity index 100% rename from tools/easyrdf/test/examples/VillagesTest.php rename to vocab/tools/easyrdf/test/examples/VillagesTest.php diff --git a/tools/easyrdf/test/fixtures/empty.rdf b/vocab/tools/easyrdf/test/fixtures/empty.rdf similarity index 100% rename from tools/easyrdf/test/fixtures/empty.rdf rename to vocab/tools/easyrdf/test/fixtures/empty.rdf diff --git a/tools/easyrdf/test/fixtures/foaf.bad-json b/vocab/tools/easyrdf/test/fixtures/foaf.bad-json similarity index 100% rename from tools/easyrdf/test/fixtures/foaf.bad-json rename to vocab/tools/easyrdf/test/fixtures/foaf.bad-json diff --git a/tools/easyrdf/test/fixtures/foaf.html b/vocab/tools/easyrdf/test/fixtures/foaf.html similarity index 100% rename from tools/easyrdf/test/fixtures/foaf.html rename to vocab/tools/easyrdf/test/fixtures/foaf.html diff --git a/tools/easyrdf/test/fixtures/foaf.json b/vocab/tools/easyrdf/test/fixtures/foaf.json similarity index 100% rename from tools/easyrdf/test/fixtures/foaf.json rename to vocab/tools/easyrdf/test/fixtures/foaf.json diff --git a/tools/easyrdf/test/fixtures/foaf.json-triples b/vocab/tools/easyrdf/test/fixtures/foaf.json-triples similarity index 100% rename from tools/easyrdf/test/fixtures/foaf.json-triples rename to vocab/tools/easyrdf/test/fixtures/foaf.json-triples diff --git a/tools/easyrdf/test/fixtures/foaf.nt b/vocab/tools/easyrdf/test/fixtures/foaf.nt similarity index 100% rename from tools/easyrdf/test/fixtures/foaf.nt rename to vocab/tools/easyrdf/test/fixtures/foaf.nt diff --git a/tools/easyrdf/test/fixtures/foaf.rdf b/vocab/tools/easyrdf/test/fixtures/foaf.rdf similarity index 100% rename from tools/easyrdf/test/fixtures/foaf.rdf rename to vocab/tools/easyrdf/test/fixtures/foaf.rdf diff --git a/tools/easyrdf/test/fixtures/foaf.ttl b/vocab/tools/easyrdf/test/fixtures/foaf.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/foaf.ttl rename to vocab/tools/easyrdf/test/fixtures/foaf.ttl diff --git a/tools/easyrdf/test/fixtures/http_response_200 b/vocab/tools/easyrdf/test/fixtures/http_response_200 similarity index 100% rename from tools/easyrdf/test/fixtures/http_response_200 rename to vocab/tools/easyrdf/test/fixtures/http_response_200 diff --git a/tools/easyrdf/test/fixtures/http_response_200_chunked b/vocab/tools/easyrdf/test/fixtures/http_response_200_chunked similarity index 100% rename from tools/easyrdf/test/fixtures/http_response_200_chunked rename to vocab/tools/easyrdf/test/fixtures/http_response_200_chunked diff --git a/tools/easyrdf/test/fixtures/http_response_302 b/vocab/tools/easyrdf/test/fixtures/http_response_302 similarity index 100% rename from tools/easyrdf/test/fixtures/http_response_302 rename to vocab/tools/easyrdf/test/fixtures/http_response_302 diff --git a/tools/easyrdf/test/fixtures/http_response_404 b/vocab/tools/easyrdf/test/fixtures/http_response_404 similarity index 100% rename from tools/easyrdf/test/fixtures/http_response_404 rename to vocab/tools/easyrdf/test/fixtures/http_response_404 diff --git a/tools/easyrdf/test/fixtures/http_response_500 b/vocab/tools/easyrdf/test/fixtures/http_response_500 similarity index 100% rename from tools/easyrdf/test/fixtures/http_response_500 rename to vocab/tools/easyrdf/test/fixtures/http_response_500 diff --git a/tools/easyrdf/test/fixtures/not_sparql_result.xml b/vocab/tools/easyrdf/test/fixtures/not_sparql_result.xml similarity index 100% rename from tools/easyrdf/test/fixtures/not_sparql_result.xml rename to vocab/tools/easyrdf/test/fixtures/not_sparql_result.xml diff --git a/tools/easyrdf/test/fixtures/rdf-collection.rdf b/vocab/tools/easyrdf/test/fixtures/rdf-collection.rdf similarity index 100% rename from tools/easyrdf/test/fixtures/rdf-collection.rdf rename to vocab/tools/easyrdf/test/fixtures/rdf-collection.rdf diff --git a/tools/easyrdf/test/fixtures/rdf-seq.rdf b/vocab/tools/easyrdf/test/fixtures/rdf-seq.rdf similarity index 100% rename from tools/easyrdf/test/fixtures/rdf-seq.rdf rename to vocab/tools/easyrdf/test/fixtures/rdf-seq.rdf diff --git a/tools/easyrdf/test/fixtures/rdfa/0001.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0001.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0001.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0001.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0001.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0001.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0001.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0001.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0006.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0006.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0006.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0006.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0006.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0006.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0006.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0006.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0007.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0007.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0007.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0007.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0007.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0007.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0007.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0007.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0008.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0008.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0008.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0008.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0008.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0008.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0008.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0008.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0009.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0009.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0009.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0009.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0009.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0009.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0009.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0009.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0010.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0010.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0010.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0010.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0010.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0010.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0010.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0010.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0012.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0012.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0012.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0012.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0012.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0012.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0012.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0012.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0013.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0013.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0013.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0013.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0013.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0013.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0013.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0013.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0014.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0014.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0014.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0014.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0014.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0014.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0014.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0014.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0015.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0015.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0015.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0015.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0015.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0015.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0015.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0015.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0017.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0017.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0017.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0017.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0017.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0017.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0017.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0017.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0018.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0018.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0018.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0018.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0018.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0018.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0018.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0018.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0019.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0019.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0019.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0019.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0019.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0019.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0019.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0019.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0020.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0020.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0020.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0020.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0020.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0020.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0020.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0020.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0021.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0021.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0021.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0021.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0021.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0021.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0021.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0021.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0023.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0023.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0023.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0023.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0023.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0023.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0023.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0023.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0025.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0025.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0025.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0025.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0025.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0025.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0025.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0025.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0026.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0026.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0026.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0026.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0026.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0026.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0026.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0026.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0027.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0027.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0027.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0027.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0027.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0027.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0027.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0027.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0029.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0029.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0029.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0029.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0029.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0029.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0029.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0029.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0030.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0030.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0030.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0030.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0030.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0030.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0030.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0030.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0031.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0031.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0031.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0031.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0031.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0031.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0031.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0031.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0032.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0032.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0032.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0032.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0032.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0032.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0032.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0032.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0033.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0033.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0033.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0033.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0033.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0033.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0033.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0033.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0034.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0034.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0034.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0034.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0034.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0034.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0034.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0034.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0035.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0035.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0035.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0035.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0035.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0035.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0035.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0035.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0036.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0036.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0036.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0036.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0036.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0036.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0036.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0036.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0037.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0037.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0037.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0037.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0037.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0037.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0037.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0037.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0038.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0038.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0038.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0038.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0038.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0038.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0038.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0038.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0039.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0039.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0039.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0039.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0039.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0039.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0039.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0039.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0041.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0041.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0041.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0041.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0041.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0041.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0041.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0041.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0048.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0048.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0048.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0048.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0048.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0048.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0048.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0048.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0049.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0049.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0049.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0049.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0049.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0049.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0049.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0049.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0050.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0050.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0050.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0050.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0050.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0050.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0050.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0050.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0051.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0051.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0051.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0051.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0051.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0051.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0051.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0051.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0052.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0052.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0052.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0052.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0052.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0052.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0052.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0052.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0053.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0053.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0053.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0053.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0053.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0053.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0053.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0053.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0054.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0054.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0054.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0054.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0054.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0054.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0054.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0054.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0055.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0055.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0055.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0055.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0055.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0055.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0055.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0055.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0056.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0056.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0056.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0056.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0056.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0056.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0056.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0056.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0057.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0057.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0057.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0057.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0057.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0057.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0057.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0057.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0059.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0059.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0059.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0059.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0059.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0059.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0059.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0059.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0060.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0060.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0060.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0060.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0060.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0060.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0060.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0060.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0063.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0063.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0063.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0063.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0063.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0063.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0063.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0063.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0064.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0064.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0064.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0064.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0064.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0064.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0064.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0064.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0065.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0065.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0065.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0065.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0065.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0065.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0065.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0065.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0066.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0066.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0066.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0066.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0066.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0066.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0066.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0066.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0067.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0067.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0067.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0067.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0067.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0067.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0067.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0067.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0068.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0068.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0068.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0068.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0068.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0068.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0068.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0068.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0069.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0069.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0069.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0069.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0069.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0069.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0069.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0069.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0070.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0070.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0070.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0070.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0070.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0070.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0070.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0070.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0071.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0071.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0071.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0071.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0071.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0071.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0071.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0071.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0072.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0072.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0072.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0072.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0072.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0072.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0072.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0072.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0073.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0073.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0073.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0073.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0073.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0073.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0073.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0073.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0074.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0074.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0074.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0074.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0074.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0074.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0074.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0074.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0075.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0075.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0075.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0075.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0075.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0075.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0075.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0075.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0079.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0079.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0079.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0079.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0079.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0079.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0079.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0079.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0080.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0080.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0080.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0080.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0080.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0080.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0080.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0080.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0083.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0083.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0083.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0083.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0083.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0083.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0083.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0083.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0084.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0084.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0084.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0084.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0084.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0084.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0084.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0084.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0085.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0085.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0085.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0085.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0085.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0085.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0085.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0085.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0087.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0087.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0087.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0087.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0087.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0087.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0087.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0087.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0088.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0088.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0088.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0088.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0088.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0088.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0088.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0088.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0089.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0089.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0089.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0089.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0089.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0089.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0089.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0089.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0091.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0091.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0091.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0091.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0091.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0091.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0091.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0091.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0093.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0093.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0093.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0093.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0093.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0093.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0093.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0093.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0099.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0099.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0099.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0099.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0099.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0099.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0099.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0099.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0104.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0104.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0104.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0104.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0104.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0104.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0104.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0104.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0106.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0106.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0106.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0106.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0106.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0106.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0106.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0106.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0107.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0107.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0107.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0107.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0107.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0107.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0107.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0107.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0110.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0110.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0110.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0110.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0110.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0110.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0110.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0110.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0111.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0111.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0111.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0111.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0111.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0111.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0111.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0111.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0112.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0112.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0112.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0112.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0112.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0112.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0112.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0112.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0114.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0114.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0114.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0114.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0114.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0114.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0114.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0114.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0115.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0115.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0115.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0115.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0115.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0115.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0115.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0115.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0117.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0117.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0117.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0117.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0117.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0117.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0117.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0117.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0118.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0118.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0118.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0118.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0118.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0118.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0118.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0118.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0119.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0119.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0119.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0119.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0119.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0119.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0119.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0119.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0120.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0120.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0120.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0120.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0120.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0120.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0120.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0120.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0121.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0121.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0121.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0121.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0121.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0121.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0121.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0121.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0122.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0122.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0122.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0122.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0122.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0122.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0122.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0122.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0126.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0126.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0126.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0126.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0126.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0126.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0126.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0126.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0131.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0131.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0131.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0131.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0131.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0131.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0131.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0131.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0134.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0134.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0134.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0134.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0134.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0134.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0134.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0134.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0140.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0140.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0140.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0140.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0140.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0140.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0140.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0140.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0147.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0147.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0147.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0147.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0147.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0147.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0147.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0147.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0174.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0174.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0174.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0174.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0174.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0174.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0174.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0174.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0175.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0175.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0175.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0175.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0175.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0175.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0175.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0175.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0176.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0176.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0176.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0176.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0176.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0176.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0176.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0176.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0177.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0177.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0177.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0177.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0177.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0177.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0177.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0177.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0178.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0178.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0178.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0178.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0178.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0178.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0178.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0178.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0179.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0179.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0179.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0179.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0179.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0179.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0179.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0179.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0180.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0180.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0180.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0180.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0180.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0180.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0180.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0180.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0181.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0181.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0181.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0181.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0181.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0181.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0181.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0181.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0182.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0182.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0182.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0182.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0182.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0182.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0182.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0182.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0183.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0183.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0183.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0183.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0183.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0183.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0183.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0183.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0186.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0186.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0186.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0186.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0186.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0186.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0186.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0186.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0187.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0187.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0187.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0187.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0187.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0187.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0187.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0187.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0188.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0188.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0188.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0188.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0188.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0188.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0188.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0188.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0189.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0189.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0189.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0189.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0189.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0189.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0189.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0189.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0190.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0190.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0190.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0190.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0190.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0190.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0190.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0190.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0196.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0196.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0196.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0196.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0196.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0196.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0196.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0196.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0197.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0197.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0197.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0197.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0197.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0197.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0197.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0197.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0198.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0198.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0198.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0198.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0198.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0198.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0198.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0198.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0206.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0206.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0206.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0206.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0206.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0206.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0206.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0206.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0207.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0207.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0207.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0207.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0207.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0207.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0207.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0207.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0213.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0213.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0213.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0213.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0213.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0213.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0213.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0213.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0214.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0214.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0214.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0214.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0214.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0214.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0214.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0214.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0216.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0216.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0216.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0216.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0216.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0216.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0216.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0216.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0217.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0217.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0217.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0217.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0217.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0217.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0217.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0217.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0218.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0218.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0218.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0218.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0218.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0218.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0218.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0218.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0219.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0219.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0219.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0219.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0219.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0219.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0219.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0219.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0220.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0220.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0220.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0220.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0220.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0220.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0220.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0220.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0221.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0221.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0221.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0221.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0221.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0221.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0221.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0221.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0222.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0222.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0222.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0222.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0222.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0222.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0222.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0222.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0223.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0223.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0223.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0223.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0223.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0223.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0223.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0223.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0224.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0224.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0224.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0224.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0224.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0224.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0224.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0224.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0225.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0225.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0225.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0225.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0225.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0225.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0225.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0225.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0226.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0226.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0226.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0226.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0226.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0226.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0226.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0226.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0227.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0227.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0227.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0227.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0227.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0227.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0227.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0227.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0228.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0228.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0228.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0228.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0228.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0228.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0228.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0228.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0229.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0229.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0229.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0229.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0229.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0229.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0229.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0229.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0230.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0230.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0230.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0230.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0230.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0230.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0230.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0230.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0231.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0231.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0231.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0231.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0231.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0231.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0231.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0231.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0232.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0232.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0232.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0232.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0232.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0232.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0232.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0232.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0233.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0233.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0233.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0233.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0233.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0233.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0233.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0233.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0234.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0234.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0234.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0234.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0234.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0234.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0234.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0234.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0246.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0246.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0246.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0246.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0246.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0246.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0246.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0246.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0247.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0247.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0247.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0247.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0247.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0247.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0247.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0247.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0248.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0248.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0248.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0248.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0248.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0248.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0248.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0248.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0249.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0249.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0249.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0249.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0249.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0249.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0249.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0249.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0250.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0250.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0250.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0250.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0250.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0250.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0250.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0250.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0251.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0251.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0251.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0251.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0251.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0251.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0251.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0251.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0252.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0252.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0252.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0252.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0252.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0252.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0252.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0252.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0253.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0253.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0253.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0253.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0253.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0253.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0253.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0253.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0254.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0254.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0254.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0254.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0254.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0254.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0254.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0254.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0255.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0255.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0255.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0255.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0255.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0255.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0255.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0255.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0256.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0256.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0256.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0256.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0256.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0256.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0256.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0256.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0257.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0257.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0257.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0257.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0257.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0257.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0257.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0257.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0258.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0258.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0258.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0258.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0258.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0258.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0258.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0258.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0259.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0259.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0259.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0259.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0259.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0259.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0259.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0259.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0261.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0261.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0261.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0261.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0261.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0261.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0261.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0261.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0262.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0262.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0262.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0262.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0262.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0262.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0262.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0262.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0263.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0263.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0263.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0263.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0263.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0263.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0263.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0263.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0264.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0264.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0264.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0264.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0264.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0264.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0264.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0264.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0265.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0265.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0265.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0265.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0265.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0265.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0265.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0265.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0266.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0266.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0266.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0266.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0266.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0266.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0266.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0266.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0267.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0267.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0267.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0267.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0267.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0267.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0267.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0267.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0268.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0268.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0268.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0268.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0268.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0268.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0268.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0268.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0269.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0269.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0269.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0269.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0269.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0269.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0269.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0269.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0271.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0271.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0271.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0271.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0271.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0271.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0271.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0271.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0272.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0272.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0272.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0272.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0272.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0272.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0272.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0272.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0273.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0273.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0273.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0273.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0273.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0273.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0273.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0273.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0274.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0274.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0274.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0274.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0274.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0274.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0274.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0274.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0275.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0275.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0275.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0275.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0275.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0275.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0275.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0275.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0276.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0276.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0276.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0276.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0276.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0276.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0276.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0276.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0277.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0277.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0277.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0277.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0277.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0277.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0277.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0277.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0278.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0278.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0278.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0278.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0278.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0278.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0278.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0278.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0279.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0279.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0279.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0279.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0279.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0279.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0279.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0279.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0280.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0280.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0280.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0280.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0280.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0280.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0280.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0280.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0281.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0281.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0281.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0281.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0281.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0281.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0281.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0281.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0282.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0282.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0282.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0282.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0282.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0282.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0282.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0282.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0283.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0283.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0283.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0283.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0283.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0283.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0283.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0283.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0284.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0284.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0284.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0284.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0284.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0284.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0284.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0284.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0285.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0285.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0285.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0285.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0285.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0285.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0285.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0285.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0286.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0286.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0286.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0286.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0286.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0286.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0286.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0286.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0287.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0287.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0287.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0287.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0287.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0287.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0287.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0287.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0289.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0289.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0289.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0289.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0289.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0289.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0289.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0289.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0290.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0290.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0290.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0290.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0290.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0290.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0290.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0290.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0291.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0291.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0291.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0291.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0291.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0291.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0291.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0291.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0292.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0292.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0292.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0292.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0292.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0292.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0292.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0292.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0293.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0293.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0293.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0293.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0293.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0293.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0293.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0293.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0295.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0295.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0295.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0295.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0295.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0295.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0295.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0295.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0296.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0296.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0296.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0296.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0296.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0296.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0296.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0296.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0297.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0297.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0297.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0297.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0297.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0297.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0297.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0297.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0298.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0298.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0298.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0298.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0298.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0298.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0298.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0298.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0299.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0299.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0299.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0299.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0299.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0299.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0299.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0299.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0300.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0300.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0300.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0300.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0300.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0300.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0300.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0300.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0301.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0301.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0301.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0301.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0301.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0301.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0301.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0301.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0302.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0302.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0302.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0302.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0302.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0302.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0302.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0302.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0303.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0303.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0303.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0303.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0303.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0303.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0303.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0303.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0311.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0311.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0311.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0311.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0311.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0311.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0311.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0311.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0312.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0312.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0312.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0312.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0312.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0312.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0312.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0312.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0315.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0315.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0315.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0315.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0315.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0315.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0315.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0315.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0316.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0316.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0316.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0316.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0316.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0316.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0316.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0316.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/0317.nt b/vocab/tools/easyrdf/test/fixtures/rdfa/0317.nt similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0317.nt rename to vocab/tools/easyrdf/test/fixtures/rdfa/0317.nt diff --git a/tools/easyrdf/test/fixtures/rdfa/0317.xhtml b/vocab/tools/easyrdf/test/fixtures/rdfa/0317.xhtml similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/0317.xhtml rename to vocab/tools/easyrdf/test/fixtures/rdfa/0317.xhtml diff --git a/tools/easyrdf/test/fixtures/rdfa/update.php b/vocab/tools/easyrdf/test/fixtures/rdfa/update.php similarity index 100% rename from tools/easyrdf/test/fixtures/rdfa/update.php rename to vocab/tools/easyrdf/test/fixtures/rdfa/update.php diff --git a/tools/easyrdf/test/fixtures/sparql_ask_false.json b/vocab/tools/easyrdf/test/fixtures/sparql_ask_false.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_ask_false.json rename to vocab/tools/easyrdf/test/fixtures/sparql_ask_false.json diff --git a/tools/easyrdf/test/fixtures/sparql_ask_false.xml b/vocab/tools/easyrdf/test/fixtures/sparql_ask_false.xml similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_ask_false.xml rename to vocab/tools/easyrdf/test/fixtures/sparql_ask_false.xml diff --git a/tools/easyrdf/test/fixtures/sparql_ask_true.json b/vocab/tools/easyrdf/test/fixtures/sparql_ask_true.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_ask_true.json rename to vocab/tools/easyrdf/test/fixtures/sparql_ask_true.json diff --git a/tools/easyrdf/test/fixtures/sparql_ask_true.xml b/vocab/tools/easyrdf/test/fixtures/sparql_ask_true.xml similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_ask_true.xml rename to vocab/tools/easyrdf/test/fixtures/sparql_ask_true.xml diff --git a/tools/easyrdf/test/fixtures/sparql_invalid.json b/vocab/tools/easyrdf/test/fixtures/sparql_invalid.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_invalid.json rename to vocab/tools/easyrdf/test/fixtures/sparql_invalid.json diff --git a/tools/easyrdf/test/fixtures/sparql_invalid.xml b/vocab/tools/easyrdf/test/fixtures/sparql_invalid.xml similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_invalid.xml rename to vocab/tools/easyrdf/test/fixtures/sparql_invalid.xml diff --git a/tools/easyrdf/test/fixtures/sparql_invalid_term.json b/vocab/tools/easyrdf/test/fixtures/sparql_invalid_term.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_invalid_term.json rename to vocab/tools/easyrdf/test/fixtures/sparql_invalid_term.json diff --git a/tools/easyrdf/test/fixtures/sparql_select_all.json b/vocab/tools/easyrdf/test/fixtures/sparql_select_all.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_all.json rename to vocab/tools/easyrdf/test/fixtures/sparql_select_all.json diff --git a/tools/easyrdf/test/fixtures/sparql_select_all.xml b/vocab/tools/easyrdf/test/fixtures/sparql_select_all.xml similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_all.xml rename to vocab/tools/easyrdf/test/fixtures/sparql_select_all.xml diff --git a/tools/easyrdf/test/fixtures/sparql_select_all_types.xml b/vocab/tools/easyrdf/test/fixtures/sparql_select_all_types.xml similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_all_types.xml rename to vocab/tools/easyrdf/test/fixtures/sparql_select_all_types.xml diff --git a/tools/easyrdf/test/fixtures/sparql_select_all_ws.xml b/vocab/tools/easyrdf/test/fixtures/sparql_select_all_ws.xml similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_all_ws.xml rename to vocab/tools/easyrdf/test/fixtures/sparql_select_all_ws.xml diff --git a/tools/easyrdf/test/fixtures/sparql_select_count.json b/vocab/tools/easyrdf/test/fixtures/sparql_select_count.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_count.json rename to vocab/tools/easyrdf/test/fixtures/sparql_select_count.json diff --git a/tools/easyrdf/test/fixtures/sparql_select_count_zero.json b/vocab/tools/easyrdf/test/fixtures/sparql_select_count_zero.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_count_zero.json rename to vocab/tools/easyrdf/test/fixtures/sparql_select_count_zero.json diff --git a/tools/easyrdf/test/fixtures/sparql_select_empty.json b/vocab/tools/easyrdf/test/fixtures/sparql_select_empty.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_empty.json rename to vocab/tools/easyrdf/test/fixtures/sparql_select_empty.json diff --git a/tools/easyrdf/test/fixtures/sparql_select_empty.xml b/vocab/tools/easyrdf/test/fixtures/sparql_select_empty.xml similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_empty.xml rename to vocab/tools/easyrdf/test/fixtures/sparql_select_empty.xml diff --git a/tools/easyrdf/test/fixtures/sparql_select_lang.json b/vocab/tools/easyrdf/test/fixtures/sparql_select_lang.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_lang.json rename to vocab/tools/easyrdf/test/fixtures/sparql_select_lang.json diff --git a/tools/easyrdf/test/fixtures/sparql_select_lang.xml b/vocab/tools/easyrdf/test/fixtures/sparql_select_lang.xml similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_lang.xml rename to vocab/tools/easyrdf/test/fixtures/sparql_select_lang.xml diff --git a/tools/easyrdf/test/fixtures/sparql_select_named_graphs.json b/vocab/tools/easyrdf/test/fixtures/sparql_select_named_graphs.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_named_graphs.json rename to vocab/tools/easyrdf/test/fixtures/sparql_select_named_graphs.json diff --git a/tools/easyrdf/test/fixtures/sparql_select_unbound.xml b/vocab/tools/easyrdf/test/fixtures/sparql_select_unbound.xml similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_select_unbound.xml rename to vocab/tools/easyrdf/test/fixtures/sparql_select_unbound.xml diff --git a/tools/easyrdf/test/fixtures/sparql_typed_literal.json b/vocab/tools/easyrdf/test/fixtures/sparql_typed_literal.json similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_typed_literal.json rename to vocab/tools/easyrdf/test/fixtures/sparql_typed_literal.json diff --git a/tools/easyrdf/test/fixtures/sparql_typed_literal.xml b/vocab/tools/easyrdf/test/fixtures/sparql_typed_literal.xml similarity index 100% rename from tools/easyrdf/test/fixtures/sparql_typed_literal.xml rename to vocab/tools/easyrdf/test/fixtures/sparql_typed_literal.xml diff --git a/tools/easyrdf/test/fixtures/turtle/README.txt b/vocab/tools/easyrdf/test/fixtures/turtle/README.txt similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/README.txt rename to vocab/tools/easyrdf/test/fixtures/turtle/README.txt diff --git a/tools/easyrdf/test/fixtures/turtle/bad-00.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-00.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-00.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-00.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-01.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-01.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-01.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-01.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-02.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-02.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-02.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-02.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-03.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-03.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-03.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-03.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-04.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-04.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-04.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-04.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-05.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-05.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-05.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-05.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-06.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-06.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-06.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-06.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-07.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-07.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-07.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-07.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-08.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-08.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-08.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-08.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-09.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-09.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-09.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-09.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-10.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-10.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-10.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-10.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-11.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-11.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-11.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-11.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-12.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-12.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-12.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-12.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-13.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-13.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-13.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-13.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/bad-14.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/bad-14.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/bad-14.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/bad-14.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/base1.out b/vocab/tools/easyrdf/test/fixtures/turtle/base1.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/base1.out rename to vocab/tools/easyrdf/test/fixtures/turtle/base1.out diff --git a/tools/easyrdf/test/fixtures/turtle/base1.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/base1.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/base1.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/base1.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/quotes1.out b/vocab/tools/easyrdf/test/fixtures/turtle/quotes1.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/quotes1.out rename to vocab/tools/easyrdf/test/fixtures/turtle/quotes1.out diff --git a/tools/easyrdf/test/fixtures/turtle/quotes1.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/quotes1.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/quotes1.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/quotes1.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/rdf-schema.out b/vocab/tools/easyrdf/test/fixtures/turtle/rdf-schema.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/rdf-schema.out rename to vocab/tools/easyrdf/test/fixtures/turtle/rdf-schema.out diff --git a/tools/easyrdf/test/fixtures/turtle/rdf-schema.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/rdf-schema.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/rdf-schema.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/rdf-schema.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-00.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-00.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-00.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-00.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-00.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-00.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-00.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-00.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-01.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-01.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-01.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-01.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-01.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-01.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-01.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-01.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-02.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-02.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-02.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-02.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-02.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-02.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-02.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-02.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-03.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-03.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-03.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-03.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-03.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-03.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-03.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-03.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-04.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-04.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-04.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-04.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-04.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-04.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-04.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-04.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-05.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-05.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-05.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-05.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-05.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-05.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-05.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-05.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-06.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-06.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-06.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-06.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-06.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-06.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-06.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-06.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-07.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-07.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-07.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-07.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-07.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-07.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-07.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-07.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-08.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-08.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-08.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-08.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-08.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-08.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-08.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-08.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-09.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-09.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-09.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-09.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-09.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-09.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-09.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-09.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-10.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-10.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-10.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-10.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-10.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-10.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-10.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-10.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-11.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-11.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-11.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-11.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-11.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-11.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-11.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-11.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-12.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-12.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-12.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-12.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-12.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-12.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-12.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-12.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-13.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-13.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-13.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-13.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-13.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-13.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-13.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-13.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-17.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-17.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-17.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-17.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-17.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-17.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-17.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-17.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-18.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-18.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-18.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-18.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-18.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-18.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-18.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-18.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-19.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-19.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-19.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-19.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-19.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-19.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-19.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-19.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-20.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-20.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-20.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-20.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-20.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-20.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-20.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-20.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-21.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-21.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-21.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-21.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-21.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-21.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-21.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-21.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-22.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-22.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-22.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-22.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-22.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-22.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-22.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-22.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-23.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-23.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-23.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-23.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-23.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-23.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-23.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-23.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-24.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-24.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-24.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-24.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-24.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-24.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-24.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-24.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-25.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-25.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-25.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-25.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-25.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-25.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-25.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-25.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-26.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-26.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-26.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-26.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-26.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-26.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-26.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-26.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/test-27.out b/vocab/tools/easyrdf/test/fixtures/turtle/test-27.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-27.out rename to vocab/tools/easyrdf/test/fixtures/turtle/test-27.out diff --git a/tools/easyrdf/test/fixtures/turtle/test-27.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/test-27.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/test-27.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/test-27.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.out b/vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.out rename to vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.out diff --git a/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-01.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.out b/vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.out rename to vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.out diff --git a/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-02.ttl diff --git a/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.out b/vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.out similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.out rename to vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.out diff --git a/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.ttl b/vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.ttl rename to vocab/tools/easyrdf/test/fixtures/turtle/turtle-syntax-pname-esc-03.ttl diff --git a/tools/easyrdf/test/fixtures/webid.ttl b/vocab/tools/easyrdf/test/fixtures/webid.ttl similarity index 100% rename from tools/easyrdf/test/fixtures/webid.ttl rename to vocab/tools/easyrdf/test/fixtures/webid.ttl diff --git a/tools/easyrdf/test/fixtures/xml_literal.rdf b/vocab/tools/easyrdf/test/fixtures/xml_literal.rdf similarity index 100% rename from tools/easyrdf/test/fixtures/xml_literal.rdf rename to vocab/tools/easyrdf/test/fixtures/xml_literal.rdf diff --git a/tools/easyrdf/test/testcases/rdfxml-testcases.php b/vocab/tools/easyrdf/test/testcases/rdfxml-testcases.php similarity index 100% rename from tools/easyrdf/test/testcases/rdfxml-testcases.php rename to vocab/tools/easyrdf/test/testcases/rdfxml-testcases.php diff --git a/tools/phpspecgen.php b/vocab/tools/phpspecgen.php similarity index 100% rename from tools/phpspecgen.php rename to vocab/tools/phpspecgen.php diff --git a/tools/phpspecgen/README.md b/vocab/tools/phpspecgen/README.md similarity index 100% rename from tools/phpspecgen/README.md rename to vocab/tools/phpspecgen/README.md diff --git a/tools/phpspecgen/composer.json b/vocab/tools/phpspecgen/composer.json similarity index 100% rename from tools/phpspecgen/composer.json rename to vocab/tools/phpspecgen/composer.json diff --git a/tools/phpspecgen/phpspecgen.php b/vocab/tools/phpspecgen/phpspecgen.php similarity index 100% rename from tools/phpspecgen/phpspecgen.php rename to vocab/tools/phpspecgen/phpspecgen.php diff --git a/tools/phpspecgen/style.css b/vocab/tools/phpspecgen/style.css similarity index 100% rename from tools/phpspecgen/style.css rename to vocab/tools/phpspecgen/style.css