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]
Artificial Intelligence techniques applied to common software tasks, using First Order Logic; N3, OWL ontologies and rules. Enables component-based application building, platform independence, user-friendliness. Leverage on Euler inference engine + GUI.
RDFSharp.Semantics is the RDFSharp extension for creating, validating and reasoning with OWL-DL ontologies. It also implements built-in support for most common Linked data ontologies (DC, FOAF, GEO, SKOS, SIOC)
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