Giter Club home page Giter Club logo

rdf-sesame's Introduction

Sesame 2.0 Adapter for RDF.rb

This is an RDF.rb plugin that adds support for Sesame 2.0-compatible RDF repositories accessed using Sesame's HTTP API.

Documentation

  • {RDF::Sesame}
    • {RDF::Sesame::Connection}
    • {RDF::Sesame::Server}
    • {RDF::Sesame::Repository}

This adapter implements the RDF::Repository interface; refer to the relevant RDF.rb API documentation for further usage instructions.

Limitations

  • This adapter does not contain any SPARQL support. To use a Sesame endpoint with SPARQL, see the SPARQL::Client gem.
  • This adapter is not yet optimized for RDF.rb 0.2.x's bulk-operation APIs, meaning that statement insertions and deletions are currently performed one by one; this may affect the performance of loading large datasets into Sesame. This will be addressed in an upcoming version.
  • This adapter is not yet optimized for RDF.rb 0.2.x's enhanced query APIs; this may adversely affect triple pattern query performance. This will be addressed in an upcoming version.

Caveats

  • Sesame rewrites blank node identifiers on inserted statements. For example, if you supply a _:foobar identifier, it becomes something like _:node156oo6equx12769 as soon as you insert it into a Sesame repository. This means that you can't construct and insert a statement containing a blank node term and then expect to successfully be able check for its existence using the Repository#has_statement? method. This is also the reason that 7 specs for RDF::Repository currently fail with this adapter.

Dependencies

Installation

The recommended installation method is via RubyGems. To install the latest official release of the RDF::Sesame gem, do:

% [sudo] gem install rdf-sesame

Download

To get a local working copy of the development repository, do:

% git clone git://github.com/bendiken/rdf-sesame.git

Alternatively, download the latest development version as a tarball as follows:

% wget http://github.com/bendiken/rdf-sesame/tarball/master

Mailing List

Author

Contributors

Refer to the accompanying {file:CREDITS} file.

License

This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying {file:UNLICENSE} file.

rdf-sesame's People

Contributors

artob avatar mmn80 avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.