JRDF

JRDF - Java RDF API

JRDF is an attempt to create a standard set of APIs and base implementations to RDF (Resource Description Framework) using Java. The API will cover anything that is deemed to be useful for Java programmers. A key aspect will be to ensure a high degree of modularity and to follow standard Java conventions. It will be similar to other standard Java APIs such as JDBC, XML DOM, Collections, etc.

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart