Package com.raritantechnologies.concept.rdf_owl

Class Summary
RdfOwlOutputProcessor Uses Jena API to convert IResultSet into Resource Description Framework (RDF) fact statements (Subject-relationship-Object 'triples') that can be used by a Ontology-based query processor.
RdfOwlQueryProcessor RDF/OWL Query Processor - uses SPARQL queries to extract direct and inferred relationships from an RDF graph.
RdfOwlSearchSource A RTI Search Source that uses RDF and/or OWL ontologies and schema to provide semantic-based search using the Jena API.
RdfOwlSearchSourceFactory Factory class for RDFOWLSearchSource.
SearchSourceStatement Binds an RDF Subject / Predicate to one or more objects using an RTI SearchSource to find and transform one or more IResults into an RDFNode within a Jena com.hp.hpl.jena.rdf.model.Model.
TreeRdfOwlGenerator Builds an RDF XML from a TreeRoot object.