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. Features: Think in objects, not statements. Read and write RDF data using familiar Java obects. Use person.setName("Max Mustermann") instead of addTriple( personURI, nameURI, "Max Mustermann" ) Dynamic state: all state information is at all times only in the RDF model in the triple store of your choice. Java interfaces are generated automatically from an RDF Schema. Mapping from RDF Schema to Java fully customizable. Thanks to Jena it reads: RDF/XML, N3 or NT syntax.
|
|
This is a new project implementing a UDRT-based compositional semantics for Lexicalized Tree Adjoining Grammars (LTAG). It builds on the XTAG Project. It will be used in several projects relying on natural language understanding.
|
|