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.
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]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy