Call for Participation: Hacking RDF with Perl Hackathon at Geilo, Norway, April 19th-21st.

Toby Inkster tai at g5n.co.uk
Wed Mar 31 00:34:15 CEST 2010


On Fri, 2010-03-19 at 08:43 +0100, Kjetil Kjernsmo wrote:
> We will identify a number of subjects that would be interesting to
> hack on leading up to the event. The discussion will take place on the
> perlrdf mailing list. 

Here are some of my ideas:

1. Greg has a subclass of RDF::Trine::Model that does forward-chaining
RDFS reasoning. It would be nice if we could get this stable-ish.
Possibly split it into a generic rules-based reasoning model, and a
separate module that provides a set of RDFS rules. We could even build
some other rules-providing modules, such as vocab-specific ones (e.g. a
set of rules for FOAF would be able to generate foaf:mbox_sha1sum
properties from foaf:mbox data).

2. I'd like to build an ACL-protected subclass of RDF::Trine::Store.
Data would be protected at a per-graph level (rather than a per-triple
level). I've already got RDF::ACL working, but need help to get the
get_statements, add_statement, etc methods of RDF::Trine::Store to
respect an ACL.

3. Given #2, I'd like to build a SPARQL protocol endpoint that uses FOAF
+SSL to establish the client's identity, and limit service to them
depending on an ACL.

-- 
Toby A Inkster
<mailto:mail at tobyinkster.co.uk>
<http://tobyinkster.co.uk>




More information about the Dev mailing list