--- !ruby/object:Gem::Specification 
name: rdf_context
version: !ruby/object:Gem::Version 
  hash: 69
  prerelease: false
  segments: 
  - 0
  - 5
  - 8
  - 1
  version: 0.5.8.1
platform: ruby
authors: 
- Gregg Kellogg
autorequire: 
bindir: bin
cert_chain: []

date: 2010-09-01 00:00:00 -07:00
default_executable: rdf_context
dependencies: 
- !ruby/object:Gem::Dependency 
  name: addressable
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 7
        segments: 
        - 2
        - 2
        - 0
        version: 2.2.0
  type: :runtime
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: treetop
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 7
        segments: 
        - 1
        - 4
        - 0
        version: 1.4.0
  type: :runtime
  version_requirements: *id002
- !ruby/object:Gem::Dependency 
  name: nokogiri
  prerelease: false
  requirement: &id003 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 1
        segments: 
        - 1
        - 4
        - 3
        version: 1.4.3
  type: :runtime
  version_requirements: *id003
- !ruby/object:Gem::Dependency 
  name: builder
  prerelease: false
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 15
        segments: 
        - 2
        - 1
        - 2
        version: 2.1.2
  type: :runtime
  version_requirements: *id004
- !ruby/object:Gem::Dependency 
  name: rspec
  prerelease: false
  requirement: &id005 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id005
- !ruby/object:Gem::Dependency 
  name: activesupport
  prerelease: false
  requirement: &id006 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 2
        - 3
        - 0
        version: 2.3.0
  type: :development
  version_requirements: *id006
- !ruby/object:Gem::Dependency 
  name: yard
  prerelease: false
  requirement: &id007 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id007
description: "    RdfContext parses RDF/XML, RDFa and N3-rdf into a Graph object. It also serializes RDF/XML and N-Triples from the Graph.\n\n      * Fully compliant RDF/XML parser.\n      * Fully compliant XHTML/RDFa 1.0 parser.\n      * N3-rdf parser\n      * N-Triples and RDF/XML serializer\n      * Graph serializes into RDF/XML and N-Triples.\n      * ConjunctiveGraph, named Graphs and contextual storage modules.\n    \n    Install with 'gem install rdf_context'\n"
email: gregg@kellogg-assoc.com
executables: 
- rdf_context
extensions: []

