From: <ku...@us...> - 2007-12-02 13:31:15
|
Revision: 299 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=299&view=rev Author: kurzum Date: 2007-12-02 05:31:13 -0800 (Sun, 02 Dec 2007) Log Message: ----------- working example Added Paths: ----------- trunk/examples/dbpedia/newtest.conf Added: trunk/examples/dbpedia/newtest.conf =================================================================== --- trunk/examples/dbpedia/newtest.conf (rev 0) +++ trunk/examples/dbpedia/newtest.conf 2007-12-02 13:31:13 UTC (rev 299) @@ -0,0 +1,49 @@ +/** + * Father Example + * + * possible solution: + * male AND EXISTS hasChild.TOP + * + * Copyright (C) 2007, Jens Lehmann + */ + +/** settings **/ +// reasoner settings +reasoner = dig; +//digReasonerURL = "http://localhost:8081"; +//useRetrievalForClassification = true; +//refinement.useDIGMultiInstanceChecks = twoChecks; + +// algorithm settings +algorithm = refinement; +//refinement.horizontalExpansionFactor = 0.5; +//refinement.quiet = false; + +// search tree protocol +// refinement.writeSearchTree = false; +// refinement.searchTreeFile = "log/searchTree.txt"; + +// control output +cli.checkSatisfiability = true; +cli.showIndividuals = false; +cli.showConcepts = false; +cli.showRoles = true; +cli.showSubsumptionHierarchy = false; + +// SPARQL options +sparql2.numberOfRecursions = 2; +sparql2.host = "dbpedia.openlinksw.com"; +sparql2.getAllBackground=true; +sparql2.instances = {"http://dbpedia.org/resource/Angela_Merkel"}; +sparql2.filterMode = 0; +sparql2.predList = {}; +sparql2.objList = {}; +sparql2.classList = {}; +sparql2.format = "N-TRIPLES"; +sparql2.dumpToFile = true; + +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + +/** examples **/ ++"http://dbpedia.org/resource/Angela_Merkel" +-"http://dbpedia.org/resource/Gerhard_Schr%C3%B6der" \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |