xamde

Karlsruhe, Germany
 

Managed Projects

RDF2Go

  Analyzed 12 months ago

RDF2Go is an abstraction over triple (and quad) stores. It allows developers to program against RDF2Go interfaces and choose or change the implementation later easily.

55.6K lines of code

0 current contributors

over 8 years since last commit

2 users on Open Hub

Activity Not Available
5.0
 
I Use This

RDFReactor

  Analyzed 12 months ago

RDFReactor views the RDF data model through object-oriented Java proxies. It makes using RDF easy for Java developers. Technically, it translates an ontology into corresponding Java classes. 1. Think in objects, not statements - Read and write RDF data using familiar Java objects, e.g. use ... [More] person.setName("Max Mustermann") instead of addTriple( personURI, nameURI, "Max Mustermann" ) 2. Dynamic state - all state information is at all times only in the RDF model in the triple store of your choice 3. Java interfaces are generated automatically from an RDF Schema. Code generation via Velocity templates. [Less]

55.6K lines of code

0 current contributors

over 8 years since last commit

2 users on Open Hub

Activity Not Available
4.0
   
I Use This