|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.searchApp.SearchSource
com.raritantechnologies.concept.rdf_owl.RdfOwlSearchSource
A RTI Search Source that uses RDF and/or OWL ontologies and schema to provide semantic-based search using the Jena API. Enables rule-set based Reasoners to add inferencing capability to raw data set generated by combining keyword extraction, standard ontologies, entity and entity relationship extraction (using ClearForest and/or UIMA Aggregate Analysis Engines).
Data is loaded into the Jena Model (Class instances) from one or more RTI SearchSource
objects by creating a SearchSourceStatement object and binding this to the Jena Model. The SearchSource
objects resolve the Object of an RDF Triple by executing a query against the source.
| Field Summary |
| Fields inherited from class com.raritantechnologies.searchApp.SearchSource |
ID_FIELD, IS_FEDERATED, NUMBER_OF_FIELDS, SECURE, SOURCE_NAME, SOURCE_TYPE, TITLE_FIELD, URL_FIELD |
| Constructor Summary | |
RdfOwlSearchSource()
|
|
| Method Summary | |
java.lang.Object |
getProperty(java.lang.String property)
returns a Source Property. |
IQueryProcessor |
getQueryProcessor()
returns the type of QueryProcessor that can access this SearchSource. |
java.lang.String[] |
getSourcePropertyNames()
Returns a list of Source type specific property names. |
void |
setOntologySource(java.lang.String ontologySourceURL)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RdfOwlSearchSource()
| Method Detail |
public IQueryProcessor getQueryProcessor()
SearchSource
getQueryProcessor in class SearchSourcepublic java.lang.String[] getSourcePropertyNames()
SearchSource
getSourcePropertyNames in class SearchSourcepublic java.lang.Object getProperty(java.lang.String property)
SearchSource
getProperty in class SearchSourcepublic void setOntologySource(java.lang.String ontologySourceURL)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||