This is a balloon. Balloons are web pages that double as Ruby programs. To run this page: ruby -ropen-uri -e 'eval(open("http://balloon.hobix.com/ActiveRDF-SPARQL-Demo").read)'

BE ALERT! Running this script could be dangerous. Be sure to review this page. You know: it's like anything else on the Internet.

ActiveRDF-SPARQL-Demo, a balloon

by BenjaminHeitmann

demo of ActiveRDF accessing a SPARQL endpoint.
This is a short demonstration of using ActiveRDF to access a SPARQL endpoint. ActiveRDF enables you to use data from the Semantic Web (published as RDF) in an object oriented matter, without worrying about the details of the actual RDF triples.

  1. Runs some Ruby.

    Click here to view the code.
  2. Fetches the gem_plugin gem.

  3. Fetches the activerdf gem. 1.0

  4. Fetches the activerdf_sparql gem. 1.0

  5. Runs some Ruby.

    Click here to view the code.