| Package | Description | 
|---|---|
| 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. 
 | 
| Constructor and Description | 
|---|
SparqlTupleAquisitor(SparqlQueryMaker sparqlQueryMaker,
                    SPARQLTasks sparqlTasks)  | 
SparqlTupleAquisitorImproved(SparqlQueryMaker sparqlQueryMaker,
                            SPARQLTasks sparqlTasks,
                            int recursionDepth)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SPARQLTasks | 
SPARQLTasks.getPredefinedSPARQLTasksWithCache(String endpointName)  | 
SPARQLTasks | 
SparqlKnowledgeSource.getSPARQLTasks()  | 
| Modifier and Type | Method and Description | 
|---|---|
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)) 
 | 
| Constructor and Description | 
|---|
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)  | 
 DL-Learner is licenced 						under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann