The last weekend I attended the Vienna Create camp 11, a great event for collaboratively creating applications related to open data and accessibility.
The last weekend I attended the Vienna Create camp 11, a great event for collaboratively creating applications related to open data and accessibility.
I've put up a post at the Datagraph blog discussing the implementation of RDF graph isomorphism using RDF.rb. If you're interested, go read it.
Read more »Recently, while working on my rdf-do gem, a simple SQL backend for RDF.rb, I wanted to make sure it worked on Heroku. Easier said than done--Heroku demands a webapp, and RSpec hates that. But I fought it and fixed it.
First, in the root of your gem repository, add a Gemfile and a config.ru (examples are at the end). Then commit them, heroku create, and push. You'll need to push from master initially; heroku won't let you push to master from another branch until it already exists:
Read more »I've released Spira 0.0.1, my go at an RDF ORM, built on RDF.rb. A blog post detailing the what and why is at the relevant datagraph blog entry. I think it's cool. Check it out.
Read more »The W3C SPARQL working group (previously the Data Access Working Group) has recently released their first versions of the updated SPARQL standards, or SPARQL 1.1. The group's roadmap has these finalized a year from now, but they have asked for comments and I suppose these are mine.
Read more »UPDATE:
This has been fixed in a Drupal-ish way. See http://drupal.org/node/269010, and thanks to Rob Loach for taking the time to post in the comments that it's done. The original post follows, but its mostly a curiosity now.
Read more »
I decided to take advantage of the new, built-in, RDF support in Drupal 7.
Read more »Import GREP RDF triplets and converts to a taxonomy structure. Highly specialised to the lmp.no project.
Project Information
Maintenance status: Minimally maintained
Development status: Maintenance fixes only
Module categories: Import/Export
Last modified:...
Building web services and exposing APIs to access your site's content is the new hotness of site building. The work of actually building the custom information feeds that drive those cool features can be daunting, however.
Read more »