Package org.filteredpush.rdf.handler

The RdfHandler (packages in org.filteredpush.rdf) is a library designed to create a Jena Model from the members of Java objects.

See:
          Description

Interface Summary
RdfBean RdfBean interface.
 

Class Summary
BeanResourcePair A jena Resource paired with an RdfBean.
MapOfSets<K,V> A map structure that contains a Map of Sets.
RdfBeanHandler Takes an RdfBean implementation object and creates a jena model from it based on xml configuration that serves as a description for the model.
RdfBeanValidator  
 

Package org.filteredpush.rdf.handler Description

The RdfHandler (packages in org.filteredpush.rdf) is a library designed to create a Jena Model from the members of Java objects. You can use any set of Java objects you wish, however the RdfHandler requires that they implement that RdfBean interface. The handler uses an xml description of the desired rdf model called the Model Descriptor. The Model Descriptor defines the resources, properties (and their relations to class members) and ontologies used in the model. See http://etaxonomy.org/mw/Rdf_Handler for documentation.