Revision: 874
http://dl-learner.svn.sourceforge.net/dl-learner/?rev=874&view=rev
Author: kurzum
Date: 2008-05-16 01:20:16 -0700 (Fri, 16 May 2008)
Log Message:
-----------
Added Paths:
-----------
trunk/examples/sparql/Aristotle_local.conf
trunk/examples/sparql/SKOSTEST_local.conf
Added: trunk/examples/sparql/Aristotle_local.conf
===================================================================
--- trunk/examples/sparql/Aristotle_local.conf (rev 0)
+++ trunk/examples/sparql/Aristotle_local.conf 2008-05-16 08:20:16 UTC (rev 874)
@@ -0,0 +1,39 @@
+/**
+ * Some people from Greece.
+ * Note: DBpedia is always subject to change, solutions will change over time
+
+ * Possible Solution:
+ * Theorist OR (Mathematician AND Physicist)
+ *
+ */
+
+// SPARQL options
+sparql.recursionDepth = 1;
+
+//predefined filter (1 = YAGO based learning)
+sparql.predefinedFilter = "YAGO";
+sparql.predefinedEndpoint = "LOCALDBPEDIA";
+
+import("http://139.18.2.37:8890/sparql","SPARQL");
+algorithm = refexamples;
+reasoner = fastInstanceChecker;
+
+refexamples.ignoredConcepts={"http://dbpedia.org/class/yago/Abstainer109758173"};
+
+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/SKOSTEST_local.conf
===================================================================
--- trunk/examples/sparql/SKOSTEST_local.conf (rev 0)
+++ trunk/examples/sparql/SKOSTEST_local.conf 2008-05-16 08:20:16 UTC (rev 874)
@@ -0,0 +1,68 @@
+/**
+ * Some people from Greece.
+ * Note: DBpedia is always subject to change, solutions will change over time
+
+ * Possible Solution:
+ * Theorist OR (Mathematician AND Physicist)
+ *
+ */
+
+// SPARQL options
+sparql.recursionDepth = 1;
+
+//predefined filter (1 = YAGO based learning)
+sparql.predefinedFilter = "YAGO";
+sparql.predefinedEndpoint = "LOCALDBPEDIA";
+
+import("http://139.18.2.37:8890/sparql","SPARQL");
+algorithm = refexamples;
+reasoner = fastInstanceChecker;
+
+refexamples.useAllConstructor = false;
+refexamples.useExistsConstructor = true;
+refexamples.useCardinalityRestrictions = false;
+refexamples.useNegation = false;
+
+//refexamples.ignoredConcepts={"http://dbpedia.org/class/yago/Abstainer109758173"};
+
+sparql.instances = {
+ "http://dbpedia.org/resource/Benjamin_Netanyahu"
+ ,"http://dbpedia.org/resource/Brant_Brown"
+ ,"http://dbpedia.org/resource/David_Blunkett"
+ ,"http://dbpedia.org/resource/Democritus"
+ ,"http://dbpedia.org/resource/Dick_Grayson"
+ ,"http://dbpedia.org/resource/Edward_Marjoribanks%2C_2nd_Baron_Tweedmouth"
+ ,"http://dbpedia.org/resource/Elizabeth_Dole"
+ ,"http://dbpedia.org/resource/Franklin_Pierce"
+ ,"http://dbpedia.org/resource/Kurt_Waldheim"
+ ,"http://dbpedia.org/resource/Lamberto_Dini"
+ ,"http://dbpedia.org/resource/Laurence_Foley"
+ ,"http://dbpedia.org/resource/Philip_Stanhope%2C_4th_Earl_of_Chesterfield"
+ ,"http://dbpedia.org/resource/Alec_Douglas-Home"
+ ,"http://dbpedia.org/resource/Andrew_Bonar_Law"
+ ,"http://dbpedia.org/resource/Anthony_Eden"
+ ,"http://dbpedia.org/resource/Anthony_Eden_hat"
+ ,"http://dbpedia.org/resource/Archibald_Primrose%2C_5th_Earl_of_Rosebery"
+,"http://dbpedia.org/resource/Arthur_Balfour"
+};
+
+
+
+-"http://dbpedia.org/resource/Benjamin_Netanyahu"
+-"http://dbpedia.org/resource/Brant_Brown"
+-"http://dbpedia.org/resource/David_Blunkett"
+-"http://dbpedia.org/resource/Democritus"
+-"http://dbpedia.org/resource/Dick_Grayson"
+-"http://dbpedia.org/resource/Edward_Marjoribanks%2C_2nd_Baron_Tweedmouth"
+-"http://dbpedia.org/resource/Elizabeth_Dole"
+-"http://dbpedia.org/resource/Franklin_Pierce"
+-"http://dbpedia.org/resource/Kurt_Waldheim"
+-"http://dbpedia.org/resource/Lamberto_Dini"
+-"http://dbpedia.org/resource/Laurence_Foley"
+-"http://dbpedia.org/resource/Philip_Stanhope%2C_4th_Earl_of_Chesterfield"
++"http://dbpedia.org/resource/Alec_Douglas-Home"
++"http://dbpedia.org/resource/Andrew_Bonar_Law"
++"http://dbpedia.org/resource/Anthony_Eden"
++"http://dbpedia.org/resource/Anthony_Eden_hat"
++"http://dbpedia.org/resource/Archibald_Primrose%2C_5th_Earl_of_Rosebery"
++"http://dbpedia.org/resource/Arthur_Balfour"
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|