Skip to content

Commit

Permalink
Forward erfurt
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jan 6, 2016
1 parent 744948e commit be9dcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Erfurt
Submodule Erfurt updated 74 files
+5 −3 Makefile
+4 −1 README.md
+7 −7 build.xml
+84 −0 build/doc.erfurt.xml
+13 −0 composer.json
+48 −0 debian/changelog
+61 −59 debian/copyright
+50 −23 library/Erfurt/Ac/Default.php
+25 −0 library/Erfurt/Ac/Test.php
+18 −3 library/Erfurt/App.php
+80 −26 library/Erfurt/Cache/Backend/QueryCache/Database.php
+15 −20 library/Erfurt/Cache/Frontend/QueryCache.php
+1 −1 library/Erfurt/Event.php
+14 −7 library/Erfurt/Namespaces.php
+102 −69 library/Erfurt/Ping.php
+62 −57 library/Erfurt/Rdf/Literal.php
+18 −0 library/Erfurt/Rdf/MemoryModel.php
+208 −120 library/Erfurt/Rdf/Model.php
+32 −7 library/Erfurt/Rdf/Resource.php
+141 −0 library/Erfurt/Rdf/Resource/Pool.php
+13 −10 library/Erfurt/Sparql/Parser.php
+4 −3 library/Erfurt/Sparql/Parser/Sparql10/Sparql10/Sparql10.php
+105 −18 library/Erfurt/Sparql/SimpleQuery.php
+637 −116 library/Erfurt/Store.php
+256 −0 library/Erfurt/Store/Adapter/Memory.php
+19 −1 library/Erfurt/Store/Adapter/Sparql.php
+132 −77 library/Erfurt/Store/Adapter/Virtuoso.php
+42 −27 library/Erfurt/Store/Adapter/Virtuoso/ResultConverter/XmlTemplate.pxml
+1 −0 library/Erfurt/Syntax/RdfParser.php
+6 −1 library/Erfurt/Syntax/RdfParser/Adapter/Base.php
+1 −1 library/Erfurt/Syntax/RdfParser/Adapter/RdfXml.php
+262 −267 library/Erfurt/Syntax/RdfParser/Adapter/Turtle.php
+44 −5 library/Erfurt/Syntax/RdfSerializer.php
+197 −0 library/Erfurt/Syntax/RdfSerializer/Adapter/NTriples.php
+484 −502 library/Erfurt/Syntax/RdfSerializer/Adapter/RdfXml/RdfWriter.php
+564 −562 library/Erfurt/Syntax/RdfSerializer/Adapter/RdfXml/StringWriterXml.php
+94 −81 library/Erfurt/Syntax/RdfSerializer/Adapter/Turtle.php
+53 −9 library/Erfurt/Uri.php
+47 −31 library/Erfurt/Utils.php
+57 −1 library/Erfurt/Versioning.php
+99 −0 library/Erfurt/Worker/Backend.php
+18 −0 library/Erfurt/Worker/Exception.php
+266 −0 library/Erfurt/Worker/Frontend.php
+257 −0 library/Erfurt/Worker/Job/Abstract.php
+59 −0 library/Erfurt/Worker/Job/Container.php
+113 −0 library/Erfurt/Worker/Registry.php
+33 −0 library/Erfurt/Worker/TestJob.php
+19 −4 library/Erfurt/config/default.ini
+0 −314 library/Erfurt/include/SysOnt.rdf
+241 −0 library/Erfurt/include/SysOnt.ttl
+0 −122 library/Erfurt/include/SysOntLocal.rdf
+61 −0 library/Erfurt/include/SysOntLocal.ttl
+30 −10 tests/integration/Erfurt/Store/Adapter/SparqlIntegrationTest.php
+105 −73 tests/integration/Erfurt/Store/Adapter/VirtuosoIntegrationTest.php
+48 −0 tests/integration/Erfurt/Store/Adapter/_files/data/sparqlDBpediaLeipzig.srx
+21 −0 tests/integration/Erfurt/TestHelper/Http/ClientAdapter.php
+77 −24 tests/unit/Erfurt/AppTest.php
+116 −0 tests/unit/Erfurt/PingTest.php
+5 −0 tests/unit/Erfurt/Rdf/ModelStub.php
+0 −2 tests/unit/Erfurt/Sparql/ParserTest.php
+470 −5 tests/unit/Erfurt/Sparql/SimpleQueryTest.php
+2 −2 tests/unit/Erfurt/Store/Adapter/Virtuoso/ResultConverter/SparqlResultsXmlTest.php
+126 −11 tests/unit/Erfurt/Syntax/RdfParser/Adapter/TurtleTest.php
+2 −2 tests/unit/Erfurt/Syntax/RdfSerializerTest.php
+0 −277 tests/unit/Erfurt/Syntax/_files/valid/SysOnt.rdf
+241 −0 tests/unit/Erfurt/Syntax/_files/valid/SysOnt.ttl
+0 −118 tests/unit/Erfurt/Syntax/_files/valid/SysOntLocal.rdf
+61 −0 tests/unit/Erfurt/Syntax/_files/valid/SysOntLocal.ttl
+68 −39 tests/unit/Erfurt/TestCase.php
+228 −19 tests/unit/Erfurt/UriTest.php
+80 −0 tests/unit/Erfurt/UtilsTest.php
+2 −1 tests/unit/Erfurt/Versioning/StoreStub.php
+8 −0 tests/unit/Erfurt/_files/data/testResource1.rdf
+0 −0 tests/unit/Erfurt/_files/logs/.gitkeep

0 comments on commit be9dcf5

Please sign in to comment.