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. |