From: <ku...@us...> - 2010-02-14 22:11:04
|
Revision: 2039 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2039&view=rev Author: kurzum Date: 2010-02-14 22:10:57 +0000 (Sun, 14 Feb 2010) Log Message: ----------- Test Cases for SPARQL conversion Problem (RDF Data following) Modified Paths: -------------- trunk/bin/dllearner trunk/bin/dllearner.bat trunk/bin/gui trunk/bin/gui.bat trunk/bin/quickstart trunk/bin/quickstart.bat trunk/bin/ws trunk/bin/ws.bat trunk/src/dl-learner/org/dllearner/scripts/tiger/ExperimentConfig.java trunk/src/dl-learner/org/dllearner/scripts/tiger/TestIterativeLearning.java trunk/src/dl-learner/org/dllearner/utilities/examples/ExMakerCrossFolds.java trunk/src/dl-learner/org/dllearner/utilities/examples/Examples.java trunk/src/dl-learner/org/dllearner/utilities/examples/ExperimentCollector.java Added Paths: ----------- trunk/examples/testCaseSPARQLDescription/ trunk/examples/testCaseSPARQLDescription/1266166547500.conf trunk/examples/testCaseSPARQLDescription/1266166637085.conf trunk/examples/testCaseSPARQLDescription/tiger_trimmed_toPOS.rdf Modified: trunk/bin/dllearner =================================================================== --- trunk/bin/dllearner 2010-02-14 14:34:27 UTC (rev 2038) +++ trunk/bin/dllearner 2010-02-14 22:10:57 UTC (rev 2039) @@ -1,2 +1,2 @@ #!/bin/bash -java -Xmx1024m -Djava.library.path=lib/fact/ -cp .:./lib/ant_latex.jar:./lib/db/mysql-connector-java-5.1.6-bin.jar:./lib/db/postgresql-8.4-701.jdbc4.jar:./lib/dig1.1-xmlbeans.jar:./lib/fact/FaCTpp-OWLAPI-v1.1.11.jar:./lib/ini4j-0.3.2.jar:./lib/jamon-2.7.jar:./lib/jena/antlr-2.7.5.jar:./lib/jena/arq.jar:./lib/jena/commons-logging-1.1.1.jar:./lib/jena/concurrent.jar:./lib/jena/icu4j_3_4.jar:./lib/jena/iri.jar:./lib/jena/jena.jar:./lib/jena/json.jar:./lib/jena/xercesImpl.jar:./lib/jopt-simple-3.1.jar:./lib/junit-4.4.jar:./lib/log4j.jar:./lib/ore-tool/BrowserLauncher2-all-1_3.jar:./lib/ore-tool/looks-2.3.0.jar:./lib/ore-tool/swingx-1.0.jar:./lib/owlapi/owlapi-bin.jar:./lib/owlapi/owlapiV3-bin.jar:./lib/pellet/aterm-java-1.6.jar:./lib/pellet/pellet-core.jar:./lib/pellet/pellet-datatypes.jar:./lib/pellet/pellet-el.jar:./lib/pellet/pellet-explanation.jar:./lib/pellet/pellet-modularity.jar:./lib/pellet/pellet-owlapi.jar:./lib/pellet/pellet-rules.jar:./lib/pellet/relaxngDatatype.jar:./lib/pellet/xsdlib.jar:./lib/protege/org.protege.editor.core.application.jar:./lib/protege/org.protege.editor.owl.jar:./lib/secondstring-20060615.jar:./lib/xbean.jar:./lib/dllearner.jar org.dllearner.cli.Start $@ \ No newline at end of file +java -Xmx1024m -Djava.library.path=lib/fact/ -cp .:./lib/ant_latex.jar:./lib/db/mysql-connector-java-5.1.6-bin.jar:./lib/db/postgresql-8.4-701.jdbc4.jar:./lib/dig1.1-xmlbeans.jar:./lib/fact/FaCTpp-OWLAPI-v1.1.11.jar:./lib/ini4j-0.3.2.jar:./lib/jamon-2.7.jar:./lib/jena/antlr-2.7.5.jar:./lib/jena/arq.jar:./lib/jena/commons-logging-1.1.1.jar:./lib/jena/concurrent.jar:./lib/jena/icu4j_3_4.jar:./lib/jena/iri.jar:./lib/jena/jena.jar:./lib/jena/json.jar:./lib/jena/xercesImpl.jar:./lib/jopt-simple-3.1.jar:./lib/junit-4.4.jar:./lib/log4j.jar:./lib/ore-tool/BrowserLauncher2-all-1_3.jar:./lib/ore-tool/looks-2.3.0.jar:./lib/ore-tool/swingx-1.0.jar:./lib/owlapi/owlapi-bin.jar:./lib/owlapi/owlapiV3-bin.jar:./lib/pellet/aterm-java-1.6.jar:./lib/pellet/pellet-core.jar:./lib/pellet/pellet-datatypes.jar:./lib/pellet/pellet-el.jar:./lib/pellet/pellet-explanation.jar:./lib/pellet/pellet-modularity.jar:./lib/pellet/pellet-owlapi.jar:./lib/pellet/pellet-rules.jar:./lib/pellet/relaxngDatatype.jar:./lib/pellet/xsdlib.jar:./lib/protege/org.protege.editor.core.application.jar:./lib/protege/org.protege.editor.owl.jar:./lib/rdbtoonto/commons-collections-3.2.jar:./lib/rdbtoonto/commons-configuration-1.4.jar:./lib/rdbtoonto/commons-lang-2.3.jar:./lib/rdbtoonto/converter.jar:./lib/rdbtoonto/mysql-connector-java-5.1.6-bin.jar:./lib/rdbtoonto/rdbtoonto.jar:./lib/secondstring-20060615.jar:./lib/xbean.jar:./lib/dllearner.jar org.dllearner.cli.Start $@ \ No newline at end of file Modified: trunk/bin/dllearner.bat =================================================================== --- trunk/bin/dllearner.bat 2010-02-14 14:34:27 UTC (rev 2038) +++ trunk/bin/dllearner.bat 2010-02-14 22:10:57 UTC (rev 2039) @@ -1 +1 @@ -java -Xmx1024m -Djava.library.path=lib/fact/ -cp .;.\lib\ant_latex.jar;.\lib\db\mysql-connector-java-5.1.6-bin.jar;.\lib\db\postgresql-8.4-701.jdbc4.jar;.\lib\dig1.1-xmlbeans.jar;.\lib\fact\FaCTpp-OWLAPI-v1.1.11.jar;.\lib\ini4j-0.3.2.jar;.\lib\jamon-2.7.jar;.\lib\jena\antlr-2.7.5.jar;.\lib\jena\arq.jar;.\lib\jena\commons-logging-1.1.1.jar;.\lib\jena\concurrent.jar;.\lib\jena\icu4j_3_4.jar;.\lib\jena\iri.jar;.\lib\jena\jena.jar;.\lib\jena\json.jar;.\lib\jena\xercesImpl.jar;.\lib\jopt-simple-3.1.jar;.\lib\junit-4.4.jar;.\lib\log4j.jar;.\lib\ore-tool\BrowserLauncher2-all-1_3.jar;.\lib\ore-tool\looks-2.3.0.jar;.\lib\ore-tool\swingx-1.0.jar;.\lib\owlapi\owlapi-bin.jar;.\lib\owlapi\owlapiV3-bin.jar;.\lib\pellet\aterm-java-1.6.jar;.\lib\pellet\pellet-core.jar;.\lib\pellet\pellet-datatypes.jar;.\lib\pellet\pellet-el.jar;.\lib\pellet\pellet-explanation.jar;.\lib\pellet\pellet-modularity.jar;.\lib\pellet\pellet-owlapi.jar;.\lib\pellet\pellet-rules.jar;.\lib\pellet\relaxngDatatype.jar;.\lib\pellet\xsdlib.jar;.\lib\protege\org.protege.editor.core.application.jar;.\lib\protege\org.protege.editor.owl.jar;.\lib\secondstring-20060615.jar;.\lib\xbean.jar;.\lib\dllearner.jar org.dllearner.cli.Start %* \ No newline at end of file +java -Xmx1024m -Djava.library.path=lib/fact/ -cp .;.\lib\ant_latex.jar;.\lib\db\mysql-connector-java-5.1.6-bin.jar;.\lib\db\postgresql-8.4-701.jdbc4.jar;.\lib\dig1.1-xmlbeans.jar;.\lib\fact\FaCTpp-OWLAPI-v1.1.11.jar;.\lib\ini4j-0.3.2.jar;.\lib\jamon-2.7.jar;.\lib\jena\antlr-2.7.5.jar;.\lib\jena\arq.jar;.\lib\jena\commons-logging-1.1.1.jar;.\lib\jena\concurrent.jar;.\lib\jena\icu4j_3_4.jar;.\lib\jena\iri.jar;.\lib\jena\jena.jar;.\lib\jena\json.jar;.\lib\jena\xercesImpl.jar;.\lib\jopt-simple-3.1.jar;.\lib\junit-4.4.jar;.\lib\log4j.jar;.\lib\ore-tool\BrowserLauncher2-all-1_3.jar;.\lib\ore-tool\looks-2.3.0.jar;.\lib\ore-tool\swingx-1.0.jar;.\lib\owlapi\owlapi-bin.jar;.\lib\owlapi\owlapiV3-bin.jar;.\lib\pellet\aterm-java-1.6.jar;.\lib\pellet\pellet-core.jar;.\lib\pellet\pellet-datatypes.jar;.\lib\pellet\pellet-el.jar;.\lib\pellet\pellet-explanation.jar;.\lib\pellet\pellet-modularity.jar;.\lib\pellet\pellet-owlapi.jar;.\lib\pellet\pellet-rules.jar;.\lib\pellet\relaxngDatatype.jar;.\lib\pellet\xsdlib.jar;.\lib\protege\org.protege.editor.core.application.jar;.\lib\protege\org.protege.editor.owl.jar;.\lib\rdbtoonto\commons-collections-3.2.jar;.\lib\rdbtoonto\commons-configuration-1.4.jar;.\lib\rdbtoonto\commons-lang-2.3.jar;.\lib\rdbtoonto\converter.jar;.\lib\rdbtoonto\mysql-connector-java-5.1.6-bin.jar;.\lib\rdbtoonto\rdbtoonto.jar;.\lib\secondstring-20060615.jar;.\lib\xbean.jar;.\lib\dllearner.jar org.dllearner.cli.Start %* \ No newline at end of file Modified: trunk/bin/gui =================================================================== --- trunk/bin/gui 2010-02-14 14:34:27 UTC (rev 2038) +++ trunk/bin/gui 2010-02-14 22:10:57 UTC (rev 2039) @@ -1,2 +1,2 @@ #!/bin/bash -java -Xmx1024m -Djava.library.path=lib/fact/ -cp .:./lib/ant_latex.jar:./lib/db/mysql-connector-java-5.1.6-bin.jar:./lib/db/postgresql-8.4-701.jdbc4.jar:./lib/dig1.1-xmlbeans.jar:./lib/fact/FaCTpp-OWLAPI-v1.1.11.jar:./lib/ini4j-0.3.2.jar:./lib/jamon-2.7.jar:./lib/jena/antlr-2.7.5.jar:./lib/jena/arq.jar:./lib/jena/commons-logging-1.1.1.jar:./lib/jena/concurrent.jar:./lib/jena/icu4j_3_4.jar:./lib/jena/iri.jar:./lib/jena/jena.jar:./lib/jena/json.jar:./lib/jena/xercesImpl.jar:./lib/jopt-simple-3.1.jar:./lib/junit-4.4.jar:./lib/log4j.jar:./lib/ore-tool/BrowserLauncher2-all-1_3.jar:./lib/ore-tool/looks-2.3.0.jar:./lib/ore-tool/swingx-1.0.jar:./lib/owlapi/owlapi-bin.jar:./lib/owlapi/owlapiV3-bin.jar:./lib/pellet/aterm-java-1.6.jar:./lib/pellet/pellet-core.jar:./lib/pellet/pellet-datatypes.jar:./lib/pellet/pellet-el.jar:./lib/pellet/pellet-explanation.jar:./lib/pellet/pellet-modularity.jar:./lib/pellet/pellet-owlapi.jar:./lib/pellet/pellet-rules.jar:./lib/pellet/relaxngDatatype.jar:./lib/pellet/xsdlib.jar:./lib/protege/org.protege.editor.core.application.jar:./lib/protege/org.protege.editor.owl.jar:./lib/secondstring-20060615.jar:./lib/xbean.jar:./lib/dllearner.jar org.dllearner.gui.StartGUI $@ \ No newline at end of file +java -Xmx1024m -Djava.library.path=lib/fact/ -cp .:./lib/ant_latex.jar:./lib/db/mysql-connector-java-5.1.6-bin.jar:./lib/db/postgresql-8.4-701.jdbc4.jar:./lib/dig1.1-xmlbeans.jar:./lib/fact/FaCTpp-OWLAPI-v1.1.11.jar:./lib/ini4j-0.3.2.jar:./lib/jamon-2.7.jar:./lib/jena/antlr-2.7.5.jar:./lib/jena/arq.jar:./lib/jena/commons-logging-1.1.1.jar:./lib/jena/concurrent.jar:./lib/jena/icu4j_3_4.jar:./lib/jena/iri.jar:./lib/jena/jena.jar:./lib/jena/json.jar:./lib/jena/xercesImpl.jar:./lib/jopt-simple-3.1.jar:./lib/junit-4.4.jar:./lib/log4j.jar:./lib/ore-tool/BrowserLauncher2-all-1_3.jar:./lib/ore-tool/looks-2.3.0.jar:./lib/ore-tool/swingx-1.0.jar:./lib/owlapi/owlapi-bin.jar:./lib/owlapi/owlapiV3-bin.jar:./lib/pellet/aterm-java-1.6.jar:./lib/pellet/pellet-core.jar:./lib/pellet/pellet-datatypes.jar:./lib/pellet/pellet-el.jar:./lib/pellet/pellet-explanation.jar:./lib/pellet/pellet-modularity.jar:./lib/pellet/pellet-owlapi.jar:./lib/pellet/pellet-rules.jar:./lib/pellet/relaxngDatatype.jar:./lib/pellet/xsdlib.jar:./lib/protege/org.protege.editor.core.application.jar:./lib/protege/org.protege.editor.owl.jar:./lib/rdbtoonto/commons-collections-3.2.jar:./lib/rdbtoonto/commons-configuration-1.4.jar:./lib/rdbtoonto/commons-lang-2.3.jar:./lib/rdbtoonto/converter.jar:./lib/rdbtoonto/mysql-connector-java-5.1.6-bin.jar:./lib/rdbtoonto/rdbtoonto.jar:./lib/secondstring-20060615.jar:./lib/xbean.jar:./lib/dllearner.jar org.dllearner.gui.StartGUI $@ \ No newline at end of file Modified: trunk/bin/gui.bat =================================================================== --- trunk/bin/gui.bat 2010-02-14 14:34:27 UTC (rev 2038) +++ trunk/bin/gui.bat 2010-02-14 22:10:57 UTC (rev 2039) @@ -1 +1 @@ -java -Xmx1024m -Djava.library.path=lib/fact/ -cp .;.\lib\ant_latex.jar;.\lib\db\mysql-connector-java-5.1.6-bin.jar;.\lib\db\postgresql-8.4-701.jdbc4.jar;.\lib\dig1.1-xmlbeans.jar;.\lib\fact\FaCTpp-OWLAPI-v1.1.11.jar;.\lib\ini4j-0.3.2.jar;.\lib\jamon-2.7.jar;.\lib\jena\antlr-2.7.5.jar;.\lib\jena\arq.jar;.\lib\jena\commons-logging-1.1.1.jar;.\lib\jena\concurrent.jar;.\lib\jena\icu4j_3_4.jar;.\lib\jena\iri.jar;.\lib\jena\jena.jar;.\lib\jena\json.jar;.\lib\jena\xercesImpl.jar;.\lib\jopt-simple-3.1.jar;.\lib\junit-4.4.jar;.\lib\log4j.jar;.\lib\ore-tool\BrowserLauncher2-all-1_3.jar;.\lib\ore-tool\looks-2.3.0.jar;.\lib\ore-tool\swingx-1.0.jar;.\lib\owlapi\owlapi-bin.jar;.\lib\owlapi\owlapiV3-bin.jar;.\lib\pellet\aterm-java-1.6.jar;.\lib\pellet\pellet-core.jar;.\lib\pellet\pellet-datatypes.jar;.\lib\pellet\pellet-el.jar;.\lib\pellet\pellet-explanation.jar;.\lib\pellet\pellet-modularity.jar;.\lib\pellet\pellet-owlapi.jar;.\lib\pellet\pellet-rules.jar;.\lib\pellet\relaxngDatatype.jar;.\lib\pellet\xsdlib.jar;.\lib\protege\org.protege.editor.core.application.jar;.\lib\protege\org.protege.editor.owl.jar;.\lib\secondstring-20060615.jar;.\lib\xbean.jar;.\lib\dllearner.jar org.dllearner.gui.StartGUI %* \ No newline at end of file +java -Xmx1024m -Djava.library.path=lib/fact/ -cp .;.\lib\ant_latex.jar;.\lib\db\mysql-connector-java-5.1.6-bin.jar;.\lib\db\postgresql-8.4-701.jdbc4.jar;.\lib\dig1.1-xmlbeans.jar;.\lib\fact\FaCTpp-OWLAPI-v1.1.11.jar;.\lib\ini4j-0.3.2.jar;.\lib\jamon-2.7.jar;.\lib\jena\antlr-2.7.5.jar;.\lib\jena\arq.jar;.\lib\jena\commons-logging-1.1.1.jar;.\lib\jena\concurrent.jar;.\lib\jena\icu4j_3_4.jar;.\lib\jena\iri.jar;.\lib\jena\jena.jar;.\lib\jena\json.jar;.\lib\jena\xercesImpl.jar;.\lib\jopt-simple-3.1.jar;.\lib\junit-4.4.jar;.\lib\log4j.jar;.\lib\ore-tool\BrowserLauncher2-all-1_3.jar;.\lib\ore-tool\looks-2.3.0.jar;.\lib\ore-tool\swingx-1.0.jar;.\lib\owlapi\owlapi-bin.jar;.\lib\owlapi\owlapiV3-bin.jar;.\lib\pellet\aterm-java-1.6.jar;.\lib\pellet\pellet-core.jar;.\lib\pellet\pellet-datatypes.jar;.\lib\pellet\pellet-el.jar;.\lib\pellet\pellet-explanation.jar;.\lib\pellet\pellet-modularity.jar;.\lib\pellet\pellet-owlapi.jar;.\lib\pellet\pellet-rules.jar;.\lib\pellet\relaxngDatatype.jar;.\lib\pellet\xsdlib.jar;.\lib\protege\org.protege.editor.core.application.jar;.\lib\protege\org.protege.editor.owl.jar;.\lib\rdbtoonto\commons-collections-3.2.jar;.\lib\rdbtoonto\commons-configuration-1.4.jar;.\lib\rdbtoonto\commons-lang-2.3.jar;.\lib\rdbtoonto\converter.jar;.\lib\rdbtoonto\mysql-connector-java-5.1.6-bin.jar;.\lib\rdbtoonto\rdbtoonto.jar;.\lib\secondstring-20060615.jar;.\lib\xbean.jar;.\lib\dllearner.jar org.dllearner.gui.StartGUI %* \ No newline at end of file Modified: trunk/bin/quickstart =================================================================== --- trunk/bin/quickstart 2010-02-14 14:34:27 UTC (rev 2038) +++ trunk/bin/quickstart 2010-02-14 22:10:57 UTC (rev 2039) @@ -1,2 +1,2 @@ #!/bin/bash -java -Xmx1024m -Djava.library.path=lib/fact/ -cp .:./lib/ant_latex.jar:./lib/db/mysql-connector-java-5.1.6-bin.jar:./lib/db/postgresql-8.4-701.jdbc4.jar:./lib/dig1.1-xmlbeans.jar:./lib/fact/FaCTpp-OWLAPI-v1.1.11.jar:./lib/ini4j-0.3.2.jar:./lib/jamon-2.7.jar:./lib/jena/antlr-2.7.5.jar:./lib/jena/arq.jar:./lib/jena/commons-logging-1.1.1.jar:./lib/jena/concurrent.jar:./lib/jena/icu4j_3_4.jar:./lib/jena/iri.jar:./lib/jena/jena.jar:./lib/jena/json.jar:./lib/jena/xercesImpl.jar:./lib/jopt-simple-3.1.jar:./lib/junit-4.4.jar:./lib/log4j.jar:./lib/ore-tool/BrowserLauncher2-all-1_3.jar:./lib/ore-tool/looks-2.3.0.jar:./lib/ore-tool/swingx-1.0.jar:./lib/owlapi/owlapi-bin.jar:./lib/owlapi/owlapiV3-bin.jar:./lib/pellet/aterm-java-1.6.jar:./lib/pellet/pellet-core.jar:./lib/pellet/pellet-datatypes.jar:./lib/pellet/pellet-el.jar:./lib/pellet/pellet-explanation.jar:./lib/pellet/pellet-modularity.jar:./lib/pellet/pellet-owlapi.jar:./lib/pellet/pellet-rules.jar:./lib/pellet/relaxngDatatype.jar:./lib/pellet/xsdlib.jar:./lib/protege/org.protege.editor.core.application.jar:./lib/protege/org.protege.editor.owl.jar:./lib/secondstring-20060615.jar:./lib/xbean.jar:./lib/dllearner.jar org.dllearner.cli.QuickStart \ No newline at end of file +java -Xmx1024m -Djava.library.path=lib/fact/ -cp .:./lib/ant_latex.jar:./lib/db/mysql-connector-java-5.1.6-bin.jar:./lib/db/postgresql-8.4-701.jdbc4.jar:./lib/dig1.1-xmlbeans.jar:./lib/fact/FaCTpp-OWLAPI-v1.1.11.jar:./lib/ini4j-0.3.2.jar:./lib/jamon-2.7.jar:./lib/jena/antlr-2.7.5.jar:./lib/jena/arq.jar:./lib/jena/commons-logging-1.1.1.jar:./lib/jena/concurrent.jar:./lib/jena/icu4j_3_4.jar:./lib/jena/iri.jar:./lib/jena/jena.jar:./lib/jena/json.jar:./lib/jena/xercesImpl.jar:./lib/jopt-simple-3.1.jar:./lib/junit-4.4.jar:./lib/log4j.jar:./lib/ore-tool/BrowserLauncher2-all-1_3.jar:./lib/ore-tool/looks-2.3.0.jar:./lib/ore-tool/swingx-1.0.jar:./lib/owlapi/owlapi-bin.jar:./lib/owlapi/owlapiV3-bin.jar:./lib/pellet/aterm-java-1.6.jar:./lib/pellet/pellet-core.jar:./lib/pellet/pellet-datatypes.jar:./lib/pellet/pellet-el.jar:./lib/pellet/pellet-explanation.jar:./lib/pellet/pellet-modularity.jar:./lib/pellet/pellet-owlapi.jar:./lib/pellet/pellet-rules.jar:./lib/pellet/relaxngDatatype.jar:./lib/pellet/xsdlib.jar:./lib/protege/org.protege.editor.core.application.jar:./lib/protege/org.protege.editor.owl.jar:./lib/rdbtoonto/commons-collections-3.2.jar:./lib/rdbtoonto/commons-configuration-1.4.jar:./lib/rdbtoonto/commons-lang-2.3.jar:./lib/rdbtoonto/converter.jar:./lib/rdbtoonto/mysql-connector-java-5.1.6-bin.jar:./lib/rdbtoonto/rdbtoonto.jar:./lib/secondstring-20060615.jar:./lib/xbean.jar:./lib/dllearner.jar org.dllearner.cli.QuickStart \ No newline at end of file Modified: trunk/bin/quickstart.bat =================================================================== --- trunk/bin/quickstart.bat 2010-02-14 14:34:27 UTC (rev 2038) +++ trunk/bin/quickstart.bat 2010-02-14 22:10:57 UTC (rev 2039) @@ -1 +1 @@ -java -Xmx1024m -Djava.library.path=lib/fact/ -cp .;.\lib\ant_latex.jar;.\lib\db\mysql-connector-java-5.1.6-bin.jar;.\lib\db\postgresql-8.4-701.jdbc4.jar;.\lib\dig1.1-xmlbeans.jar;.\lib\fact\FaCTpp-OWLAPI-v1.1.11.jar;.\lib\ini4j-0.3.2.jar;.\lib\jamon-2.7.jar;.\lib\jena\antlr-2.7.5.jar;.\lib\jena\arq.jar;.\lib\jena\commons-logging-1.1.1.jar;.\lib\jena\concurrent.jar;.\lib\jena\icu4j_3_4.jar;.\lib\jena\iri.jar;.\lib\jena\jena.jar;.\lib\jena\json.jar;.\lib\jena\xercesImpl.jar;.\lib\jopt-simple-3.1.jar;.\lib\junit-4.4.jar;.\lib\log4j.jar;.\lib\ore-tool\BrowserLauncher2-all-1_3.jar;.\lib\ore-tool\looks-2.3.0.jar;.\lib\ore-tool\swingx-1.0.jar;.\lib\owlapi\owlapi-bin.jar;.\lib\owlapi\owlapiV3-bin.jar;.\lib\pellet\aterm-java-1.6.jar;.\lib\pellet\pellet-core.jar;.\lib\pellet\pellet-datatypes.jar;.\lib\pellet\pellet-el.jar;.\lib\pellet\pellet-explanation.jar;.\lib\pellet\pellet-modularity.jar;.\lib\pellet\pellet-owlapi.jar;.\lib\pellet\pellet-rules.jar;.\lib\pellet\relaxngDatatype.jar;.\lib\pellet\xsdlib.jar;.\lib\protege\org.protege.editor.core.application.jar;.\lib\protege\org.protege.editor.owl.jar;.\lib\secondstring-20060615.jar;.\lib\xbean.jar;.\lib\dllearner.jar org.dllearner.cli.QuickStart \ No newline at end of file +java -Xmx1024m -Djava.library.path=lib/fact/ -cp .;.\lib\ant_latex.jar;.\lib\db\mysql-connector-java-5.1.6-bin.jar;.\lib\db\postgresql-8.4-701.jdbc4.jar;.\lib\dig1.1-xmlbeans.jar;.\lib\fact\FaCTpp-OWLAPI-v1.1.11.jar;.\lib\ini4j-0.3.2.jar;.\lib\jamon-2.7.jar;.\lib\jena\antlr-2.7.5.jar;.\lib\jena\arq.jar;.\lib\jena\commons-logging-1.1.1.jar;.\lib\jena\concurrent.jar;.\lib\jena\icu4j_3_4.jar;.\lib\jena\iri.jar;.\lib\jena\jena.jar;.\lib\jena\json.jar;.\lib\jena\xercesImpl.jar;.\lib\jopt-simple-3.1.jar;.\lib\junit-4.4.jar;.\lib\log4j.jar;.\lib\ore-tool\BrowserLauncher2-all-1_3.jar;.\lib\ore-tool\looks-2.3.0.jar;.\lib\ore-tool\swingx-1.0.jar;.\lib\owlapi\owlapi-bin.jar;.\lib\owlapi\owlapiV3-bin.jar;.\lib\pellet\aterm-java-1.6.jar;.\lib\pellet\pellet-core.jar;.\lib\pellet\pellet-datatypes.jar;.\lib\pellet\pellet-el.jar;.\lib\pellet\pellet-explanation.jar;.\lib\pellet\pellet-modularity.jar;.\lib\pellet\pellet-owlapi.jar;.\lib\pellet\pellet-rules.jar;.\lib\pellet\relaxngDatatype.jar;.\lib\pellet\xsdlib.jar;.\lib\protege\org.protege.editor.core.application.jar;.\lib\protege\org.protege.editor.owl.jar;.\lib\rdbtoonto\commons-collections-3.2.jar;.\lib\rdbtoonto\commons-configuration-1.4.jar;.\lib\rdbtoonto\commons-lang-2.3.jar;.\lib\rdbtoonto\converter.jar;.\lib\rdbtoonto\mysql-connector-java-5.1.6-bin.jar;.\lib\rdbtoonto\rdbtoonto.jar;.\lib\secondstring-20060615.jar;.\lib\xbean.jar;.\lib\dllearner.jar org.dllearner.cli.QuickStart \ No newline at end of file Modified: trunk/bin/ws =================================================================== --- trunk/bin/ws 2010-02-14 14:34:27 UTC (rev 2038) +++ trunk/bin/ws 2010-02-14 22:10:57 UTC (rev 2039) @@ -1,2 +1,2 @@ #!/bin/bash -java -Xmx1024m -Djava.library.path=lib/fact/ -cp .:./lib/ant_latex.jar:./lib/db/mysql-connector-java-5.1.6-bin.jar:./lib/db/postgresql-8.4-701.jdbc4.jar:./lib/dig1.1-xmlbeans.jar:./lib/fact/FaCTpp-OWLAPI-v1.1.11.jar:./lib/ini4j-0.3.2.jar:./lib/jamon-2.7.jar:./lib/jena/antlr-2.7.5.jar:./lib/jena/arq.jar:./lib/jena/commons-logging-1.1.1.jar:./lib/jena/concurrent.jar:./lib/jena/icu4j_3_4.jar:./lib/jena/iri.jar:./lib/jena/jena.jar:./lib/jena/json.jar:./lib/jena/xercesImpl.jar:./lib/jopt-simple-3.1.jar:./lib/junit-4.4.jar:./lib/log4j.jar:./lib/ore-tool/BrowserLauncher2-all-1_3.jar:./lib/ore-tool/looks-2.3.0.jar:./lib/ore-tool/swingx-1.0.jar:./lib/owlapi/owlapi-bin.jar:./lib/owlapi/owlapiV3-bin.jar:./lib/pellet/aterm-java-1.6.jar:./lib/pellet/pellet-core.jar:./lib/pellet/pellet-datatypes.jar:./lib/pellet/pellet-el.jar:./lib/pellet/pellet-explanation.jar:./lib/pellet/pellet-modularity.jar:./lib/pellet/pellet-owlapi.jar:./lib/pellet/pellet-rules.jar:./lib/pellet/relaxngDatatype.jar:./lib/pellet/xsdlib.jar:./lib/protege/org.protege.editor.core.application.jar:./lib/protege/org.protege.editor.owl.jar:./lib/secondstring-20060615.jar:./lib/xbean.jar:./lib/dllearner.jar org.dllearner.server.DLLearnerWSStart $@ \ No newline at end of file +java -Xmx1024m -Djava.library.path=lib/fact/ -cp .:./lib/ant_latex.jar:./lib/db/mysql-connector-java-5.1.6-bin.jar:./lib/db/postgresql-8.4-701.jdbc4.jar:./lib/dig1.1-xmlbeans.jar:./lib/fact/FaCTpp-OWLAPI-v1.1.11.jar:./lib/ini4j-0.3.2.jar:./lib/jamon-2.7.jar:./lib/jena/antlr-2.7.5.jar:./lib/jena/arq.jar:./lib/jena/commons-logging-1.1.1.jar:./lib/jena/concurrent.jar:./lib/jena/icu4j_3_4.jar:./lib/jena/iri.jar:./lib/jena/jena.jar:./lib/jena/json.jar:./lib/jena/xercesImpl.jar:./lib/jopt-simple-3.1.jar:./lib/junit-4.4.jar:./lib/log4j.jar:./lib/ore-tool/BrowserLauncher2-all-1_3.jar:./lib/ore-tool/looks-2.3.0.jar:./lib/ore-tool/swingx-1.0.jar:./lib/owlapi/owlapi-bin.jar:./lib/owlapi/owlapiV3-bin.jar:./lib/pellet/aterm-java-1.6.jar:./lib/pellet/pellet-core.jar:./lib/pellet/pellet-datatypes.jar:./lib/pellet/pellet-el.jar:./lib/pellet/pellet-explanation.jar:./lib/pellet/pellet-modularity.jar:./lib/pellet/pellet-owlapi.jar:./lib/pellet/pellet-rules.jar:./lib/pellet/relaxngDatatype.jar:./lib/pellet/xsdlib.jar:./lib/protege/org.protege.editor.core.application.jar:./lib/protege/org.protege.editor.owl.jar:./lib/rdbtoonto/commons-collections-3.2.jar:./lib/rdbtoonto/commons-configuration-1.4.jar:./lib/rdbtoonto/commons-lang-2.3.jar:./lib/rdbtoonto/converter.jar:./lib/rdbtoonto/mysql-connector-java-5.1.6-bin.jar:./lib/rdbtoonto/rdbtoonto.jar:./lib/secondstring-20060615.jar:./lib/xbean.jar:./lib/dllearner.jar org.dllearner.server.DLLearnerWSStart $@ \ No newline at end of file Modified: trunk/bin/ws.bat =================================================================== --- trunk/bin/ws.bat 2010-02-14 14:34:27 UTC (rev 2038) +++ trunk/bin/ws.bat 2010-02-14 22:10:57 UTC (rev 2039) @@ -1 +1 @@ -java -Xmx1024m -Djava.library.path=lib/fact/ -cp .;.\lib\ant_latex.jar;.\lib\db\mysql-connector-java-5.1.6-bin.jar;.\lib\db\postgresql-8.4-701.jdbc4.jar;.\lib\dig1.1-xmlbeans.jar;.\lib\fact\FaCTpp-OWLAPI-v1.1.11.jar;.\lib\ini4j-0.3.2.jar;.\lib\jamon-2.7.jar;.\lib\jena\antlr-2.7.5.jar;.\lib\jena\arq.jar;.\lib\jena\commons-logging-1.1.1.jar;.\lib\jena\concurrent.jar;.\lib\jena\icu4j_3_4.jar;.\lib\jena\iri.jar;.\lib\jena\jena.jar;.\lib\jena\json.jar;.\lib\jena\xercesImpl.jar;.\lib\jopt-simple-3.1.jar;.\lib\junit-4.4.jar;.\lib\log4j.jar;.\lib\ore-tool\BrowserLauncher2-all-1_3.jar;.\lib\ore-tool\looks-2.3.0.jar;.\lib\ore-tool\swingx-1.0.jar;.\lib\owlapi\owlapi-bin.jar;.\lib\owlapi\owlapiV3-bin.jar;.\lib\pellet\aterm-java-1.6.jar;.\lib\pellet\pellet-core.jar;.\lib\pellet\pellet-datatypes.jar;.\lib\pellet\pellet-el.jar;.\lib\pellet\pellet-explanation.jar;.\lib\pellet\pellet-modularity.jar;.\lib\pellet\pellet-owlapi.jar;.\lib\pellet\pellet-rules.jar;.\lib\pellet\relaxngDatatype.jar;.\lib\pellet\xsdlib.jar;.\lib\protege\org.protege.editor.core.application.jar;.\lib\protege\org.protege.editor.owl.jar;.\lib\secondstring-20060615.jar;.\lib\xbean.jar;.\lib\dllearner.jar org.dllearner.server.DLLearnerWSStart %* \ No newline at end of file +java -Xmx1024m -Djava.library.path=lib/fact/ -cp .;.\lib\ant_latex.jar;.\lib\db\mysql-connector-java-5.1.6-bin.jar;.\lib\db\postgresql-8.4-701.jdbc4.jar;.\lib\dig1.1-xmlbeans.jar;.\lib\fact\FaCTpp-OWLAPI-v1.1.11.jar;.\lib\ini4j-0.3.2.jar;.\lib\jamon-2.7.jar;.\lib\jena\antlr-2.7.5.jar;.\lib\jena\arq.jar;.\lib\jena\commons-logging-1.1.1.jar;.\lib\jena\concurrent.jar;.\lib\jena\icu4j_3_4.jar;.\lib\jena\iri.jar;.\lib\jena\jena.jar;.\lib\jena\json.jar;.\lib\jena\xercesImpl.jar;.\lib\jopt-simple-3.1.jar;.\lib\junit-4.4.jar;.\lib\log4j.jar;.\lib\ore-tool\BrowserLauncher2-all-1_3.jar;.\lib\ore-tool\looks-2.3.0.jar;.\lib\ore-tool\swingx-1.0.jar;.\lib\owlapi\owlapi-bin.jar;.\lib\owlapi\owlapiV3-bin.jar;.\lib\pellet\aterm-java-1.6.jar;.\lib\pellet\pellet-core.jar;.\lib\pellet\pellet-datatypes.jar;.\lib\pellet\pellet-el.jar;.\lib\pellet\pellet-explanation.jar;.\lib\pellet\pellet-modularity.jar;.\lib\pellet\pellet-owlapi.jar;.\lib\pellet\pellet-rules.jar;.\lib\pellet\relaxngDatatype.jar;.\lib\pellet\xsdlib.jar;.\lib\protege\org.protege.editor.core.application.jar;.\lib\protege\org.protege.editor.owl.jar;.\lib\rdbtoonto\commons-collections-3.2.jar;.\lib\rdbtoonto\commons-configuration-1.4.jar;.\lib\rdbtoonto\commons-lang-2.3.jar;.\lib\rdbtoonto\converter.jar;.\lib\rdbtoonto\mysql-connector-java-5.1.6-bin.jar;.\lib\rdbtoonto\rdbtoonto.jar;.\lib\secondstring-20060615.jar;.\lib\xbean.jar;.\lib\dllearner.jar org.dllearner.server.DLLearnerWSStart %* \ No newline at end of file Added: trunk/examples/testCaseSPARQLDescription/1266166547500.conf =================================================================== --- trunk/examples/testCaseSPARQLDescription/1266166547500.conf (rev 0) +++ trunk/examples/testCaseSPARQLDescription/1266166547500.conf 2010-02-14 22:10:57 UTC (rev 2039) @@ -0,0 +1,96 @@ +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs1330"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs1430"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs15769"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs19571"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs20018"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs2134"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs23811"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs24345"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs25161"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs29437"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs33590"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs36798"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs37782"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs43333"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs43655"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs44147"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs46747"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs48054"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs50146"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs9128"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs10413"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs10715"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs11104"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs1236"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs1253"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs14738"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs1914"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs26290"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs28997"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs3529"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs35962"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs36400"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs38900"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs41529"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs43624"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs46234"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs8516"); +import("tiger_trimmed_toPOS.rdf"); + + + + ++"http://nlp2rdf.org/ontology/s1330" ++"http://nlp2rdf.org/ontology/s1430" ++"http://nlp2rdf.org/ontology/s15769" ++"http://nlp2rdf.org/ontology/s19571" ++"http://nlp2rdf.org/ontology/s20018" ++"http://nlp2rdf.org/ontology/s2134" ++"http://nlp2rdf.org/ontology/s23811" ++"http://nlp2rdf.org/ontology/s24345" ++"http://nlp2rdf.org/ontology/s25161" ++"http://nlp2rdf.org/ontology/s29437" ++"http://nlp2rdf.org/ontology/s33590" ++"http://nlp2rdf.org/ontology/s36798" ++"http://nlp2rdf.org/ontology/s37782" ++"http://nlp2rdf.org/ontology/s43333" ++"http://nlp2rdf.org/ontology/s43655" ++"http://nlp2rdf.org/ontology/s44147" ++"http://nlp2rdf.org/ontology/s46747" ++"http://nlp2rdf.org/ontology/s48054" ++"http://nlp2rdf.org/ontology/s50146" ++"http://nlp2rdf.org/ontology/s9128" +-"http://nlp2rdf.org/ontology/s10413" +-"http://nlp2rdf.org/ontology/s10715" +-"http://nlp2rdf.org/ontology/s11104" +-"http://nlp2rdf.org/ontology/s1236" +-"http://nlp2rdf.org/ontology/s1253" +-"http://nlp2rdf.org/ontology/s14738" +-"http://nlp2rdf.org/ontology/s1914" +-"http://nlp2rdf.org/ontology/s26290" +-"http://nlp2rdf.org/ontology/s28997" +-"http://nlp2rdf.org/ontology/s3529" +-"http://nlp2rdf.org/ontology/s35962" +-"http://nlp2rdf.org/ontology/s36400" +-"http://nlp2rdf.org/ontology/s38900" +-"http://nlp2rdf.org/ontology/s41529" +-"http://nlp2rdf.org/ontology/s43624" +-"http://nlp2rdf.org/ontology/s46234" +-"http://nlp2rdf.org/ontology/s8516" + + +/** +Good: +SELECT DISTINCT ?subject { +?subject a <http://nlp2rdf.org/ontology/Sentence> . +?subject <http://nlp2rdf.org/ontology/hasToken> ?object0. +?object0 a <http://nlp2rdf.org/ontology/VVPP> . +?subject <http://nlp2rdf.org/ontology/hasToken> ?object1. +?object1 <http://nlp2rdf.org/ontology/hasLemma> "werden" + } +Bad: +SELECT DISTINCT ?subject { +?subject a <http://nlp2rdf.org/ontology/Sentence> . +?subject <http://nlp2rdf.org/ontology/hasToken> ?object0. +?object0 a <http://nlp2rdf.org/ontology/VVPP> + } **/ Added: trunk/examples/testCaseSPARQLDescription/1266166637085.conf =================================================================== --- trunk/examples/testCaseSPARQLDescription/1266166637085.conf (rev 0) +++ trunk/examples/testCaseSPARQLDescription/1266166637085.conf 2010-02-14 22:10:57 UTC (rev 2039) @@ -0,0 +1,83 @@ +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs19832"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs25995"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs26867"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs29778"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs31487"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs31994"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs33592"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs36480"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs36630"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs37885"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs39264"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs42257"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs47997"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs48009"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs5887"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs16108"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs27089"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs27289"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs29380"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs29695"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs357"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs36940"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs39598"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs41799"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs44644"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs4624"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs46785"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs50417"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs5948"); +import("http%3A%2F%2Fnlp2rdf.org%2Fontology%2Fs9348"); +import("tiger_trimmed_toPOS.rdf"); + + + + + ++"http://nlp2rdf.org/ontology/s19832" ++"http://nlp2rdf.org/ontology/s25995" ++"http://nlp2rdf.org/ontology/s26867" ++"http://nlp2rdf.org/ontology/s29778" ++"http://nlp2rdf.org/ontology/s31487" ++"http://nlp2rdf.org/ontology/s31994" ++"http://nlp2rdf.org/ontology/s33592" ++"http://nlp2rdf.org/ontology/s36480" ++"http://nlp2rdf.org/ontology/s36630" ++"http://nlp2rdf.org/ontology/s37885" ++"http://nlp2rdf.org/ontology/s39264" ++"http://nlp2rdf.org/ontology/s42257" ++"http://nlp2rdf.org/ontology/s47997" ++"http://nlp2rdf.org/ontology/s48009" ++"http://nlp2rdf.org/ontology/s5887" +-"http://nlp2rdf.org/ontology/s16108" +-"http://nlp2rdf.org/ontology/s27089" +-"http://nlp2rdf.org/ontology/s27289" +-"http://nlp2rdf.org/ontology/s29380" +-"http://nlp2rdf.org/ontology/s29695" +-"http://nlp2rdf.org/ontology/s357" +-"http://nlp2rdf.org/ontology/s36940" +-"http://nlp2rdf.org/ontology/s39598" +-"http://nlp2rdf.org/ontology/s41799" +-"http://nlp2rdf.org/ontology/s44644" +-"http://nlp2rdf.org/ontology/s4624" +-"http://nlp2rdf.org/ontology/s46785" +-"http://nlp2rdf.org/ontology/s50417" +-"http://nlp2rdf.org/ontology/s5948" +-"http://nlp2rdf.org/ontology/s9348" + + +/** +Good: +SELECT DISTINCT ?subject { +?subject a <http://nlp2rdf.org/ontology/Sentence> . +?subject <http://nlp2rdf.org/ontology/hasToken> ?object0. +?object0 a <http://nlp2rdf.org/ontology/VVPP> . +?subject <http://nlp2rdf.org/ontology/hasToken> ?object1. +?object1 <http://nlp2rdf.org/ontology/hasLemma> "werden" + } +Bad: +SELECT DISTINCT ?subject { +?subject a <http://nlp2rdf.org/ontology/Sentence> . +?subject <http://nlp2rdf.org/ontology/hasToken> ?object0. +?object0 a <http://nlp2rdf.org/ontology/VVPP> + } **/ Added: trunk/examples/testCaseSPARQLDescription/tiger_trimmed_toPOS.rdf =================================================================== --- trunk/examples/testCaseSPARQLDescription/tiger_trimmed_toPOS.rdf (rev 0) +++ trunk/examples/testCaseSPARQLDescription/tiger_trimmed_toPOS.rdf 2010-02-14 22:10:57 UTC (rev 2039) @@ -0,0 +1,1448 @@ +<?xml version="1.0"?> + + +<!DOCTYPE rdf:RDF [ + <!ENTITY ontology "http://nlp2rdf.org/ontology/" > + <!ENTITY owl "http://www.w3.org/2002/07/owl#" > + <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > + <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" > + <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > + <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > + <!ENTITY j.2 "http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#" > + <!ENTITY j.0 "http://nachhalt.sfb632.uni-potsdam.de/owl/system.owl#" > + <!ENTITY j.1 "http://nachhalt.sfb632.uni-potsdam.de/owl/tiger-syntax.owl#" > +]> + + +<rdf:RDF xmlns="file:/home/sebastian/work/workspace/DL-Learner-SVN/files/tiger_trimmed_toPOS.rdf#" + xml:base="file:/home/sebastian/work/workspace/DL-Learner-SVN/files/tiger_trimmed_toPOS.rdf" + xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" + xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#" + xmlns:owl="http://www.w3.org/2002/07/owl#" + xmlns:xsd="http://www.w3.org/2001/XMLSchema#" + xmlns:j.1="http://nachhalt.sfb632.uni-potsdam.de/owl/tiger-syntax.owl#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:j.0="http://nachhalt.sfb632.uni-potsdam.de/owl/system.owl#" + xmlns:j.2="http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#" + xmlns:ontology="http://nlp2rdf.org/ontology/"> + <owl:Ontology rdf:about=""/> + + + + <!-- + /////////////////////////////////////////////////////////////////////////////////////// + // + // Object Properties + // + /////////////////////////////////////////////////////////////////////////////////////// + --> + + + + + <!-- http://nlp2rdf.org/ontology/belongsToSentence --> + + <owl:ObjectProperty rdf:about="&ontology;belongsToSentence"/> + + + + <!-- http://nlp2rdf.org/ontology/firstToken --> + + <owl:ObjectProperty rdf:about="&ontology;firstToken"/> + + + + <!-- http://nlp2rdf.org/ontology/hasSentence --> + + <owl:ObjectProperty rdf:about="&ontology;hasSentence"/> + + + + <!-- http://nlp2rdf.org/ontology/hasToken --> + + <owl:ObjectProperty rdf:about="&ontology;hasToken"> + <owl:inverseOf rdf:resource="&ontology;belongsToSentence"/> + </owl:ObjectProperty> + + + + <!-- http://nlp2rdf.org/ontology/nextToken --> + + <owl:ObjectProperty rdf:about="&ontology;nextToken"> + <rdf:type rdf:resource="&owl;TransitiveProperty"/> + <owl:inverseOf rdf:resource="&ontology;previousToken"/> + </owl:ObjectProperty> + + + + <!-- http://nlp2rdf.org/ontology/previousToken --> + + <owl:ObjectProperty rdf:about="&ontology;previousToken"> + <rdf:type rdf:resource="&owl;TransitiveProperty"/> + </owl:ObjectProperty> + + + + <!-- + /////////////////////////////////////////////////////////////////////////////////////// + // + // Data properties + // + /////////////////////////////////////////////////////////////////////////////////////// + --> + + + + + <!-- http://nlp2rdf.org/ontology/hasLemma --> + + <owl:DatatypeProperty rdf:about="&ontology;hasLemma"/> + + + + <!-- + /////////////////////////////////////////////////////////////////////////////////////// + // + // Classes + // + /////////////////////////////////////////////////////////////////////////////////////// + --> + + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Additional --> + + <owl:Class rdf:about="&j.2;Additional"> + <rdfs:subClassOf rdf:resource="&j.2;Tag"/> + <rdfs:comment rdf:datatype="&xsd;string" + >The Additional contains "non linguistic tags".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Adjective --> + + <owl:Class rdf:about="&j.2;Adjective"> + <rdfs:subClassOf rdf:resource="&j.2;POS"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are adjectives. + +An adjective is a word that is a member of a part of speech whose prototypical members designate properties and, less prototypically, states. +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_ServletAdjektiv 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Adposition --> + + <owl:Class rdf:about="&j.2;Adposition"> + <rdfs:subClassOf rdf:resource="&j.2;POS"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are adpositions. + +An adposition is a more or less grammaticalized relator word that takes a noun phrase as a complement and forms with it an adposition phrase. Its meaning is the grammatical or semantic relation between the dependent noun phrase and whatever the adposition phrase depends on. For example: +“to“ in „He went to the races“ or „with“ in „He promised to help with whatever was the matter“. +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Adposition 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Adverb --> + + <owl:Class rdf:about="&j.2;Adverb"> + <rdfs:subClassOf rdf:resource="&j.2;POS"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are adverbs e.g. "schon", "bald", "doch". + +An adverb is a word that is a member of a part of speech whose prototypical members (by themselves) modify clauses. +In many descriptions, any word with lexical content (i.e., other than grammatical particles) that isn’t clearly a noun, a verb or an adjective is put into the class of adverb. Semantically, forms that have been called adverbs cover an extremely wide range of concepts, hence they cannot be identified in terms of time-stability or any other well-defined semantic parameter. +The unit modified by an adverb is typically a clause, but may be any other category (sentence, verb phrase, verb, nominal, adjective, adverb). +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Adverb 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AdverbialInterrogativeRelativePronoun --> + + <owl:Class rdf:about="&j.2;AdverbialInterrogativeRelativePronoun"> + <rdfs:subClassOf rdf:resource="&j.2;InterrogativePronoun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are adverbial interrogative relative pronouns, e.g. "warum", "wo", "wann", "worueber", "wobei".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AnsweringParticle --> + + <owl:Class rdf:about="&j.2;AnsweringParticle"> + <rdfs:subClassOf rdf:resource="&j.2;Particle"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are the answering particles, e.g. "ja", "nein", "danke", "bitte".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Article --> + + <owl:Class rdf:about="&j.2;Article"> + <rdfs:subClassOf rdf:resource="&j.2;POS"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are definite e.g. in German "der", "die", "das" or indefinite articles e.g. in German "ein", "eine". + +An article is a highly grammaticalized determiner that expresses one or a few of the basic determinations (definite/indefinite, generic/specific, given/new). +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Artikel 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AttributiveAdjective --> + + <owl:Class rdf:about="&j.2;AttributiveAdjective"> + <rdfs:subClassOf rdf:resource="&j.2;Adjective"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These can be e.g. the attributive adjectives ("[das] grosse [Haus]"), attributive used present participles ("[das] lachende [Kind]"), attributive used past participles ("[der] gesuchte [Dieb]"), ordinal numerals ("[die] zweite [Besetzung]") or fractional numerals ("[ein] dreiviertel [Liter Milch]").</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AttributiveDemonstrativePronoun --> + + <owl:Class rdf:about="&j.2;AttributiveDemonstrativePronoun"> + <rdfs:subClassOf rdf:resource="&j.2;DemonstrativePronoun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are attributive demonstrative pronouns, e.g. "jener [Mensch]".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AttributiveIndefinitePronounWithDeterminer --> + + <owl:Class rdf:about="&j.2;AttributiveIndefinitePronounWithDeterminer"> + <rdfs:subClassOf rdf:resource="&j.2;IndefinitePronoun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >0LD +attributive indefinite pronouns, with determiner + +PIDAT is a contextual variant of PIAT, accordingly, both are grouped + together in TigerSTTS, but in ELM-DE, too: + http://www.ilc.cnr.it/EAGLES96/TT-rep/node49.html#SECTION000103000000000000000 +=> here, too</rdfs:comment> + <rdfs:comment rdf:datatype="&xsd;string" + >These are attributive indefinite pronouns with a determiner, e.g. "[ein] wenig [Wasser]", "[die] beiden [Brueder]".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AttributiveIndefinitePronounWithoutDeterminer --> + + <owl:Class rdf:about="&j.2;AttributiveIndefinitePronounWithoutDeterminer"> + <rdfs:subClassOf rdf:resource="&j.2;IndefinitePronoun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are attributive indefinite pronouns without a determiner, e.g. "kein [Mensch]", "irgendein [Glas]".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AttributiveInterrogativePronoun --> + + <owl:Class rdf:about="&j.2;AttributiveInterrogativePronoun"> + <rdfs:subClassOf rdf:resource="&j.2;InterrogativePronoun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are attributive interrogative pronouns, e.g. "welche [Farbe]", "wessen [Hut]".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AttributivePossessivePronoun --> + + <owl:Class rdf:about="&j.2;AttributivePossessivePronoun"> + <rdfs:subClassOf rdf:resource="&j.2;PossessivePronoun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are attributive possessive pronouns, e.g. "mein [Buch]", "deine [Mutter]".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AttributiveRelativePronoun --> + + <owl:Class rdf:about="&j.2;AttributiveRelativePronoun"> + <rdfs:subClassOf rdf:resource="&j.2;RelativePronoun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are attributive relative pronouns, e.g. "[der Mann, ] dessen [Hund]".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AuxiliaryImperative --> + + <owl:Class rdf:about="&j.2;AuxiliaryImperative"> + <rdfs:subClassOf rdf:resource="&j.2;AuxilliaryVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >This is the imperative of an auxiliary verb, e.g. "sei [ruhig !]".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AuxiliaryInfinitive --> + + <owl:Class rdf:about="&j.2;AuxiliaryInfinitive"> + <rdfs:subClassOf rdf:resource="&j.2;AuxilliaryVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >This is the infinitive form of an auxiliary verb, e.g. "werden", "sein".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AuxiliaryPastParticiple --> + + <owl:Class rdf:about="&j.2;AuxiliaryPastParticiple"> + <rdfs:subClassOf rdf:resource="&j.2;AuxilliaryVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >This is the past participle of an auxiliary verb, e.g. "gewesen".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#AuxilliaryVerb --> + + <owl:Class rdf:about="&j.2;AuxilliaryVerb"> + <rdfs:subClassOf rdf:resource="&j.2;Verb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >The German verbs "haben", "sein" und "werden" will be marked as auxiliary verbs, whether they are used as main verbs or as auxiliary verbs within a sentence. + +An auxiliary is a strongly grammaticalized word - typically a verb -such that +- it is the structural head of a periphrastic construction in which a non-finite form of a full lexical verb is the primary dependent, +- that construction is part of the conjugation paradigm for full verbs of the language. +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Auxiliar 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#CardinalNumber --> + + <owl:Class rdf:about="&j.2;CardinalNumber"> + <rdfs:subClassOf rdf:resource="&j.2;POS"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are cardinal numerals, e.g. "zwei Manner, im Jahre 1994". + +A cardinal numeral is a numeral - most typically a noun 2 - which designates the cardinality of a set; i.e. it is used for counting and for expressing how many objects are referred to. +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Kardinalzahlwort 14.05.07) + + +Only for cardinal numerals there is a special word class defined within the numerals. +Ordinal numerals, multiplicatives and fraction numbers are counted according to her distribution to the adjectives or nouns.</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#CircumpositionRightPart --> + + <owl:Class rdf:about="&j.2;CircumpositionRightPart"> + <rdfs:subClassOf rdf:resource="&j.2;Adposition"/> + <rdfs:comment rdf:datatype="&xsd;string" + >This is the right part of a circumposition e.g. "von jetzt an". +The equalization with circumposition could be incomplete, because another definition of circumposition would describe that both parts belong together.</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Comma --> + + <owl:Class rdf:about="&j.2;Comma"> + <rdfs:subClassOf rdf:resource="&j.2;SentenceInternalPunctuation"/> + <rdfs:comment rdf:datatype="&xsd;string" + >This is the sentence punctuation mark for the comma "$,".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#CommonNoun --> + + <owl:Class rdf:about="&j.2;CommonNoun"> + <rdfs:subClassOf rdf:resource="&j.2;Noun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >0LD +appellative "Tisch, Herr, das Reisen" + NN<ABK abbreviation + NN<ADJ substantiative adjective "der Alte" + NN<CARD cardinal numeral "Hunderte" + NN<FRACT fraction number "ein Viertel" + NN<ORD ordinal numeral "ein Vierter" + NN<VINF substantiative infinitive "das Spielen" + NN<VPART</rdfs:comment> + <rdfs:comment rdf:datatype="&xsd;string" + >These can be e.g. common nouns ("Tisch", "Herr", "Haus"), sizes ("Kilo", "Meter"), substantiative adjectives ("der Alte"), substantiative infinitives ("[das] Spielen", "[das] Reisen"), substantiative participles ("[das] Gewuenschte", "[das] Gesuchte",), ordinal numerals ([der] Vierte).</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#ComparisonParticle --> + + <owl:Class rdf:about="&j.2;ComparisonParticle"> + <rdfs:subClassOf rdf:resource="&j.2;Conjunction"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are the comparison particles "als" and "wie". They have only a mid-sentence use that means they are not followed by an Nominal Phrase or an Adverbial Phrase.</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Conjunction --> + + <owl:Class rdf:about="&j.2;Conjunction"> + <rdfs:subClassOf rdf:resource="&j.2;POS"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are conjunctions. + +A conjunction is a word that syntactically links words or larger constituents and expresses a relationship between them. +Prototypically, a conjunction links two clauses. However, coordinative conjunctions may also link subclausal expressions. +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Konjunktion 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#CoordinatingConjunction --> + + <owl:Class rdf:about="&j.2;CoordinatingConjunction"> + <rdfs:subClassOf rdf:resource="&j.2;Conjunction"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are co-ordinating (adjacent arranged) conjunctions "und", "oder", "aber". + +A coordinative conjunction is a conjunction that coordinates two expressions. +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet koordinierende Konjunktion 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#DemonstrativePronoun --> + + <owl:Class rdf:about="&j.2;DemonstrativePronoun"> + <rdfs:subClassOf rdf:resource="&j.2;Pronoun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are demonstrative pronouns. + +This is a pronoun with deictic function. +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Demonstrativpronomen 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#FiniteAuxiliaryVerb --> + + <owl:Class rdf:about="&j.2;FiniteAuxiliaryVerb"> + <rdfs:subClassOf rdf:resource="&j.2;AuxilliaryVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are finite auxiliary verbs, e.g. "[du] bist", "[wir] werden".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#FiniteModalVerb --> + + <owl:Class rdf:about="&j.2;FiniteModalVerb"> + <rdfs:subClassOf rdf:resource="&j.2;ModalVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >This is a finite modal verb e.g. in German"duerfen".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#FiniteVerb --> + + <owl:Class rdf:about="&j.2;FiniteVerb"> + <rdfs:subClassOf rdf:resource="&j.2;LexicalVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are finite verbs, e.g. "[du] gehst", "[wir] kommen [an]".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#ForeignMaterial --> + + <owl:Class rdf:about="&j.2;ForeignMaterial"> + <rdfs:subClassOf rdf:resource="&j.2;Additional"/> + <rdfs:comment rdf:datatype="&xsd;string" + >0LD +The tag FM describes foreign material, e.g. "Er hat das mit _A big sh _ ubersetzt". Foreign words are written in capital letters if they were written with small letters The tag FM describes foreign material, e.g. "Er hat das mit _A big sh _ ubersetzt" + to distinguish from NN: + german flexion => NN + Foreign words are written in capital letters if they are written with a small letter in the original language and belong to the NN category. + z.B. die Contras</rdfs:comment> + <rdfs:comment rdf:datatype="&xsd;string" + >The tag FM describes foreign material, e.g. "Er hat das mit _A big sh _ ubersetzt". Foreign words are written in capital letters if they were written in the original language with small letters and belong to the category of nouns (NN) , e.g. "die Contras".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Imperative --> + + <owl:Class rdf:about="&j.2;Imperative"> + <rdfs:subClassOf rdf:resource="&j.2;LexicalVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >This is the imperative , e.g. "komm !".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#IndefinitePronoun --> + + <owl:Class rdf:about="&j.2;IndefinitePronoun"> + <rdfs:subClassOf rdf:resource="&j.2;Pronoun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are indefinite pronouns. + +This is a pronoun which belongs to a class whose members make indefinite reference. An indefinite pronoun may be specific or nonspecific. In the latter case, it may be generic. +An indefinite pronoun may be negative. +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Indefinitpronomen 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Infinitive --> + + <owl:Class rdf:about="&j.2;Infinitive"> + <rdfs:subClassOf rdf:resource="&j.2;LexicalVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are infinitives, e.g. "gehen", "ankommen".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#InfinitiveWithZu --> + + <owl:Class rdf:about="&j.2;InfinitiveWithZu"> + <rdfs:subClassOf rdf:resource="&j.2;LexicalVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are infinitives with "zu", e.g. "anzukommen", "loszulassen".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Interjection --> + + <owl:Class rdf:about="&j.2;Interjection"> + <rdfs:subClassOf rdf:resource="&j.2;POS"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are interjections, e.g. "mhm", "ach", "tja". + +An interjection is a particle 1 which may represent a sentence. Thus, it is not syntactically related to other sentence components. +An interjection is typically brief, used most often as an exclamation or as part of an exclamation and typically expresses an emotional reaction, often with respect to an accompanying sentence. It may include a combination of sounds not otherwise found it the language. +Examples in English are „psst!“, „ugh!“, „well, well!“, „yes“, „no“. +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Interjektion 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#InterrogativePronoun --> + + <owl:Class rdf:about="&j.2;InterrogativePronoun"> + <rdfs:subClassOf rdf:resource="&j.2;Pronoun"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are interrogative pronouns. + +An interrogative pronoun is a pronoun which is an interrogative pro-form. +Examples in English are "who", "which". +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Fragepronomen 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#Letter --> + + <owl:Class rdf:about="&j.2;Letter"> + <rdfs:subClassOf rdf:resource="&j.2;Additional"/> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#LexicalVerb --> + + <owl:Class rdf:about="&j.2;LexicalVerb"> + <rdfs:subClassOf rdf:resource="&j.2;Verb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >These are all other (i.e. neither VA nor VM) verb forms which can be classified as VV.</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#ModalInfinitive --> + + <owl:Class rdf:about="&j.2;ModalInfinitive"> + <rdfs:subClassOf rdf:resource="&j.2;ModalVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >This is the infinitive form of a modal verb, e.g. in German "wollen".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#ModalPastParticiple --> + + <owl:Class rdf:about="&j.2;ModalPastParticiple"> + <rdfs:subClassOf rdf:resource="&j.2;ModalVerb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >This is the past participle of a modal verb , e.g. in German "[er hat] gekonnt".</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#ModalVerb --> + + <owl:Class rdf:about="&j.2;ModalVerb"> + <rdfs:subClassOf rdf:resource="&j.2;Verb"/> + <rdfs:comment rdf:datatype="&xsd;string" + >0LD +These are modal verbs which include "koennen, muessen, wollen, duerfen, moegen" also the conjunctive forms of "moegen, moechten" and "sollen". + +no category for modal verbs, thus not distinguished from non-aux verbs</rdfs:comment> + <rdfs:comment rdf:datatype="&xsd;string" + >These are modal verbs which include the German words "koennen", "muessen", "wollen", "duerfen", "moegen" also the conjunctive forms of "moegen", "moechten" and "sollen". + +A modal verb is a grammatical verb expressing modality. +Modal verbs express both subjective and objective modality. +An Example in English is "must". +(http://www.uni-erfurt.de/sprachwissenschaft/proxy.php?port=8080&file=lido/servlet/Lido_Servlet Modalverb 14.05.07)</rdfs:comment> + </owl:Class> + + + + <!-- http://nachhalt.sfb632.uni-potsdam.de/owl/stts.owl#NegationParticle --> + + <owl:Class rdf:about="&j.2;NegationParticle"> + ... [truncated message content] |