From: <ku...@us...> - 2007-12-03 16:55:20
|
Revision: 316 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=316&view=rev Author: kurzum Date: 2007-12-03 08:55:16 -0800 (Mon, 03 Dec 2007) Log Message: ----------- small changes Modified Paths: -------------- trunk/examples/sparql/newworking.conf trunk/examples/sparql/newworkingManually.conf trunk/examples/sparql/reference.conf Modified: trunk/examples/sparql/newworking.conf =================================================================== --- trunk/examples/sparql/newworking.conf 2007-12-03 16:53:05 UTC (rev 315) +++ trunk/examples/sparql/newworking.conf 2007-12-03 16:55:16 UTC (rev 316) @@ -1,11 +1,3 @@ -/** - * Father Example - * - * possible solution: - * male AND EXISTS hasChild.TOP - * - * Copyright (C) 2007, Jens Lehmann - */ /** settings **/ // reasoner settings Modified: trunk/examples/sparql/newworkingManually.conf =================================================================== --- trunk/examples/sparql/newworkingManually.conf 2007-12-03 16:53:05 UTC (rev 315) +++ trunk/examples/sparql/newworkingManually.conf 2007-12-03 16:55:16 UTC (rev 316) @@ -1,12 +1,5 @@ -/** - * Father Example - * - * possible solution: - * male AND EXISTS hasChild.TOP - * - * Copyright (C) 2007, Jens Lehmann - */ + /** settings **/ // reasoner settings reasoner = dig; Modified: trunk/examples/sparql/reference.conf =================================================================== --- trunk/examples/sparql/reference.conf 2007-12-03 16:53:05 UTC (rev 315) +++ trunk/examples/sparql/reference.conf 2007-12-03 16:55:16 UTC (rev 316) @@ -1,12 +1,5 @@ -/** - * Father Example - * - * possible solution: - * male AND EXISTS hasChild.TOP - * - * Copyright (C) 2007, Jens Lehmann - */ + /** settings **/ // reasoner settings reasoner = dig; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <ku...@us...> - 2007-12-05 12:51:08
|
Revision: 327 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=327&view=rev Author: kurzum Date: 2007-12-05 04:50:59 -0800 (Wed, 05 Dec 2007) Log Message: ----------- added more solutions Modified Paths: -------------- trunk/examples/sparql/simpleSKOS_angela.conf trunk/examples/sparql/simpleSKOS_gerhard.conf Modified: trunk/examples/sparql/simpleSKOS_angela.conf =================================================================== --- trunk/examples/sparql/simpleSKOS_angela.conf 2007-12-05 12:45:39 UTC (rev 326) +++ trunk/examples/sparql/simpleSKOS_angela.conf 2007-12-05 12:50:59 UTC (rev 327) @@ -2,6 +2,7 @@ * Simple example for using a SPARQL Endpoint as background * knowledge. * Solutions: + with 500 classes http://dbpedia.org/resource/Category:Business (length 1, depth 1) http://dbpedia.org/resource/Category:Business_executives (length 1, depth 1) http://dbpedia.org/resource/Category:Businesspeople (length 1, depth 1) @@ -45,6 +46,43 @@ http://dbpedia.org/resource/Category:Women_by_occupation%7CPolitics (length 1, depth 1) http://dbpedia.org/resource/Category:Women_rulers%7CHeads_of_government%2C_female (length 1, depth 1) +with 200 classes +http://dbpedia.org/resource/Category:Cities_in_Germany (length 1, depth 1) + http://dbpedia.org/resource/Category:City_states (length 1, depth 1) + http://dbpedia.org/resource/Category:Former_countries_in_Europe (length 1, depth 1) + http://dbpedia.org/resource/Category:German_people_by_occupation%7CScientists (length 1, depth 1) + http://dbpedia.org/resource/Category:German_people_by_state%7CHamburg (length 1, depth 1) + http://dbpedia.org/resource/Category:German_politicians_by_party%7CChristian_Democrat (length 1, depth 1) + http://dbpedia.org/resource/Category:German_state_capitals (length 1, depth 1) + http://dbpedia.org/resource/Category:Hanseatic_League (length 1, depth 1) + http://dbpedia.org/resource/Category:Heads_of_government (length 1, depth 1) + http://dbpedia.org/resource/Category:Heads_of_state (length 1, depth 1) + http://dbpedia.org/resource/Category:Lutherans_by_profession%7CPoliticians (length 1, depth 1) + http://dbpedia.org/resource/Category:People_by_city_in_Germany%7CHamburg (length 1, depth 1) + http://dbpedia.org/resource/Category:Political_parties (length 1, depth 1) + http://dbpedia.org/resource/Category:Politicians (length 1, depth 1) + http://dbpedia.org/resource/Category:Protestant_politicians (length 1, depth 1) + http://dbpedia.org/resource/Category:Science_and_technology_in_Germany%7CScientists (length 1, depth 1) + http://dbpedia.org/resource/Category:Scientists_by_nationality (length 1, depth 1) + http://dbpedia.org/resource/Category:Women_by_occupation%7CPolitics (length 1, depth 1) + http://dbpedia.org/resource/Category:Women_rulers%7CHeads_of_government%2C_female (length 1, depth 1) + + +These are the original direct results from dbpedia: +skos:subject [http] :Category:1954_births [http] - +skos:subject [http] :Category:Chancellors_of_Germany [http] - +skos:subject [http] :Category:Current_female_heads_of_government [http] - +skos:subject [http] :Category:Current_national_leaders [http] - +skos:subject [http] :Category:Female_heads_of_government [http] - +skos:subject [http] :Category:German_Christian_Democrat_politicians [http] - +skos:subject [http] :Category:German_Lutherans [http] - +skos:subject [http] :Category:German_scientists [http] - +skos:subject [http] :Category:Leaders_of_political_parties [http] - +skos:subject [http] :Category:Living_people [http] - +skos:subject [http] :Category:Lutheran_politicians [http] - +skos:subject [http] :Category:People_from_Hamburg [http] - +skos:subject [http] :Category:Women_in_politics [http] + */ // recursion depth of extraction algorithm @@ -75,7 +113,7 @@ // because skos is cyclic this stops it // manually after retrieving the specified amount of classes // greatly influences the amount of answers retrieved -sparql2.breakSuperClassRetrievalAfter=300; +sparql2.breakSuperClassRetrievalAfter=200; // use DBpedia endpoint Modified: trunk/examples/sparql/simpleSKOS_gerhard.conf =================================================================== --- trunk/examples/sparql/simpleSKOS_gerhard.conf 2007-12-05 12:45:39 UTC (rev 326) +++ trunk/examples/sparql/simpleSKOS_gerhard.conf 2007-12-05 12:50:59 UTC (rev 327) @@ -46,7 +46,22 @@ http://dbpedia.org/resource/Category:Romanian_society%7CDecorations (length 1, depth 1) http://dbpedia.org/resource/Category:Saxons (length 1, depth 1) http://dbpedia.org/resource/Category:Social_democrats%7CPoliticians_of_the_Social_Democratic_Party_of_Germany (length 1, depth 1) + + + These are the original direct results from dbpedia: + skos:subject [http] :Category:1944_births [http] - + skos:subject [http] :Category:Chancellors_of_Germany [http] - + skos:subject [http] :Category:German_Lutherans [http] - + skos:subject [http] :Category:German_adoptive_parents [http] - + skos:subject [http] :Category:History_of_Lower_Saxony [http] - + skos:subject [http] :Category:Living_people [http] - + skos:subject [http] :Category:People_from_North_Rhine-Westphalia [http] - + skos:subject [http] :Category:Politicians_of_the_Social_Democratic_Party_of_Germany [http] - +skos:subject [http] :Category:Recipients_of_the_Star_of_Romania_Order [http] + */ + + // recursion depth of extraction algorithm sparql2.recursionDepth = 2; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ku...@us...> - 2008-01-30 16:10:03
|
Revision: 473 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=473&view=rev Author: kurzum Date: 2008-01-30 08:09:28 -0800 (Wed, 30 Jan 2008) Log Message: ----------- added remaining examples Added Paths: ----------- trunk/examples/sparql/Aristotle.conf trunk/examples/sparql/DBPediaYAGOWomanInPolitics.conf trunk/examples/sparql/SilentBobWorking1.conf trunk/examples/sparql/SilentBobWorking2.conf trunk/examples/sparql/difference/DBPediaSKOS_kohl_vs_angela.conf Added: trunk/examples/sparql/Aristotle.conf =================================================================== --- trunk/examples/sparql/Aristotle.conf (rev 0) +++ trunk/examples/sparql/Aristotle.conf 2008-01-30 16:09:28 UTC (rev 473) @@ -0,0 +1,35 @@ +/** + * Some people from Greece. + * + * Possible Solution: + * Theorist OR (Mathematician AND Physicist) + * + */ + +// SPARQL options +sparql.recursionDepth = 1; + +//predefined filter (1 = YAGO based learning) +sparql.predefinedFilter = 5; + +sparql.predefinedEndpoint = 1; + +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +sparql.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" Added: trunk/examples/sparql/DBPediaYAGOWomanInPolitics.conf =================================================================== --- trunk/examples/sparql/DBPediaYAGOWomanInPolitics.conf (rev 0) +++ trunk/examples/sparql/DBPediaYAGOWomanInPolitics.conf 2008-01-30 16:09:28 UTC (rev 473) @@ -0,0 +1,43 @@ + /* + * Some woman, that are Politicians + Solution + http://dbpedia.org/class/yago/Executive110069645 (length 1, depth 1) + http://dbpedia.org/class/yago/CorporateExecutive109966255 (length 1, depth 1) + http://dbpedia.org/class/yago/President110468559 (length 1, depth 1) + */ + +// SPARQL options + + + +// SPARQL options +//necessary: +sparql.recursionDepth = 1; + + +//predefined filter (1 = YAGO based learning) +// 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter +sparql.predefinedFilter = 5; + +sparql.predefinedEndpoint = 1; + + +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +sparql.instances = { +"http://dbpedia.org/resource/Indira_Gandhi", +"http://dbpedia.org/resource/Sonia_Gandhi", +"http://dbpedia.org/resource/Hillary_Rodham_Clinton", +"http://dbpedia.org/resource/Princess_Leia_Organa", +"http://dbpedia.org/resource/Angela_Merkel", +"http://dbpedia.org/resource/Christine_Todd_Whitman"}; + + + +/** examples **/ ++"http://dbpedia.org/resource/Indira_Gandhi" ++"http://dbpedia.org/resource/Sonia_Gandhi" +-"http://dbpedia.org/resource/Hillary_Rodham_Clinton" +-"http://dbpedia.org/resource/Princess_Leia_Organa" +-"http://dbpedia.org/resource/Angela_Merkel" +-"http://dbpedia.org/resource/Christine_Todd_Whitman" \ No newline at end of file Added: trunk/examples/sparql/SilentBobWorking1.conf =================================================================== --- trunk/examples/sparql/SilentBobWorking1.conf (rev 0) +++ trunk/examples/sparql/SilentBobWorking1.conf 2008-01-30 16:09:28 UTC (rev 473) @@ -0,0 +1,43 @@ + +refinement.useAllConstructor = false; +refinement.useExistsConstructor = true; +refinement.useNegation = false; + + +// recursion depth of extraction algorithm +sparql.recursionDepth = 1; + + +//predefined filter (1 = YAGO based learning) +// 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter +sparql.predefinedFilter = 5; + +sparql.predefinedEndpoint = 1; + + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +// the set of objects as starting point for fragment selection +// (should be identical to the set of examples) +sparql.instances = { +"http://dbpedia.org/resource/Matt_Stone", +"http://dbpedia.org/resource/Sarah_Silverman", +"http://dbpedia.org/resource/Jim_Carrey", +"http://dbpedia.org/resource/Jason_Mewes", +"http://dbpedia.org/resource/Kevin_Smith", +"http://dbpedia.org/resource/Trey_Parker", +"http://dbpedia.org/resource/Adam_Sandler"}; + + + +// http://dbpedia.org/class/yago/agnostic OR http://dbpedia.org/class/yago/artist +// http://dbpedia.org/class/yago/agnostic OR http://dbpedia.org/class/yago/teetotaler + ++"http://dbpedia.org/resource/Matt_Stone" ++"http://dbpedia.org/resource/Sarah_Silverman" +-"http://dbpedia.org/resource/Jim_Carrey" +-"http://dbpedia.org/resource/Jason_Mewes" +-"http://dbpedia.org/resource/Kevin_Smith" +-"http://dbpedia.org/resource/Trey_Parker" +-"http://dbpedia.org/resource/Adam_Sandler" \ No newline at end of file Added: trunk/examples/sparql/SilentBobWorking2.conf =================================================================== --- trunk/examples/sparql/SilentBobWorking2.conf (rev 0) +++ trunk/examples/sparql/SilentBobWorking2.conf 2008-01-30 16:09:28 UTC (rev 473) @@ -0,0 +1,51 @@ + + +refinement.useAllConstructor = false; +refinement.useExistsConstructor = true; +refinement.useNegation = false; + + +// recursion depth of extraction algorithm +sparql.recursionDepth = 1; + + +//predefined filter (1 = YAGO based learning) +// 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter +sparql.predefinedFilter = 5; + +sparql.predefinedEndpoint = 1; + + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +// the set of objects as starting point for fragment selection +// (should be identical to the set of examples) +sparql.instances = { + "http://dbpedia.org/resource/Matt_Stone", +"http://dbpedia.org/resource/Sarah_Silverman", +"http://dbpedia.org/resource/Kevin_Smith", + +"http://dbpedia.org/resource/Jason_Mewes", +"http://dbpedia.org/resource/Jim_Carrey", +"http://dbpedia.org/resource/Trey_Parker", +"http://dbpedia.org/resource/Adam_Sandler" + +}; + + +/* +Category:1970s AND Category:Religion_in_the_United_States +Category:Actors AND Category:Religion_in_the_United_States +*/ + ++"http://dbpedia.org/resource/Matt_Stone" ++"http://dbpedia.org/resource/Sarah_Silverman" ++"http://dbpedia.org/resource/Kevin_Smith" + +-"http://dbpedia.org/resource/Jason_Mewes" +-"http://dbpedia.org/resource/Jim_Carrey" +-"http://dbpedia.org/resource/Trey_Parker" +-"http://dbpedia.org/resource/Adam_Sandler" + + Added: trunk/examples/sparql/difference/DBPediaSKOS_kohl_vs_angela.conf =================================================================== --- trunk/examples/sparql/difference/DBPediaSKOS_kohl_vs_angela.conf (rev 0) +++ trunk/examples/sparql/difference/DBPediaSKOS_kohl_vs_angela.conf 2008-01-30 16:09:28 UTC (rev 473) @@ -0,0 +1,88 @@ +/** + * Simple example for using a SPARQL Endpoint as background + * knowledge. + * Solutions: + +http://dbpedia.org/resource/Helmut_Kohl +with 200 classes +http://dbpedia.org/resource/Category:Awards (length 1, depth 1) + http://dbpedia.org/resource/Category:British_knights%7CGrand_Cross_of_the_Order_of_St_Michael_and_St_George%2C_Knights (length 1, depth 1) + http://dbpedia.org/resource/Category:Categories_named_after_politicians%7C_Cold_War_leaders (length 1, depth 1) + http://dbpedia.org/resource/Category:Christian_politicians%7CRoman_Catholic (length 1, depth 1) + http://dbpedia.org/resource/Category:Christianity_in_Germany (length 1, depth 1) + http://dbpedia.org/resource/Category:Christians_by_nationality%7C_Roman_Catholics (length 1, depth 1) + http://dbpedia.org/resource/Category:Cold_War%7CLeaders (length 1, depth 1) + http://dbpedia.org/resource/Category:German_Christians%7CRoman_Catholics (length 1, depth 1) + http://dbpedia.org/resource/Category:Order_of_St_Michael_and_St_George (length 1, depth 1) + http://dbpedia.org/resource/Category:People (length 1, depth 1) + http://dbpedia.org/resource/Category:People_associated_with_war%7C (length 1, depth 1) + http://dbpedia.org/resource/Category:Roman_Catholic_Church_by_country%7CGermany (length 1, depth 1) + http://dbpedia.org/resource/Category:Roman_Catholic_Church_in_Europe%7CGermany (length 1, depth 1) + http://dbpedia.org/resource/Category:Roman_Catholics%7C_Nationality (length 1, depth 1) + http://dbpedia.org/resource/Category:Roman_Catholics_by_occupation%7CPoliticians (length 1, depth 1) + http://dbpedia.org/resource/Category:Wars%7C_People (length 1, depth 1) + + These are the original direct results from dbpedia: +skos:subject [http] :Category:1930_births [http] - +skos:subject [http] :Category:Chancellors_of_Germany [http] - +skos:subject [http] :Category:Cold_War_leaders [http] - +skos:subject [http] :Category:German_Christian_Democrat_politicians [http] - +skos:subject [http] :Category:German_Roman_Catholics [http] - +skos:subject [http] :Category:Knights_Grand_Cross_of_the_Order_of_St_Michael_and_St_George [http] - +skos:subject [http] :Category:Living_people [http] - +skos:subject [http] :Category:Presidential_Medal_of_Freedom_recipients [http] - +skos:subject [http] :Category:Roman_Catholic_politicians [http] + + */ + + + +// recursion depth of extraction algorithm +sparql.recursionDepth = 1; + +// list of ignored roles +sparql.predList = { "http://www.w3.org/2004/02/skos/core#narrower", + "http://www.w3.org/2002/07/owl#sameAs", + "http://xmlns.com/foaf/0.1/", + "http://dbpedia.org/property/reference", + "http://dbpedia.org/property/website", + "http://dbpedia.org/property/wikipage", + "http://dbpedia.org/property/wikiPageUsesTemplate"}; + +// list of ignored objects +sparql.objList = { "http://xmlns.com/foaf/0.1/", + "http://upload.wikimedia.org/wikipedia/commons", + "http://upload.wikimedia.org/wikipedia", + "http://www.geonames.org", + "http://www.w3.org/2006/03/wn/wn20/instances/synset", + "http://www4.wiwiss.fu-berlin.de/flickrwrappr", + "http://dbpedia.org/class/yago", + "http://dbpedia.org/resource/Template"}; + +//*********SKOS specific +// replace skos with owl properties +sparql.replacePredicate = [ +("http://www.w3.org/2004/02/skos/core#subject","http://www.w3.org/1999/02/22-rdf-syntax-ns#type"), +("http://www.w3.org/2004/02/skos/core#broader","http://www.w3.org/2000/01/rdf-schema#subClassOf")]; + +// because skos is cyclic this stops it +//manually after retrieving the specified amount of classes +sparql.breakSuperClassRetrievalAfter=200; + +sparql.predefinedEndpoint = 1; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2); + +// the set of objects as starting point for fragment selection +// (should be identical to the set of examples) +sparql2.instances = { + "http://dbpedia.org/resource/Angela_Merkel", + "http://dbpedia.org/resource/Helmut_Kohl" +}; + + +/** examples **/ ++"http://dbpedia.org/resource/Helmut_Kohl" +-"http://dbpedia.org/resource/Angela_Merkel" + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ku...@us...> - 2008-04-25 09:28:26
|
Revision: 824 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=824&view=rev Author: kurzum Date: 2008-04-25 02:28:21 -0700 (Fri, 25 Apr 2008) Log Message: ----------- applied new options Modified Paths: -------------- trunk/examples/sparql/Aristotle.conf trunk/examples/sparql/DBPediaYAGOWomanInPolitics.conf trunk/examples/sparql/SilentBobWorking1.conf trunk/examples/sparql/SilentBobWorking2.conf trunk/examples/sparql/difference/DBPediaSKOS_kohl_vs_angela.conf trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary.conf trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary_ignoredConcepts.conf trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela.conf trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela_ignoredConcepts.conf trunk/examples/sparql/hierarchy/Hierarchy0DBPediaYAGOChanBrit_monarch.conf trunk/examples/sparql/hierarchy/Hierarchy1DBPediaYAGOChanBrit_pred_Knight.conf trunk/examples/sparql/navigation/Navigation0DBPediaYAGOAristotle.conf trunk/examples/sparql/navigation/Navigation1DBPediaYAGOAristotle.conf trunk/examples/sparql/navigation/Navigation2DBPediaYAGOAristotle.conf Modified: trunk/examples/sparql/Aristotle.conf =================================================================== --- trunk/examples/sparql/Aristotle.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/Aristotle.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -11,10 +11,9 @@ sparql.recursionDepth = 1; //predefined filter (1 = YAGO based learning) -sparql.predefinedFilter = 5; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); sparql.instances = { Modified: trunk/examples/sparql/DBPediaYAGOWomanInPolitics.conf =================================================================== --- trunk/examples/sparql/DBPediaYAGOWomanInPolitics.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/DBPediaYAGOWomanInPolitics.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -20,11 +20,10 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 5; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); sparql.instances = { Modified: trunk/examples/sparql/SilentBobWorking1.conf =================================================================== --- trunk/examples/sparql/SilentBobWorking1.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/SilentBobWorking1.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -12,11 +12,10 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 5; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - // use DBpedia endpoint import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); Modified: trunk/examples/sparql/SilentBobWorking2.conf =================================================================== --- trunk/examples/sparql/SilentBobWorking2.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/SilentBobWorking2.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -12,11 +12,10 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 5; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - // use DBpedia endpoint import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); Modified: trunk/examples/sparql/difference/DBPediaSKOS_kohl_vs_angela.conf =================================================================== --- trunk/examples/sparql/difference/DBPediaSKOS_kohl_vs_angela.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/difference/DBPediaSKOS_kohl_vs_angela.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -70,8 +70,9 @@ //manually after retrieving the specified amount of classes sparql.breakSuperClassRetrievalAfter=200; -sparql.predefinedEndpoint = 1; +sparql.predefinedEndpoint = "DBPEDIA"; + // use DBpedia endpoint import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); Modified: trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary.conf =================================================================== --- trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -25,10 +25,9 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 1; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - // use DBpedia endpoint import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); Modified: trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary_ignoredConcepts.conf =================================================================== --- trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary_ignoredConcepts.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary_ignoredConcepts.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -41,10 +41,9 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 1; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - // use DBpedia endpoint import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); Modified: trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela.conf =================================================================== --- trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -14,10 +14,9 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 1; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - // use DBpedia endpoint import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); Modified: trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela_ignoredConcepts.conf =================================================================== --- trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela_ignoredConcepts.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela_ignoredConcepts.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -53,11 +53,10 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 1; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - // use DBpedia endpoint import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); Modified: trunk/examples/sparql/hierarchy/Hierarchy0DBPediaYAGOChanBrit_monarch.conf =================================================================== --- trunk/examples/sparql/hierarchy/Hierarchy0DBPediaYAGOChanBrit_monarch.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/hierarchy/Hierarchy0DBPediaYAGOChanBrit_monarch.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -31,10 +31,9 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 1; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); sparql.instances={"http://dbpedia.org/resource/Tony_Blair" Modified: trunk/examples/sparql/hierarchy/Hierarchy1DBPediaYAGOChanBrit_pred_Knight.conf =================================================================== --- trunk/examples/sparql/hierarchy/Hierarchy1DBPediaYAGOChanBrit_pred_Knight.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/hierarchy/Hierarchy1DBPediaYAGOChanBrit_pred_Knight.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -22,9 +22,9 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 1; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); sparql.instances = { Modified: trunk/examples/sparql/navigation/Navigation0DBPediaYAGOAristotle.conf =================================================================== --- trunk/examples/sparql/navigation/Navigation0DBPediaYAGOAristotle.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/navigation/Navigation0DBPediaYAGOAristotle.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -26,11 +26,10 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 1; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); sparql.instances = { Modified: trunk/examples/sparql/navigation/Navigation1DBPediaYAGOAristotle.conf =================================================================== --- trunk/examples/sparql/navigation/Navigation1DBPediaYAGOAristotle.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/navigation/Navigation1DBPediaYAGOAristotle.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -25,10 +25,9 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 1; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); sparql.instances = { Modified: trunk/examples/sparql/navigation/Navigation2DBPediaYAGOAristotle.conf =================================================================== --- trunk/examples/sparql/navigation/Navigation2DBPediaYAGOAristotle.conf 2008-04-25 09:28:05 UTC (rev 823) +++ trunk/examples/sparql/navigation/Navigation2DBPediaYAGOAristotle.conf 2008-04-25 09:28:21 UTC (rev 824) @@ -14,11 +14,10 @@ //predefined filter (1 = YAGO based learning) // 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = 1; +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; -sparql.predefinedEndpoint = 1; - import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); sparql.instances = { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |