From: <jen...@us...> - 2007-12-04 18:02:15
|
Revision: 323 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=323&view=rev Author: jenslehmann Date: 2007-12-04 10:02:06 -0800 (Tue, 04 Dec 2007) Log Message: ----------- cleaned up Aristotle example Modified Paths: -------------- trunk/examples/sparql/Aristotle.conf trunk/examples/sparql/simple.conf Modified: trunk/examples/sparql/Aristotle.conf =================================================================== --- trunk/examples/sparql/Aristotle.conf 2007-12-04 17:08:42 UTC (rev 322) +++ trunk/examples/sparql/Aristotle.conf 2007-12-04 18:02:06 UTC (rev 323) @@ -1,62 +1,33 @@ -// reasoner settings -reasoner = dig; -//digReasonerURL = "http://localhost:8081"; -//useRetrievalForClassification = false; -//refinement.useDIGMultiInstanceChecks = twoChecks; +/** + * Some people from Greece. + * + * Possible Solution: + * Theorist OR (Mathematician AND Physicist) + * + */ -// algorithm settings -algorithm = refinement; -//refinement.horizontalExpansionFactor = 0.6; -//refinement.quiet = false; -//refinement.useTooWeakList = true; - -// search tree protocol -//refinement.writeSearchTree = false; -//refinement.searchTreeFile = "Aristotle_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.getAllBackground=true; -sparql2.format = "N-TRIPLES"; -sparql2.dumpToFile = true; -sparql2.instances = { - "http://dbpedia.org/resource/Democritus", - "http://dbpedia.org/resource/Zeno_of_Elea", - "http://dbpedia.org/resource/Plato", - "http://dbpedia.org/resource/Socrates", - "http://dbpedia.org/resource/Archytas", - "http://dbpedia.org/resource/Pythagoras", - "http://dbpedia.org/resource/Philolaus"}; +sparql2.recursionDepth = 2; -//predefined Endpoint overrides host and it doesn't matter what the string in import below looks like -// 0 means nothing -// 1 means dbpedia -// 2 means localhost:2020 default joseki -sparql2.predefinedEndpoint=1; - - -//predefined filter overrides predList and ObjList +//predefined filter (1 = YAGO based learning) sparql2.predefinedFilter = 1; -//filtermode 1 and above uses a predefined setting -// 0 means nothing (manual configuration) -// 1 means only yago classes import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); -/** examples **/ +sparql2.instances = { + "http://dbpedia.org/resource/Democritus", + "http://dbpedia.org/resource/Zeno_of_Elea", + "http://dbpedia.org/resource/Plato", + "http://dbpedia.org/resource/Socrates", + "http://dbpedia.org/resource/Archytas", + "http://dbpedia.org/resource/Pythagoras", + "http://dbpedia.org/resource/Philolaus" +}; + +"http://dbpedia.org/resource/Pythagoras" +"http://dbpedia.org/resource/Philolaus" +"http://dbpedia.org/resource/Archytas" -"http://dbpedia.org/resource/Socrates" -"http://dbpedia.org/resource/Plato" -"http://dbpedia.org/resource/Zeno_of_Elea" --"http://dbpedia.org/resource/Democritus" \ No newline at end of file +-"http://dbpedia.org/resource/Democritus" Modified: trunk/examples/sparql/simple.conf =================================================================== --- trunk/examples/sparql/simple.conf 2007-12-04 17:08:42 UTC (rev 322) +++ trunk/examples/sparql/simple.conf 2007-12-04 18:02:06 UTC (rev 323) @@ -44,8 +44,6 @@ "http://dbpedia.org/resource/Gerhard_Schr%C3%B6der" }; -sparql2.example = [(a,b),(c,d)]; - /** examples **/ +"http://dbpedia.org/resource/Angela_Merkel" -"http://dbpedia.org/resource/Gerhard_Schr%C3%B6der" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |