RDF-Trine

 view release on metacpan or  search on metacpan

Changes.ttl  view on Meta::CPAN

                        ];
        asc:changes     [
                        asc:addition    "Added initial implementation of TriG serializer." ;
                        asc:addition    "Added implementation of the RDF Patch exporter and serializer, and ability to serialize model changes in RDF Patch format." ;
                        asc:addition    "Added ability to configure the LWP::UserAgent used through the RDF::Trine framework." ;
                        asc:addition    "Added Test::Compile developer test xt/00_compile.t." ;
                        asc:update      "Update Turtle lexer to look for whitespace (instead of a word break) after 'a' when looking for the A token." ;
                        asc:update      "Work around a XML::Namespace bug in RDF::Trine::Namespace->uri." ;
                        asc:update      "Fixed xt/pod-coverage.t to avoid checking modules which fail to load." ;
                        asc:update      "Updated Turtle and TriG parsers and test suites to track W3C standardization work." ;
                        asc:update      "Update bin/turtle_parse.pl to output N-Quads when the input format contains quads." ;
                        asc:update      "Update RDF::Trine::Parser->parse_url_into_model to accept a base argument." ;
                        asc:update      "Allow lowercase hex codepoint values in N-Triples escapes in RDF::Trine::Parser::NTriples." ;
                        asc:update      "Use the :encoding(UTF-8) IO layer where previously just :utf8 was used." ;
                        asc:update      "s/exists/defined/ in RDF::Trine::Parser->parse_url_into_model." ;
                        asc:update      "Update the characters that may be used in blank node identifiers in RDF::Trine::Node::Blank->new." ;
                        asc:update      "Added POD for RDF::Trine::Statement::Quad->graph (alias for ->context)." ;
                        asc:update      "Updated RDF::Trine::Store::Memory to generate SHA digests (for ETag use) based on bytes, not unicode strings." ;
                        asc:update      "Add RDF::Trine::Statement::Quad->graph as an alias for RDF::Trine::Statement::Quad->context." ;
                        asc:update      "Updated t/serializer-trig.t to load RDF::Trine before any sub-modules." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-1.006.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.005.tar.gz> ;

        doap:Version    [
                        doap:revision     "1.006" ;
                        doap:created      "2013-07-01" ;
                        ];
        asc:changes     [
                        asc:addition    "Split RDF::Trine::Iterator->from_string into from_string and from_bytes." ;
                        asc:update      "Punycode URIs are now left as-is (without decoding) in RDF::Trine::Node::Resource->new." ;
                        asc:update      "Fix handling of IRIs with codepoints > 127 in RDF::Trine::Node::Resource (GitHub issue #85)." ;
                        asc:update      "Remove empty-string default in SQL schema of RDF::Trine::Store::DBI::mysql and update code to compensate." ;
                        asc:update      "Remove bad calls to encode_utf8 in sse and as_ntriples methods of RDF::Trine::Node::Resource." ;
                        asc:update      "Normalize IRI values before serialization in RDF::Trine::Node::Resource->as_ntriples and RDF::Trine::Node::Resource->compare." ;
                        asc:update      "Update RDF::Trine::Serializer::NTriples::Canonical to use $node->as_ntriples instead of $node->sse." ;
                        asc:update      "Add documentation noting that punycode will be decoded as a part of N-Triples serialization." ;
                        asc:update      "Change use of utf8::all to utf8 in t/node.t." ;
                        asc:update      "Mark TryCatch as a build_requires instead of a requires module in Makefile.PL." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-1.005.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.004.tar.gz> ;

        doap:Version    [
                        doap:revision     "1.005" ;
                        doap:created      "2013-05-27" ;
                        ];
        asc:changes     [
                        asc:addition    "Updated Turtle parser to support the Turtle 2013 draft syntax." ;
                        asc:update      "Throw exception in RDF::Trine::Node::Resource->new when IRI contains bad characters." ;
                        asc:update      "Fix RDF::Trine::Parser::RDFXML to UTF-8 encode strings before calling into the SAX parser (related to github pull request #82)." ;
                        asc:update      "Fixed typo in exception throwing in RDF::Trine::Parser::TriG." ;
                        asc:update      "Fixed mistaken use of 'otherwise' exception handler in turtle_tokenize.pl." ;
                        asc:update      "Improved error handling in RDF::Trine::Parser->parse_url_into_model." ;
                        asc:update      "Implemented streaming version of RDF::Trine::Parser::RDFXML->parse_file using parse_file from XML::SAX." ;
                        asc:update      "Removed use of given/when statements to make perl 5.18 happy." ;
                        asc:update      "Silence tracing code in RDF::Trine::Store::Hexastore." ;
                        asc:update      "Added TryCatch to list of required modules." ;
                        asc:update      "Changed key names and layout of nodemap data in Redis store." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-1.004.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.003.tar.gz> ;

        doap:Version    [
                        doap:revision     "1.004" ;
                        doap:created      "2013-03-02" ;
                        ];
        asc:changes     [
                        asc:addition    "Added get_graphs as an alias for get_contexts in RDF::Trine::Model and RDF:Trine::Model::Dataset." ;
                        asc:addition    "Added turtle command line tools turtle_parse.pl, turtle_benchmark.pl, and turtle_tokenize.pl." ;
                        asc:update      "Changed RT:spog:* keys to be a hash with node ID data for each quad position in Redis store." ;
                        asc:update      "Treat data passed into parsers as characters (github pull request #82 from Tony Cook)." ;
                        asc:update      "Improve the error message when trying to parse an empty RDF/XML string (Kjetil Kjernsmo)." ;
                        asc:update      "Test to see if DBD::Pg is installed in test suite (github pull request #78 from Kjetil Kjernsmo)." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-1.003.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.002.tar.gz> ;

        doap:Version    [
                        doap:revision     "1.003" ;
                        doap:created      "2012-12-22" ;
                        ];
        asc:changes     [
                        asc:addition    "Added prefix_for and abbreviate methods to RDF::Trine::NamespaceMap (patch from Dorian Taylor)" ;
                        asc:update      "Fixes to code that depended on hash key ordering." ;
                        asc:update      "Require Scalar::Util 1.24." ;
                        asc:update      "Fixed test of error conditions in RDF::Trine::Parser->parse_url_into_model." ;
                        asc:update      "Fixed bug in RDF::Trine::Parser::RDFXML that caused fatal errors on malformed input instead of throwing RDF::Trine::Error exceptions." ;
                        asc:update      "Re-added RDF::Trine::Parser::Turtle->parse_node method." ;
                        asc:update      "Fixed RDF::Trine::Parser::Turtle::Lexer->check_for_bom to handle zero-length input." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-1.002.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.001.tar.gz> ;

        doap:Version    [
                        doap:revision     "1.002" ;
                        doap:created      "2012-10-20" ;
                        ];
        asc:changes     [
                        asc:update      "Require Scalar::Util version 1.23." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-1.001.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-1.000.tar.gz> ;

        doap:Version    [
                        doap:revision     "1.001" ;
                        doap:created      "2012-10-05" ;
                        ];
        asc:changes     [
                        asc:update      "Replaced old Turtle and TriG parsers with new streaming implementations." ;
                        asc:update      "Added RDF::Trine::Node::Literal->canonicalize method." ;
                        asc:update      "Updated RDF::Trine::Parser::Redland to construct a new parser object on each parse (avoiding a bug in redland)." ;
                        asc:update      "Applied partial patch to 'fix interaction with HTML::Data::Parser' (from Dorian Taylor; commit 9b713b23b6)." ;
                        asc:update      "Added Moose and MooseX::ArrayRef to prerequisites list." ;
                        asc:update      "Updated code style to work with Perl::Critic core policies." ;
                        asc:update      "Added POD to RDF::Trine and RDF::Trine::Store::DBI (based on patch from Evan Carew)." ;
                        asc:update      "Fixed bareword bug in RDF::Trine::Parser when UUID::Tiny is not available." ;
                        asc:update      "Silenced undefined warnings in RDF::Trine::Parser::Turtle::Lexer." ;
                        asc:update      "Updated required version of perl to 5.10." ;
                        asc:update      "Silenced warning of cartesian joins in RDF::Trine::Store::Hexastore." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-1.000.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.140.tar.gz> ;

        doap:Version    [
                        doap:revision     "1.000" ;
                        doap:created      "2012-06-29" ;
                        ];
        asc:changes     [
                        asc:addition    "Added RDF::Trine::Model->add_iterator method." ;
                        asc:update      "Fixed etag bug in RDF::Trine::Store::Memory." ;
                        asc:update      "Document the extends option to negotiate in the serializer (from KjetilK)." ;
                        asc:update      "Document RDFTRINE_NO_REDLAND (from KjetilK)." ;
                        asc:update      "Made Literal and Resource node constructors throw exception when passed undef lexical value." ;
                        asc:update      "Removed RDF::Trine methods count, add_extra_result_data, extra_result_data." ;
                        asc:update      "Removed support for extra data serialized in SPARQL/XML result format link tags." ;
                        asc:update      "Rolled back attempted optimization of bulk ops calls (which broke the code)." ;
                        asc:update      "Fixed parsing of backslash escapes in Turtle quoted literals (from Toby Inkster via github pull request #63)." ;
                        asc:update      "Fixed miscellaneous typos (from Evan Carew)." ;
                        asc:update      "Updated bug reporting details in BUGS POD section." ;
                        asc:update      "Updated documentation in several classes." ;
                        asc:update      "Removed redundant documentation in RDF::Trine::Parser." ;
                        asc:update      "Added Redland test for UTF8 (from Kjetil Kjernsmo)." ;
                        asc:update      "Added two tests for concat graph iterators (from Kjetil Kjernsmo)." ;
                        asc:update      "Fix usage of materialized iterators in t/iterator-graph.t (from Kjetil Kjernsmo)." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.140.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.139.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.140" ;
                        doap:created      "2012-05-08" ;
                        ];
        asc:changes     [
                        asc:addition    "Added optional content_cb callback argument to RDF::Trine::Parser->parse_url_into_model." ;
                        asc:update      "Removed default get_pattern implementation in RDF::Trine::Store." ;
                        asc:update      "Added missing import of looks_like_number function in RDF::Trine::Node::Literal." ;
                        asc:update      "Added RDF::Trine::Pattern->sort_for_join_variables method to prevent unnecessary cartesian joins." ;
         
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.139.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;

Changes.ttl  view on Meta::CPAN

                        ];
        asc:changes     [
                        asc:addition    "Added begin_bulk_ops() and end_bulk_ops() hint methods to RDF::Trine::Model." ;
                        asc:addition    "Updated RDF::Trine::Parser to call begin_bulk_ops() and end_bulk_ops() on model object." ;
                        asc:addition    "Updated DBI backend to use transactions when bulk_ops hints are used." ;
                        asc:addition    "Added '==' and 'eq' overloading to RDF::Trine::Graph class." ;
                        asc:update      "Fixed N-Triples serialization escaping bug for strings whose only escapable character is '\\'." ;
                        asc:update      "Fixed typo in handling of RDF::Trine::Node::Formula extension." ;
                        asc:update      "RDF::Trine::Model->new will now return a temporary model when called with no arguments." ;
                        asc:update      "Updated get_pattern methods in Model and Store classes to return VariableBindings objects." ;
                        asc:update      "Updated DBI backend to allow no-op adding of the nil node." ;
                        asc:update      "Updated SPARQL backend to use SPARQL 1.1 Update and Aggregate operations." ;
                        asc:update      "Updated Memory and Hexastore backends to support 'graph' key in _new_with_config()." ;
                        asc:update      "Improved error messages in N-Triples and N-Quads parsers." ;
                        asc:update      "Fixed column naming bug in RDF::Trine::Store::DBI->get_contexts." ;
                        asc:update      "Updated RDF::Trine::Model->bounded_description to traverse backwards links across blank nodes." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.125.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.124.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.125" ;
                        doap:created      "2010-07-29" ;
                        ];
        asc:changes     [
                        asc:addition    "Added RDF::Trine::VariableBindings class (ported from RDF::Query)." ;
                        asc:addition    "Added media types and URIs for N-Quads parser and serializer." ;
                        asc:addition    "Added RDF::Trine::Statement->rdf_compatible method (patch from tobyink)." ;
                        asc:addition    "Added documentation for new_with_object and hashref config." ;
                        asc:addition    "Added %format_uris registry for parsers and serializers." ;
                        asc:addition    "Added RDF::Trine::Model::as_string method." ;
                        asc:addition    "Added character encoding declaration to RDF::Trine::Iterator::Bindings->print_xml." ;
                        asc:addition    "Added character encoding declaration to RDF::Trine::Iterator::Boolean->print_xml." ;
                        asc:update      "Fixed hash collision bug in RDF::Trine::Store::DBI handling of literals with values '' and '0'." ;
                        asc:update      "Iterators constructed from SPARQL XML Results format now return variable bindings objects." ;
                        asc:update      "Turtle serialization to strings now only declares prefixes that are used in the data." ;
                        asc:update      "Changed RDF::Trine::Model node methods (subjects, predicates, objects) to use quad semantics and accept a graph parameter." ;
                        asc:update      "Improved efficiency of counting quad patterns in RDF::Trine::Store::DBI." ;
                        asc:update      "Fixed bug in N-Triples serializer (was serializing quads)." ;
                        asc:update      "Require XML::LibXML 1.70." ;
                        asc:update      "Removed unused variable in RDF::Trine::Parser::RDFXML." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.124.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.123.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.124" ;
                        doap:created      "2010-06-21" ;
                        ];
        asc:changes     [
                        asc:addition    "Added RDF::Trine::Iterator->count method." ;
                        asc:addition    "Added ability to access the number of rows returned from RDF::Trine::Iterator::Bindings::as_string." ;
                        asc:addition    "Added RDF::Trine::Model::Dataset for constructing views over a model, and RDF::Trine::Model->dataset_model constructor method." ;
                        asc:addition    "Added missing use of Encode to RDF::Trine::Store::Redland." ;
                        asc:addition    "Added bin/rdf_transcode.pl for (streaming) conversion between RDF serialization formats." ;
                        asc:addition    "Added ability for RDF::Trine::Store::Memory to load RDF files by URI in _new_with_string." ;
                        asc:update      "Updated quality value heuristics in RDF::Trine::Serializer::negotiate to prefer turtle if no accept headers are supplied." ;
                        asc:update      "Fixed RDF::Trine::Iterator::Bindings::as_string to respect $max_result_size argument." ;
                        asc:update      "RDF::Trine::Iterator::Bindings::as_string now returns unescaped strings." ;
                        asc:update      "Updated RDF::Trine::Parser::parse_url_into_model to fall back on file extension heuristics if the media-type based parse fails." ;
                        asc:update      "Updated RDF::Trine::Parser::RDFJSON to throw an error if input isn't valid JSON." ;
                        asc:update      "Updated RDF::Trine::Model to throw an error if not passed a store object." ;
                        asc:update      "Fixed bug in handling of quads in RDF::Trine::Model::get_pattern and RDF::Trine::Store::get_pattern." ;
                        asc:update      "Updated RDF::Trine::Store::DBI and RDF::Trine::Store::Memory to not return the default (nil) context from get_contexts." ;
                        asc:update      "Fixed bug in RDF::Trine::Store::Memory::_get_statements_quad that would infinite loop after removing statements." ;
                        asc:update      "RDF::Trine::Store doesn't load RDF::Redland (now only checks if it is already loaded)." ;
                        asc:update      "Fixed bug in RDF::Trine::Store subclasses registering their class names in %STORE_CLASSES." ;
                        asc:update      "Made $RDF::Trine::Store::Redland::NIL_TAG globally accessible." ;
                        asc:update      "Updated POD tests to not use taint mode (and synced between R::T and R::Q)." ;
                        asc:update      "Changed test data in t/iterator-thaw.t." ;
                        asc:update      "Removed RDF::Core as a prerequisite in META.yml." ;
                        asc:update      "Added default implementation of RDF::Trine::Serializer::serialize_iterator_to_file." ;
                        asc:update      "RDF::Trine::Serializer::negotiate now slightly prefers turtle." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.123.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.122.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.123" ;
                        doap:created      "2010-05-13" ;
                        ];
        asc:changes     [
                        asc:addition    "Added turtle utf8 decoding for Turtle parser." ;
                        asc:addition    "Added RDF::Trine::Serializer::media_types method." ;
                        asc:addition    "Added RDF::Trine::Store::new_with_object method." ;
                        asc:update      "Fixed unicode encoding bug in RDF::Trine::Store::DBI." ;
                        asc:update      "RDF::Trine::Serializer::NTriples::Canonical.pm now inherits from RDF::Trine::Serializer::NTriples." ;
                        asc:update      "Cleaned up VERSION declarations." ;
                        asc:update      "Updated RDF::Trine::Parser::parse_url_into_model to fall back on file extension heuristics if the media-type based parse fails." ;
                        asc:update      "Updated RDF::Trine::Parser::RDFJSON to throw an error if input isn't valid JSON." ;
                        asc:update      "Added character decoding to RDF::Trine::Parser->parse_url_into_model." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.122.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.121.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.122" ;
                        doap:created      "2010-05-05" ;
                        ];
        asc:changes     [
                        asc:addition    "Added RDF::Trine::Model::bounded_description method." ;
                        asc:addition    "Added initial implementation of a Redland-based storage class." ;
                        asc:update      "Fixed SPARQL store tests to align with recent coverage efforts." ;
                        asc:update      "Code cleanup and updates to improve test coverage." ;
                        asc:update      "Rearranged POD in RDF::Trine::Parser." ;
                        asc:update      "Fixed type in RDF::Trine::Node::Literal::_compare." ;
                        ] .


Changes.ttl  view on Meta::CPAN

                        asc:addition    "Added node-centric methods to RDF::Trine::Model: subjects, predicates, objects." ;
                        asc:update      "Fixed URI qname code to disallow ':' in local name." ;
                        asc:update      "Improved POD for value canonicalization in RDF::Trine::Parser." ;
                        asc:update      "Added POD for RDF::Trine::Model::get_contexts." ;
                        asc:update      "Added POD details to RDF::Trine::Model::get_statements regarding triple and quad semantics." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.120.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.119.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.120" ;
                        doap:created      "2010-04-20" ;
                        ];
        asc:changes     [
                        asc:addition    "Added optional value canonicalization on parsing (xsd integer, decimal, and boolean)." ;
                        asc:update      "RDF/XML parser now attempts to canonicalize XMLLiterals (doesn't yet canonicalize all XMLLiterals that it shold)." ;
                        asc:update      "Added RDF::Trine::Node::Blank::_new constructor that doesn't validate bnode name for N-Triples conformance." ;
                        asc:update      "Performance improvements to RDF::Trine::Node::_unicode_escape." ;
                        asc:update      "Updated Turtle parser to throw error on undeclared namespace prefixes." ;
                        asc:update      "Updated Turtle serializer to produce QName literal datatypes." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.119.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.118.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.119" ;
                        doap:created      "2010-04-15" ;
                        ];
        asc:changes     [
                        asc:update      "Fixed bug in NTriples parser handling of language literals (reported by tobyink)." ;
                        asc:update      "Fixed another bug in turtle serializer that improperly serialized bnode objects 'belonging' to a parent triple (in-edge count of 1)." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.118.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.117.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.118" ;
                        doap:created      "2010-03-22" ;
                        ];
        asc:changes     [
                        asc:addition    "Added RDF::Trine::Parser::TriG." ;
                        asc:addition    "Added RDF::Trine::Parser::parse_file_into_model method." ;
                        asc:addition    "Added RDF::Trine::Serializer::NQuads." ;
                        asc:addition    "Added RDF::Trine::Serializer::negotiate constructor." ;
                        asc:addition    "Added RDF::Trine::Serializer::new constructor based on requested serializer name." ;
                        asc:addition    "Added RDF::Trine::Exporter::CSV for serializing variable bindings." ;
                        asc:addition    "Added Text::CSV and HTTP::Negotiate to RDF::Trine prereq list." ;
                        asc:update      "Fixed exception thrown on unrecognized parser name." ;
                        asc:update      "Removed dependency list and added perlrdf link to POD in RDF::Trine and RDF::Query." ;
                        asc:update      "Updated RDF::Trine::Serializer::Turtle->new API to take %args instead of \\%namespaces." ;
                        asc:update      "Updated RDF::Trine::Serializer::RDFXML to take %args and properly accept and serialize xmlns namespaces." ;
                        asc:update      "Updated RDF::Trine::Parser::RDFa to use streaming parsing (instead of materializing the graph first)." ;
                        asc:update      "Updated RDF::Trine::Model::_debug to use quad semantics when getting statement iterator." ;
                        asc:update      "Updated t/parser-turtle.t to use File::Glob::bsd_glob for cases where the test directory's path contains whitespace." ;
                        asc:update      "Removed redundant parse_into_model methods from RDF::Trine::Parser subclasses." ;
                        asc:update      "Renamed examples/create_store.pl to examples/foaf_labels.pl." ;
                        asc:update      "Fixed bug in turtle serializer that improperly serialized bnode objects 'belonging' to a parent bnode." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.117.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.116.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.117" ;
                        doap:created      "2010-02-04" ;
                        ];
        asc:changes     [
                        asc:update      "Fixed bug in RDF::Trine::Iterator::Bindings::as_json when using empty iterator." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.116.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.115.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.116" ;
                        doap:created      "2010-01-31" ;
                        ];
        asc:changes     [
                        asc:update      "Fixed bug in RDF::Trine::Serializer::RDFXML when serializing empty models." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.115.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.114.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.115" ;
                        doap:created      "2010-01-30" ;
                        ];
        asc:changes     [
                        asc:addition    "Added N-Triples and N-Quads parsers." ;
                        asc:addition    "Added RDF::Trine::Store::SPARQL::get_pattern implementation." ;
                        asc:update      "Changed RDF::Trine::Model::objects_for_predicate_list to return only a single node in scalar context." ;
                        asc:update      "Added table alias for COUNT(*) queries in RDF::Trine::Store::DBI (fix for mysql)." ;
                        asc:update      "Added example of using parse_url_into_model to RDF::Trine::Parser SYNOPSIS." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.114.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.113.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.114" ;
                        doap:created      "2010-01-27" ;
                        ];
        asc:changes     [

Changes.ttl  view on Meta::CPAN

                        asc:update      "Improved use of temporary RDF::Trine stores in RDF::Query tests." ;
                        asc:update      "DBI temporary stores now use an in-memory SQLite database." ;
                        asc:update      "Fixed bug in RDF::Trine::Store::DBI::mysql (calling _mysql_hash() without qualifying it in the superclass)." ;
                        asc:update      "Fixed variable ordering bug in UNION to SQL handling by forcing a sorted projection order." ;
                        asc:update      "Made SQL more standards compliant." ;
                        asc:update      "RDF::Trine::Store::DBI now auto-upgrades to mysql and postgres classes." ;
                        asc:update      "Fixed unicode escaping by replacing Unicode::Escape calls to hand-rolled code in RDF::Trine::Node." ;
                        asc:update      "RDF/XML parser now accept more than one top-level resource." ;
                        asc:update      "RDF/XML parser now accepts URI objects as base uri (not just RDF::Trine::Node::Resource objects)." ;
                        asc:update      "Added tabular as_string serialization of ::Iterator::Bindings objects." ;
                        asc:update      "Fixed RDF/XML parser handling of strings (versus file handles)." ;
                        asc:update      "Fixed Turtle parser to properly keep '+' on integer literals." ;
                        asc:update      "Fixed bindings_count so it doesn't pull a result from the stream (basing the count on binding_names)." ;
                        asc:update      "Fixed bindings xml serialization whitespace formatting." ;
                        asc:update      "Cleaned up ::Iterator::Bindings::as_string serialization code." ;
                        asc:update      "Replaced use of splice() with shift() in ::Iterator::SAXHandler::pull_result." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.107.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.106.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.107" ;
                        doap:created      "2008-04-25" ;
                        ];
        asc:changes     [
                        asc:addition    "Added Digest::SHA1 as a requirement for RDF::Trine." ;
                        asc:update      "Fixed base URI use in Turtle parser." ;
                        asc:update      "Fixed SQLite DSN in example scripts." ;
                        asc:update      "Fixed XML whitespace error in iterator-thaw.t" ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.106.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.105.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.106" ;
                        doap:created      "2008-04-19" ;
                        ];
        asc:changes     [
                        asc:addition    "Added examples directory (and an example script) to the RDF-Trine package." ;
                        asc:addition    "Added a mysql-specific RDF::Trine::Store class (now uses INSERT IGNORE for efficiency)." ;
                        asc:addition    "Added new tests to improve coverage of node and iterator classes." ;
                        asc:addition    "Added tests for binding iterator cartesian product join." ;
                        asc:addition    "Added SPARQL XML Results test for identity hints in <link/> element." ;
                        asc:addition    "Added support to incrementally thaw an Iterator from an IO::Socket." ;
                        asc:addition    "Added RDF::Trine::Iterator::SAXHandler::rate method." ;
                        asc:addition    "Added Time::HiRes as prerequisite to META.yml and Makefile.PL." ;
                        asc:update      "Removed Bloom::Filtere from the list of prerequisites (functionality has moved to RDF::Query)." ;
                        asc:update      "SQL compiler now doesn't select statement contexts unless called via get_statements (not get_pattern)." ;
                        asc:update      "RDF::Trine::Iterator::Graph::as_bindings now can be called with no arguments (uses default names)." ;
                        asc:update      "Moved the nested hash join from ::Iterator to ::Iterator::Bindings." ;
                        asc:update      "Pipelined the code for nested loop joins on binding iterators." ;
                        asc:update      "Fixed bug in ::Model::StatementFilter to call join_steams in ::Iterator::Bindings." ;
                        asc:update      "Fixed bug in ::Iterator::Graph::as_bindings where not all arguments are ::Node::Variable objects." ;
                        asc:update      "Updated SPARQL XML Results namespace for boolean iterators." ;
                        asc:update      "Replaced XML::Twig code with new XML::SAX parser (allowing streaming parsing)." ;
                        asc:update      "Moved as_sparql methods from RDF::Trine:: to RDF::Query:: classes." ;
                        asc:update      "RDF::Trine::Iterator::smap now allows overriding default construct_args (e.g. binding names)." ;
                        asc:update      "Fixed RDF::Trine::Model::StatementFilter::get_pattern to project away unused variables (fixing a bug that caused joining to always fail)." ;
                        asc:update      "Updated example turtle parser to accept URLs as command line arguments." ;
                        asc:update      "Turtle parser now removes dashes from the UUIDs used for blank node IDs." ;
                        asc:update      "Updated all RDF::Trine modules to use consistent VERSION number for 0.106 release." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.105.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.104.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.105" ;
                        doap:created      "2008-03-19" ;
                        ];
        asc:changes     [
                        asc:update        "Removed use of File::Slurp in parser tests." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.104.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.103.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.104" ;
                        doap:created      "2008-03-14" ;
                        ];
        asc:changes     [
                        asc:update        "Updated SPARQL XML Results namespace declaration in RDF::Trine::Iterator serialization methods." ;
                        asc:addition      "Added extra_result_data methods to add data to the XML Results <link/> header tag." ;
                        asc:update        "RDF::Trine::Node::Resource now serializes to QName when passed valid namespace data." ;
                        asc:update        "Fixed xml results serialization for style." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.102.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.101.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.102" ;
                        doap:created      "2008-03-XX" ;
                        ];
        asc:changes     [
                        asc:addition      "Added length() method to Materialized bindings iterator class." ;
                        asc:update        "Removed bloom filter construction from bindings iterator (RDF::Query code now does this itself)." ;
                        asc:update        "Fixed escaping of backslashes in Literal node serialization." ;
                        ] .


<http://kasei.us/code/files/RDF-Trine-0.101.tar.gz>
        dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
        dcterms:replaces    <http://kasei.us/code/files/RDF-Trine-0.100.tar.gz> ;

        doap:Version    [
                        doap:revision     "0.101" ;
                        doap:created      "2008-03-04" ;



( run in 0.690 second using v1.01-cache-2.11-cpan-d8267643d1d )