Uses of Class
org.dllearner.kb.sparql.SPARQLTasks

Packages that use SPARQLTasks
org.dllearner.kb.aquisitors Different classes for physically extracting triples from data sources. 
org.dllearner.kb.sparql Runnable scripts, each for a different task or experiment. 
org.dllearner.utilities.examples Utility classes related to finding/modifying examples of learning problems. 
 

Uses of SPARQLTasks in org.dllearner.kb.aquisitors
 

Constructors in org.dllearner.kb.aquisitors with parameters of type SPARQLTasks
SparqlTupleAquisitor(SparqlQueryMaker sparqlQueryMaker, SPARQLTasks sparqlTasks)
           
SparqlTupleAquisitorImproved(SparqlQueryMaker sparqlQueryMaker, SPARQLTasks sparqlTasks, int recursionDepth)
           
 

Uses of SPARQLTasks in org.dllearner.kb.sparql
 

Methods in org.dllearner.kb.sparql that return SPARQLTasks
static SPARQLTasks SPARQLTasks.getPredefinedSPARQLTasksWithCache(String endpointName)
           
 SPARQLTasks SparqlKnowledgeSource.getSPARQLTasks()
           
 

Methods in org.dllearner.kb.sparql with parameters of type SPARQLTasks
static String SparqlQueryDescriptionConvertRDFS.conceptRewrite(String descriptionKBSyntax, SPARQLTasks st, int maxDepth)
          replaces each String representing a concept in descriptionKBSyntax with a union of the subclasses ex: (c sub b); (b sub a ) then: (a AND b) will be ((a OR b OR c) AND (b OR a))
static String SparqlQueryDescriptionConvertVisitor.getSparqlQueryIncludingSubclasses(String descriptionKBSyntax, int resultLimit, SPARQLTasks st, int maxDepth)
          COMMENT: write some more includes subclasses, costly function, because subclasses have to be received first.
 

Uses of SPARQLTasks in org.dllearner.utilities.examples
 

Constructors in org.dllearner.utilities.examples with parameters of type SPARQLTasks
AutomaticNegativeExampleFinderSPARQL(SortedSet<String> fullPositiveSet, SPARQLTasks st, SortedSet<String> filterClasses)
          takes as input a full positive set to make sure no negatives are added as positives
AutomaticPositiveExampleFinderSPARQL(SPARQLTasks st)
           
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann