The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
1.001     2016-10-17 15:44:24+02:00 Europe/Madrid

- The rdf turtle serialization was too slow to use, so I switched everything to rdf+xml
- the way the container is built is now to create an N3-formatted string of all records and then parse that into the $model.  This is slightly faster than adding one statement at a time (but probably more error-prone...)


============

- set the base URI for the RDF parser since it is apparently important for the Redland libraries on OSX (but not on Ubuntu)


==========

- Bug Fixes


===========

- refactored code to make it more RESTful