extra_rdoc_files: 
- README.rdoc
files: 
- .autotest
- .gitignore
- .yardoc
- .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/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/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
- script/console
- script/tc
- spec/.gitignore
- 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-triples/0001.nt
- spec/rdfa-triples/0006.nt
- spec/rdfa-triples/0007.nt
- spec/rdfa-triples/0008.nt
- spec/rdfa-triples/0009.nt
- spec/rdfa-triples/0010.nt
- spec/rdfa-triples/0011.nt
- spec/rdfa-triples/0012.nt
- spec/rdfa-triples/0013.nt
- spec/rdfa-triples/0014.nt
- spec/rdfa-triples/0015.nt
- spec/rdfa-triples/0017.nt
- spec/rdfa-triples/0018.nt
- spec/rdfa-triples/0019.nt
- spec/rdfa-triples/0020.nt
- spec/rdfa-triples/0021.nt
- spec/rdfa-triples/0023.nt
- spec/rdfa-triples/0025.nt
- spec/rdfa-triples/0026.nt
- spec/rdfa-triples/0027.nt
- spec/rdfa-triples/0029.nt
- spec/rdfa-triples/0030.nt
- spec/rdfa-triples/0031.nt
- spec/rdfa-triples/0032.nt
- spec/rdfa-triples/0033.nt
- spec/rdfa-triples/0034.nt
- spec/rdfa-triples/0035.nt
- spec/rdfa-triples/0036.nt
- spec/rdfa-triples/0037.nt
- spec/rdfa-triples/0038.nt
- spec/rdfa-triples/0039.nt
- spec/rdfa-triples/0040.nt
- spec/rdfa-triples/0041.nt
- spec/rdfa-triples/0042.nt
- spec/rdfa-triples/0046.nt
- spec/rdfa-triples/0047.nt
- spec/rdfa-triples/0048.nt
- spec/rdfa-triples/0049.nt
- spec/rdfa-triples/0050.nt
- spec/rdfa-triples/0051.nt
- spec/rdfa-triples/0052.nt
- spec/rdfa-triples/0053.nt
- spec/rdfa-triples/0054.nt
- spec/rdfa-triples/0055.nt
- spec/rdfa-triples/0056.nt
- spec/rdfa-triples/0057.nt
- spec/rdfa-triples/0058.nt
- spec/rdfa-triples/0059.nt
- spec/rdfa-triples/0060.nt
- spec/rdfa-triples/0061.nt
- spec/rdfa-triples/0062.nt
- spec/rdfa-triples/0063.nt
- spec/rdfa-triples/0064.nt
- spec/rdfa-triples/0065.nt
- spec/rdfa-triples/0066.nt
- spec/rdfa-triples/0067.nt
- spec/rdfa-triples/0068.nt
- spec/rdfa-triples/0069.nt
- spec/rdfa-triples/0070.nt
- spec/rdfa-triples/0071.nt
- spec/rdfa-triples/0072.nt
- spec/rdfa-triples/0073.nt
- spec/rdfa-triples/0074.nt
- spec/rdfa-triples/0075.nt
- spec/rdfa-triples/0076.nt
- spec/rdfa-triples/0077.nt
- spec/rdfa-triples/0078.nt
- spec/rdfa-triples/0079.nt
- spec/rdfa-triples/0080.nt
- spec/rdfa-triples/0081.nt
- spec/rdfa-triples/0082.nt
- spec/rdfa-triples/0083.nt
- spec/rdfa-triples/0084.nt
- spec/rdfa-triples/0085.nt
- spec/rdfa-triples/0086.nt
- spec/rdfa-triples/0087.nt
- spec/rdfa-triples/0088.nt
- spec/rdfa-triples/0089.nt
- spec/rdfa-triples/0090.nt
- spec/rdfa-triples/0091.nt
- spec/rdfa-triples/0092.nt
- spec/rdfa-triples/0093.nt
- spec/rdfa-triples/0094.nt
- spec/rdfa-triples/0099.nt
- spec/rdfa-triples/0100.nt
- spec/rdfa-triples/0101.nt
- spec/rdfa-triples/0102.nt
- spec/rdfa-triples/0103.nt
- spec/rdfa-triples/0104.nt
- spec/rdfa-triples/0105.nt
- spec/rdfa-triples/0106.nt
- spec/rdfa-triples/0107.nt
- spec/rdfa-triples/0108.nt
- spec/rdfa-triples/0109.nt
- spec/rdfa-triples/0110.nt
- spec/rdfa-triples/0111.nt
- spec/rdfa-triples/0112.nt
- spec/rdfa-triples/0113.nt
- spec/rdfa-triples/0114.nt
- spec/rdfa-triples/0115.nt
- spec/rdfa-triples/0116.nt
- spec/rdfa-triples/0117.nt
- spec/rdfa-triples/0118.nt
- spec/rdfa-triples/0119.nt
- spec/rdfa-triples/0120.nt
- spec/rdfa-triples/0121.nt
- spec/rdfa-triples/0122.nt
- spec/rdfa-triples/0123.nt
- spec/rdfa-triples/0124.nt
- spec/rdfa-triples/0125.nt
- spec/rdfa-triples/0126.nt
- spec/rdfa-triples/1001.nt
- 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/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/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
has_rdoc: true
homepage: http://github.com/gkellogg/rdf_context
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: RdfContext is an RDF library for Ruby supporting contextual graphs, multiple datastores and compliant RDF/XML, RDFa and N3 parsers.
test_files: 
- 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