Hey Matias, I'm using SPIN API in Graphity Linked Data platform. Here's an example of a SPIN-based SPARQL QueryBuilder: https://github.com/Graphity/graphity-browser/blob/master/src/main/java/org/graphity/processor/query/QueryBuilder.java
I'm also planning to use SPIN constraints to validate incoming RDF input. You can add SPIN dependency as described here: http://topbraid.org/spin/api/ The documentation is scarce, but you can look at the code since it's open-source. Constraints are handled by the SPINConstraints class, as far as I remember. You can also get help from Holger in the Google Group: https://groups.google.com/forum/?fromgroups=#!forum/topbraid-users Martynas graphityhq.com On Wed, May 29, 2013 at 5:23 PM, David Jordan <[email protected]> wrote: > I have the same interests, but don't have a commitment to Pellet, at least > not yet. > > -----Original Message----- > From: Matías Parodi [mailto:[email protected]] > Sent: Wednesday, May 29, 2013 10:17 AM > To: [email protected] > Subject: Spin integration > > Hello, > > I haven't found information about how to integrate Spin (spinrdf.org) with > Jena. Is there any way to do so? > > I'll really appreciate any information on that matter since the application > I'm working on uses Jena through Fuseki, and now I need to force some > constraints when an insertion is done in TDB. > > By the way, I'm using the reasoner Pellet. > > Thank you, > Matt
