diff --git a/rdf_context.gemspec b/rdf_context.gemspec index 8af9806..a6f2632 100644 --- a/rdf_context.gemspec +++ b/rdf_context.gemspec @@ -1,6 +1,6 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Gregg Kellogg"] - s.date = %q{2011-01-06} + s.date = %q{2011-01-07} s.default_executable = %q{rdf_context} s.description = %q{ RdfContext parses RDF/XML, RDFa and N3 into a Graph object. It also serializes RDF/XML, Turtle and N-Triples from the Graph. @@ -28,698 +28,700 @@ Gem::Specification.new do |s| ] s.files = [ ".autotest", - ".yardopts", - "History.rdoc", - "README.rdoc", - "Rakefile", - "VERSION", - "bin/rdf_context", - "lib/rdf_context.rb", - "lib/rdf_context/aggregate_graph.rb", - "lib/rdf_context/array_hacks.rb", - "lib/rdf_context/bnode.rb", - "lib/rdf_context/conjunctive_graph.rb", - "lib/rdf_context/duration.rb", - "lib/rdf_context/exceptions.rb", - "lib/rdf_context/graph.rb", - "lib/rdf_context/literal.rb", - "lib/rdf_context/n3_grammar.treetop", - "lib/rdf_context/n3parser.rb", - "lib/rdf_context/namespace.rb", - "lib/rdf_context/nokogiri_hacks.rb", - "lib/rdf_context/parser.rb", - "lib/rdf_context/quoted_graph.rb", - "lib/rdf_context/rdfaparser.rb", - "lib/rdf_context/rdfxmlparser.rb", - "lib/rdf_context/resource.rb", - "lib/rdf_context/serializer/abstract_serializer.rb", - "lib/rdf_context/serializer/nt_serializer.rb", - "lib/rdf_context/serializer/recursive_serializer.rb", - "lib/rdf_context/serializer/turtle_serializer.rb", - "lib/rdf_context/serializer/xml_serializer.rb", - "lib/rdf_context/store/abstract_sql_store.rb", - "lib/rdf_context/store/abstract_store.rb", - "lib/rdf_context/store/active_record_store.rb", - "lib/rdf_context/store/list_store.rb", - "lib/rdf_context/store/memory_store.rb", - "lib/rdf_context/store/sqlite3_store.rb", - "lib/rdf_context/string_hacks.rb", - "lib/rdf_context/term_utils.rb", - "lib/rdf_context/triple.rb", - "lib/rdf_context/uriref.rb", - "rdf_context.gemspec", - "script/console", - "script/tc", - "spec/.gitignore", - "spec/active_record_store_spec.rb", - "spec/aggregate_graph_spec.rb", - "spec/bnode_spec.rb", - "spec/conjunctive_graph_spec.rb", - "spec/cwm_spec.rb", - "spec/duration_spec.rb", - "spec/graph_spec.rb", - "spec/list_store_spec.rb", - "spec/literal_spec.rb", - "spec/matchers.rb", - "spec/memory_store_spec.rb", - "spec/n3parser_spec.rb", - "spec/namespaces_spec.rb", - "spec/ntriples/test.nt", - "spec/parser_spec.rb", - "spec/quoted_graph_spec.rb", - "spec/rdf_helper.rb", - "spec/rdfa_helper.rb", - "spec/rdfa_parser_spec.rb", - "spec/rdfcore/.gitignore", - "spec/rdfcore/Manifest.rdf", - "spec/rdfcore/amp-in-url/test001.nt", - "spec/rdfcore/amp-in-url/test001.rdf", - "spec/rdfcore/datatypes-intensional/test001.nt", - "spec/rdfcore/datatypes-intensional/test002.nt", - "spec/rdfcore/datatypes/test001.nt", - "spec/rdfcore/datatypes/test001.rdf", - "spec/rdfcore/datatypes/test002.nt", - "spec/rdfcore/datatypes/test002.rdf", - "spec/rdfcore/datatypes/test002b.nt", - "spec/rdfcore/datatypes/test003a.nt", - "spec/rdfcore/datatypes/test003b.nt", - "spec/rdfcore/datatypes/test005a.nt", - "spec/rdfcore/datatypes/test005b.nt", - "spec/rdfcore/datatypes/test006.nt", - "spec/rdfcore/datatypes/test008a.nt", - "spec/rdfcore/datatypes/test008b.nt", - "spec/rdfcore/datatypes/test009a.nt", - "spec/rdfcore/datatypes/test009b.nt", - "spec/rdfcore/datatypes/test010.nt", - "spec/rdfcore/datatypes/test011a.nt", - "spec/rdfcore/datatypes/test011b.nt", - "spec/rdfcore/horst-01/test001.rdf", - "spec/rdfcore/horst-01/test002.rdf", - "spec/rdfcore/horst-01/test003.rdf", - "spec/rdfcore/horst-01/test004.rdf", - "spec/rdfcore/pfps-10/test001a.nt", - "spec/rdfcore/pfps-10/test001b.nt", - "spec/rdfcore/rdf-charmod-literals/test001.nt", - "spec/rdfcore/rdf-charmod-literals/test001.rdf", - "spec/rdfcore/rdf-charmod-uris/test001.nt", - "spec/rdfcore/rdf-charmod-uris/test001.rdf", - "spec/rdfcore/rdf-charmod-uris/test002.nt", - "spec/rdfcore/rdf-charmod-uris/test002.rdf", - "spec/rdfcore/rdf-containers-syntax-vs-schema/error001.rdf", - "spec/rdfcore/rdf-containers-syntax-vs-schema/error002.rdf", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test001.nt", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test001.rdf", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test002.nt", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test002.rdf", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test003.nt", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test003.rdf", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test004.nt", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test006.nt", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test007.nt", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test007.rdf", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test008.nt", - "spec/rdfcore/rdf-containers-syntax-vs-schema/test008.rdf", - "spec/rdfcore/rdf-element-not-mandatory/test001.nt", - "spec/rdfcore/rdf-element-not-mandatory/test001.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0001.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0001.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0003.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0003.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0004.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0004.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0005.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0005.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0006.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0006.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0009.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0009.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0010.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0010.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0011.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0011.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0012.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0012.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0013.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0013.rdf", - "spec/rdfcore/rdf-ns-prefix-confusion/test0014.nt", - "spec/rdfcore/rdf-ns-prefix-confusion/test0014.rdf", - "spec/rdfcore/rdfms-abouteach/error001.rdf", - "spec/rdfcore/rdfms-abouteach/error002.rdf", - "spec/rdfcore/rdfms-difference-between-ID-and-about/error1.rdf", - "spec/rdfcore/rdfms-difference-between-ID-and-about/test1.nt", - "spec/rdfcore/rdfms-difference-between-ID-and-about/test1.rdf", - "spec/rdfcore/rdfms-difference-between-ID-and-about/test2.nt", - "spec/rdfcore/rdfms-difference-between-ID-and-about/test2.rdf", - "spec/rdfcore/rdfms-difference-between-ID-and-about/test3.nt", - "spec/rdfcore/rdfms-difference-between-ID-and-about/test3.rdf", - "spec/rdfcore/rdfms-duplicate-member-props/test001.nt", - "spec/rdfcore/rdfms-duplicate-member-props/test001.rdf", - "spec/rdfcore/rdfms-empty-property-elements/error001.rdf", - "spec/rdfcore/rdfms-empty-property-elements/error002.rdf", - "spec/rdfcore/rdfms-empty-property-elements/error003.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test001.nt", - "spec/rdfcore/rdfms-empty-property-elements/test001.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test002.nt", - "spec/rdfcore/rdfms-empty-property-elements/test002.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test003.nt", - "spec/rdfcore/rdfms-empty-property-elements/test003.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test004.nt", - "spec/rdfcore/rdfms-empty-property-elements/test004.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test005.nt", - "spec/rdfcore/rdfms-empty-property-elements/test005.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test006.nt", - "spec/rdfcore/rdfms-empty-property-elements/test006.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test007.nt", - "spec/rdfcore/rdfms-empty-property-elements/test007.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test008.nt", - "spec/rdfcore/rdfms-empty-property-elements/test008.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test009.nt", - "spec/rdfcore/rdfms-empty-property-elements/test009.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test010.nt", - "spec/rdfcore/rdfms-empty-property-elements/test010.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test011.nt", - "spec/rdfcore/rdfms-empty-property-elements/test011.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test012.nt", - "spec/rdfcore/rdfms-empty-property-elements/test012.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test013.nt", - "spec/rdfcore/rdfms-empty-property-elements/test013.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test014.nt", - "spec/rdfcore/rdfms-empty-property-elements/test014.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test015.nt", - "spec/rdfcore/rdfms-empty-property-elements/test015.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test016.nt", - "spec/rdfcore/rdfms-empty-property-elements/test016.rdf", - "spec/rdfcore/rdfms-empty-property-elements/test017.nt", - "spec/rdfcore/rdfms-empty-property-elements/test017.rdf", - "spec/rdfcore/rdfms-identity-anon-resources/test001.nt", - "spec/rdfcore/rdfms-identity-anon-resources/test001.rdf", - "spec/rdfcore/rdfms-identity-anon-resources/test002.nt", - "spec/rdfcore/rdfms-identity-anon-resources/test002.rdf", - "spec/rdfcore/rdfms-identity-anon-resources/test003.nt", - "spec/rdfcore/rdfms-identity-anon-resources/test003.rdf", - "spec/rdfcore/rdfms-identity-anon-resources/test004.nt", - "spec/rdfcore/rdfms-identity-anon-resources/test004.rdf", - "spec/rdfcore/rdfms-identity-anon-resources/test005.nt", - "spec/rdfcore/rdfms-identity-anon-resources/test005.rdf", - "spec/rdfcore/rdfms-not-id-and-resource-attr/test001.nt", - "spec/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf", - "spec/rdfcore/rdfms-not-id-and-resource-attr/test002.nt", - "spec/rdfcore/rdfms-not-id-and-resource-attr/test002.rdf", - "spec/rdfcore/rdfms-not-id-and-resource-attr/test004.nt", - "spec/rdfcore/rdfms-not-id-and-resource-attr/test004.rdf", - "spec/rdfcore/rdfms-not-id-and-resource-attr/test005.nt", - "spec/rdfcore/rdfms-not-id-and-resource-attr/test005.rdf", - "spec/rdfcore/rdfms-para196/test001.nt", - "spec/rdfcore/rdfms-para196/test001.rdf", - "spec/rdfcore/rdfms-rdf-id/error001.rdf", - "spec/rdfcore/rdfms-rdf-id/error002.rdf", - "spec/rdfcore/rdfms-rdf-id/error003.rdf", - "spec/rdfcore/rdfms-rdf-id/error004.rdf", - "spec/rdfcore/rdfms-rdf-id/error005.rdf", - "spec/rdfcore/rdfms-rdf-id/error006.rdf", - "spec/rdfcore/rdfms-rdf-id/error007.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-001.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-002.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-003.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-004.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-005.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-006.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-007.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-008.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-009.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-010.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-011.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-012.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-013.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-014.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-015.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-016.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-017.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-018.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-019.rdf", - "spec/rdfcore/rdfms-rdf-names-use/error-020.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-001.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-001.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-002.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-002.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-003.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-003.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-004.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-004.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-005.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-005.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-006.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-006.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-007.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-007.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-008.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-008.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-009.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-009.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-010.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-010.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-011.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-011.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-012.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-012.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-013.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-013.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-014.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-014.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-015.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-015.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-016.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-016.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-017.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-017.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-018.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-018.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-019.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-019.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-020.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-020.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-021.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-021.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-022.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-022.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-023.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-023.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-024.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-024.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-025.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-025.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-026.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-026.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-027.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-027.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-028.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-028.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-029.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-029.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-030.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-030.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-031.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-031.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-032.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-032.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-033.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-033.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-034.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-034.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-035.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-035.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-036.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-036.rdf", - "spec/rdfcore/rdfms-rdf-names-use/test-037.nt", - "spec/rdfcore/rdfms-rdf-names-use/test-037.rdf", - "spec/rdfcore/rdfms-rdf-names-use/warn-001.nt", - "spec/rdfcore/rdfms-rdf-names-use/warn-001.rdf", - "spec/rdfcore/rdfms-rdf-names-use/warn-002.nt", - "spec/rdfcore/rdfms-rdf-names-use/warn-002.rdf", - "spec/rdfcore/rdfms-rdf-names-use/warn-003.nt", - "spec/rdfcore/rdfms-rdf-names-use/warn-003.rdf", - "spec/rdfcore/rdfms-reification-required/test001.nt", - "spec/rdfcore/rdfms-reification-required/test001.rdf", - "spec/rdfcore/rdfms-seq-representation/empty.nt", - "spec/rdfcore/rdfms-seq-representation/test001.nt", - "spec/rdfcore/rdfms-seq-representation/test001.rdf", - "spec/rdfcore/rdfms-seq-representation/test002.nt", - "spec/rdfcore/rdfms-seq-representation/test003a.nt", - "spec/rdfcore/rdfms-seq-representation/test003b.nt", - "spec/rdfcore/rdfms-seq-representation/test004.nt", - "spec/rdfcore/rdfms-syntax-incomplete/error001.rdf", - "spec/rdfcore/rdfms-syntax-incomplete/error002.rdf", - "spec/rdfcore/rdfms-syntax-incomplete/error003.rdf", - "spec/rdfcore/rdfms-syntax-incomplete/error004.rdf", - "spec/rdfcore/rdfms-syntax-incomplete/error005.rdf", - "spec/rdfcore/rdfms-syntax-incomplete/error006.rdf", - "spec/rdfcore/rdfms-syntax-incomplete/test001.nt", - "spec/rdfcore/rdfms-syntax-incomplete/test001.rdf", - "spec/rdfcore/rdfms-syntax-incomplete/test002.nt", - "spec/rdfcore/rdfms-syntax-incomplete/test002.rdf", - "spec/rdfcore/rdfms-syntax-incomplete/test003.nt", - "spec/rdfcore/rdfms-syntax-incomplete/test003.rdf", - "spec/rdfcore/rdfms-syntax-incomplete/test004.nt", - "spec/rdfcore/rdfms-syntax-incomplete/test004.rdf", - "spec/rdfcore/rdfms-uri-substructure/error001.nt", - "spec/rdfcore/rdfms-uri-substructure/test001.nt", - "spec/rdfcore/rdfms-uri-substructure/test001.rdf", - "spec/rdfcore/rdfms-xml-literal-namespaces/test001.nt", - "spec/rdfcore/rdfms-xml-literal-namespaces/test001.rdf", - "spec/rdfcore/rdfms-xml-literal-namespaces/test002.nt", - "spec/rdfcore/rdfms-xml-literal-namespaces/test002.rdf", - "spec/rdfcore/rdfms-xmllang/test001.nt", - "spec/rdfcore/rdfms-xmllang/test001.rdf", - "spec/rdfcore/rdfms-xmllang/test002.nt", - "spec/rdfcore/rdfms-xmllang/test002.rdf", - "spec/rdfcore/rdfms-xmllang/test003.nt", - "spec/rdfcore/rdfms-xmllang/test003.rdf", - "spec/rdfcore/rdfms-xmllang/test004.nt", - "spec/rdfcore/rdfms-xmllang/test004.rdf", - "spec/rdfcore/rdfms-xmllang/test005.nt", - "spec/rdfcore/rdfms-xmllang/test005.rdf", - "spec/rdfcore/rdfms-xmllang/test006.nt", - "spec/rdfcore/rdfms-xmllang/test006.rdf", - "spec/rdfcore/rdfms-xmllang/test007a.nt", - "spec/rdfcore/rdfms-xmllang/test007b.nt", - "spec/rdfcore/rdfms-xmllang/test007c.nt", - "spec/rdfcore/rdfs-container-membership-superProperty/not1C.rdf", - "spec/rdfcore/rdfs-container-membership-superProperty/not1P.rdf", - "spec/rdfcore/rdfs-domain-and-range/nonconclusions005.rdf", - "spec/rdfcore/rdfs-domain-and-range/nonconclusions006.rdf", - "spec/rdfcore/rdfs-domain-and-range/premises005.rdf", - "spec/rdfcore/rdfs-domain-and-range/premises006.rdf", - "spec/rdfcore/rdfs-domain-and-range/test001.nt", - "spec/rdfcore/rdfs-domain-and-range/test001.rdf", - "spec/rdfcore/rdfs-domain-and-range/test002.nt", - "spec/rdfcore/rdfs-domain-and-range/test002.rdf", - "spec/rdfcore/rdfs-entailment/test001.nt", - "spec/rdfcore/rdfs-entailment/test002.nt", - "spec/rdfcore/rdfs-no-cycles-in-subClassOf/test001.nt", - "spec/rdfcore/rdfs-no-cycles-in-subClassOf/test001.rdf", - "spec/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001.nt", - "spec/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001.rdf", - "spec/rdfcore/rdfs-subClassOf-a-Property/test001.nt", - "spec/rdfcore/rdfs-subPropertyOf-semantics/test001.nt", - "spec/rdfcore/rdfs-subPropertyOf-semantics/test002.nt", - "spec/rdfcore/statement-entailment/test001a.nt", - "spec/rdfcore/statement-entailment/test001b.nt", - "spec/rdfcore/statement-entailment/test002a.nt", - "spec/rdfcore/statement-entailment/test002b.nt", - "spec/rdfcore/tex-01/test001.rdf", - "spec/rdfcore/tex-01/test002.rdf", - "spec/rdfcore/unrecognised-xml-attributes/test001.nt", - "spec/rdfcore/unrecognised-xml-attributes/test001.rdf", - "spec/rdfcore/unrecognised-xml-attributes/test002.nt", - "spec/rdfcore/unrecognised-xml-attributes/test002.rdf", - "spec/rdfcore/xml-canon/test001.nt", - "spec/rdfcore/xml-canon/test001.rdf", - "spec/rdfcore/xmlbase/test001.nt", - "spec/rdfcore/xmlbase/test001.rdf", - "spec/rdfcore/xmlbase/test002.nt", - "spec/rdfcore/xmlbase/test002.rdf", - "spec/rdfcore/xmlbase/test003.nt", - "spec/rdfcore/xmlbase/test003.rdf", - "spec/rdfcore/xmlbase/test004.nt", - "spec/rdfcore/xmlbase/test004.rdf", - "spec/rdfcore/xmlbase/test006.nt", - "spec/rdfcore/xmlbase/test006.rdf", - "spec/rdfcore/xmlbase/test007.nt", - "spec/rdfcore/xmlbase/test007.rdf", - "spec/rdfcore/xmlbase/test008.nt", - "spec/rdfcore/xmlbase/test008.rdf", - "spec/rdfcore/xmlbase/test009.nt", - "spec/rdfcore/xmlbase/test009.rdf", - "spec/rdfcore/xmlbase/test010.nt", - "spec/rdfcore/xmlbase/test010.rdf", - "spec/rdfcore/xmlbase/test011.nt", - "spec/rdfcore/xmlbase/test011.rdf", - "spec/rdfcore/xmlbase/test013.nt", - "spec/rdfcore/xmlbase/test013.rdf", - "spec/rdfcore/xmlbase/test014.nt", - "spec/rdfcore/xmlbase/test014.rdf", - "spec/rdfcore/xmlsch-02/test001.rdf", - "spec/rdfcore/xmlsch-02/test002.rdf", - "spec/rdfcore/xmlsch-02/test003.rdf", - "spec/rdfxml_spec.rb", - "spec/spec.opts", - "spec/spec_helper.rb", - "spec/sqlite3_store_spec.rb", - "spec/store_helper.rb", - "spec/string_hacks_spec.rb", - "spec/swap_spec.rb", - "spec/swap_test/.gitignore", - "spec/swap_test/animal.rdf", - "spec/swap_test/anon-prop.n3", - "spec/swap_test/anonymous_loop.n3", - "spec/swap_test/contexts.n3", - "spec/swap_test/daml-pref.n3", - "spec/swap_test/i18n/hiragana.n3", - "spec/swap_test/i18n/n3string.n3", - "spec/swap_test/list/itemType.rdf", - "spec/swap_test/lists-simple.n3", - "spec/swap_test/lists.n3", - "spec/swap_test/n3/n3parser.tests_n3_10001.nt", - "spec/swap_test/n3/n3parser.tests_n3_10002.nt", - "spec/swap_test/n3/n3parser.tests_n3_10003.nt", - "spec/swap_test/n3/n3parser.tests_n3_10004.nt", - "spec/swap_test/n3/n3parser.tests_n3_10005.nt", - "spec/swap_test/n3/n3parser.tests_n3_10006.nt", - "spec/swap_test/n3/n3parser.tests_n3_10007.nt", - "spec/swap_test/n3/n3parser.tests_n3_10008.nt", - "spec/swap_test/n3/n3parser.tests_n3_10009.nt", - "spec/swap_test/n3/n3parser.tests_n3_10010.nt", - "spec/swap_test/n3/n3parser.tests_n3_10011.nt", - "spec/swap_test/n3/n3parser.tests_n3_10012.nt", - "spec/swap_test/n3/n3parser.tests_n3_10013.nt", - "spec/swap_test/n3/n3parser.tests_n3_10014.nt", - "spec/swap_test/n3/n3parser.tests_n3_10015.nt", - "spec/swap_test/n3/n3parser.tests_n3_10016.nt", - "spec/swap_test/n3/n3parser.tests_n3_10017.nt", - "spec/swap_test/n3/n3parser.tests_n3_10018.nt", - "spec/swap_test/n3/n3parser.tests_n3_10019.nt", - "spec/swap_test/n3/n3parser.tests_n3_10020.nt", - "spec/swap_test/n3parser.tests", - "spec/swap_test/nodeID/classes.n3", - "spec/swap_test/nodeID/classes.ref.rdf", - "spec/swap_test/nodeID/ex1.rdf", - "spec/swap_test/norm/fix.rdf", - "spec/swap_test/owl-ex.rdf", - "spec/swap_test/ref/animal.n3", - "spec/swap_test/ref/anon-prop-1.n3", - "spec/swap_test/ref/anonymous_loop.ref", - "spec/swap_test/ref/bnode.n3", - "spec/swap_test/ref/bnode.rdf", - "spec/swap_test/ref/colon-in-uri.n3", - "spec/swap_test/ref/contexts-1.n3", - "spec/swap_test/ref/daml-ex.n3", - "spec/swap_test/ref/daml-ont.n3", - "spec/swap_test/ref/djb1a-out.n3", - "spec/swap_test/ref/dot-dash.n3", - "spec/swap_test/ref/in-xml-t.n3", - "spec/swap_test/ref/itemType.n3", - "spec/swap_test/ref/keywords1.n3", - "spec/swap_test/ref/keywords2.n3", - "spec/swap_test/ref/lists-simple-1.rdf", - "spec/swap_test/ref/lists.n3", - "spec/swap_test/ref/lstring-out.n3", - "spec/swap_test/ref/n3string.n3", - "spec/swap_test/ref/no-last-nl.n3", - "spec/swap_test/ref/numbers.n3", - "spec/swap_test/ref/path1.n3", - "spec/swap_test/ref/path2.n3", - "spec/swap_test/ref/prefix1.rdf", - "spec/swap_test/ref/prefix2.rdf", - "spec/swap_test/ref/prefix3.rdf", - "spec/swap_test/ref/rdf-redefine.rdf", - "spec/swap_test/ref/reluri-1.rdf", - "spec/swap_test/ref/strquot.n3", - "spec/swap_test/ref/strquot_a.n3", - "spec/swap_test/ref/xml-base3.n3", - "spec/swap_test/ref/xml-redefine.rdf", - "spec/swap_test/ref/xml-redefine2.rdf", - "spec/swap_test/ref/xml-syntax-basic-serialization.rdf", - "spec/swap_test/ref/xmllit.nt", - "spec/swap_test/regression.n3", - "spec/swap_test/reluri-1.n3", - "spec/swap_test/strquot.n3", - "spec/swap_test/syntax/colon-in-uri.rdf", - "spec/swap_test/syntax/djb1a.n3", - "spec/swap_test/syntax/dot-dash.n3", - "spec/swap_test/syntax/equals1.n3", - "spec/swap_test/syntax/equals2.n3", - "spec/swap_test/syntax/keywords1.n3", - "spec/swap_test/syntax/keywords2.n3", - "spec/swap_test/syntax/lstring.n3", - "spec/swap_test/syntax/neg-formula-predicate.n3", - "spec/swap_test/syntax/neg-keywords3.n3", - "spec/swap_test/syntax/neg-literal-predicate.n3", - "spec/swap_test/syntax/neg-single-quote.n3", - "spec/swap_test/syntax/neg-thisadoc.n3", - "spec/swap_test/syntax/no-last-nl.n3", - "spec/swap_test/syntax/numbers.n3", - "spec/swap_test/syntax/path1.n3", - "spec/swap_test/syntax/path2.n3", - "spec/swap_test/syntax/qvars1.n3", - "spec/swap_test/syntax/qvars2.n3", - "spec/swap_test/syntax/this-quantifiers.n3", - "spec/swap_test/syntax/this-rules.n3", - "spec/swap_test/syntax/too-nested.n3", - "spec/swap_test/syntax/trailing-semicolon.n3", - "spec/swap_test/syntax/zero-objects.n3", - "spec/swap_test/syntax/zero-predicates.n3", - "spec/swap_test/tests-work.txt", - "spec/swap_test/xml-syntax/basic-serialization.n3", - "spec/swap_test/xml-syntax/in-xml.xml", - "spec/swap_test/xml-syntax/non-ascii-pred.rdf", - "spec/swap_test/xml-syntax/rdf_prefix.n3", - "spec/swap_test/xml-syntax/xml_prefix.n3", - "spec/swap_test/xml-syntax/xml_prefix2.n3", - "spec/swap_test/xml-syntax/xmlbase3.rdf", - "spec/swap_test/xml-syntax/xmllit.rdf", - "spec/triple_spec.rb", - "spec/turtle/.gitignore", - "spec/turtle/README.txt", - "spec/turtle/bad-00.ttl", - "spec/turtle/bad-01.ttl", - "spec/turtle/bad-02.ttl", - "spec/turtle/bad-03.ttl", - "spec/turtle/bad-04.ttl", - "spec/turtle/bad-05.ttl", - "spec/turtle/bad-06.ttl", - "spec/turtle/bad-07.ttl", - "spec/turtle/bad-08.ttl", - "spec/turtle/bad-09.ttl", - "spec/turtle/bad-10.ttl", - "spec/turtle/bad-11.ttl", - "spec/turtle/bad-12.ttl", - "spec/turtle/bad-13.ttl", - "spec/turtle/bad-14.ttl", - "spec/turtle/manifest-bad.ttl", - "spec/turtle/manifest.ttl", - "spec/turtle/rdf-schema.out", - "spec/turtle/rdf-schema.ttl", - "spec/turtle/rdfq-results.out", - "spec/turtle/rdfq-results.ttl", - "spec/turtle/rdfs-namespace.out", - "spec/turtle/rdfs-namespace.ttl", - "spec/turtle/test-00.out", - "spec/turtle/test-00.ttl", - "spec/turtle/test-01.out", - "spec/turtle/test-01.ttl", - "spec/turtle/test-02.out", - "spec/turtle/test-02.ttl", - "spec/turtle/test-03.out", - "spec/turtle/test-03.ttl", - "spec/turtle/test-04.out", - "spec/turtle/test-04.ttl", - "spec/turtle/test-05.out", - "spec/turtle/test-05.ttl", - "spec/turtle/test-06.out", - "spec/turtle/test-06.ttl", - "spec/turtle/test-07.out", - "spec/turtle/test-07.ttl", - "spec/turtle/test-08.out", - "spec/turtle/test-08.ttl", - "spec/turtle/test-09.out", - "spec/turtle/test-09.ttl", - "spec/turtle/test-10.out", - "spec/turtle/test-10.ttl", - "spec/turtle/test-11.out", - "spec/turtle/test-11.ttl", - "spec/turtle/test-12.out", - "spec/turtle/test-12.ttl", - "spec/turtle/test-13.out", - "spec/turtle/test-13.ttl", - "spec/turtle/test-14.out", - "spec/turtle/test-14.ttl", - "spec/turtle/test-15.out", - "spec/turtle/test-15.ttl", - "spec/turtle/test-16.out", - "spec/turtle/test-16.ttl", - "spec/turtle/test-17.out", - "spec/turtle/test-17.ttl", - "spec/turtle/test-18.out", - "spec/turtle/test-18.ttl", - "spec/turtle/test-19.out", - "spec/turtle/test-19.ttl", - "spec/turtle/test-20.out", - "spec/turtle/test-20.ttl", - "spec/turtle/test-21.out", - "spec/turtle/test-21.ttl", - "spec/turtle/test-22.out", - "spec/turtle/test-22.ttl", - "spec/turtle/test-23.out", - "spec/turtle/test-23.ttl", - "spec/turtle/test-24.out", - "spec/turtle/test-24.ttl", - "spec/turtle/test-25.out", - "spec/turtle/test-25.ttl", - "spec/turtle/test-26.out", - "spec/turtle/test-26.ttl", - "spec/turtle/test-27.out", - "spec/turtle/test-27.ttl", - "spec/turtle/test-28-out.ttl", - "spec/turtle/test-28.out", - "spec/turtle/test-28.ttl", - "spec/turtle/test-29.out", - "spec/turtle/test-29.ttl", - "spec/turtle/test-30.out", - "spec/turtle/test-30.ttl", - "spec/turtle_serializer_spec.rb", - "spec/turtle_spec.rb", - "spec/uriref_spec.rb", - "spec/xml_serializer_spec.rb", - "test/longtests_spec.rb", - "test/n3_tests/lcsh/sh85062913.n3", - "test/n3_tests/lcsh/sh85062913.nt", - "test/n3_tests/lcsh/sh85082139.n3", - "test/n3_tests/lcsh/sh85082139.nt", - "test/n3_tests/lcsh/sh85118553.n3", - "test/n3_tests/lcsh/sh85118553.nt", - "test/n3_tests/misc/on_now-01.n3", - "test/n3_tests/misc/on_now-01.nt", - "test/n3_tests/n3p/simple-01.n3", - "test/n3_tests/n3p/simple-01.nt", - "test/n3_tests/n3p/simple-02.n3", - "test/n3_tests/n3p/simple-02.nt", - "test/n3_tests/n3p/simple-03.n3", - "test/n3_tests/n3p/simple-03.nt", - "test/n3_tests/n3p/simple-04.n3", - "test/n3_tests/n3p/simple-04.nt", - "test/n3_tests/n3p/simple-05.n3", - "test/n3_tests/n3p/simple-05.nt", - "test/n3_tests/n3p/simple-06.n3", - "test/n3_tests/n3p/simple-06.nt", - "test/n3_tests/n3p/simple-07.n3", - "test/n3_tests/n3p/simple-07.nt", - "test/n3_tests/rdflib/n3-writer-teset-26.n3", - "test/n3_tests/rdflib/n3-writer-teset-26.nt", - "test/rdf_tests/cc197bad-dc9c-440d-a5b5-d52ba2e14234.nt", - "test/rdf_tests/cc197bad-dc9c-440d-a5b5-d52ba2e14234.rdf", - "test/rdf_tests/tm_001.nt", - "test/rdf_tests/tm_001.rdf", - "test/rdf_tests/xml-literal-mixed.nt", - "test/rdf_tests/xml-literal-mixed.rdf", - "test/xml.rdf" + ".gitignore", + ".yardopts", + "History.rdoc", + "README.rdoc", + "Rakefile", + "VERSION", + "bin/rdf_context", + "lib/rdf_context.rb", + "lib/rdf_context/aggregate_graph.rb", + "lib/rdf_context/array_hacks.rb", + "lib/rdf_context/bnode.rb", + "lib/rdf_context/conjunctive_graph.rb", + "lib/rdf_context/duration.rb", + "lib/rdf_context/exceptions.rb", + "lib/rdf_context/graph.rb", + "lib/rdf_context/literal.rb", + "lib/rdf_context/n3_grammar.treetop", + "lib/rdf_context/n3parser.rb", + "lib/rdf_context/namespace.rb", + "lib/rdf_context/nokogiri_hacks.rb", + "lib/rdf_context/parser.rb", + "lib/rdf_context/quoted_graph.rb", + "lib/rdf_context/rdfaparser.rb", + "lib/rdf_context/rdfxmlparser.rb", + "lib/rdf_context/resource.rb", + "lib/rdf_context/serializer/abstract_serializer.rb", + "lib/rdf_context/serializer/nt_serializer.rb", + "lib/rdf_context/serializer/recursive_serializer.rb", + "lib/rdf_context/serializer/turtle_serializer.rb", + "lib/rdf_context/serializer/xml_serializer.rb", + "lib/rdf_context/store/abstract_sql_store.rb", + "lib/rdf_context/store/abstract_store.rb", + "lib/rdf_context/store/active_record_store.rb", + "lib/rdf_context/store/list_store.rb", + "lib/rdf_context/store/memory_store.rb", + "lib/rdf_context/store/sqlite3_store.rb", + "lib/rdf_context/string_hacks.rb", + "lib/rdf_context/term_utils.rb", + "lib/rdf_context/triple.rb", + "lib/rdf_context/uriref.rb", + "rdf_context.gemspec", + "script/console", + "script/tc", + "spec/.gitignore", + "spec/active_record_store_spec.rb", + "spec/aggregate_graph_spec.rb", + "spec/bnode_spec.rb", + "spec/conjunctive_graph_spec.rb", + "spec/cwm_spec.rb", + "spec/duration_spec.rb", + "spec/graph_spec.rb", + "spec/list_store_spec.rb", + "spec/literal_spec.rb", + "spec/matchers.rb", + "spec/memory_store_spec.rb", + "spec/n3parser_spec.rb", + "spec/namespaces_spec.rb", + "spec/ntriples/test.nt", + "spec/parser_spec.rb", + "spec/quoted_graph_spec.rb", + "spec/rdf_helper.rb", + "spec/rdfa_helper.rb", + "spec/rdfa_parser_spec.rb", + "spec/rdfcore/.gitignore", + "spec/rdfcore/Manifest.rdf", + "spec/rdfcore/amp-in-url/test001.nt", + "spec/rdfcore/amp-in-url/test001.rdf", + "spec/rdfcore/datatypes-intensional/test001.nt", + "spec/rdfcore/datatypes-intensional/test002.nt", + "spec/rdfcore/datatypes/test001.nt", + "spec/rdfcore/datatypes/test001.rdf", + "spec/rdfcore/datatypes/test002.nt", + "spec/rdfcore/datatypes/test002.rdf", + "spec/rdfcore/datatypes/test002b.nt", + "spec/rdfcore/datatypes/test003a.nt", + "spec/rdfcore/datatypes/test003b.nt", + "spec/rdfcore/datatypes/test005a.nt", + "spec/rdfcore/datatypes/test005b.nt", + "spec/rdfcore/datatypes/test006.nt", + "spec/rdfcore/datatypes/test008a.nt", + "spec/rdfcore/datatypes/test008b.nt", + "spec/rdfcore/datatypes/test009a.nt", + "spec/rdfcore/datatypes/test009b.nt", + "spec/rdfcore/datatypes/test010.nt", + "spec/rdfcore/datatypes/test011a.nt", + "spec/rdfcore/datatypes/test011b.nt", + "spec/rdfcore/horst-01/test001.rdf", + "spec/rdfcore/horst-01/test002.rdf", + "spec/rdfcore/horst-01/test003.rdf", + "spec/rdfcore/horst-01/test004.rdf", + "spec/rdfcore/pfps-10/test001a.nt", + "spec/rdfcore/pfps-10/test001b.nt", + "spec/rdfcore/rdf-charmod-literals/test001.nt", + "spec/rdfcore/rdf-charmod-literals/test001.rdf", + "spec/rdfcore/rdf-charmod-uris/test001.nt", + "spec/rdfcore/rdf-charmod-uris/test001.rdf", + "spec/rdfcore/rdf-charmod-uris/test002.nt", + "spec/rdfcore/rdf-charmod-uris/test002.rdf", + "spec/rdfcore/rdf-containers-syntax-vs-schema/error001.rdf", + "spec/rdfcore/rdf-containers-syntax-vs-schema/error002.rdf", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test001.nt", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test001.rdf", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test002.nt", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test002.rdf", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test003.nt", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test003.rdf", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test004.nt", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test006.nt", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test006.rdf", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test007.nt", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test007.rdf", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test008.nt", + "spec/rdfcore/rdf-containers-syntax-vs-schema/test008.rdf", + "spec/rdfcore/rdf-element-not-mandatory/test001.nt", + "spec/rdfcore/rdf-element-not-mandatory/test001.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0001.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0001.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0003.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0003.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0004.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0004.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0005.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0005.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0006.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0006.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0009.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0009.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0010.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0010.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0011.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0011.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0012.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0012.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0013.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0013.rdf", + "spec/rdfcore/rdf-ns-prefix-confusion/test0014.nt", + "spec/rdfcore/rdf-ns-prefix-confusion/test0014.rdf", + "spec/rdfcore/rdfms-abouteach/error001.rdf", + "spec/rdfcore/rdfms-abouteach/error002.rdf", + "spec/rdfcore/rdfms-difference-between-ID-and-about/error1.rdf", + "spec/rdfcore/rdfms-difference-between-ID-and-about/test1.nt", + "spec/rdfcore/rdfms-difference-between-ID-and-about/test1.rdf", + "spec/rdfcore/rdfms-difference-between-ID-and-about/test2.nt", + "spec/rdfcore/rdfms-difference-between-ID-and-about/test2.rdf", + "spec/rdfcore/rdfms-difference-between-ID-and-about/test3.nt", + "spec/rdfcore/rdfms-difference-between-ID-and-about/test3.rdf", + "spec/rdfcore/rdfms-duplicate-member-props/test001.nt", + "spec/rdfcore/rdfms-duplicate-member-props/test001.rdf", + "spec/rdfcore/rdfms-empty-property-elements/error001.rdf", + "spec/rdfcore/rdfms-empty-property-elements/error002.rdf", + "spec/rdfcore/rdfms-empty-property-elements/error003.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test001.nt", + "spec/rdfcore/rdfms-empty-property-elements/test001.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test002.nt", + "spec/rdfcore/rdfms-empty-property-elements/test002.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test003.nt", + "spec/rdfcore/rdfms-empty-property-elements/test003.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test004.nt", + "spec/rdfcore/rdfms-empty-property-elements/test004.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test005.nt", + "spec/rdfcore/rdfms-empty-property-elements/test005.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test006.nt", + "spec/rdfcore/rdfms-empty-property-elements/test006.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test007.nt", + "spec/rdfcore/rdfms-empty-property-elements/test007.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test008.nt", + "spec/rdfcore/rdfms-empty-property-elements/test008.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test009.nt", + "spec/rdfcore/rdfms-empty-property-elements/test009.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test010.nt", + "spec/rdfcore/rdfms-empty-property-elements/test010.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test011.nt", + "spec/rdfcore/rdfms-empty-property-elements/test011.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test012.nt", + "spec/rdfcore/rdfms-empty-property-elements/test012.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test013.nt", + "spec/rdfcore/rdfms-empty-property-elements/test013.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test014.nt", + "spec/rdfcore/rdfms-empty-property-elements/test014.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test015.nt", + "spec/rdfcore/rdfms-empty-property-elements/test015.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test016.nt", + "spec/rdfcore/rdfms-empty-property-elements/test016.rdf", + "spec/rdfcore/rdfms-empty-property-elements/test017.nt", + "spec/rdfcore/rdfms-empty-property-elements/test017.rdf", + "spec/rdfcore/rdfms-identity-anon-resources/test001.nt", + "spec/rdfcore/rdfms-identity-anon-resources/test001.rdf", + "spec/rdfcore/rdfms-identity-anon-resources/test002.nt", + "spec/rdfcore/rdfms-identity-anon-resources/test002.rdf", + "spec/rdfcore/rdfms-identity-anon-resources/test003.nt", + "spec/rdfcore/rdfms-identity-anon-resources/test003.rdf", + "spec/rdfcore/rdfms-identity-anon-resources/test004.nt", + "spec/rdfcore/rdfms-identity-anon-resources/test004.rdf", + "spec/rdfcore/rdfms-identity-anon-resources/test005.nt", + "spec/rdfcore/rdfms-identity-anon-resources/test005.rdf", + "spec/rdfcore/rdfms-not-id-and-resource-attr/test001.nt", + "spec/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf", + "spec/rdfcore/rdfms-not-id-and-resource-attr/test002.nt", + "spec/rdfcore/rdfms-not-id-and-resource-attr/test002.rdf", + "spec/rdfcore/rdfms-not-id-and-resource-attr/test004.nt", + "spec/rdfcore/rdfms-not-id-and-resource-attr/test004.rdf", + "spec/rdfcore/rdfms-not-id-and-resource-attr/test005.nt", + "spec/rdfcore/rdfms-not-id-and-resource-attr/test005.rdf", + "spec/rdfcore/rdfms-para196/test001.nt", + "spec/rdfcore/rdfms-para196/test001.rdf", + "spec/rdfcore/rdfms-rdf-id/error001.rdf", + "spec/rdfcore/rdfms-rdf-id/error002.rdf", + "spec/rdfcore/rdfms-rdf-id/error003.rdf", + "spec/rdfcore/rdfms-rdf-id/error004.rdf", + "spec/rdfcore/rdfms-rdf-id/error005.rdf", + "spec/rdfcore/rdfms-rdf-id/error006.rdf", + "spec/rdfcore/rdfms-rdf-id/error007.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-001.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-002.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-003.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-004.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-005.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-006.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-007.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-008.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-009.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-010.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-011.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-012.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-013.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-014.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-015.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-016.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-017.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-018.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-019.rdf", + "spec/rdfcore/rdfms-rdf-names-use/error-020.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-001.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-001.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-002.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-002.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-003.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-003.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-004.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-004.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-005.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-005.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-006.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-006.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-007.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-007.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-008.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-008.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-009.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-009.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-010.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-010.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-011.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-011.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-012.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-012.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-013.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-013.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-014.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-014.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-015.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-015.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-016.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-016.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-017.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-017.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-018.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-018.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-019.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-019.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-020.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-020.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-021.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-021.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-022.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-022.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-023.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-023.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-024.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-024.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-025.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-025.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-026.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-026.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-027.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-027.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-028.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-028.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-029.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-029.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-030.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-030.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-031.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-031.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-032.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-032.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-033.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-033.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-034.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-034.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-035.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-035.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-036.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-036.rdf", + "spec/rdfcore/rdfms-rdf-names-use/test-037.nt", + "spec/rdfcore/rdfms-rdf-names-use/test-037.rdf", + "spec/rdfcore/rdfms-rdf-names-use/warn-001.nt", + "spec/rdfcore/rdfms-rdf-names-use/warn-001.rdf", + "spec/rdfcore/rdfms-rdf-names-use/warn-002.nt", + "spec/rdfcore/rdfms-rdf-names-use/warn-002.rdf", + "spec/rdfcore/rdfms-rdf-names-use/warn-003.nt", + "spec/rdfcore/rdfms-rdf-names-use/warn-003.rdf", + "spec/rdfcore/rdfms-reification-required/test001.nt", + "spec/rdfcore/rdfms-reification-required/test001.rdf", + "spec/rdfcore/rdfms-seq-representation/empty.nt", + "spec/rdfcore/rdfms-seq-representation/test001.nt", + "spec/rdfcore/rdfms-seq-representation/test001.rdf", + "spec/rdfcore/rdfms-seq-representation/test002.nt", + "spec/rdfcore/rdfms-seq-representation/test003a.nt", + "spec/rdfcore/rdfms-seq-representation/test003b.nt", + "spec/rdfcore/rdfms-seq-representation/test004.nt", + "spec/rdfcore/rdfms-syntax-incomplete/error001.rdf", + "spec/rdfcore/rdfms-syntax-incomplete/error002.rdf", + "spec/rdfcore/rdfms-syntax-incomplete/error003.rdf", + "spec/rdfcore/rdfms-syntax-incomplete/error004.rdf", + "spec/rdfcore/rdfms-syntax-incomplete/error005.rdf", + "spec/rdfcore/rdfms-syntax-incomplete/error006.rdf", + "spec/rdfcore/rdfms-syntax-incomplete/test001.nt", + "spec/rdfcore/rdfms-syntax-incomplete/test001.rdf", + "spec/rdfcore/rdfms-syntax-incomplete/test002.nt", + "spec/rdfcore/rdfms-syntax-incomplete/test002.rdf", + "spec/rdfcore/rdfms-syntax-incomplete/test003.nt", + "spec/rdfcore/rdfms-syntax-incomplete/test003.rdf", + "spec/rdfcore/rdfms-syntax-incomplete/test004.nt", + "spec/rdfcore/rdfms-syntax-incomplete/test004.rdf", + "spec/rdfcore/rdfms-uri-substructure/error001.nt", + "spec/rdfcore/rdfms-uri-substructure/test001.nt", + "spec/rdfcore/rdfms-uri-substructure/test001.rdf", + "spec/rdfcore/rdfms-xml-literal-namespaces/test001.nt", + "spec/rdfcore/rdfms-xml-literal-namespaces/test001.rdf", + "spec/rdfcore/rdfms-xml-literal-namespaces/test002.nt", + "spec/rdfcore/rdfms-xml-literal-namespaces/test002.rdf", + "spec/rdfcore/rdfms-xmllang/test001.nt", + "spec/rdfcore/rdfms-xmllang/test001.rdf", + "spec/rdfcore/rdfms-xmllang/test002.nt", + "spec/rdfcore/rdfms-xmllang/test002.rdf", + "spec/rdfcore/rdfms-xmllang/test003.nt", + "spec/rdfcore/rdfms-xmllang/test003.rdf", + "spec/rdfcore/rdfms-xmllang/test004.nt", + "spec/rdfcore/rdfms-xmllang/test004.rdf", + "spec/rdfcore/rdfms-xmllang/test005.nt", + "spec/rdfcore/rdfms-xmllang/test005.rdf", + "spec/rdfcore/rdfms-xmllang/test006.nt", + "spec/rdfcore/rdfms-xmllang/test006.rdf", + "spec/rdfcore/rdfms-xmllang/test007a.nt", + "spec/rdfcore/rdfms-xmllang/test007b.nt", + "spec/rdfcore/rdfms-xmllang/test007c.nt", + "spec/rdfcore/rdfs-container-membership-superProperty/not1C.rdf", + "spec/rdfcore/rdfs-container-membership-superProperty/not1P.rdf", + "spec/rdfcore/rdfs-domain-and-range/nonconclusions005.rdf", + "spec/rdfcore/rdfs-domain-and-range/nonconclusions006.rdf", + "spec/rdfcore/rdfs-domain-and-range/premises005.rdf", + "spec/rdfcore/rdfs-domain-and-range/premises006.rdf", + "spec/rdfcore/rdfs-domain-and-range/test001.nt", + "spec/rdfcore/rdfs-domain-and-range/test001.rdf", + "spec/rdfcore/rdfs-domain-and-range/test002.nt", + "spec/rdfcore/rdfs-domain-and-range/test002.rdf", + "spec/rdfcore/rdfs-entailment/test001.nt", + "spec/rdfcore/rdfs-entailment/test002.nt", + "spec/rdfcore/rdfs-no-cycles-in-subClassOf/test001.nt", + "spec/rdfcore/rdfs-no-cycles-in-subClassOf/test001.rdf", + "spec/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001.nt", + "spec/rdfcore/rdfs-no-cycles-in-subPropertyOf/test001.rdf", + "spec/rdfcore/rdfs-subClassOf-a-Property/test001.nt", + "spec/rdfcore/rdfs-subPropertyOf-semantics/test001.nt", + "spec/rdfcore/rdfs-subPropertyOf-semantics/test002.nt", + "spec/rdfcore/statement-entailment/test001a.nt", + "spec/rdfcore/statement-entailment/test001b.nt", + "spec/rdfcore/statement-entailment/test002a.nt", + "spec/rdfcore/statement-entailment/test002b.nt", + "spec/rdfcore/tex-01/test001.rdf", + "spec/rdfcore/tex-01/test002.rdf", + "spec/rdfcore/unrecognised-xml-attributes/test001.nt", + "spec/rdfcore/unrecognised-xml-attributes/test001.rdf", + "spec/rdfcore/unrecognised-xml-attributes/test002.nt", + "spec/rdfcore/unrecognised-xml-attributes/test002.rdf", + "spec/rdfcore/xml-canon/test001.nt", + "spec/rdfcore/xml-canon/test001.rdf", + "spec/rdfcore/xmlbase/test001.nt", + "spec/rdfcore/xmlbase/test001.rdf", + "spec/rdfcore/xmlbase/test002.nt", + "spec/rdfcore/xmlbase/test002.rdf", + "spec/rdfcore/xmlbase/test003.nt", + "spec/rdfcore/xmlbase/test003.rdf", + "spec/rdfcore/xmlbase/test004.nt", + "spec/rdfcore/xmlbase/test004.rdf", + "spec/rdfcore/xmlbase/test006.nt", + "spec/rdfcore/xmlbase/test006.rdf", + "spec/rdfcore/xmlbase/test007.nt", + "spec/rdfcore/xmlbase/test007.rdf", + "spec/rdfcore/xmlbase/test008.nt", + "spec/rdfcore/xmlbase/test008.rdf", + "spec/rdfcore/xmlbase/test009.nt", + "spec/rdfcore/xmlbase/test009.rdf", + "spec/rdfcore/xmlbase/test010.nt", + "spec/rdfcore/xmlbase/test010.rdf", + "spec/rdfcore/xmlbase/test011.nt", + "spec/rdfcore/xmlbase/test011.rdf", + "spec/rdfcore/xmlbase/test013.nt", + "spec/rdfcore/xmlbase/test013.rdf", + "spec/rdfcore/xmlbase/test014.nt", + "spec/rdfcore/xmlbase/test014.rdf", + "spec/rdfcore/xmlsch-02/test001.rdf", + "spec/rdfcore/xmlsch-02/test002.rdf", + "spec/rdfcore/xmlsch-02/test003.rdf", + "spec/rdfxml_spec.rb", + "spec/spec.opts", + "spec/spec_helper.rb", + "spec/sqlite3_store_spec.rb", + "spec/store_helper.rb", + "spec/string_hacks_spec.rb", + "spec/swap_spec.rb", + "spec/swap_test/.gitignore", + "spec/swap_test/animal.rdf", + "spec/swap_test/anon-prop.n3", + "spec/swap_test/anonymous_loop.n3", + "spec/swap_test/contexts.n3", + "spec/swap_test/daml-pref.n3", + "spec/swap_test/i18n/hiragana.n3", + "spec/swap_test/i18n/n3string.n3", + "spec/swap_test/list/itemType.rdf", + "spec/swap_test/lists-simple.n3", + "spec/swap_test/lists.n3", + "spec/swap_test/n3/n3parser.tests_n3_10001.nt", + "spec/swap_test/n3/n3parser.tests_n3_10002.nt", + "spec/swap_test/n3/n3parser.tests_n3_10003.nt", + "spec/swap_test/n3/n3parser.tests_n3_10004.nt", + "spec/swap_test/n3/n3parser.tests_n3_10005.nt", + "spec/swap_test/n3/n3parser.tests_n3_10006.nt", + "spec/swap_test/n3/n3parser.tests_n3_10007.nt", + "spec/swap_test/n3/n3parser.tests_n3_10008.nt", + "spec/swap_test/n3/n3parser.tests_n3_10009.nt", + "spec/swap_test/n3/n3parser.tests_n3_10010.nt", + "spec/swap_test/n3/n3parser.tests_n3_10011.nt", + "spec/swap_test/n3/n3parser.tests_n3_10012.nt", + "spec/swap_test/n3/n3parser.tests_n3_10013.nt", + "spec/swap_test/n3/n3parser.tests_n3_10014.nt", + "spec/swap_test/n3/n3parser.tests_n3_10015.nt", + "spec/swap_test/n3/n3parser.tests_n3_10016.nt", + "spec/swap_test/n3/n3parser.tests_n3_10017.nt", + "spec/swap_test/n3/n3parser.tests_n3_10018.nt", + "spec/swap_test/n3/n3parser.tests_n3_10019.nt", + "spec/swap_test/n3/n3parser.tests_n3_10020.nt", + "spec/swap_test/n3parser.tests", + "spec/swap_test/nodeID/classes.n3", + "spec/swap_test/nodeID/classes.ref.rdf", + "spec/swap_test/nodeID/ex1.rdf", + "spec/swap_test/norm/fix.rdf", + "spec/swap_test/owl-ex.rdf", + "spec/swap_test/ref/animal.n3", + "spec/swap_test/ref/anon-prop-1.n3", + "spec/swap_test/ref/anonymous_loop.ref", + "spec/swap_test/ref/bnode.n3", + "spec/swap_test/ref/bnode.rdf", + "spec/swap_test/ref/colon-in-uri.n3", + "spec/swap_test/ref/contexts-1.n3", + "spec/swap_test/ref/daml-ex.n3", + "spec/swap_test/ref/daml-ont.n3", + "spec/swap_test/ref/djb1a-out.n3", + "spec/swap_test/ref/dot-dash.n3", + "spec/swap_test/ref/in-xml-t.n3", + "spec/swap_test/ref/itemType.n3", + "spec/swap_test/ref/keywords1.n3", + "spec/swap_test/ref/keywords2.n3", + "spec/swap_test/ref/lists-simple-1.rdf", + "spec/swap_test/ref/lists.n3", + "spec/swap_test/ref/lstring-out.n3", + "spec/swap_test/ref/n3string.n3", + "spec/swap_test/ref/no-last-nl.n3", + "spec/swap_test/ref/numbers.n3", + "spec/swap_test/ref/path1.n3", + "spec/swap_test/ref/path2.n3", + "spec/swap_test/ref/prefix1.rdf", + "spec/swap_test/ref/prefix2.rdf", + "spec/swap_test/ref/prefix3.rdf", + "spec/swap_test/ref/rdf-redefine.rdf", + "spec/swap_test/ref/reluri-1.rdf", + "spec/swap_test/ref/strquot.n3", + "spec/swap_test/ref/strquot_a.n3", + "spec/swap_test/ref/xml-base3.n3", + "spec/swap_test/ref/xml-redefine.rdf", + "spec/swap_test/ref/xml-redefine2.rdf", + "spec/swap_test/ref/xml-syntax-basic-serialization.rdf", + "spec/swap_test/ref/xmllit.nt", + "spec/swap_test/regression.n3", + "spec/swap_test/reluri-1.n3", + "spec/swap_test/strquot.n3", + "spec/swap_test/syntax/colon-in-uri.rdf", + "spec/swap_test/syntax/djb1a.n3", + "spec/swap_test/syntax/dot-dash.n3", + "spec/swap_test/syntax/equals1.n3", + "spec/swap_test/syntax/equals2.n3", + "spec/swap_test/syntax/keywords1.n3", + "spec/swap_test/syntax/keywords2.n3", + "spec/swap_test/syntax/lstring.n3", + "spec/swap_test/syntax/neg-formula-predicate.n3", + "spec/swap_test/syntax/neg-keywords3.n3", + "spec/swap_test/syntax/neg-literal-predicate.n3", + "spec/swap_test/syntax/neg-single-quote.n3", + "spec/swap_test/syntax/neg-thisadoc.n3", + "spec/swap_test/syntax/no-last-nl.n3", + "spec/swap_test/syntax/numbers.n3", + "spec/swap_test/syntax/path1.n3", + "spec/swap_test/syntax/path2.n3", + "spec/swap_test/syntax/qvars1.n3", + "spec/swap_test/syntax/qvars2.n3", + "spec/swap_test/syntax/this-quantifiers.n3", + "spec/swap_test/syntax/this-rules.n3", + "spec/swap_test/syntax/too-nested.n3", + "spec/swap_test/syntax/trailing-semicolon.n3", + "spec/swap_test/syntax/zero-objects.n3", + "spec/swap_test/syntax/zero-predicates.n3", + "spec/swap_test/tests-work.txt", + "spec/swap_test/xml-syntax/basic-serialization.n3", + "spec/swap_test/xml-syntax/in-xml.xml", + "spec/swap_test/xml-syntax/non-ascii-pred.rdf", + "spec/swap_test/xml-syntax/rdf_prefix.n3", + "spec/swap_test/xml-syntax/xml_prefix.n3", + "spec/swap_test/xml-syntax/xml_prefix2.n3", + "spec/swap_test/xml-syntax/xmlbase3.rdf", + "spec/swap_test/xml-syntax/xmllit.rdf", + "spec/triple_spec.rb", + "spec/turtle/.gitignore", + "spec/turtle/README.txt", + "spec/turtle/bad-00.ttl", + "spec/turtle/bad-01.ttl", + "spec/turtle/bad-02.ttl", + "spec/turtle/bad-03.ttl", + "spec/turtle/bad-04.ttl", + "spec/turtle/bad-05.ttl", + "spec/turtle/bad-06.ttl", + "spec/turtle/bad-07.ttl", + "spec/turtle/bad-08.ttl", + "spec/turtle/bad-09.ttl", + "spec/turtle/bad-10.ttl", + "spec/turtle/bad-11.ttl", + "spec/turtle/bad-12.ttl", + "spec/turtle/bad-13.ttl", + "spec/turtle/bad-14.ttl", + "spec/turtle/manifest-bad.ttl", + "spec/turtle/manifest.ttl", + "spec/turtle/rdf-schema.out", + "spec/turtle/rdf-schema.ttl", + "spec/turtle/rdfq-results.out", + "spec/turtle/rdfq-results.ttl", + "spec/turtle/rdfs-namespace.out", + "spec/turtle/rdfs-namespace.ttl", + "spec/turtle/test-00.out", + "spec/turtle/test-00.ttl", + "spec/turtle/test-01.out", + "spec/turtle/test-01.ttl", + "spec/turtle/test-02.out", + "spec/turtle/test-02.ttl", + "spec/turtle/test-03.out", + "spec/turtle/test-03.ttl", + "spec/turtle/test-04.out", + "spec/turtle/test-04.ttl", + "spec/turtle/test-05.out", + "spec/turtle/test-05.ttl", + "spec/turtle/test-06.out", + "spec/turtle/test-06.ttl", + "spec/turtle/test-07.out", + "spec/turtle/test-07.ttl", + "spec/turtle/test-08.out", + "spec/turtle/test-08.ttl", + "spec/turtle/test-09.out", + "spec/turtle/test-09.ttl", + "spec/turtle/test-10.out", + "spec/turtle/test-10.ttl", + "spec/turtle/test-11.out", + "spec/turtle/test-11.ttl", + "spec/turtle/test-12.out", + "spec/turtle/test-12.ttl", + "spec/turtle/test-13.out", + "spec/turtle/test-13.ttl", + "spec/turtle/test-14.out", + "spec/turtle/test-14.ttl", + "spec/turtle/test-15.out", + "spec/turtle/test-15.ttl", + "spec/turtle/test-16.out", + "spec/turtle/test-16.ttl", + "spec/turtle/test-17.out", + "spec/turtle/test-17.ttl", + "spec/turtle/test-18.out", + "spec/turtle/test-18.ttl", + "spec/turtle/test-19.out", + "spec/turtle/test-19.ttl", + "spec/turtle/test-20.out", + "spec/turtle/test-20.ttl", + "spec/turtle/test-21.out", + "spec/turtle/test-21.ttl", + "spec/turtle/test-22.out", + "spec/turtle/test-22.ttl", + "spec/turtle/test-23.out", + "spec/turtle/test-23.ttl", + "spec/turtle/test-24.out", + "spec/turtle/test-24.ttl", + "spec/turtle/test-25.out", + "spec/turtle/test-25.ttl", + "spec/turtle/test-26.out", + "spec/turtle/test-26.ttl", + "spec/turtle/test-27.out", + "spec/turtle/test-27.ttl", + "spec/turtle/test-28-out.ttl", + "spec/turtle/test-28.out", + "spec/turtle/test-28.ttl", + "spec/turtle/test-29.out", + "spec/turtle/test-29.ttl", + "spec/turtle/test-30.out", + "spec/turtle/test-30.ttl", + "spec/turtle_serializer_spec.rb", + "spec/turtle_spec.rb", + "spec/uriref_spec.rb", + "spec/xml_serializer_spec.rb", + "test/longtests_spec.rb", + "test/n3_tests/lcsh/sh85062913.n3", + "test/n3_tests/lcsh/sh85062913.nt", + "test/n3_tests/lcsh/sh85082139.n3", + "test/n3_tests/lcsh/sh85082139.nt", + "test/n3_tests/lcsh/sh85118553.n3", + "test/n3_tests/lcsh/sh85118553.nt", + "test/n3_tests/misc/on_now-01.n3", + "test/n3_tests/misc/on_now-01.nt", + "test/n3_tests/n3p/simple-01.n3", + "test/n3_tests/n3p/simple-01.nt", + "test/n3_tests/n3p/simple-02.n3", + "test/n3_tests/n3p/simple-02.nt", + "test/n3_tests/n3p/simple-03.n3", + "test/n3_tests/n3p/simple-03.nt", + "test/n3_tests/n3p/simple-04.n3", + "test/n3_tests/n3p/simple-04.nt", + "test/n3_tests/n3p/simple-05.n3", + "test/n3_tests/n3p/simple-05.nt", + "test/n3_tests/n3p/simple-06.n3", + "test/n3_tests/n3p/simple-06.nt", + "test/n3_tests/n3p/simple-07.n3", + "test/n3_tests/n3p/simple-07.nt", + "test/n3_tests/rdflib/n3-writer-teset-26.n3", + "test/n3_tests/rdflib/n3-writer-teset-26.nt", + "test/rdf_tests/cc197bad-dc9c-440d-a5b5-d52ba2e14234.nt", + "test/rdf_tests/cc197bad-dc9c-440d-a5b5-d52ba2e14234.rdf", + "test/rdf_tests/tm_001.nt", + "test/rdf_tests/tm_001.rdf", + "test/rdf_tests/xml-literal-mixed.nt", + "test/rdf_tests/xml-literal-mixed.rdf", + "test/xml.rdf" ] s.homepage = %q{http://github.com/gkellogg/rdf_context} + s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{RdfContext is an RDF library for Ruby supporting contextual graphs, multiple datastores and compliant RDF/XML, RDFa and N3 parsers.} s.test_files = [ "spec/active_record_store_spec.rb", - "spec/aggregate_graph_spec.rb", - "spec/bnode_spec.rb", - "spec/conjunctive_graph_spec.rb", - "spec/cwm_spec.rb", - "spec/duration_spec.rb", - "spec/graph_spec.rb", - "spec/list_store_spec.rb", - "spec/literal_spec.rb", - "spec/matchers.rb", - "spec/memory_store_spec.rb", - "spec/n3parser_spec.rb", - "spec/namespaces_spec.rb", - "spec/parser_spec.rb", - "spec/quoted_graph_spec.rb", - "spec/rdf_helper.rb", - "spec/rdfa_helper.rb", - "spec/rdfa_parser_spec.rb", - "spec/rdfxml_spec.rb", - "spec/spec_helper.rb", - "spec/sqlite3_store_spec.rb", - "spec/store_helper.rb", - "spec/string_hacks_spec.rb", - "spec/swap_spec.rb", - "spec/triple_spec.rb", - "spec/turtle_serializer_spec.rb", - "spec/turtle_spec.rb", - "spec/uriref_spec.rb", - "spec/xml_serializer_spec.rb", - "test/longtests_spec.rb" + "spec/aggregate_graph_spec.rb", + "spec/bnode_spec.rb", + "spec/conjunctive_graph_spec.rb", + "spec/cwm_spec.rb", + "spec/duration_spec.rb", + "spec/graph_spec.rb", + "spec/list_store_spec.rb", + "spec/literal_spec.rb", + "spec/matchers.rb", + "spec/memory_store_spec.rb", + "spec/n3parser_spec.rb", + "spec/namespaces_spec.rb", + "spec/parser_spec.rb", + "spec/quoted_graph_spec.rb", + "spec/rdf_helper.rb", + "spec/rdfa_helper.rb", + "spec/rdfa_parser_spec.rb", + "spec/rdfxml_spec.rb", + "spec/spec_helper.rb", + "spec/sqlite3_store_spec.rb", + "spec/store_helper.rb", + "spec/string_hacks_spec.rb", + "spec/swap_spec.rb", + "spec/triple_spec.rb", + "spec/turtle_serializer_spec.rb", + "spec/turtle_spec.rb", + "spec/uriref_spec.rb", + "spec/xml_serializer_spec.rb", + "test/longtests_spec.rb" ] if s.respond_to? :specification_version then