From: <ku...@us...> - 2008-01-30 16:00:09
|
Revision: 472 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=472&view=rev Author: kurzum Date: 2008-01-30 07:59:43 -0800 (Wed, 30 Jan 2008) Log Message: ----------- added eswc examples Added Paths: ----------- trunk/examples/sparql/ trunk/examples/sparql/difference/ 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/ trunk/examples/sparql/hierarchy/Hierarchy0DBPediaYAGOChanBrit_monarch.conf trunk/examples/sparql/hierarchy/Hierarchy1DBPediaYAGOChanBrit_pred_Knight.conf trunk/examples/sparql/navigation/ trunk/examples/sparql/navigation/Navigation0DBPediaYAGOAristotle.conf trunk/examples/sparql/navigation/Navigation1DBPediaYAGOAristotle.conf trunk/examples/sparql/navigation/Navigation2DBPediaYAGOAristotle.conf trunk/examples/sparql/roles_notworking/ trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_monarch_domain_yago.conf trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_monarch_range_yago.conf trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_placeOfBirth_domain_yago.conf trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_placeOfBirth_range_yago.conf trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_monarch_domain_yago.conf trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_monarch_range_yago.conf trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_placeOfBirth_domain_yago.conf trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_placeOfBirth_range_yago.conf Added: trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary.conf =================================================================== --- trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary.conf (rev 0) +++ trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,45 @@ +/** + + * Solutions: +http://dbpedia.org/class/yago/Communicator109610660 (length 1, depth 1) + http://dbpedia.org/class/yago/Scientist110560637 (length 1, depth 1) + + + Direct classes from DBPedia: + dbpedia:class/yago/Person100007846 [http] + dbpedia:class/yago/Head110162991 [http] + dbpedia:class/yago/Woman110787470 [http] + dbpedia:class/yago/Leader109623038 [http] + dbpedia:class/yago/Scientist110560637 [http] + dbpedia:class/yago/Chancellor109906986 [http] +dbpedia:class/yago/Politician110451263 [http] + +*/ + + + +// 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/Angela_Merkel", + "http://dbpedia.org/resource/Hillary_Rodham_Clinton" +}; + + + +/** examples **/ ++"http://dbpedia.org/resource/Angela_Merkel" +-"http://dbpedia.org/resource/Hillary_Rodham_Clinton" Added: trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary_ignoredConcepts.conf =================================================================== --- trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary_ignoredConcepts.conf (rev 0) +++ trunk/examples/sparql/difference/DifferenceDBPediaYAGO_angela_vs_hillary_ignoredConcepts.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,60 @@ +/** + + * Solutions: +http://dbpedia.org/class/yago/Communicator109610660 (length 1, depth 1) + http://dbpedia.org/class/yago/Scientist110560637 (length 1, depth 1) + plus all ignored Concepts + + EXISTS http://dbpedia.org/property/birthDate.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/birthPlace.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/languagesspoken.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/occupation.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/order.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/predecessor.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/termStart.TOP (length 3, depth 2) + + Direct classes from DBPedia: + dbpedia:class/yago/Person100007846 [http] + dbpedia:class/yago/Head110162991 [http] + dbpedia:class/yago/Woman110787470 [http] + dbpedia:class/yago/Leader109623038 [http] + dbpedia:class/yago/Scientist110560637 [http] + dbpedia:class/yago/Chancellor109906986 [http] +dbpedia:class/yago/Politician110451263 [http] + +*/ + refinement.ignoredConcepts = { + "http://dbpedia.org/class/yago/Communicator109610660", + "http://dbpedia.org/class/yago/Negotiator110351874", + "http://dbpedia.org/class/yago/Representative110522035", + "http://dbpedia.org/class/yago/Scientist110560637", + "http://dbpedia.org/class/yago/HeadOfState110164747", + "http://dbpedia.org/class/yago/Chancellor109906986", + "http://dbpedia.org/class/yago/Head110162991" + }; + + +// 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/Angela_Merkel", + "http://dbpedia.org/resource/Hillary_Rodham_Clinton" +}; + + +/** examples **/ ++"http://dbpedia.org/resource/Angela_Merkel" +-"http://dbpedia.org/resource/Hillary_Rodham_Clinton" Added: trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela.conf =================================================================== --- trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela.conf (rev 0) +++ trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,33 @@ +/** + + * Solutions: +http://dbpedia.org/class/yago/Achiever109762821 (length 1, depth 1) + http://dbpedia.org/class/yago/Intellectual109621545 (length 1, depth 1) + */ + + + +// 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/Angela_Merkel", + "http://dbpedia.org/resource/Hillary_Rodham_Clinton" +}; + + +/** examples **/ ++"http://dbpedia.org/resource/Hillary_Rodham_Clinton" +-"http://dbpedia.org/resource/Angela_Merkel" Added: trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela_ignoredConcepts.conf =================================================================== --- trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela_ignoredConcepts.conf (rev 0) +++ trunk/examples/sparql/difference/DifferenceDBPediaYAGO_hillary_vs_angela_ignoredConcepts.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,73 @@ +/** + + * Solutions: +http://dbpedia.org/class/yago/Achiever109762821 (length 1, depth 1) + http://dbpedia.org/class/yago/Intellectual109621545 (length 1, depth 1) +plus all ignored Concepts + + EXISTS http://dbpedia.org/property/almaMater.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/alongside.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/before.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/candidate.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/children.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/dateOfBirth.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/height.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/lawSchool.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/office.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/preceded.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/profession.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/state.TOP (length 3, depth 2) + EXISTS http://dbpedia.org/property/succeeded.TOP (length 3, depth 2) + + Direct classes from DBPedia: + dbpedia:class/yago/Person100007846 [http] + dbpedia:class/yago/Entity100001740 [http] + dbpedia:class/yago/Academician109759069 [http] + dbpedia:class/yago/Lawyer110249950 [http] + dbpedia:class/yago/Alumnus109786338 [http] + dbpedia:class/yago/Woman110787470 [http] + dbpedia:class/yago/FirstLady110092880 [http] + dbpedia:class/yago/Politician110451263 [http] + dbpedia:class/yago/Senator110578471 [http] + + */ +refinement.ignoredConcepts = { +"http://dbpedia.org/class/yago/Intellectual109621545", +"http://dbpedia.org/class/yago/Achiever109762821", +"http://dbpedia.org/class/yago/FirstLady110092880", +"http://dbpedia.org/class/yago/Scholar110557854", +"http://dbpedia.org/class/yago/Alumnus109786338", +"http://dbpedia.org/class/yago/Lawgiver110249270", +"http://dbpedia.org/class/yago/Legislator110253995", +"http://dbpedia.org/class/yago/Senator110578471", +"http://dbpedia.org/class/yago/Professional110480253", +"http://dbpedia.org/class/yago/Educator110045713", +"http://dbpedia.org/class/yago/Lawyer110249950", +"http://dbpedia.org/class/yago/Academician109759069"}; + + +// 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/Angela_Merkel", + "http://dbpedia.org/resource/Hillary_Rodham_Clinton" +}; + + +/** examples **/ ++"http://dbpedia.org/resource/Hillary_Rodham_Clinton" +-"http://dbpedia.org/resource/Angela_Merkel" Added: trunk/examples/sparql/hierarchy/Hierarchy0DBPediaYAGOChanBrit_monarch.conf =================================================================== --- trunk/examples/sparql/hierarchy/Hierarchy0DBPediaYAGOChanBrit_monarch.conf (rev 0) +++ trunk/examples/sparql/hierarchy/Hierarchy0DBPediaYAGOChanBrit_monarch.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,65 @@ + /* + + solutions: + EXISTS http://dbpedia.org/property/monarch.TOP (length 3, depth 2) + horizontal expansion: 1 to 3 + size of candidate set: 26 + properness tests (reasoner/short concept/too weak list): 101/0/0 + concept tests (reasoner/too weak list/overly general list/redundant concepts): 95/0/6/0 + Algorithm terminated succesfully. + number of instance checks: 722 (114 multiple) + instance check reasoning time: 1s 551ms ( 2ms per instance check) + subsumption hierarchy queries: 30 + (complex) subsumption checks: 101 (14 multiple) + subsumption reasoning time: 107ms ( 1ms per subsumption check) + overall reasoning time: 1s 658ms (97,394% of overall runtime) + overall algorithm runtime: 1s 702ms + + */ + +// SPARQL options + +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + + +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; + +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +sparql.instances={"http://dbpedia.org/resource/Tony_Blair" +,"http://dbpedia.org/resource/Margaret_Thatcher" +,"http://dbpedia.org/resource/John_Major" + +,"http://dbpedia.org/resource/James_Callaghan" + +,"http://dbpedia.org/resource/Gerhard_Schr%C3%B6der" +,"http://dbpedia.org/resource/Helmut_Kohl" +,"http://dbpedia.org/resource/Jacques_Chirac" + +}; + + + + +/** examples **/ ++"http://dbpedia.org/resource/Tony_Blair" ++"http://dbpedia.org/resource/Margaret_Thatcher" ++"http://dbpedia.org/resource/John_Major" + ++"http://dbpedia.org/resource/James_Callaghan" + +-"http://dbpedia.org/resource/Gerhard_Schr%C3%B6der" +-"http://dbpedia.org/resource/Helmut_Kohl" +-"http://dbpedia.org/resource/Jacques_Chirac" Added: trunk/examples/sparql/hierarchy/Hierarchy1DBPediaYAGOChanBrit_pred_Knight.conf =================================================================== --- trunk/examples/sparql/hierarchy/Hierarchy1DBPediaYAGOChanBrit_pred_Knight.conf (rev 0) +++ trunk/examples/sparql/hierarchy/Hierarchy1DBPediaYAGOChanBrit_pred_Knight.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,63 @@ + /* + + + + + */ + +// SPARQL options + +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + +refinement.heuristic = flexible; + +refinement.useAllConstructor = false; +//refinement.useExistsConstructor = true; +refinement.useNegation = false; + +// SPARQL options +//necessary: +// 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; +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +sparql.instances = { +"http://dbpedia.org/resource/Tony_Blair" +,"http://dbpedia.org/resource/Margaret_Thatcher" +,"http://dbpedia.org/resource/John_Major" + + +,"http://dbpedia.org/resource/Harold_Macmillan" +,"http://dbpedia.org/resource/Alec_Douglas-Home" +,"http://dbpedia.org/resource/Liaquat_Ali_Khan" + +,"http://dbpedia.org/resource/Gerhard_Schr%C3%B6der" +,"http://dbpedia.org/resource/Helmut_Kohl" +,"http://dbpedia.org/resource/Jacques_Chirac" + +}; + + + +/** examples **/ ++"http://dbpedia.org/resource/Tony_Blair" ++"http://dbpedia.org/resource/Margaret_Thatcher" ++"http://dbpedia.org/resource/John_Major" + + ++"http://dbpedia.org/resource/Harold_Macmillan" ++"http://dbpedia.org/resource/Alec_Douglas-Home" +-"http://dbpedia.org/resource/Liaquat_Ali_Khan" + +-"http://dbpedia.org/resource/Gerhard_Schr%C3%B6der" +-"http://dbpedia.org/resource/Helmut_Kohl" +-"http://dbpedia.org/resource/Jacques_Chirac" + + Added: trunk/examples/sparql/navigation/Navigation0DBPediaYAGOAristotle.conf =================================================================== --- trunk/examples/sparql/navigation/Navigation0DBPediaYAGOAristotle.conf (rev 0) +++ trunk/examples/sparql/navigation/Navigation0DBPediaYAGOAristotle.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,55 @@ +/** + * Some people from Greece. + * +solutions: + http://dbpedia.org/class/yago/Mathematician110301261 (length 1, depth 1) +horizontal expansion: 0 to 1 +size of candidate set: 12 +properness tests (reasoner/short concept/too weak list): 20/0/0 +concept tests (reasoner/too weak list/overly general list/redundant concepts): 20/0/0/0 +Algorithm terminated succesfully. +number of instance checks: 82 (31 multiple) +instance check reasoning time: 132ms ( 1ms per instance check) +subsumption hierarchy queries: 11 +(complex) subsumption checks: 20 (9 multiple) +subsumption reasoning time: 33ms ( 1ms per subsumption check) +overall reasoning time: 165ms (88,67% of overall runtime) +overall algorithm runtime: 186ms + + */ + +// SPARQL options +// 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; + + +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +sparql.instances = { + "http://dbpedia.org/resource/Pythagoras", + "http://dbpedia.org/resource/Philolaus", + "http://dbpedia.org/resource/Archytas", + + "http://dbpedia.org/resource/Zeno_of_Elea", + "http://dbpedia.org/resource/Plato", + "http://dbpedia.org/resource/Socrates" + + +}; + ++"http://dbpedia.org/resource/Pythagoras" ++"http://dbpedia.org/resource/Philolaus" ++"http://dbpedia.org/resource/Archytas" + + +-"http://dbpedia.org/resource/Zeno_of_Elea" +-"http://dbpedia.org/resource/Plato" +-"http://dbpedia.org/resource/Socrates" + Added: trunk/examples/sparql/navigation/Navigation1DBPediaYAGOAristotle.conf =================================================================== --- trunk/examples/sparql/navigation/Navigation1DBPediaYAGOAristotle.conf (rev 0) +++ trunk/examples/sparql/navigation/Navigation1DBPediaYAGOAristotle.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,57 @@ +/** + * Some people from Greece. + * +solutions: + (http://dbpedia.org/class/yago/Theorist110706812 OR (http://dbpedia.org/class/yago/Mathematician110301261 AND http://dbpedia.org/class/yago/Physicist110428004)) (length 5, depth 3) +horizontal expansion: 3 to 5 +size of candidate set: 1648 +properness tests (reasoner/short concept/too weak list): 9059/1/884 +concept tests (reasoner/too weak list/overly general list/redundant concepts): 2240/884/1286/3926 +Algorithm terminated succesfully. +number of instance checks: 8164 (2601 multiple) +instance check reasoning time: 15s 461ms ( 1ms per instance check) +subsumption hierarchy queries: 8776 +(complex) subsumption checks: 9059 (3132 multiple) +subsumption reasoning time: 13s 388ms ( 1ms per subsumption check) +overall reasoning time: 28s 850ms (94,717% of overall runtime) +overall algorithm runtime: 30s 459ms + + */ + +// 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; + +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +sparql.instances = { + "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" + +}; + ++"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/navigation/Navigation2DBPediaYAGOAristotle.conf =================================================================== --- trunk/examples/sparql/navigation/Navigation2DBPediaYAGOAristotle.conf (rev 0) +++ trunk/examples/sparql/navigation/Navigation2DBPediaYAGOAristotle.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,59 @@ +/** + * Some people from Greece. + * + * Possible Solution: + * (http://dbpedia.org/class/yago/Theorist110706812 OR (http://dbpedia.org/class/yago/Mathematician110301261 AND http://dbpedia.org/class/yago/Physicist110428004)) + * + */ + +// SPARQL options +// 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; + + +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +sparql.instances = { + + "http://dbpedia.org/resource/Archytas", + "http://dbpedia.org/resource/Pythagoras", + "http://dbpedia.org/resource/Philolaus", + + "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/Aristoxenus" +}; + ++"http://dbpedia.org/resource/Archytas" +/*//Archytas (Greek: ????ta?; 428 BC +347 BC) was an Ancient Greek philosopher, +mathematician, astronomer, statesman, and strategist.*/ + ++"http://dbpedia.org/resource/Pythagoras" +/*//Pythagoras of Samos (Greek: ???a???a?; +between 580 and 572 BC between 500 and 490 BC) +was an Ionian (Greek) philosopher[1] and founder +of the religious movement called Pythagoreanism. +He is often revered as a great mathematician, mystic and scientist;*/ ++"http://dbpedia.org/resource/Philolaus" +/*//Philolaus (ca. 480 BC ca. 385 BC, Greek: +F????a??) was a Greek Pythagorean and Presocratic.*/ + + +-"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/Aristoxenus" + Added: trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_monarch_domain_yago.conf =================================================================== --- trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_monarch_domain_yago.conf (rev 0) +++ trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_monarch_domain_yago.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,64 @@ +/** + * + * solutions: + * + */ + +// refinement.heuristic=flexible; + +refinement.useAllConstructor = false; +refinement.useExistsConstructor = false; +refinement.useNegation = false; + +sparql2.recursionDepth = 1; + +// 1= yago +sparql2.predefinedFilter=1; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + + +//***********ROLE SPECIFIC + +/*refinement.ignoredConcepts = { +"http://dbpedia.org/class/yago/Entity100001740", +"http://dbpedia.org/class/yago/PhysicalEntity100001930", +"http://dbpedia.org/class/yago/Object100002684", +"http://dbpedia.org/class/yago/CausalAgent100007347", +"http://dbpedia.org/class/yago/Whole100003553", +"http://dbpedia.org/class/yago/LivingThing100004258", +"http://dbpedia.org/class/yago/Organism100004475" +};*/ +//sparql2.numberOfInstancesUsedForRoleLearning=5; +//not needed for roles +sparql2.instances = { +"http://dbpedia.org/resource/Khawaja_Nazimuddin" +,"http://dbpedia.org/resource/Harold_Macmillan" +,"http://dbpedia.org/resource/Maati_Bouabid" +,"http://dbpedia.org/resource/Charles_Watson-Wentworth%2C_2nd_Marquess_of_Rockingham" +,"http://dbpedia.org/resource/Helen_Clark" +,"http://dbpedia.org/resource/Oscar_I_of_Sweden" +,"http://dbpedia.org/resource/George_VI_of_the_United_Kingdom" +,"http://dbpedia.org/resource/Edward_VII_of_the_United_Kingdom" +,"http://dbpedia.org/resource/Victoria_of_the_United_Kingdom" +,"http://dbpedia.org/resource/Abdullah_II_of_Jordan" + +}; + +//sparql2.role = "http://dbpedia.org/property/monarch"; +//sparql2.learnDomain=true; +//sparql2.learnRange=false; + + +/** examples */ ++"http://dbpedia.org/resource/Khawaja_Nazimuddin" ++"http://dbpedia.org/resource/Harold_Macmillan" ++"http://dbpedia.org/resource/Maati_Bouabid" ++"http://dbpedia.org/resource/Charles_Watson-Wentworth%2C_2nd_Marquess_of_Rockingham" ++"http://dbpedia.org/resource/Helen_Clark" +-"http://dbpedia.org/resource/Oscar_I_of_Sweden" +-"http://dbpedia.org/resource/George_VI_of_the_United_Kingdom" +-"http://dbpedia.org/resource/Edward_VII_of_the_United_Kingdom" +-"http://dbpedia.org/resource/Victoria_of_the_United_Kingdom" +-"http://dbpedia.org/resource/Abdullah_II_of_Jordan" Added: trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_monarch_range_yago.conf =================================================================== --- trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_monarch_range_yago.conf (rev 0) +++ trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_monarch_range_yago.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,61 @@ +/** + * + * solutions: + * + */ + //refinement.heuristic=flexible; + +refinement.useAllConstructor = false; +refinement.useExistsConstructor = false; +refinement.useNegation = false; + + +// recursion depth of extraction algorithm +sparql2.recursionDepth = 1; + + +//1=yago +sparql2.predefinedFilter=1; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + +//***********ROLE SPECIFIC + +/*refinement.ignoredConcepts = { +"http://dbpedia.org/class/yago/Ruler110541229", +"http://dbpedia.org/class/yago/Sovereign110628644" +}; +*/ + +//sparql2.numberOfInstancesUsedForRoleLearning=5; +//not needed for roles +sparql2.instances = { +"http://dbpedia.org/resource/Oscar_I_of_Sweden" +,"http://dbpedia.org/resource/George_VI_of_the_United_Kingdom" +,"http://dbpedia.org/resource/Edward_VII_of_the_United_Kingdom" +,"http://dbpedia.org/resource/Victoria_of_the_United_Kingdom" +,"http://dbpedia.org/resource/Abdullah_II_of_Jordan" +,"http://dbpedia.org/resource/Khawaja_Nazimuddin" +,"http://dbpedia.org/resource/Harold_Macmillan" +,"http://dbpedia.org/resource/Maati_Bouabid" +,"http://dbpedia.org/resource/Charles_Watson-Wentworth%2C_2nd_Marquess_of_Rockingham" +,"http://dbpedia.org/resource/Helen_Clark" +}; + +//sparql2.role = "http://dbpedia.org/property/monarch"; +//sparql2.learnDomain=false; +//sparql2.learnRange=true; + + +/** examples **/ ++"http://dbpedia.org/resource/Oscar_I_of_Sweden" ++"http://dbpedia.org/resource/George_VI_of_the_United_Kingdom" ++"http://dbpedia.org/resource/Edward_VII_of_the_United_Kingdom" ++"http://dbpedia.org/resource/Victoria_of_the_United_Kingdom" ++"http://dbpedia.org/resource/Abdullah_II_of_Jordan" +-"http://dbpedia.org/resource/Khawaja_Nazimuddin" +-"http://dbpedia.org/resource/Harold_Macmillan" +-"http://dbpedia.org/resource/Maati_Bouabid" +-"http://dbpedia.org/resource/Charles_Watson-Wentworth%2C_2nd_Marquess_of_Rockingham" +-"http://dbpedia.org/resource/Helen_Clark" \ No newline at end of file Added: trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_placeOfBirth_domain_yago.conf =================================================================== --- trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_placeOfBirth_domain_yago.conf (rev 0) +++ trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_placeOfBirth_domain_yago.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,62 @@ +/** + * + * solutions: + * + */ + +refinement.heuristic=flexible; + +refinement.useAllConstructor = false; +refinement.useExistsConstructor = false; +refinement.useNegation = false; + +sparql2.recursionDepth = 1; + +// 1= yago +sparql2.predefinedFilter=1; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + + +//***********ROLE SPECIFIC + +/*refinement.ignoredConcepts = { +"http://dbpedia.org/class/yago/Entity100001740", +"http://dbpedia.org/class/yago/PhysicalEntity100001930", +"http://dbpedia.org/class/yago/Object100002684", +"http://dbpedia.org/class/yago/CausalAgent100007347", +"http://dbpedia.org/class/yago/Whole100003553", +"http://dbpedia.org/class/yago/LivingThing100004258", +"http://dbpedia.org/class/yago/Organism100004475" +};*/ +//sparql2.numberOfInstancesUsedForRoleLearning=5; +//not needed for roles +sparql2.instances = { +"http://dbpedia.org/resource/Wayne_Allard" +,"http://dbpedia.org/resource/Aurelian" +,"http://dbpedia.org/resource/W%C5%82adys%C5%82aw_Anders" +,"http://dbpedia.org/resource/Walter_Adams_%28economist%29" +,"http://dbpedia.org/resource/Hank_Azaria" +,"http://dbpedia.org/resource/Kiev" +,"http://dbpedia.org/resource/Helensburgh" +,"http://dbpedia.org/resource/Roman_Dacia" +,"http://dbpedia.org/resource/Jordan" +,"http://dbpedia.org/resource/Oldenburg"}; + +//sparql2.role = "http://dbpedia.org/property/placeOfBirth"; +//sparql2.learnDomain=true; +//sparql2.learnRange=false; + + +/** examples */ ++"http://dbpedia.org/resource/Wayne_Allard" ++"http://dbpedia.org/resource/Aurelian" ++"http://dbpedia.org/resource/W%C5%82adys%C5%82aw_Anders" ++"http://dbpedia.org/resource/Walter_Adams_%28economist%29" ++"http://dbpedia.org/resource/Hank_Azaria" +-"http://dbpedia.org/resource/Kiev" +-"http://dbpedia.org/resource/Helensburgh" +-"http://dbpedia.org/resource/Roman_Dacia" +-"http://dbpedia.org/resource/Jordan" +-"http://dbpedia.org/resource/Oldenburg" \ No newline at end of file Added: trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_placeOfBirth_range_yago.conf =================================================================== --- trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_placeOfBirth_range_yago.conf (rev 0) +++ trunk/examples/sparql/roles_notworking/Roles_fixed_DBPedia_placeOfBirth_range_yago.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,60 @@ +/** + * + * solutions: + * + */ + //refinement.heuristic=flexible; + +refinement.useAllConstructor = false; +refinement.useExistsConstructor = false; +refinement.useNegation = false; + + +// recursion depth of extraction algorithm +sparql2.recursionDepth = 1; + + +//1=yago +sparql2.predefinedFilter=1; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + +//***********ROLE SPECIFIC + +/*refinement.ignoredConcepts = { +"http://dbpedia.org/class/yago/Abstraction100002137" +};*/ + +//sparql2.numberOfInstancesUsedForRoleLearning=5; +//not needed for roles +sparql2.instances = { +"http://dbpedia.org/resource/Kiev" +,"http://dbpedia.org/resource/Helensburgh" +,"http://dbpedia.org/resource/Roman_Dacia" +,"http://dbpedia.org/resource/Jordan" +,"http://dbpedia.org/resource/Oldenburg" +,"http://dbpedia.org/resource/Wayne_Allard" +,"http://dbpedia.org/resource/Aurelian" +,"http://dbpedia.org/resource/W%C5%82adys%C5%82aw_Anders" +,"http://dbpedia.org/resource/Walter_Adams_%28economist%29" +,"http://dbpedia.org/resource/Hank_Azaria" + +}; + +//sparql2.role = "http://dbpedia.org/property/placeOfBirth"; +//sparql2.learnDomain=false; +//sparql2.learnRange=true; + + +/** examples **/ ++"http://dbpedia.org/resource/Kiev" ++"http://dbpedia.org/resource/Helensburgh" ++"http://dbpedia.org/resource/Roman_Dacia" ++"http://dbpedia.org/resource/Jordan" ++"http://dbpedia.org/resource/Oldenburg" +-"http://dbpedia.org/resource/Wayne_Allard" +-"http://dbpedia.org/resource/Aurelian" +-"http://dbpedia.org/resource/W%C5%82adys%C5%82aw_Anders" +-"http://dbpedia.org/resource/Walter_Adams_%28economist%29" +-"http://dbpedia.org/resource/Hank_Azaria" \ No newline at end of file Added: trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_monarch_domain_yago.conf =================================================================== --- trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_monarch_domain_yago.conf (rev 0) +++ trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_monarch_domain_yago.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,52 @@ +/** + * + * solutions: + * + */ + +// refinement.heuristic=flexible; + +refinement.useAllConstructor = false; +refinement.useExistsConstructor = false; +refinement.useNegation = false; + +sparql2.recursionDepth = 1; + +// 1= yago +sparql2.predefinedFilter=1; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + + +//***********ROLE SPECIFIC + +/*refinement.ignoredConcepts = { +"http://dbpedia.org/class/yago/Entity100001740", +"http://dbpedia.org/class/yago/PhysicalEntity100001930", +"http://dbpedia.org/class/yago/Object100002684", +"http://dbpedia.org/class/yago/CausalAgent100007347", +"http://dbpedia.org/class/yago/Whole100003553", +"http://dbpedia.org/class/yago/LivingThing100004258", +"http://dbpedia.org/class/yago/Organism100004475" +};*/ +sparql2.numberOfInstancesUsedForRoleLearning=5; +//not needed for roles +sparql2.instances = {""}; + +sparql2.role = "http://dbpedia.org/property/monarch"; +sparql2.learnDomain=true; +sparql2.learnRange=false; + + +/** examples */ ++"http://dbpedia.org/resource/Khawaja_Nazimuddin" ++"http://dbpedia.org/resource/Harold_Macmillan" ++"http://dbpedia.org/resource/Maati_Bouabid" ++"http://dbpedia.org/resource/Charles_Watson-Wentworth%2C_2nd_Marquess_of_Rockingham" ++"http://dbpedia.org/resource/Helen_Clark" +-"http://dbpedia.org/resource/Oscar_I_of_Sweden" +-"http://dbpedia.org/resource/George_VI_of_the_United_Kingdom" +-"http://dbpedia.org/resource/Edward_VII_of_the_United_Kingdom" +-"http://dbpedia.org/resource/Victoria_of_the_United_Kingdom" +-"http://dbpedia.org/resource/Abdullah_II_of_Jordan" Added: trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_monarch_range_yago.conf =================================================================== --- trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_monarch_range_yago.conf (rev 0) +++ trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_monarch_range_yago.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,50 @@ +/** + * + * solutions: + * + */ + //refinement.heuristic=flexible; + +refinement.useAllConstructor = false; +refinement.useExistsConstructor = false; +refinement.useNegation = false; + + +// recursion depth of extraction algorithm +sparql2.recursionDepth = 1; + + +//1=yago +sparql2.predefinedFilter=1; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + +//***********ROLE SPECIFIC + +/*refinement.ignoredConcepts = { +"http://dbpedia.org/class/yago/Ruler110541229", +"http://dbpedia.org/class/yago/Sovereign110628644" +}; +*/ + +sparql2.numberOfInstancesUsedForRoleLearning=5; +//not needed for roles +sparql2.instances = {""}; + +sparql2.role = "http://dbpedia.org/property/monarch"; +sparql2.learnDomain=false; +sparql2.learnRange=true; + + +/** examples **/ ++"http://dbpedia.org/resource/Oscar_I_of_Sweden" ++"http://dbpedia.org/resource/George_VI_of_the_United_Kingdom" ++"http://dbpedia.org/resource/Edward_VII_of_the_United_Kingdom" ++"http://dbpedia.org/resource/Victoria_of_the_United_Kingdom" ++"http://dbpedia.org/resource/Abdullah_II_of_Jordan" +-"http://dbpedia.org/resource/Khawaja_Nazimuddin" +-"http://dbpedia.org/resource/Harold_Macmillan" +-"http://dbpedia.org/resource/Maati_Bouabid" +-"http://dbpedia.org/resource/Charles_Watson-Wentworth%2C_2nd_Marquess_of_Rockingham" +-"http://dbpedia.org/resource/Helen_Clark" \ No newline at end of file Added: trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_placeOfBirth_domain_yago.conf =================================================================== --- trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_placeOfBirth_domain_yago.conf (rev 0) +++ trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_placeOfBirth_domain_yago.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,52 @@ +/** + * + * solutions: + * + */ + +refinement.heuristic=flexible; + +refinement.useAllConstructor = false; +refinement.useExistsConstructor = false; +refinement.useNegation = false; + +sparql2.recursionDepth = 1; + +// 1= yago +sparql2.predefinedFilter=1; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + + +//***********ROLE SPECIFIC + +/*refinement.ignoredConcepts = { +"http://dbpedia.org/class/yago/Entity100001740", +"http://dbpedia.org/class/yago/PhysicalEntity100001930", +"http://dbpedia.org/class/yago/Object100002684", +"http://dbpedia.org/class/yago/CausalAgent100007347", +"http://dbpedia.org/class/yago/Whole100003553", +"http://dbpedia.org/class/yago/LivingThing100004258", +"http://dbpedia.org/class/yago/Organism100004475" +};*/ +sparql2.numberOfInstancesUsedForRoleLearning=5; +//not needed for roles +sparql2.instances = {""}; + +sparql2.role = "http://dbpedia.org/property/placeOfBirth"; +sparql2.learnDomain=true; +sparql2.learnRange=false; + + +/** examples */ ++"http://dbpedia.org/resource/Wayne_Allard" ++"http://dbpedia.org/resource/Aurelian" ++"http://dbpedia.org/resource/W%C5%82adys%C5%82aw_Anders" ++"http://dbpedia.org/resource/Walter_Adams_%28economist%29" ++"http://dbpedia.org/resource/Hank_Azaria" +-"http://dbpedia.org/resource/Kiev" +-"http://dbpedia.org/resource/Helensburgh" +-"http://dbpedia.org/resource/Roman_Dacia" +-"http://dbpedia.org/resource/Jordan" +-"http://dbpedia.org/resource/Oldenburg" \ No newline at end of file Added: trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_placeOfBirth_range_yago.conf =================================================================== --- trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_placeOfBirth_range_yago.conf (rev 0) +++ trunk/examples/sparql/roles_notworking/Roles_generic_DBpedia_placeOfBirth_range_yago.conf 2008-01-30 15:59:43 UTC (rev 472) @@ -0,0 +1,48 @@ +/** + * + * solutions: + * + */ + //refinement.heuristic=flexible; + + refinement.useAllConstructor = false; + refinement.useExistsConstructor = false; +refinement.useNegation = false; + + +// recursion depth of extraction algorithm +sparql2.recursionDepth = 1; + + +//1=yago +sparql2.predefinedFilter=1; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL2"); + +//***********ROLE SPECIFIC + +refinement.ignoredConcepts = { +"http://dbpedia.org/class/yago/Abstraction100002137" +}; + +sparql2.numberOfInstancesUsedForRoleLearning=5; +//not needed for roles +sparql2.instances = {""}; + +sparql2.role = "http://dbpedia.org/property/placeOfBirth"; +sparql2.learnDomain=false; +sparql2.learnRange=true; + + +/** examples **/ ++"http://dbpedia.org/resource/Kiev" ++"http://dbpedia.org/resource/Helensburgh" ++"http://dbpedia.org/resource/Roman_Dacia" ++"http://dbpedia.org/resource/Jordan" ++"http://dbpedia.org/resource/Oldenburg" +-"http://dbpedia.org/resource/Wayne_Allard" +-"http://dbpedia.org/resource/Aurelian" +-"http://dbpedia.org/resource/W%C5%82adys%C5%82aw_Anders" +-"http://dbpedia.org/resource/Walter_Adams_%28economist%29" +-"http://dbpedia.org/resource/Hank_Azaria" \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |