debian/0000755000000000000000000000000012210105416007156 5ustar debian/control0000644000000000000000000000446712210105075010575 0ustar Source: librdf-trine-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, debhelper, dh-buildinfo, libalgorithm-combinatorics-perl, libdbd-sqlite3-perl, libdbi-perl, libdbix-connector-perl, libossp-uuid-perl, liberror-perl, libwww-perl, libjson-perl, liblog-log4perl-perl, libmoosex-arrayref-perl, libset-scalar-perl, libtext-csv-perl, libtext-table-perl, libxml-commonns-perl, libxml-namespace-perl, libmoose-perl (>= 2), perl (>= 5.12.3) | libmodule-load-conditional-perl (>= 0.38), perl (>= 5.16.1) | libscalar-list-utils-perl (>= 1:1.24), liburi-perl (>= 1.52), libxml-sax-perl (>= 0.96), libtest-exception-perl, libtest-json-perl, libtrycatch-perl, librdf-query-perl, librdf-rdfa-parser-perl, librdf-trine-node-literal-xml-perl, librdf-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Florian Schlichting Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/librdf-trine-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-trine-perl.git Homepage: http://search.cpan.org/dist/RDF-Trine/ Package: librdf-trine-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: RDF Framework for Perl Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF::Trine provides an RDF framework with an emphasis on extensibility, API stability, and the presence of a test suite. The package consists of several components: . * RDF::Trine::Model - RDF model providing access to a triple store. * RDF::Trine::Parser - Native RDF parsers (RDF/XML, RDFa, Turtle, RDF/JSON, TriG, N-Triples, and N-Quads). * RDF::Trine::Serializer, a set of native RDF serializers for RDF/XML, Turtle, RDF/JSON, N-Triples, Canonical N-Triples, and N-Quads. * RDF::Trine::Store::DBI - A triple store for MySQL and SQLite, based on the Redland schema. * RDF::Trine::Iterator - Iterator classes for variable bindings and RDF statements, used by RDF::Trine::Store, RDF::Trine::Model, and RDF::Query. * RDF::Trine::Namespace - A convenience class for easily constructing RDF node objects from URI namespaces. debian/source/0000755000000000000000000000000012164311272010465 5ustar debian/source/format0000644000000000000000000000001412164311272011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000003215412210105416011035 0ustar librdf-trine-perl (1.007-2) unstable; urgency=high * Favor recent perl over libscalar-list-utils-perl. * Set urgency=high to ease Perl transition (libscalar-list-utils-perl dependency is versioned, and has libc6 as reverse dependency). -- Jonas Smedegaard Fri, 30 Aug 2013 14:04:59 +0200 librdf-trine-perl (1.007-1) unstable; urgency=low [ upstream ] * New release. BUG FIXES + Update Turtle lexer to look for whitespace (instead of a word break) after 'a' when looking for the A token. + Work around a XML::Namespace bug in RDF::Trine::Namespace->uri. + Fixed xt/pod-coverage.t to avoid checking modules which fail to load. NEW FEATURES + Added initial implementation of TriG serializer. + Added implementation of the RDF Patch exporter and serializer, and ability to serialize model changes in RDF Patch format. ENHANCEMENTS + Added ability to configure the LWP::UserAgent used through the RDF::Trine framework. + Updated Turtle and TriG parsers and test suites to track W3C standardization work. + Update bin/turtle_parse.pl to output N-Quads when the input format contains quads. + Update RDF::Trine::Parser->parse_url_into_model to accept a base argument. + Allow lowercase hex codepoint values in N-Triples escapes in RDF::Trine::Parser::NTriples. OTHER + Use the :encoding(UTF-8) IO layer where previously just :utf8 was used. + s/exists/defined/ in RDF::Trine::Parser->parse_url_into_model. + Update the characters that may be used in blank node identifiers in RDF::Trine::Node::Blank->new. + Added POD for RDF::Trine::Statement::Quad->graph (alias for ->context). + Updated RDF::Trine::Store::Memory to generate SHA digests (for ETag use) based on bytes, not unicode strings. + Add RDF::Trine::Statement::Quad->graph as an alias for RDF::Trine::Statement::Quad->context. + Updated t/serializer-trig.t to load RDF::Trine before any sub-modules. + Added Test::Compile developer test xt/00_compile.t. [ Jonas Smedegaard ] * Drop not directly usable alternate git source, and revert to keep tracking md5sum of upstream tarball. * Update copyright/licensing info: + Fix add a license pseudo-section. + Cover relicensed and extended testsuite (BSD-3-clause~W3C licensed). -- Jonas Smedegaard Thu, 18 Jul 2013 15:28:55 +0200 librdf-trine-perl (1.006-1) unstable; urgency=low [ upstream ] * New release. API CHANGES + Punycode URIs are now left as-is (without decoding) in RDF::Trine::Node::Resource->new. BUG FIXES + Fix handling of IRIs with codepoints > 127 in RDF::Trine::Node::Resource. + Remove empty-string default in SQL schema of RDF::Trine::Store::DBI::mysql and update code to compensate. + Remove bad calls to encode_utf8 in sse and as_ntriples methods of RDF::Trine::Node::Resource. NEW FEATURES + Split RDF::Trine::Iterator->from_string into from_string and from_bytes. ENHANCEMENTS + Normalize IRI values before serialization in RDF::Trine::Node::Resource->as_ntriples and RDF::Trine::Node::Resource->compare. OTHER + Update RDF::Trine::Serializer::NTriples::Canonical to use $node->as_ntriples instead of $node->sse. + Add documentation noting that punycode will be decoded as a part of N-Triples serialization. + Change use of utf8::all to utf8 in t/node.t. + Mark TryCatch as a build_requires instead of a requires module in Makefile.PL. -- Jonas Smedegaard Mon, 01 Jul 2013 16:40:25 +0200 librdf-trine-perl (1.005-2) unstable; urgency=low * Stop needlessly recommending librdf-trin3-perl: Merely an enhancement. * Build-depend on librdf-query-perl and (in addition to recommend) on librdf-rdfa-parser-perl and librdf-trine-node-literal-xml-perl: Optionally used by testsuite. Support dropping these build-dependencies for profile builds, and document how in README.source. -- Jonas Smedegaard Sat, 08 Jun 2013 12:07:39 +0200 librdf-trine-perl (1.005-1) unstable; urgency=low [ upstream ] * New release. API CHANGES + Throw exception in RDF::Trine::Node::Resource->new when IRI contains bad characters. BUG FIXES + Fix RDF::Trine::Parser::RDFXML to UTF-8 encode strings before calling into the SAX parser. + Fix typo in exception throwing in RDF::Trine::Parser::TriG. + Fix mistaken use of 'otherwise' exception handler in turtle_tokenize.pl. ENHANCEMENTS + Update Turtle parser to support the Turtle 2013 draft syntax. + Improve error handling in RDF::Trine::Parser->parse_url_into_model. + Implement streaming version of RDF::Trine::Parser::RDFXML->parse_file using parse_file from XML::SAX. OTHER + Remove use of given/when statements to make perl 5.18 happy. + Silence tracing code in RDF::Trine::Store::Hexastore. + Add TryCatch to list of required modules. + Change key names and layout of nodemap data in Redis store. [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Add git URL as alternate source. * Bump standards-version to 3.9.4. * Bump packaging license to GPL-3+, and extend coverage for myself to include current year. * Stop tracking md5sum of upstream tarball. * Build-depend on libtrycatch-perl. * Extend copyright coverage for a convenience code copy. * Extend copyright file Files section for W3C testsuite to include turtle-2013 testsuite. -- Jonas Smedegaard Fri, 07 Jun 2013 15:35:24 +0200 librdf-trine-perl (1.004-1) unstable; urgency=low [ upstream ] * New release. API CHANGES + Changed RT:spog:* keys to be a hash with node ID data for each quad position in Redis store. ENHANCEMENTS + Treat data passed into parsers as characters. + Improve the error message when trying to parse an empty RDF/XML string. + Added get_graphs as an alias for get_contexts in RDF::Trine::Model and RDF:Trine::Model::Dataset. OTHER + Test to see if DBD::Pg is installed in test suite. + Added turtle command line tools turtle_parse.pl, turtle_benchmark.pl, and turtle_tokenize.pl. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org). -- Jonas Smedegaard Sun, 03 Mar 2013 16:52:47 +0100 librdf-trine-perl (1.003-1) unstable; urgency=low [ upstream ] * New upstream release. Highlights: + Fixes to code that depended on hash key ordering. + Fixed bug in RDF::Trine::Parser::RDFXML that caused fatal errors on malformed input instead of throwing RDF::Trine::Error exceptions. + Fixed RDF::Trine::Parser::Turtle::Lexer->check_for_bom to handle zero-length input. + Added prefix_for and abbreviate methods to RDF::Trine::NamespaceMap (patch from Dorian Taylor) + Re-added RDF::Trine::Parser::Turtle->parse_node method. -- Jonas Smedegaard Sun, 23 Dec 2012 00:48:52 +0100 librdf-trine-perl (1.002-2) unstable; urgency=low * Fix (build-)depend on recent libscalar-list-utils-perl: Version in perl-modules causes problems. -- Jonas Smedegaard Thu, 13 Dec 2012 02:13:00 +0100 librdf-trine-perl (1.002-1) unstable; urgency=low * New upstream release. Highlights: + Replaced old Turtle and TriG parsers with new streaming implementations. + Added RDF::Trine::Node::Literal->canonicalize method. + Updated RDF::Trine::Parser::Redland to construct a new parser object on each parse (avoiding a bug in redland). + Applied partial patch to 'fix interaction with HTML::Data::Parser'. + Added POD to RDF::Trine and RDF::Trine::Store::DBI. + Silenced undefined warnings in RDF::Trine::Parser::Turtle::Lexer. + Silenced warning of cartesian joins in RDF::Trine::Store::Hexastore. [ Jonas Smedegaard ] * Bump debhelper compatibility level to 8. * Update package relations: + (Build-)depend on libmoose-perl and libmoosex-arrayref-perl. + Relax to build-depend unversioned on cdbs: Needed version satisfied in stable, and oldstable no longer supported. * Update copyright file: + Expand Files section authored by Toby Inkster, and extend coverage. + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. -- Jonas Smedegaard Tue, 11 Dec 2012 04:17:02 +0100 librdf-trine-perl (1.000-1) unstable; urgency=low * New upstream release. -- Jonas Smedegaard Sat, 30 Jun 2012 17:04:49 +0200 librdf-trine-perl (0.999~02-1) experimental; urgency=low * New upstream prerelease. -- Jonas Smedegaard Fri, 29 Jun 2012 11:39:22 +0200 librdf-trine-perl (0.999~01-1) experimental; urgency=low * New upstream prerelease. * List upstream issue tracker as contact. * Use anonscm.debian.org for Vcs-Browser field. -- Jonas Smedegaard Tue, 26 Jun 2012 03:48:29 +0200 librdf-trine-perl (0.140-2) unstable; urgency=low * Update package relations: + Stop build-depending on libtest-pod-perl or libtest-pod-coverage-perl: Correctly dropped in 0.137-1 (sorry, Florian!). + Suggest libredis-perl. + Fix recommend librdf-perl. -- Jonas Smedegaard Thu, 10 May 2012 02:04:43 +0200 librdf-trine-perl (0.140-1) unstable; urgency=low * New upstream release. * Update package relations: + Relax build-dependency on cdbs: Needlessly tight. + Relax build-depend unversioned on debhelper and devscripts: Needed versions satisfied even in oldstable. + Fix readd build-dependency on libtest-pod-perl and libtest-pod-coverage-perl, accidentally dropped in 0.137-1. * Add Florian as copyright holder in rules file. Extend copyright years for myself. * Update copyright file: + Fix double-indent in Copyright fields as per Policy §5.6.13. + Quote licenses in comments. + Improve coverage of included convenience copies of external projects. -- Jonas Smedegaard Wed, 09 May 2012 12:50:15 +0200 librdf-trine-perl (0.139-1) unstable; urgency=low * Import Upstream version 0.139. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). -- Florian Schlichting Thu, 12 Apr 2012 23:20:54 +0200 librdf-trine-perl (0.138-1) unstable; urgency=low * Imported Upstream version 0.138. * Drop fix_pod_spelling.patch, applied upstream. * Bump copyright years. -- Florian Schlichting Sat, 28 Jan 2012 01:05:49 +0100 librdf-trine-perl (0.137-1) unstable; urgency=low [ Florian Schlichting ] * Imported Upstream version 0.137. * Bumped copyright year and adjusted DEP-5 headers. * Updated dependencies. * Added myself to uploaders and copyright. * Made sure srx2csv and srx2table are only shipped as examples. * Added fix_pod_spelling.patch. [ Jonas Smedegaard ] * Update copyright file: Quote licenses in comments. [ gregor herrmann ] * Remove debian/source/local-options; abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. -- Florian Schlichting Thu, 29 Dec 2011 13:32:57 +0100 librdf-trine-perl (0.135-2) unstable; urgency=low * Update copyright file: + Fix improve references for convenience copy of Module::Install. * Fix declare package recommendations. -- Jonas Smedegaard Sun, 15 May 2011 16:47:35 +0200 librdf-trine-perl (0.135-1) unstable; urgency=low * New upstream release. + Adjust package relations, following upstream changes: - Drop libdigest-sha1-perl. - Tighten depenency on libxml-sax-perl. * Improve package relations: + (Build-)depend on recent perl favored over libmodule-load-conditional-perl. + Stop declaring package part of core Perl even in oldstable: - libmath-bigint-perl * Update copyright file: + Bump format to draft 174 of DEP-5. + Rewrap license fields at 72 chars, and shorten comments. * Bump policy compliance to standards-version 3.9.2. -- Jonas Smedegaard Thu, 12 May 2011 23:25:02 +0200 librdf-trine-perl (0.133-3) unstable; urgency=low * Drop needlessly build-depending on libtest-simple-perl or libscalar-list-utils-perl: Provided by perl itself. * Fix recommend extension libraries librdf-perl, librdf-trin3-perl, librdf-rdfa-parser-perl and librdf-trine-node-literal-xml-perl. Thanks to Kjetil Kjernsmo. * Update copyright file: + Rewrite using Subversion rev.173 of draft DEP5 format. + Fix include verbatim licensings. -- Jonas Smedegaard Mon, 14 Mar 2011 18:40:57 +0100 librdf-trine-perl (0.133-2) unstable; urgency=low * Tidy a copyright line in copyright file. * Keep example binaries in subdir. -- Jonas Smedegaard Sat, 05 Mar 2011 18:34:56 +0100 librdf-trine-perl (0.133-1) unstable; urgency=low * Initial packaging release. Closes: bug#616475. -- Jonas Smedegaard Sat, 05 Mar 2011 05:00:32 +0100 debian/README.source0000644000000000000000000000140612164311272011345 0ustar Packaging notes =============== CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage Circular build-dependencies --------------------- This package is problematic to bootstrap, as some of the declared build-dependencies cause bootstrapping loops. For a bootstrappable (but potentially crippled) build, set environment variables DEB_BUILD_PROFILE and DEB_MAINTAINER_MODE, and clean before building. See also . -- Jonas Smedegaard Fri, 07 Jun 2013 23:02:51 +0200 debian/compat0000644000000000000000000000000212164311272010363 0ustar 8 debian/watch0000644000000000000000000000027512164311272010222 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts=uversionmangle=s/_(\d+)/~$1/ \ http://search.cpan.org/dist/RDF-Trine/ .*/RDF-Trine-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000020144012171761400012326 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: MANIFEST META.yml Makefile.PL SIGNATURE bin/graph.pl bin/rdf_init_store.pl bin/rdf_parse_turtle.pl bin/rdf_parse_xml.pl bin/rdf_store_add_file.pl bin/rdf_store_makeprivate.pl bin/rdf_store_serialize.pl bin/rdf_transcode.pl bin/srx2csv bin/srx2table debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch examples/foaf_labels.pl extra/mysql.sql inc/Module/Install/AuthorTests.pm inc/Module/Install/Base.pm inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm inc/Module/Install/Makefile.pm inc/Module/Install/Scripts.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm lib/RDF/Trine/Parser/Turtle/Token.pm lib/Test/RDF/Trine/Store.pm t/00.load.t t/data/bugs/ttl-with-bom.ttl t/data/rdfa/test-sd.nt t/data/rdfa/test-sd.xhtml t/data/rdfxml-w3c/Manifest.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-001.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-002.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-003.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-004.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-005.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-006.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-007.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-008.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-009.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-010.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-011.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-012.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-013.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-014.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-015.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-016.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-017.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-018.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-019.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-020.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-021.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-022.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-023.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-024.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-025.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-026.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-027.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-028.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-029.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-030.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-031.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-032.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-033.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-034.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-035.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-036.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/test-037.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-001.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-002.nt t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-003.nt t/data/rdfxml-w3c/rdfs-container-membership-superProperty/not1C.rdf t/data/rdfxml-w3c/rdfs-container-membership-superProperty/not1P.rdf t/data/rdfxml-w3c/statement-entailment/test001a.nt t/data/rdfxml-w3c/statement-entailment/test001b.nt t/data/rdfxml-w3c/statement-entailment/test002a.nt t/data/rdfxml-w3c/statement-entailment/test002b.nt t/data/trig-2013/HYPHEN_MINUS_in_localName.nq t/data/trig-2013/HYPHEN_MINUS_in_localName.trig t/data/trig-2013/IRIREF_datatype.nq t/data/trig-2013/IRIREF_datatype.trig t/data/trig-2013/IRI_spo.nq t/data/trig-2013/IRI_subject.trig t/data/trig-2013/IRI_with_all_punctuation.nq t/data/trig-2013/IRI_with_all_punctuation.trig t/data/trig-2013/IRI_with_eight_digit_numeric_escape.trig t/data/trig-2013/IRI_with_four_digit_numeric_escape.trig t/data/trig-2013/LITERAL1.nq t/data/trig-2013/LITERAL1.trig t/data/trig-2013/LITERAL1_all_controls.nq t/data/trig-2013/LITERAL1_all_controls.trig t/data/trig-2013/LITERAL1_all_punctuation.nq t/data/trig-2013/LITERAL1_all_punctuation.trig t/data/trig-2013/LITERAL1_ascii_boundaries.nq t/data/trig-2013/LITERAL1_ascii_boundaries.trig t/data/trig-2013/LITERAL2.trig t/data/trig-2013/LITERAL2_ascii_boundaries.nq t/data/trig-2013/LITERAL2_ascii_boundaries.trig t/data/trig-2013/LITERAL_LONG1.trig t/data/trig-2013/LITERAL_LONG1_ascii_boundaries.nq t/data/trig-2013/LITERAL_LONG1_ascii_boundaries.trig t/data/trig-2013/LITERAL_LONG1_with_1_squote.nq t/data/trig-2013/LITERAL_LONG1_with_1_squote.trig t/data/trig-2013/LITERAL_LONG1_with_2_squotes.nq t/data/trig-2013/LITERAL_LONG1_with_2_squotes.trig t/data/trig-2013/LITERAL_LONG2.trig t/data/trig-2013/LITERAL_LONG2_ascii_boundaries.nq t/data/trig-2013/LITERAL_LONG2_ascii_boundaries.trig t/data/trig-2013/LITERAL_LONG2_with_1_squote.nq t/data/trig-2013/LITERAL_LONG2_with_1_squote.trig t/data/trig-2013/LITERAL_LONG2_with_2_squotes.nq t/data/trig-2013/LITERAL_LONG2_with_2_squotes.trig t/data/trig-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.nq t/data/trig-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.trig t/data/trig-2013/README t/data/trig-2013/SPARQL_style_base.trig t/data/trig-2013/SPARQL_style_prefix.trig t/data/trig-2013/alternating_bnode_graphs.nq t/data/trig-2013/alternating_bnode_graphs.trig t/data/trig-2013/alternating_iri_graphs.nq t/data/trig-2013/alternating_iri_graphs.trig t/data/trig-2013/anonymous_blank_node_graph.trig t/data/trig-2013/anonymous_blank_node_object.nq t/data/trig-2013/anonymous_blank_node_object.trig t/data/trig-2013/anonymous_blank_node_subject.nq t/data/trig-2013/anonymous_blank_node_subject.trig t/data/trig-2013/bareword_a_predicate.nq t/data/trig-2013/bareword_a_predicate.trig t/data/trig-2013/bareword_decimal.nq t/data/trig-2013/bareword_decimal.trig t/data/trig-2013/bareword_double.nq t/data/trig-2013/bareword_double.trig t/data/trig-2013/bareword_integer.trig t/data/trig-2013/blankNodePropertyList_as_object.nq t/data/trig-2013/blankNodePropertyList_as_object.trig t/data/trig-2013/blankNodePropertyList_as_subject.nq t/data/trig-2013/blankNodePropertyList_as_subject.trig t/data/trig-2013/blankNodePropertyList_containing_collection.nq t/data/trig-2013/blankNodePropertyList_containing_collection.trig t/data/trig-2013/blankNodePropertyList_with_multiple_triples.nq t/data/trig-2013/blankNodePropertyList_with_multiple_triples.trig t/data/trig-2013/collection_object.nq t/data/trig-2013/collection_object.trig t/data/trig-2013/collection_subject.nq t/data/trig-2013/collection_subject.trig t/data/trig-2013/default_namespace_IRI.trig t/data/trig-2013/double_lower_case_e.nq t/data/trig-2013/double_lower_case_e.trig t/data/trig-2013/empty_collection.nq t/data/trig-2013/empty_collection.trig t/data/trig-2013/first.nq t/data/trig-2013/first.trig t/data/trig-2013/labeled_blank_node_graph.nq t/data/trig-2013/labeled_blank_node_graph.trig t/data/trig-2013/labeled_blank_node_object.nq t/data/trig-2013/labeled_blank_node_object.trig t/data/trig-2013/labeled_blank_node_subject.nq t/data/trig-2013/labeled_blank_node_subject.trig t/data/trig-2013/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.trig t/data/trig-2013/labeled_blank_node_with_leading_digit.trig t/data/trig-2013/labeled_blank_node_with_leading_underscore.trig t/data/trig-2013/labeled_blank_node_with_non_leading_extras.trig t/data/trig-2013/langtagged_LONG.trig t/data/trig-2013/langtagged_LONG_with_subtag.nq t/data/trig-2013/langtagged_LONG_with_subtag.trig t/data/trig-2013/langtagged_non_LONG.nq t/data/trig-2013/langtagged_non_LONG.trig t/data/trig-2013/lantag_with_subtag.nq t/data/trig-2013/lantag_with_subtag.trig t/data/trig-2013/last.nq t/data/trig-2013/last.trig t/data/trig-2013/literal_false.nq t/data/trig-2013/literal_false.trig t/data/trig-2013/literal_true.nq t/data/trig-2013/literal_true.trig t/data/trig-2013/literal_with_BACKSPACE.nq t/data/trig-2013/literal_with_BACKSPACE.trig t/data/trig-2013/literal_with_CARRIAGE_RETURN.nq t/data/trig-2013/literal_with_CARRIAGE_RETURN.trig t/data/trig-2013/literal_with_CHARACTER_TABULATION.nq t/data/trig-2013/literal_with_CHARACTER_TABULATION.trig t/data/trig-2013/literal_with_FORM_FEED.nq t/data/trig-2013/literal_with_FORM_FEED.trig t/data/trig-2013/literal_with_LINE_FEED.nq t/data/trig-2013/literal_with_LINE_FEED.trig t/data/trig-2013/literal_with_REVERSE_SOLIDUS.nq t/data/trig-2013/literal_with_REVERSE_SOLIDUS.trig t/data/trig-2013/literal_with_escaped_BACKSPACE.trig t/data/trig-2013/literal_with_escaped_CARRIAGE_RETURN.trig t/data/trig-2013/literal_with_escaped_CHARACTER_TABULATION.trig t/data/trig-2013/literal_with_escaped_FORM_FEED.trig t/data/trig-2013/literal_with_escaped_LINE_FEED.trig t/data/trig-2013/literal_with_numeric_escape4.nq t/data/trig-2013/literal_with_numeric_escape4.trig t/data/trig-2013/literal_with_numeric_escape8.trig t/data/trig-2013/localName_with_PN_CHARS_BASE_character_boundaries.nq t/data/trig-2013/localName_with_PN_CHARS_BASE_character_boundaries.trig t/data/trig-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nq t/data/trig-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.trig t/data/trig-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nq t/data/trig-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.trig t/data/trig-2013/localName_with_leading_digit.nq t/data/trig-2013/localName_with_leading_digit.trig t/data/trig-2013/localName_with_leading_underscore.nq t/data/trig-2013/localName_with_leading_underscore.trig t/data/trig-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nq t/data/trig-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.trig t/data/trig-2013/localName_with_non_leading_extras.nq t/data/trig-2013/localName_with_non_leading_extras.trig t/data/trig-2013/localname_with_COLON.nq t/data/trig-2013/localname_with_COLON.trig t/data/trig-2013/manifest.ttl t/data/trig-2013/negative_numeric.nq t/data/trig-2013/negative_numeric.trig t/data/trig-2013/nested_blankNodePropertyLists.nq t/data/trig-2013/nested_blankNodePropertyLists.trig t/data/trig-2013/nested_collection.nq t/data/trig-2013/nested_collection.trig t/data/trig-2013/numeric_with_leading_0.nq t/data/trig-2013/numeric_with_leading_0.trig t/data/trig-2013/objectList_with_two_objects.nq t/data/trig-2013/objectList_with_two_objects.trig t/data/trig-2013/old_style_base.trig t/data/trig-2013/old_style_prefix.trig t/data/trig-2013/percent_escaped_localName.nq t/data/trig-2013/percent_escaped_localName.trig t/data/trig-2013/positive_numeric.nq t/data/trig-2013/positive_numeric.trig t/data/trig-2013/predicateObjectList_with_two_objectLists.nq t/data/trig-2013/predicateObjectList_with_two_objectLists.trig t/data/trig-2013/prefix_only_IRI.trig t/data/trig-2013/prefix_reassigned_and_used.nq t/data/trig-2013/prefix_reassigned_and_used.trig t/data/trig-2013/prefix_with_PN_CHARS_BASE_character_boundaries.trig t/data/trig-2013/prefix_with_non_leading_extras.trig t/data/trig-2013/prefixed_IRI_object.trig t/data/trig-2013/prefixed_IRI_predicate.trig t/data/trig-2013/prefixed_name_datatype.trig t/data/trig-2013/repeated_semis_at_end.trig t/data/trig-2013/repeated_semis_not_at_end.nq t/data/trig-2013/repeated_semis_not_at_end.trig t/data/trig-2013/reserved_escaped_localName.nq t/data/trig-2013/reserved_escaped_localName.trig t/data/trig-2013/sole_blankNodePropertyList.trig t/data/trig-2013/trig-eval-bad-01.trig t/data/trig-2013/trig-eval-bad-02.trig t/data/trig-2013/trig-eval-bad-03.trig t/data/trig-2013/trig-eval-bad-04.trig t/data/trig-2013/trig-eval-struct-01.nq t/data/trig-2013/trig-eval-struct-01.trig t/data/trig-2013/trig-eval-struct-02.nq t/data/trig-2013/trig-eval-struct-02.trig t/data/trig-2013/trig-subm-01.nq t/data/trig-2013/trig-subm-01.trig t/data/trig-2013/trig-subm-02.nq t/data/trig-2013/trig-subm-02.trig t/data/trig-2013/trig-subm-03.nq t/data/trig-2013/trig-subm-03.trig t/data/trig-2013/trig-subm-04.nq t/data/trig-2013/trig-subm-04.trig t/data/trig-2013/trig-subm-05.nq t/data/trig-2013/trig-subm-05.trig t/data/trig-2013/trig-subm-06.nq t/data/trig-2013/trig-subm-06.trig t/data/trig-2013/trig-subm-07.nq t/data/trig-2013/trig-subm-07.trig t/data/trig-2013/trig-subm-08.nq t/data/trig-2013/trig-subm-08.trig t/data/trig-2013/trig-subm-09.nq t/data/trig-2013/trig-subm-09.trig t/data/trig-2013/trig-subm-10.nq t/data/trig-2013/trig-subm-10.trig t/data/trig-2013/trig-subm-11.nq t/data/trig-2013/trig-subm-11.trig t/data/trig-2013/trig-subm-12.nq t/data/trig-2013/trig-subm-12.trig t/data/trig-2013/trig-subm-13.nq t/data/trig-2013/trig-subm-13.trig t/data/trig-2013/trig-subm-14.nq t/data/trig-2013/trig-subm-14.trig t/data/trig-2013/trig-subm-15.nq t/data/trig-2013/trig-subm-15.trig t/data/trig-2013/trig-subm-16.nq t/data/trig-2013/trig-subm-16.trig t/data/trig-2013/trig-subm-17.nq t/data/trig-2013/trig-subm-17.trig t/data/trig-2013/trig-subm-18.nq t/data/trig-2013/trig-subm-18.trig t/data/trig-2013/trig-subm-19.nq t/data/trig-2013/trig-subm-19.trig t/data/trig-2013/trig-subm-20.nq t/data/trig-2013/trig-subm-20.trig t/data/trig-2013/trig-subm-21.nq t/data/trig-2013/trig-subm-21.trig t/data/trig-2013/trig-subm-22.nq t/data/trig-2013/trig-subm-22.trig t/data/trig-2013/trig-subm-23.nq t/data/trig-2013/trig-subm-23.trig t/data/trig-2013/trig-subm-24.nq t/data/trig-2013/trig-subm-24.trig t/data/trig-2013/trig-subm-25.nq t/data/trig-2013/trig-subm-25.trig t/data/trig-2013/trig-subm-26.nq t/data/trig-2013/trig-subm-26.trig t/data/trig-2013/trig-subm-27.nq t/data/trig-2013/trig-subm-27.trig t/data/trig-2013/trig-syntax-bad-LITERAL2_with_langtag_and_datatype.trig t/data/trig-2013/trig-syntax-bad-base-01.trig t/data/trig-2013/trig-syntax-bad-base-02.trig t/data/trig-2013/trig-syntax-bad-base-03.trig t/data/trig-2013/trig-syntax-bad-base-04.trig t/data/trig-2013/trig-syntax-bad-base-05.trig t/data/trig-2013/trig-syntax-bad-blank-label-dot-end.trig t/data/trig-2013/trig-syntax-bad-esc-01.trig t/data/trig-2013/trig-syntax-bad-esc-02.trig t/data/trig-2013/trig-syntax-bad-esc-03.trig t/data/trig-2013/trig-syntax-bad-esc-04.trig t/data/trig-2013/trig-syntax-bad-kw-01.trig t/data/trig-2013/trig-syntax-bad-kw-02.trig t/data/trig-2013/trig-syntax-bad-kw-03.trig t/data/trig-2013/trig-syntax-bad-kw-04.trig t/data/trig-2013/trig-syntax-bad-kw-05.trig t/data/trig-2013/trig-syntax-bad-lang-01.trig t/data/trig-2013/trig-syntax-bad-ln-dash-start.trig t/data/trig-2013/trig-syntax-bad-ln-escape-start.trig t/data/trig-2013/trig-syntax-bad-ln-escape.trig t/data/trig-2013/trig-syntax-bad-missing-ns-dot-end.trig t/data/trig-2013/trig-syntax-bad-missing-ns-dot-start.trig t/data/trig-2013/trig-syntax-bad-n3-extras-01.trig t/data/trig-2013/trig-syntax-bad-n3-extras-02.trig t/data/trig-2013/trig-syntax-bad-n3-extras-03.trig t/data/trig-2013/trig-syntax-bad-n3-extras-04.trig t/data/trig-2013/trig-syntax-bad-n3-extras-05.trig t/data/trig-2013/trig-syntax-bad-n3-extras-06.trig t/data/trig-2013/trig-syntax-bad-n3-extras-07.trig t/data/trig-2013/trig-syntax-bad-n3-extras-08.trig t/data/trig-2013/trig-syntax-bad-n3-extras-09.trig t/data/trig-2013/trig-syntax-bad-n3-extras-10.trig t/data/trig-2013/trig-syntax-bad-n3-extras-11.trig t/data/trig-2013/trig-syntax-bad-n3-extras-12.trig t/data/trig-2013/trig-syntax-bad-n3-extras-13.trig t/data/trig-2013/trig-syntax-bad-ns-dot-end.trig t/data/trig-2013/trig-syntax-bad-ns-dot-start.trig t/data/trig-2013/trig-syntax-bad-num-01.trig t/data/trig-2013/trig-syntax-bad-num-02.trig t/data/trig-2013/trig-syntax-bad-num-03.trig t/data/trig-2013/trig-syntax-bad-num-04.trig t/data/trig-2013/trig-syntax-bad-num-05.trig t/data/trig-2013/trig-syntax-bad-number-dot-in-anon.trig t/data/trig-2013/trig-syntax-bad-pname-01.trig t/data/trig-2013/trig-syntax-bad-pname-02.trig t/data/trig-2013/trig-syntax-bad-pname-03.trig t/data/trig-2013/trig-syntax-bad-prefix-01.trig t/data/trig-2013/trig-syntax-bad-prefix-02.trig t/data/trig-2013/trig-syntax-bad-prefix-03.trig t/data/trig-2013/trig-syntax-bad-prefix-04.trig t/data/trig-2013/trig-syntax-bad-prefix-05.trig t/data/trig-2013/trig-syntax-bad-prefix-06.trig t/data/trig-2013/trig-syntax-bad-prefix-07.trig t/data/trig-2013/trig-syntax-bad-string-01.trig t/data/trig-2013/trig-syntax-bad-string-02.trig t/data/trig-2013/trig-syntax-bad-string-03.trig t/data/trig-2013/trig-syntax-bad-string-04.trig t/data/trig-2013/trig-syntax-bad-string-05.trig t/data/trig-2013/trig-syntax-bad-string-06.trig t/data/trig-2013/trig-syntax-bad-string-07.trig t/data/trig-2013/trig-syntax-bad-struct-02.trig t/data/trig-2013/trig-syntax-bad-struct-03.trig t/data/trig-2013/trig-syntax-bad-struct-04.trig t/data/trig-2013/trig-syntax-bad-struct-05.trig t/data/trig-2013/trig-syntax-bad-struct-06.trig t/data/trig-2013/trig-syntax-bad-struct-07.trig t/data/trig-2013/trig-syntax-bad-struct-09.trig t/data/trig-2013/trig-syntax-bad-struct-10.trig t/data/trig-2013/trig-syntax-bad-struct-12.trig t/data/trig-2013/trig-syntax-bad-struct-13.trig t/data/trig-2013/trig-syntax-bad-struct-14.trig t/data/trig-2013/trig-syntax-bad-struct-15.trig t/data/trig-2013/trig-syntax-bad-struct-16.trig t/data/trig-2013/trig-syntax-bad-struct-17.trig t/data/trig-2013/trig-syntax-bad-uri-01.trig t/data/trig-2013/trig-syntax-bad-uri-02.trig t/data/trig-2013/trig-syntax-bad-uri-03.trig t/data/trig-2013/trig-syntax-bad-uri-04.trig t/data/trig-2013/trig-syntax-bad-uri-05.trig t/data/trig-2013/trig-syntax-base-01.trig t/data/trig-2013/trig-syntax-base-02.trig t/data/trig-2013/trig-syntax-base-03.trig t/data/trig-2013/trig-syntax-base-04.trig t/data/trig-2013/trig-syntax-blank-label.trig t/data/trig-2013/trig-syntax-bnode-01.trig t/data/trig-2013/trig-syntax-bnode-02.trig t/data/trig-2013/trig-syntax-bnode-03.trig t/data/trig-2013/trig-syntax-bnode-04.trig t/data/trig-2013/trig-syntax-bnode-05.trig t/data/trig-2013/trig-syntax-bnode-06.trig t/data/trig-2013/trig-syntax-bnode-07.trig t/data/trig-2013/trig-syntax-bnode-08.trig t/data/trig-2013/trig-syntax-bnode-09.trig t/data/trig-2013/trig-syntax-bnode-10.trig t/data/trig-2013/trig-syntax-datatypes-01.trig t/data/trig-2013/trig-syntax-datatypes-02.trig t/data/trig-2013/trig-syntax-file-02.trig t/data/trig-2013/trig-syntax-file-03.trig t/data/trig-2013/trig-syntax-kw-01.trig t/data/trig-2013/trig-syntax-kw-02.trig t/data/trig-2013/trig-syntax-kw-03.trig t/data/trig-2013/trig-syntax-lists-01.trig t/data/trig-2013/trig-syntax-lists-02.trig t/data/trig-2013/trig-syntax-lists-03.trig t/data/trig-2013/trig-syntax-lists-04.trig t/data/trig-2013/trig-syntax-lists-05.trig t/data/trig-2013/trig-syntax-ln-colons.trig t/data/trig-2013/trig-syntax-ln-dots.trig t/data/trig-2013/trig-syntax-ns-dots.trig t/data/trig-2013/trig-syntax-number-01.trig t/data/trig-2013/trig-syntax-number-02.trig t/data/trig-2013/trig-syntax-number-03.trig t/data/trig-2013/trig-syntax-number-04.trig t/data/trig-2013/trig-syntax-number-05.trig t/data/trig-2013/trig-syntax-number-06.trig t/data/trig-2013/trig-syntax-number-07.trig t/data/trig-2013/trig-syntax-number-08.trig t/data/trig-2013/trig-syntax-number-09.trig t/data/trig-2013/trig-syntax-number-10.trig t/data/trig-2013/trig-syntax-number-11.trig t/data/trig-2013/trig-syntax-pname-esc-01.trig t/data/trig-2013/trig-syntax-pname-esc-02.trig t/data/trig-2013/trig-syntax-pname-esc-03.trig t/data/trig-2013/trig-syntax-prefix-01.trig t/data/trig-2013/trig-syntax-prefix-02.trig t/data/trig-2013/trig-syntax-prefix-03.trig t/data/trig-2013/trig-syntax-prefix-04.trig t/data/trig-2013/trig-syntax-prefix-05.trig t/data/trig-2013/trig-syntax-prefix-06.trig t/data/trig-2013/trig-syntax-prefix-07.trig t/data/trig-2013/trig-syntax-prefix-08.trig t/data/trig-2013/trig-syntax-prefix-09.trig t/data/trig-2013/trig-syntax-str-esc-01.trig t/data/trig-2013/trig-syntax-str-esc-02.trig t/data/trig-2013/trig-syntax-str-esc-03.trig t/data/trig-2013/trig-syntax-string-01.trig t/data/trig-2013/trig-syntax-string-02.trig t/data/trig-2013/trig-syntax-string-03.trig t/data/trig-2013/trig-syntax-string-04.trig t/data/trig-2013/trig-syntax-string-05.trig t/data/trig-2013/trig-syntax-string-06.trig t/data/trig-2013/trig-syntax-string-07.trig t/data/trig-2013/trig-syntax-string-08.trig t/data/trig-2013/trig-syntax-string-09.trig t/data/trig-2013/trig-syntax-string-10.trig t/data/trig-2013/trig-syntax-string-11.trig t/data/trig-2013/trig-syntax-struct-01.trig t/data/trig-2013/trig-syntax-struct-02.trig t/data/trig-2013/trig-syntax-struct-03.trig t/data/trig-2013/trig-syntax-struct-04.trig t/data/trig-2013/trig-syntax-struct-05.trig t/data/trig-2013/trig-syntax-struct-06.trig t/data/trig-2013/trig-syntax-struct-07.trig t/data/trig-2013/trig-syntax-uri-01.trig t/data/trig-2013/trig-syntax-uri-02.trig t/data/trig-2013/trig-syntax-uri-03.trig t/data/trig-2013/trig-syntax-uri-04.trig t/data/trig-2013/two_LITERAL_LONG2s.nq t/data/trig-2013/two_LITERAL_LONG2s.trig t/data/trig-2013/underscore_in_localName.nq t/data/trig-2013/underscore_in_localName.trig t/data/turtle-2013/HYPHEN_MINUS_in_localName.nt t/data/turtle-2013/HYPHEN_MINUS_in_localName.ttl t/data/turtle-2013/IRIREF_datatype.nt t/data/turtle-2013/IRIREF_datatype.ttl t/data/turtle-2013/IRI_spo.nt t/data/turtle-2013/IRI_subject.ttl t/data/turtle-2013/IRI_with_all_punctuation.nt t/data/turtle-2013/IRI_with_all_punctuation.ttl t/data/turtle-2013/IRI_with_eight_digit_numeric_escape.ttl t/data/turtle-2013/IRI_with_four_digit_numeric_escape.ttl t/data/turtle-2013/LITERAL1.nt t/data/turtle-2013/LITERAL1.ttl t/data/turtle-2013/LITERAL1_all_controls.nt t/data/turtle-2013/LITERAL1_all_controls.ttl t/data/turtle-2013/LITERAL1_all_punctuation.nt t/data/turtle-2013/LITERAL1_all_punctuation.ttl t/data/turtle-2013/LITERAL1_ascii_boundaries.nt t/data/turtle-2013/LITERAL1_ascii_boundaries.ttl t/data/turtle-2013/LITERAL1_with_UTF8_boundaries.ttl t/data/turtle-2013/LITERAL1_with_UTF8_boundaries.ttl.new t/data/turtle-2013/LITERAL2.ttl t/data/turtle-2013/LITERAL2_ascii_boundaries.nt t/data/turtle-2013/LITERAL2_ascii_boundaries.ttl t/data/turtle-2013/LITERAL2_with_UTF8_boundaries.ttl t/data/turtle-2013/LITERAL_LONG1.ttl t/data/turtle-2013/LITERAL_LONG1_ascii_boundaries.nt t/data/turtle-2013/LITERAL_LONG1_ascii_boundaries.ttl t/data/turtle-2013/LITERAL_LONG1_with_1_squote.nt t/data/turtle-2013/LITERAL_LONG1_with_1_squote.ttl t/data/turtle-2013/LITERAL_LONG1_with_2_squotes.nt t/data/turtle-2013/LITERAL_LONG1_with_2_squotes.ttl t/data/turtle-2013/LITERAL_LONG1_with_UTF8_boundaries.ttl t/data/turtle-2013/LITERAL_LONG2.ttl t/data/turtle-2013/LITERAL_LONG2_ascii_boundaries.nt t/data/turtle-2013/LITERAL_LONG2_ascii_boundaries.ttl t/data/turtle-2013/LITERAL_LONG2_with_1_squote.nt t/data/turtle-2013/LITERAL_LONG2_with_1_squote.ttl t/data/turtle-2013/LITERAL_LONG2_with_2_squotes.nt t/data/turtle-2013/LITERAL_LONG2_with_2_squotes.ttl t/data/turtle-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt t/data/turtle-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl t/data/turtle-2013/LITERAL_LONG2_with_UTF8_boundaries.ttl t/data/turtle-2013/LITERAL_with_UTF8_boundaries.nt t/data/turtle-2013/README t/data/turtle-2013/SPARQL_style_base.ttl t/data/turtle-2013/SPARQL_style_prefix.ttl t/data/turtle-2013/anonymous_blank_node_object.ttl t/data/turtle-2013/anonymous_blank_node_subject.ttl t/data/turtle-2013/bareword_a_predicate.nt t/data/turtle-2013/bareword_a_predicate.ttl t/data/turtle-2013/bareword_decimal.nt t/data/turtle-2013/bareword_decimal.ttl t/data/turtle-2013/bareword_double.nt t/data/turtle-2013/bareword_double.ttl t/data/turtle-2013/bareword_integer.ttl t/data/turtle-2013/blankNodePropertyList_as_object.nt t/data/turtle-2013/blankNodePropertyList_as_object.ttl t/data/turtle-2013/blankNodePropertyList_as_subject.nt t/data/turtle-2013/blankNodePropertyList_as_subject.ttl t/data/turtle-2013/blankNodePropertyList_containing_collection.nt t/data/turtle-2013/blankNodePropertyList_containing_collection.ttl t/data/turtle-2013/blankNodePropertyList_with_multiple_triples.nt t/data/turtle-2013/blankNodePropertyList_with_multiple_triples.ttl t/data/turtle-2013/collection_object.nt t/data/turtle-2013/collection_object.ttl t/data/turtle-2013/collection_subject.nt t/data/turtle-2013/collection_subject.ttl t/data/turtle-2013/comment_following_PNAME_NS.nt t/data/turtle-2013/comment_following_PNAME_NS.ttl t/data/turtle-2013/comment_following_localName.ttl t/data/turtle-2013/default_namespace_IRI.ttl t/data/turtle-2013/double_lower_case_e.nt t/data/turtle-2013/double_lower_case_e.ttl t/data/turtle-2013/empty_collection.nt t/data/turtle-2013/empty_collection.ttl t/data/turtle-2013/first.nt t/data/turtle-2013/first.ttl t/data/turtle-2013/labeled_blank_node_object.nt t/data/turtle-2013/labeled_blank_node_object.ttl t/data/turtle-2013/labeled_blank_node_subject.nt t/data/turtle-2013/labeled_blank_node_subject.ttl t/data/turtle-2013/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl t/data/turtle-2013/labeled_blank_node_with_leading_digit.ttl t/data/turtle-2013/labeled_blank_node_with_leading_underscore.ttl t/data/turtle-2013/labeled_blank_node_with_non_leading_extras.ttl t/data/turtle-2013/langtagged_LONG.ttl t/data/turtle-2013/langtagged_LONG_with_subtag.nt t/data/turtle-2013/langtagged_LONG_with_subtag.ttl t/data/turtle-2013/langtagged_non_LONG.nt t/data/turtle-2013/langtagged_non_LONG.ttl t/data/turtle-2013/lantag_with_subtag.nt t/data/turtle-2013/lantag_with_subtag.ttl t/data/turtle-2013/last.nt t/data/turtle-2013/last.ttl t/data/turtle-2013/literal_false.nt t/data/turtle-2013/literal_false.ttl t/data/turtle-2013/literal_true.nt t/data/turtle-2013/literal_true.ttl t/data/turtle-2013/literal_with_BACKSPACE.nt t/data/turtle-2013/literal_with_BACKSPACE.ttl t/data/turtle-2013/literal_with_CARRIAGE_RETURN.nt t/data/turtle-2013/literal_with_CARRIAGE_RETURN.ttl t/data/turtle-2013/literal_with_CHARACTER_TABULATION.nt t/data/turtle-2013/literal_with_CHARACTER_TABULATION.ttl t/data/turtle-2013/literal_with_FORM_FEED.nt t/data/turtle-2013/literal_with_FORM_FEED.ttl t/data/turtle-2013/literal_with_LINE_FEED.nt t/data/turtle-2013/literal_with_LINE_FEED.ttl t/data/turtle-2013/literal_with_REVERSE_SOLIDUS.nt t/data/turtle-2013/literal_with_REVERSE_SOLIDUS.ttl t/data/turtle-2013/literal_with_escaped_BACKSPACE.ttl t/data/turtle-2013/literal_with_escaped_CARRIAGE_RETURN.ttl t/data/turtle-2013/literal_with_escaped_CHARACTER_TABULATION.ttl t/data/turtle-2013/literal_with_escaped_FORM_FEED.ttl t/data/turtle-2013/literal_with_escaped_LINE_FEED.ttl t/data/turtle-2013/literal_with_numeric_escape4.nt t/data/turtle-2013/literal_with_numeric_escape4.ttl t/data/turtle-2013/literal_with_numeric_escape8.ttl t/data/turtle-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt t/data/turtle-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl t/data/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt t/data/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl t/data/turtle-2013/localName_with_leading_digit.nt t/data/turtle-2013/localName_with_leading_digit.ttl t/data/turtle-2013/localName_with_leading_underscore.nt t/data/turtle-2013/localName_with_leading_underscore.ttl t/data/turtle-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt t/data/turtle-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl t/data/turtle-2013/localName_with_non_leading_extras.nt t/data/turtle-2013/localName_with_non_leading_extras.ttl t/data/turtle-2013/localname_with_COLON.nt t/data/turtle-2013/localname_with_COLON.ttl t/data/turtle-2013/negative_numeric.nt t/data/turtle-2013/negative_numeric.ttl t/data/turtle-2013/nested_blankNodePropertyLists.nt t/data/turtle-2013/nested_blankNodePropertyLists.ttl t/data/turtle-2013/nested_collection.nt t/data/turtle-2013/nested_collection.ttl t/data/turtle-2013/number_sign_following_PNAME_NS.nt t/data/turtle-2013/number_sign_following_PNAME_NS.ttl t/data/turtle-2013/number_sign_following_localName.nt t/data/turtle-2013/number_sign_following_localName.ttl t/data/turtle-2013/numeric_with_leading_0.nt t/data/turtle-2013/numeric_with_leading_0.ttl t/data/turtle-2013/objectList_with_two_objects.nt t/data/turtle-2013/objectList_with_two_objects.ttl t/data/turtle-2013/old_style_base.ttl t/data/turtle-2013/old_style_prefix.ttl t/data/turtle-2013/percent_escaped_localName.nt t/data/turtle-2013/percent_escaped_localName.ttl t/data/turtle-2013/positive_numeric.nt t/data/turtle-2013/positive_numeric.ttl t/data/turtle-2013/predicateObjectList_with_two_objectLists.nt t/data/turtle-2013/predicateObjectList_with_two_objectLists.ttl t/data/turtle-2013/prefix_only_IRI.ttl t/data/turtle-2013/prefix_reassigned_and_used.nt t/data/turtle-2013/prefix_reassigned_and_used.ttl t/data/turtle-2013/prefix_with_PN_CHARS_BASE_character_boundaries.ttl t/data/turtle-2013/prefix_with_non_leading_extras.ttl t/data/turtle-2013/prefixed_IRI_object.ttl t/data/turtle-2013/prefixed_IRI_predicate.ttl t/data/turtle-2013/prefixed_name_datatype.ttl t/data/turtle-2013/repeated_semis_at_end.ttl t/data/turtle-2013/repeated_semis_not_at_end.nt t/data/turtle-2013/repeated_semis_not_at_end.ttl t/data/turtle-2013/reserved_escaped_localName.nt t/data/turtle-2013/reserved_escaped_localName.ttl t/data/turtle-2013/sole_blankNodePropertyList.ttl t/data/turtle-2013/turtle-eval-bad-01.ttl t/data/turtle-2013/turtle-eval-bad-02.ttl t/data/turtle-2013/turtle-eval-bad-03.ttl t/data/turtle-2013/turtle-eval-bad-04.ttl t/data/turtle-2013/turtle-eval-struct-01.nt t/data/turtle-2013/turtle-eval-struct-01.ttl t/data/turtle-2013/turtle-eval-struct-02.nt t/data/turtle-2013/turtle-eval-struct-02.ttl t/data/turtle-2013/turtle-subm-01.nt t/data/turtle-2013/turtle-subm-01.ttl t/data/turtle-2013/turtle-subm-02.nt t/data/turtle-2013/turtle-subm-02.ttl t/data/turtle-2013/turtle-subm-03.nt t/data/turtle-2013/turtle-subm-03.ttl t/data/turtle-2013/turtle-subm-04.nt t/data/turtle-2013/turtle-subm-04.ttl t/data/turtle-2013/turtle-subm-05.nt t/data/turtle-2013/turtle-subm-05.ttl t/data/turtle-2013/turtle-subm-06.nt t/data/turtle-2013/turtle-subm-06.ttl t/data/turtle-2013/turtle-subm-07.nt t/data/turtle-2013/turtle-subm-07.ttl t/data/turtle-2013/turtle-subm-08.nt t/data/turtle-2013/turtle-subm-08.ttl t/data/turtle-2013/turtle-subm-09.nt t/data/turtle-2013/turtle-subm-09.ttl t/data/turtle-2013/turtle-subm-10.nt t/data/turtle-2013/turtle-subm-10.ttl t/data/turtle-2013/turtle-subm-11.nt t/data/turtle-2013/turtle-subm-11.ttl t/data/turtle-2013/turtle-subm-12.nt t/data/turtle-2013/turtle-subm-12.ttl t/data/turtle-2013/turtle-subm-13.nt t/data/turtle-2013/turtle-subm-13.ttl t/data/turtle-2013/turtle-subm-14.nt t/data/turtle-2013/turtle-subm-14.ttl t/data/turtle-2013/turtle-subm-15.nt t/data/turtle-2013/turtle-subm-15.ttl t/data/turtle-2013/turtle-subm-16.nt t/data/turtle-2013/turtle-subm-16.ttl t/data/turtle-2013/turtle-subm-17.nt t/data/turtle-2013/turtle-subm-17.ttl t/data/turtle-2013/turtle-subm-18.nt t/data/turtle-2013/turtle-subm-18.ttl t/data/turtle-2013/turtle-subm-19.nt t/data/turtle-2013/turtle-subm-19.ttl t/data/turtle-2013/turtle-subm-20.nt t/data/turtle-2013/turtle-subm-20.ttl t/data/turtle-2013/turtle-subm-21.nt t/data/turtle-2013/turtle-subm-21.ttl t/data/turtle-2013/turtle-subm-22.nt t/data/turtle-2013/turtle-subm-22.ttl t/data/turtle-2013/turtle-subm-23.nt t/data/turtle-2013/turtle-subm-23.ttl t/data/turtle-2013/turtle-subm-24.nt t/data/turtle-2013/turtle-subm-24.ttl t/data/turtle-2013/turtle-subm-25.nt t/data/turtle-2013/turtle-subm-25.ttl t/data/turtle-2013/turtle-subm-26.nt t/data/turtle-2013/turtle-subm-26.ttl t/data/turtle-2013/turtle-subm-27.nt t/data/turtle-2013/turtle-subm-27.ttl t/data/turtle-2013/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl t/data/turtle-2013/turtle-syntax-bad-base-01.ttl t/data/turtle-2013/turtle-syntax-bad-base-02.ttl t/data/turtle-2013/turtle-syntax-bad-base-03.ttl t/data/turtle-2013/turtle-syntax-bad-blank-label-dot-end.ttl t/data/turtle-2013/turtle-syntax-bad-esc-01.ttl t/data/turtle-2013/turtle-syntax-bad-esc-02.ttl t/data/turtle-2013/turtle-syntax-bad-esc-03.ttl t/data/turtle-2013/turtle-syntax-bad-esc-04.ttl t/data/turtle-2013/turtle-syntax-bad-kw-01.ttl t/data/turtle-2013/turtle-syntax-bad-kw-02.ttl t/data/turtle-2013/turtle-syntax-bad-kw-03.ttl t/data/turtle-2013/turtle-syntax-bad-kw-04.ttl t/data/turtle-2013/turtle-syntax-bad-kw-05.ttl t/data/turtle-2013/turtle-syntax-bad-lang-01.ttl t/data/turtle-2013/turtle-syntax-bad-ln-dash-start.ttl t/data/turtle-2013/turtle-syntax-bad-ln-escape-start.ttl t/data/turtle-2013/turtle-syntax-bad-ln-escape.ttl t/data/turtle-2013/turtle-syntax-bad-missing-ns-dot-end.ttl t/data/turtle-2013/turtle-syntax-bad-missing-ns-dot-start.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-01.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-02.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-03.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-04.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-05.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-06.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-07.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-08.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-09.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-10.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-11.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-12.ttl t/data/turtle-2013/turtle-syntax-bad-n3-extras-13.ttl t/data/turtle-2013/turtle-syntax-bad-ns-dot-end.ttl t/data/turtle-2013/turtle-syntax-bad-ns-dot-start.ttl t/data/turtle-2013/turtle-syntax-bad-num-01.ttl t/data/turtle-2013/turtle-syntax-bad-num-02.ttl t/data/turtle-2013/turtle-syntax-bad-num-03.ttl t/data/turtle-2013/turtle-syntax-bad-num-04.ttl t/data/turtle-2013/turtle-syntax-bad-num-05.ttl t/data/turtle-2013/turtle-syntax-bad-number-dot-in-anon.ttl t/data/turtle-2013/turtle-syntax-bad-pname-01.ttl t/data/turtle-2013/turtle-syntax-bad-pname-02.ttl t/data/turtle-2013/turtle-syntax-bad-pname-03.ttl t/data/turtle-2013/turtle-syntax-bad-prefix-01.ttl t/data/turtle-2013/turtle-syntax-bad-prefix-02.ttl t/data/turtle-2013/turtle-syntax-bad-prefix-03.ttl t/data/turtle-2013/turtle-syntax-bad-prefix-04.ttl t/data/turtle-2013/turtle-syntax-bad-prefix-05.ttl t/data/turtle-2013/turtle-syntax-bad-string-01.ttl t/data/turtle-2013/turtle-syntax-bad-string-02.ttl t/data/turtle-2013/turtle-syntax-bad-string-03.ttl t/data/turtle-2013/turtle-syntax-bad-string-04.ttl t/data/turtle-2013/turtle-syntax-bad-string-05.ttl t/data/turtle-2013/turtle-syntax-bad-string-06.ttl t/data/turtle-2013/turtle-syntax-bad-string-07.ttl t/data/turtle-2013/turtle-syntax-bad-struct-01.ttl t/data/turtle-2013/turtle-syntax-bad-struct-02.ttl t/data/turtle-2013/turtle-syntax-bad-struct-03.ttl t/data/turtle-2013/turtle-syntax-bad-struct-04.ttl t/data/turtle-2013/turtle-syntax-bad-struct-05.ttl t/data/turtle-2013/turtle-syntax-bad-struct-06.ttl t/data/turtle-2013/turtle-syntax-bad-struct-07.ttl t/data/turtle-2013/turtle-syntax-bad-struct-08.ttl t/data/turtle-2013/turtle-syntax-bad-struct-09.ttl t/data/turtle-2013/turtle-syntax-bad-struct-10.ttl t/data/turtle-2013/turtle-syntax-bad-struct-11.ttl t/data/turtle-2013/turtle-syntax-bad-struct-12.ttl t/data/turtle-2013/turtle-syntax-bad-struct-13.ttl t/data/turtle-2013/turtle-syntax-bad-struct-14.ttl t/data/turtle-2013/turtle-syntax-bad-struct-15.ttl t/data/turtle-2013/turtle-syntax-bad-struct-16.ttl t/data/turtle-2013/turtle-syntax-bad-struct-17.ttl t/data/turtle-2013/turtle-syntax-bad-uri-01.ttl t/data/turtle-2013/turtle-syntax-bad-uri-02.ttl t/data/turtle-2013/turtle-syntax-bad-uri-03.ttl t/data/turtle-2013/turtle-syntax-bad-uri-04.ttl t/data/turtle-2013/turtle-syntax-bad-uri-05.ttl t/data/turtle-2013/turtle-syntax-base-01.ttl t/data/turtle-2013/turtle-syntax-base-02.ttl t/data/turtle-2013/turtle-syntax-base-03.ttl t/data/turtle-2013/turtle-syntax-base-04.ttl t/data/turtle-2013/turtle-syntax-blank-label.ttl t/data/turtle-2013/turtle-syntax-bnode-01.ttl t/data/turtle-2013/turtle-syntax-bnode-02.ttl t/data/turtle-2013/turtle-syntax-bnode-03.ttl t/data/turtle-2013/turtle-syntax-bnode-04.ttl t/data/turtle-2013/turtle-syntax-bnode-05.ttl t/data/turtle-2013/turtle-syntax-bnode-06.ttl t/data/turtle-2013/turtle-syntax-bnode-07.ttl t/data/turtle-2013/turtle-syntax-bnode-08.ttl t/data/turtle-2013/turtle-syntax-bnode-09.ttl t/data/turtle-2013/turtle-syntax-bnode-10.ttl t/data/turtle-2013/turtle-syntax-datatypes-01.ttl t/data/turtle-2013/turtle-syntax-datatypes-02.ttl t/data/turtle-2013/turtle-syntax-file-02.ttl t/data/turtle-2013/turtle-syntax-file-03.ttl t/data/turtle-2013/turtle-syntax-kw-01.ttl t/data/turtle-2013/turtle-syntax-kw-02.ttl t/data/turtle-2013/turtle-syntax-kw-03.ttl t/data/turtle-2013/turtle-syntax-lists-01.ttl t/data/turtle-2013/turtle-syntax-lists-02.ttl t/data/turtle-2013/turtle-syntax-lists-03.ttl t/data/turtle-2013/turtle-syntax-lists-04.ttl t/data/turtle-2013/turtle-syntax-lists-05.ttl t/data/turtle-2013/turtle-syntax-ln-colons.ttl t/data/turtle-2013/turtle-syntax-ln-dots.ttl t/data/turtle-2013/turtle-syntax-ns-dots.ttl t/data/turtle-2013/turtle-syntax-number-01.ttl t/data/turtle-2013/turtle-syntax-number-02.ttl t/data/turtle-2013/turtle-syntax-number-03.ttl t/data/turtle-2013/turtle-syntax-number-04.ttl t/data/turtle-2013/turtle-syntax-number-05.ttl t/data/turtle-2013/turtle-syntax-number-06.ttl t/data/turtle-2013/turtle-syntax-number-07.ttl t/data/turtle-2013/turtle-syntax-number-08.ttl t/data/turtle-2013/turtle-syntax-number-09.ttl t/data/turtle-2013/turtle-syntax-number-10.ttl t/data/turtle-2013/turtle-syntax-number-11.ttl t/data/turtle-2013/turtle-syntax-pname-esc-01.ttl t/data/turtle-2013/turtle-syntax-pname-esc-02.ttl t/data/turtle-2013/turtle-syntax-pname-esc-03.ttl t/data/turtle-2013/turtle-syntax-prefix-01.ttl t/data/turtle-2013/turtle-syntax-prefix-02.ttl t/data/turtle-2013/turtle-syntax-prefix-03.ttl t/data/turtle-2013/turtle-syntax-prefix-04.ttl t/data/turtle-2013/turtle-syntax-prefix-05.ttl t/data/turtle-2013/turtle-syntax-prefix-06.ttl t/data/turtle-2013/turtle-syntax-prefix-07.ttl t/data/turtle-2013/turtle-syntax-prefix-08.ttl t/data/turtle-2013/turtle-syntax-prefix-09.ttl t/data/turtle-2013/turtle-syntax-str-esc-01.ttl t/data/turtle-2013/turtle-syntax-str-esc-02.ttl t/data/turtle-2013/turtle-syntax-str-esc-03.ttl t/data/turtle-2013/turtle-syntax-string-01.ttl t/data/turtle-2013/turtle-syntax-string-02.ttl t/data/turtle-2013/turtle-syntax-string-03.ttl t/data/turtle-2013/turtle-syntax-string-04.ttl t/data/turtle-2013/turtle-syntax-string-05.ttl t/data/turtle-2013/turtle-syntax-string-06.ttl t/data/turtle-2013/turtle-syntax-string-07.ttl t/data/turtle-2013/turtle-syntax-string-08.ttl t/data/turtle-2013/turtle-syntax-string-09.ttl t/data/turtle-2013/turtle-syntax-string-10.ttl t/data/turtle-2013/turtle-syntax-string-11.ttl t/data/turtle-2013/turtle-syntax-struct-01.ttl t/data/turtle-2013/turtle-syntax-struct-02.ttl t/data/turtle-2013/turtle-syntax-struct-03.ttl t/data/turtle-2013/turtle-syntax-struct-04.ttl t/data/turtle-2013/turtle-syntax-struct-05.ttl t/data/turtle-2013/turtle-syntax-uri-01.ttl t/data/turtle-2013/turtle-syntax-uri-02.ttl t/data/turtle-2013/turtle-syntax-uri-03.ttl t/data/turtle-2013/turtle-syntax-uri-04.ttl t/data/turtle-2013/two_LITERAL_LONG2s.nt t/data/turtle-2013/two_LITERAL_LONG2s.ttl t/data/turtle-2013/underscore_in_localName.nt t/data/turtle-2013/underscore_in_localName.ttl t/data/turtle/bad-00.ttl t/data/turtle/bad-01.ttl t/data/turtle/bad-02.ttl t/data/turtle/bad-03.ttl t/data/turtle/bad-04.ttl t/data/turtle/bad-05.ttl t/data/turtle/bad-06.ttl t/data/turtle/bad-07.ttl t/data/turtle/bad-08.ttl t/data/turtle/bad-09.ttl t/data/turtle/bad-10.ttl t/data/turtle/bad-11.ttl t/data/turtle/bad-12.ttl t/data/turtle/bad-13.ttl t/data/turtle/bad-14.ttl t/data/turtle/rdf-schema.out t/data/turtle/rdf-schema.ttl t/data/turtle/rdfq-results.out t/data/turtle/rdfq-results.ttl t/data/turtle/rdfs-namespace.out t/data/turtle/rdfs-namespace.ttl t/data/turtle/test-00.out t/data/turtle/test-00.ttl t/data/turtle/test-01.out t/data/turtle/test-01.ttl t/data/turtle/test-02.out t/data/turtle/test-02.ttl t/data/turtle/test-03.out t/data/turtle/test-03.ttl t/data/turtle/test-04.out t/data/turtle/test-04.ttl t/data/turtle/test-05.out t/data/turtle/test-05.ttl t/data/turtle/test-06.out t/data/turtle/test-06.ttl t/data/turtle/test-07.out t/data/turtle/test-07.ttl t/data/turtle/test-08.out t/data/turtle/test-08.ttl t/data/turtle/test-09.out t/data/turtle/test-09.ttl t/data/turtle/test-10.out t/data/turtle/test-10.ttl t/data/turtle/test-11.out t/data/turtle/test-11.ttl t/data/turtle/test-12.out t/data/turtle/test-12.ttl t/data/turtle/test-13.out t/data/turtle/test-13.ttl t/data/turtle/test-17.out t/data/turtle/test-17.ttl t/data/turtle/test-18.out t/data/turtle/test-18.ttl t/data/turtle/test-19.out t/data/turtle/test-19.ttl t/data/turtle/test-20.out t/data/turtle/test-20.ttl t/data/turtle/test-21.out t/data/turtle/test-21.ttl t/data/turtle/test-22.out t/data/turtle/test-22.ttl t/data/turtle/test-23.out t/data/turtle/test-23.ttl t/data/turtle/test-24.out t/data/turtle/test-24.ttl t/data/turtle/test-25.out t/data/turtle/test-25.ttl t/exporter-csv.t t/graph-subgraphs.t t/graph.t t/iterator-bindings-join.t t/iterator-bindings-materialize.t t/iterator-bindings.t t/iterator-boolean.t t/iterator-graph-materialize.t t/iterator-graph.t t/iterator-materialized.t t/iterator-thaw.t t/iterator.t t/model-boundeddescription.t t/model-dataset.t t/model-filter.t t/model-logger.t t/model-temporary.t t/model-union.t t/model.t t/namespace-export.t t/namespace-uri.t t/namespacemap.t t/node-literal.t t/node-resource-i18n.t t/node-serialization.t t/node.t t/parser-nquads.t t/parser-ntriples.t t/parser-rdfa.t t/parser-rdfjson.t t/parser-rdfxml-w3c.t t/parser-redland.t t/parser-trig.t t/parser-turtle-2013.t t/parser-turtle.t t/parser.t t/pattern.t t/remove-list.t t/serializer-nquads.t t/serializer-ntriples-canonical.t t/serializer-ntriples.t t/serializer-rdfjson.t t/serializer-rdfpatch.t t/serializer-rdfxml.t t/serializer-trig.t t/serializer-tsv.t t/serializer-turtle.t t/serializer.t t/statement-serialization.t t/statement.t t/store-config.t t/store-context.t t/store-dbi-mysql.t t/store-dbi-pg.t t/store-dbi.t t/store-hexastore-pattern.t t/store-hexastore-storable.t t/store-hexastore-triplestore.t t/store-hexastore.t t/store-memory.t t/store-redis.t t/store-triple_sql.t t/store.t t/syntax.t xt/00_compile.t xt/data/turtle/test-14.out xt/data/turtle/test-14.ttl xt/data/turtle/test-15.out xt/data/turtle/test-15.ttl xt/data/turtle/test-16.out xt/data/turtle/test-16.ttl xt/parser-trig-2013.t xt/pod-coverage.t xt/pod.t xt/store-dydra.t xt/store-redland.t xt/store-sparql.t Copyright: *No copyright* License: UNKNOWN FIXME Files: t/data/rdfxml-w3c/amp-in-url/test001.nt t/data/rdfxml-w3c/amp-in-url/test001.rdf t/data/rdfxml-w3c/datatypes-intensional/test001.nt t/data/rdfxml-w3c/datatypes-intensional/test002.nt t/data/rdfxml-w3c/datatypes/test001.nt t/data/rdfxml-w3c/datatypes/test001.rdf t/data/rdfxml-w3c/datatypes/test002.nt t/data/rdfxml-w3c/datatypes/test002.rdf t/data/rdfxml-w3c/datatypes/test002b.nt t/data/rdfxml-w3c/datatypes/test003a.nt t/data/rdfxml-w3c/datatypes/test003b.nt t/data/rdfxml-w3c/datatypes/test005a.nt t/data/rdfxml-w3c/datatypes/test005b.nt t/data/rdfxml-w3c/datatypes/test006.nt t/data/rdfxml-w3c/datatypes/test008a.nt t/data/rdfxml-w3c/datatypes/test008b.nt t/data/rdfxml-w3c/datatypes/test009a.nt t/data/rdfxml-w3c/datatypes/test009b.nt t/data/rdfxml-w3c/datatypes/test010.nt t/data/rdfxml-w3c/datatypes/test011a.nt t/data/rdfxml-w3c/datatypes/test011b.nt t/data/rdfxml-w3c/horst-01/test001.rdf t/data/rdfxml-w3c/horst-01/test002.rdf t/data/rdfxml-w3c/horst-01/test003.rdf t/data/rdfxml-w3c/horst-01/test004.rdf t/data/rdfxml-w3c/pfps-10/test001a.nt t/data/rdfxml-w3c/pfps-10/test001b.nt t/data/rdfxml-w3c/rdf-charmod-literals/test001.nt t/data/rdfxml-w3c/rdf-charmod-literals/test001.rdf t/data/rdfxml-w3c/rdf-charmod-uris/test001.nt t/data/rdfxml-w3c/rdf-charmod-uris/test002.nt t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/error001.rdf t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/error002.rdf t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test001.nt t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test001.rdf t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test002.nt t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test002.rdf t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test003.nt t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test003.rdf t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test004.nt t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test004.rdf t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test006.nt t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test006.rdf t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test007.nt t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test007.rdf t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test008.nt t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test008.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0001.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0001.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0003.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0003.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0004.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0004.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0005.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0005.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0006.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0006.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0009.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0009.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0010.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0010.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0011.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0011.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0012.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0012.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0013.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0013.rdf t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0014.nt t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0014.rdf t/data/rdfxml-w3c/rdfms-abouteach/error001.rdf t/data/rdfxml-w3c/rdfms-abouteach/error002.rdf t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/error1.rdf t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test1.nt t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test1.rdf t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test2.nt t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test2.rdf t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test3.nt t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test3.rdf t/data/rdfxml-w3c/rdfms-duplicate-member-props/test001.nt t/data/rdfxml-w3c/rdfms-duplicate-member-props/test001.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/error001.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/error002.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/error003.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test001.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test001.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test002.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test002.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test003.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test003.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test004.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test004.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test005.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test005.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test006.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test006.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test007.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test007.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test008.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test008.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test009.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test009.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test010.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test010.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test011.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test011.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test012.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test012.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test013.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test013.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test014.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test014.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test015.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test015.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test016.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test016.rdf t/data/rdfxml-w3c/rdfms-empty-property-elements/test017.nt t/data/rdfxml-w3c/rdfms-empty-property-elements/test017.rdf t/data/rdfxml-w3c/rdfms-identity-anon-resources/test001.nt t/data/rdfxml-w3c/rdfms-identity-anon-resources/test001.rdf t/data/rdfxml-w3c/rdfms-identity-anon-resources/test002.nt t/data/rdfxml-w3c/rdfms-identity-anon-resources/test002.rdf t/data/rdfxml-w3c/rdfms-identity-anon-resources/test003.nt t/data/rdfxml-w3c/rdfms-identity-anon-resources/test003.rdf t/data/rdfxml-w3c/rdfms-identity-anon-resources/test004.nt t/data/rdfxml-w3c/rdfms-identity-anon-resources/test004.rdf t/data/rdfxml-w3c/rdfms-identity-anon-resources/test005.nt t/data/rdfxml-w3c/rdfms-identity-anon-resources/test005.rdf t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test001.nt t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test001.rdf t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test002.nt t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test002.rdf t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test004.nt t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test004.rdf t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test005.nt t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test005.rdf t/data/rdfxml-w3c/rdfms-para196/test001.nt t/data/rdfxml-w3c/rdfms-para196/test001.rdf t/data/rdfxml-w3c/rdfms-rdf-id/error001.rdf t/data/rdfxml-w3c/rdfms-rdf-id/error002.rdf t/data/rdfxml-w3c/rdfms-rdf-id/error003.rdf t/data/rdfxml-w3c/rdfms-rdf-id/error004.rdf t/data/rdfxml-w3c/rdfms-rdf-id/error005.rdf t/data/rdfxml-w3c/rdfms-rdf-id/error006.rdf t/data/rdfxml-w3c/rdfms-rdf-id/error007.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-001.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-002.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-003.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-004.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-005.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-006.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-007.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-008.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-009.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-010.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-011.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-012.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-013.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-014.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-015.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-016.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-017.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-018.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-019.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/error-020.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-001.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-002.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-003.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-004.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-005.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-006.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-007.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-008.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-009.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-010.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-011.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-012.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-013.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-014.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-015.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-016.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-017.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-018.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-019.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-020.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-021.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-022.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-023.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-024.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-025.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-026.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-027.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-028.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-029.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-030.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-031.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-032.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-033.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-034.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-035.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-036.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/test-037.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-001.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-002.rdf t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-003.rdf t/data/rdfxml-w3c/rdfms-reification-required/test001.nt t/data/rdfxml-w3c/rdfms-reification-required/test001.rdf t/data/rdfxml-w3c/rdfms-seq-representation/empty.nt t/data/rdfxml-w3c/rdfms-seq-representation/test001.nt t/data/rdfxml-w3c/rdfms-seq-representation/test001.rdf t/data/rdfxml-w3c/rdfms-seq-representation/test002.nt t/data/rdfxml-w3c/rdfms-seq-representation/test003a.nt t/data/rdfxml-w3c/rdfms-seq-representation/test003b.nt t/data/rdfxml-w3c/rdfms-seq-representation/test004.nt t/data/rdfxml-w3c/rdfms-syntax-incomplete/error001.rdf t/data/rdfxml-w3c/rdfms-syntax-incomplete/error002.rdf t/data/rdfxml-w3c/rdfms-syntax-incomplete/error003.rdf t/data/rdfxml-w3c/rdfms-syntax-incomplete/error004.rdf t/data/rdfxml-w3c/rdfms-syntax-incomplete/error005.rdf t/data/rdfxml-w3c/rdfms-syntax-incomplete/error006.rdf t/data/rdfxml-w3c/rdfms-syntax-incomplete/test001.nt t/data/rdfxml-w3c/rdfms-syntax-incomplete/test001.rdf t/data/rdfxml-w3c/rdfms-syntax-incomplete/test002.nt t/data/rdfxml-w3c/rdfms-syntax-incomplete/test002.rdf t/data/rdfxml-w3c/rdfms-syntax-incomplete/test003.nt t/data/rdfxml-w3c/rdfms-syntax-incomplete/test003.rdf t/data/rdfxml-w3c/rdfms-syntax-incomplete/test004.nt t/data/rdfxml-w3c/rdfms-syntax-incomplete/test004.rdf t/data/rdfxml-w3c/rdfms-uri-substructure/error001.nt t/data/rdfxml-w3c/rdfms-uri-substructure/test001.nt t/data/rdfxml-w3c/rdfms-uri-substructure/test001.rdf t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test001.nt t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test001.rdf t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test002.nt t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test002.rdf t/data/rdfxml-w3c/rdfms-xmllang/test001.nt t/data/rdfxml-w3c/rdfms-xmllang/test001.rdf t/data/rdfxml-w3c/rdfms-xmllang/test002.nt t/data/rdfxml-w3c/rdfms-xmllang/test002.rdf t/data/rdfxml-w3c/rdfms-xmllang/test003.nt t/data/rdfxml-w3c/rdfms-xmllang/test003.rdf t/data/rdfxml-w3c/rdfms-xmllang/test004.nt t/data/rdfxml-w3c/rdfms-xmllang/test004.rdf t/data/rdfxml-w3c/rdfms-xmllang/test005.nt t/data/rdfxml-w3c/rdfms-xmllang/test005.rdf t/data/rdfxml-w3c/rdfms-xmllang/test006.nt t/data/rdfxml-w3c/rdfms-xmllang/test006.rdf t/data/rdfxml-w3c/rdfms-xmllang/test007a.nt t/data/rdfxml-w3c/rdfms-xmllang/test007b.nt t/data/rdfxml-w3c/rdfms-xmllang/test007c.nt t/data/rdfxml-w3c/rdfs-domain-and-range/nonconclusions005.rdf t/data/rdfxml-w3c/rdfs-domain-and-range/nonconclusions006.rdf t/data/rdfxml-w3c/rdfs-domain-and-range/premises005.rdf t/data/rdfxml-w3c/rdfs-domain-and-range/premises006.rdf t/data/rdfxml-w3c/rdfs-domain-and-range/test001.nt t/data/rdfxml-w3c/rdfs-domain-and-range/test001.rdf t/data/rdfxml-w3c/rdfs-domain-and-range/test002.nt t/data/rdfxml-w3c/rdfs-domain-and-range/test002.rdf t/data/rdfxml-w3c/rdfs-entailment/test001.nt t/data/rdfxml-w3c/rdfs-entailment/test002.nt t/data/rdfxml-w3c/rdfs-no-cycles-in-subClassOf/test001.nt t/data/rdfxml-w3c/rdfs-no-cycles-in-subClassOf/test001.rdf t/data/rdfxml-w3c/rdfs-no-cycles-in-subPropertyOf/test001.nt t/data/rdfxml-w3c/rdfs-no-cycles-in-subPropertyOf/test001.rdf t/data/rdfxml-w3c/rdfs-subPropertyOf-semantics/test001.nt t/data/rdfxml-w3c/rdfs-subPropertyOf-semantics/test002.nt t/data/rdfxml-w3c/tex-01/test001.rdf t/data/rdfxml-w3c/tex-01/test002.rdf t/data/rdfxml-w3c/unrecognised-xml-attributes/test001.nt t/data/rdfxml-w3c/unrecognised-xml-attributes/test001.rdf t/data/rdfxml-w3c/unrecognised-xml-attributes/test002.nt t/data/rdfxml-w3c/unrecognised-xml-attributes/test002.rdf t/data/rdfxml-w3c/xml-canon/test001.nt t/data/rdfxml-w3c/xml-canon/test001.rdf t/data/rdfxml-w3c/xmlbase/test001.nt t/data/rdfxml-w3c/xmlbase/test001.rdf t/data/rdfxml-w3c/xmlbase/test002.nt t/data/rdfxml-w3c/xmlbase/test002.rdf t/data/rdfxml-w3c/xmlbase/test003.nt t/data/rdfxml-w3c/xmlbase/test003.rdf t/data/rdfxml-w3c/xmlbase/test004.nt t/data/rdfxml-w3c/xmlbase/test004.rdf t/data/rdfxml-w3c/xmlbase/test006.nt t/data/rdfxml-w3c/xmlbase/test006.rdf t/data/rdfxml-w3c/xmlbase/test007.nt t/data/rdfxml-w3c/xmlbase/test007.rdf t/data/rdfxml-w3c/xmlbase/test008.nt t/data/rdfxml-w3c/xmlbase/test008.rdf t/data/rdfxml-w3c/xmlbase/test009.nt t/data/rdfxml-w3c/xmlbase/test009.rdf t/data/rdfxml-w3c/xmlbase/test010.nt t/data/rdfxml-w3c/xmlbase/test010.rdf t/data/rdfxml-w3c/xmlbase/test011.nt t/data/rdfxml-w3c/xmlbase/test011.rdf t/data/rdfxml-w3c/xmlbase/test013.nt t/data/rdfxml-w3c/xmlbase/test013.rdf t/data/rdfxml-w3c/xmlbase/test014.nt t/data/rdfxml-w3c/xmlbase/test014.rdf t/data/rdfxml-w3c/xmlsch-02/test001.rdf t/data/rdfxml-w3c/xmlsch-02/test002.rdf t/data/rdfxml-w3c/xmlsch-02/test003.rdf Copyright: World Wide Web Consortium, (Massachusetts Institute of clause at License: UNKNOWN FIXME Files: lib/RDF/Trine.pm lib/RDF/Trine/Error.pm lib/RDF/Trine/Exporter/CSV.pm lib/RDF/Trine/Exporter/RDFPatch.pm lib/RDF/Trine/Graph.pm lib/RDF/Trine/Iterator.pm lib/RDF/Trine/Iterator/Bindings.pm lib/RDF/Trine/Iterator/Bindings/Materialized.pm lib/RDF/Trine/Iterator/Boolean.pm lib/RDF/Trine/Iterator/Graph.pm lib/RDF/Trine/Iterator/Graph/Materialized.pm lib/RDF/Trine/Iterator/JSONHandler.pm lib/RDF/Trine/Iterator/SAXHandler.pm lib/RDF/Trine/Model.pm lib/RDF/Trine/Model/Dataset.pm lib/RDF/Trine/Model/StatementFilter.pm lib/RDF/Trine/Model/Union.pm lib/RDF/Trine/Namespace.pm lib/RDF/Trine/NamespaceMap.pm lib/RDF/Trine/Node.pm lib/RDF/Trine/Node/Blank.pm lib/RDF/Trine/Node/Literal.pm lib/RDF/Trine/Node/Nil.pm lib/RDF/Trine/Node/Resource.pm lib/RDF/Trine/Node/Variable.pm lib/RDF/Trine/Parser.pm lib/RDF/Trine/Parser/NQuads.pm lib/RDF/Trine/Parser/NTriples.pm lib/RDF/Trine/Parser/RDFJSON.pm lib/RDF/Trine/Parser/RDFXML.pm lib/RDF/Trine/Parser/RDFa.pm lib/RDF/Trine/Parser/Redland.pm lib/RDF/Trine/Parser/TriG.pm lib/RDF/Trine/Parser/Turtle.pm lib/RDF/Trine/Parser/Turtle/Lexer.pm lib/RDF/Trine/Pattern.pm lib/RDF/Trine/Serializer.pm lib/RDF/Trine/Serializer/NQuads.pm lib/RDF/Trine/Serializer/NTriples.pm lib/RDF/Trine/Serializer/RDFPatch.pm lib/RDF/Trine/Serializer/RDFXML.pm lib/RDF/Trine/Serializer/TSV.pm lib/RDF/Trine/Serializer/TriG.pm lib/RDF/Trine/Serializer/Turtle.pm lib/RDF/Trine/Statement.pm lib/RDF/Trine/Statement/Quad.pm lib/RDF/Trine/Store.pm lib/RDF/Trine/Store/DBI.pm lib/RDF/Trine/Store/DBI/Pg.pm lib/RDF/Trine/Store/DBI/SQLite.pm lib/RDF/Trine/Store/DBI/mysql.pm lib/RDF/Trine/Store/Dydra.pm lib/RDF/Trine/Store/Hexastore.pm lib/RDF/Trine/Store/Memory.pm lib/RDF/Trine/Store/Redis.pm lib/RDF/Trine/Store/Redland.pm lib/RDF/Trine/Store/SPARQL.pm lib/RDF/Trine/VariableBindings.pm Copyright: 2006-2012, Gregory Todd Williams. This License: Perl FIXME Files: t/data/rdfxml-w3c/rdf-element-not-mandatory/test001.nt t/data/rdfxml-w3c/rdf-element-not-mandatory/test001.rdf Copyright: clause at License: UNKNOWN FIXME Files: t/data/trig-2013/LICENSE Copyright: FAQ) are satisfied, the right to create modifications or derivatives is sometimes granted by the W3C to individuals complying with those requirements HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL W3C, MIT, ERCIM, KEIO UNIVERSITY, THE OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE DOCUMENT ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, S, TRADEMARKS OR OTHER RIGHTS HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE DOCUMENT OR THE PERFORMANCE OR IMPLEMENTATION OF THE CONTENTS THEREOF holders may NOT be used in advertising or publicity pertaining to this document or other documents that link to this statement without specific, written prior permission. Title to in this document will at all times remain with holders. Permission is given to use the trademarked string W3C within claims of performance concerning W3C Specifications or features described therein, and there only, if the test suite so authorizes holders under the following license: By using and/or copying this document, or the W3C document from which this statement is linked, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions: License: BSD FIXME Files: t/data/turtle-2013/LICENSE Copyright: HOLDERS AND CONTRIBUTORS "AS IS" AND HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT [$date-of-document holders may NOT be used in holders under the following license: By using and/or in this document will at all times remain with License: BSD FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: Expat FIXME Files: debian/rules Copyright: 2011-2012, Florian Schlichting 2011-2013, Jonas Smedegaard License: GPL-2+ FIXME Files: README Copyright: 2008-2010, Gregory Williams. text License: Perl FIXME Files: lib/RDF/Trine/Parser/Turtle/Constants.pm Copyright: 2012, Toby Inkster. This License: Perl FIXME Files: lib/RDF/Trine/Serializer/RDFJSON.pm Copyright: 2010, Toby Inkster. This program is free License: Perl FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME Files: lib/RDF/Trine/Serializer/NTriples/Canonical.pm Copyright: 2010, Toby Inkster License: UNKNOWN FIXME Files: t/data/turtle-2013/manifest.ttl Copyright: W3C and taken from the Turtle submission License: UNKNOWN FIXME Files: t/data/rdfxml-w3c/rdfs-subClassOf-a-Property/test001.nt Copyright: World Wide Web Consortium (Massachusetts Institute of clause at License: UNKNOWN FIXME Files: t/data/rdfxml-w3c/rdf-charmod-uris/test001.rdf Copyright: World Wide Web Consortium, (Massachusetts Institute of below is a single Unicode character #xE9 in clause at License: UNKNOWN FIXME Files: t/data/rdfxml-w3c/rdf-charmod-uris/test002.rdf Copyright: World Wide Web Consortium, (Massachusetts Institute of clause at under the standard License: UNKNOWN FIXME Files: Changes.ttl Copyright: text." ; License: UNKNOWN FIXME debian/copyright0000644000000000000000000001531312171765714011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RDF::Trine Upstream-Contact: https://github.com/kasei/perlrdf/issues Source: http://search.cpan.org/dist/RDF-Trine/ Files: * Copyright: 2006-2012, Gregory Todd Williams License: Artistic or GPL-1+ Comment: License: . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: t/data/rdfxml-w3c/* Copyright: World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). License: W3C Comment: License: . Please see the full Copyright clause at Files: t/data/trig-2013/* t/data/turtle-2013/* Copyright: World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). License: BSD-3-clause~W3C Comment: License: . Distributed under both the W3C Test Suite License and the W3C 3-clause BSD License. . Comment: . Only 'W3C 3-clause BSD License' included, as the other is not DFSG compliant. Files: lib/RDF/Trine/Parser/Turtle/Constants.pm lib/RDF/Trine/Serializer/NTriples/Canonical.pm lib/RDF/Trine/Serializer/RDFJSON.pm Copyright: 2010, 2012, Toby Inkster License: Artistic or GPL-1+ Comment: License: . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.1 or, at your option, any later version of Perl 5 you may have available. . Comment: . Perl 5.8.1 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Convenience copy of Module::Install. Files: inc/Module/Install/AuthorTests.pm Copyright: 2008, Ricardo Signes License: Artistic or GPL-1+ Comment: Convenience copy of Module::Install::AuthorTests. Files: debian/* Copyright: 2011-2012, Jonas Smedegaard 2011-2012, Florian Schlichting License: GPL-3+ License: Artistic Comment: . On Debian GNU systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: W3C By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. . Permission to copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications: . * The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. * Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body of any redistributed or derivative code. * Notice of any changes or modifications to the files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.) . Disclaimers . THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. . COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. . The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders. License: BSD-3-clause~W3C Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of works must retain the original copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the original copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . Neither the name of the W3C nor the names of its contributors may be used to endorse or promote products derived from this work without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014612164311272010605 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000570012210104720010235 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012, 2013 Jonas Smedegaard # Copyright © 2011, 2012 Florian Schlichting # # Description: Main Debian packaging script for RDF::Trine # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = RDF-Trine #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/RDF DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/G/GW/GWILLIAMS DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/ DEB_UPSTREAM_TARBALL_MD5 = 135f5f08ad5f89496cd1fca127fadd8e # Needed by upstream build and (always/often) at runtime # TODO: Drop libmodule-load-conditional-perl after wheezy+1 perl-deps = algorithm-combinatorics dbd-sqlite3 dbi dbix-connector perl-deps += ossp-uuid error www json log-log4perl moosex-arrayref perl-deps += set-scalar text-csv text-table xml-commonns xml-namespace deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) deps +=, libmoose-perl (>= 2) deps +=, perl (>= 5.12.3) | libmodule-load-conditional-perl (>= 0.38) deps +=, perl (>= 5.16.1) | libscalar-list-utils-perl (>= 1:1.24) deps +=, liburi-perl (>= 1.52), libxml-sax-perl (>= 0.96) deps-recommend = librdf-perl # Needed by upstream testsuite deps-test = libtest-exception-perl, libtest-json-perl, libtrycatch-perl # Needed by upstream testsuite (and some also at runtime) except for # profile builds. See README.source for details. xdeps = librdf-query-perl perl-xdeps-recommend = rdf-rdfa-parser rdf-trine-node-literal-xml xdeps-recommend += $(patsubst %,$(comma) lib%-perl,$(perl-xdeps-recommend)) deps-test += $(if $(DEB_BUILD_PROFILE),,$(comma) $(xdeps)$(comma) $(xdeps-recommend)) # Needed (often/seldom) at runtime recommends = libxml-libxml-perl (>= 1.70) suggests = libdbd-pg-perl, libdbd-mysql-perl, libredis-perl CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(deps-recommend) CDBS_DEPENDS_$(pkg) = $(deps) CDBS_RECOMMENDS_$(pkg) = $(deps-recommend), $(xdeps-recommend), $(recommends) CDBS_SUGGESTS_$(pkg) = $(suggests) # install binaries as sample files (and only as such) DEB_INSTALL_EXAMPLES_$(pkg) += examples/* bin install/$(pkg):: rm $(cdbs_curdestdir)usr/bin/* rmdir $(cdbs_curdestdir)usr/bin debian/control.in0000644000000000000000000000315612164311272011202 0ustar Source: librdf-trine-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Florian Schlichting Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/librdf-trine-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-trine-perl.git Homepage: http://search.cpan.org/dist/RDF-Trine/ Package: librdf-trine-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: RDF Framework for Perl Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF::Trine provides an RDF framework with an emphasis on extensibility, API stability, and the presence of a test suite. The package consists of several components: . * RDF::Trine::Model - RDF model providing access to a triple store. * RDF::Trine::Parser - Native RDF parsers (RDF/XML, RDFa, Turtle, RDF/JSON, TriG, N-Triples, and N-Quads). * RDF::Trine::Serializer, a set of native RDF serializers for RDF/XML, Turtle, RDF/JSON, N-Triples, Canonical N-Triples, and N-Quads. * RDF::Trine::Store::DBI - A triple store for MySQL and SQLite, based on the Redland schema. * RDF::Trine::Iterator - Iterator classes for variable bindings and RDF statements, used by RDF::Trine::Store, RDF::Trine::Model, and RDF::Query. * RDF::Trine::Namespace - A convenience class for easily constructing RDF node objects from URI namespaces.