This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE.txt | ||
| |
README.txt | ||
| |
cel/ | ||
| |
core/ | ||
| |
factpp/ | ||
| |
hermit/ | ||
| |
lib/ | ||
| |
ontologies/ | ||
| |
owlapi3/ | ||
| |
pellet/ |
README.txt
Source code in this package is provided under the terms of the GNU
Affero General Public License (AGPL) version 3 (see LICENSE.txt).
To run tests with the default test runner (Pellet)
java com.clarkparsia.owlwg.Harness file:///tmp/my-file-of-tests.owl
To use a specific test runner set the Harness.TestRunner system property
java \
-DHarness.TestRunner=com.clarkparsia.owlwg.runner.hermit.HermiTTestRunner \
com.clarkparsia.owlwg.Harness file:///tmp/my-file-of-tests.owl
The single argument should be a URL for a file containing one or more
test cases described using the vocabulary described in the OWL 2
Test and Conformance document at http://www.w3.org/TR/owl2-test/ and
serialized in RDF/XML. file: and http: URI schemes are supported.
Test cases in this format are available at the OWL 2 Test Case Repository
http://km.aifb.uni-karlsruhe.de/projects/owltests/index.php/OWL_2_Test_Cases
For each test case, the 'Download OWL' link exports the test case in
the appropriate format and can be used directly.
Batch exports are available at http://wiki.webont.org/exports/
The output of the program is an OWL ontology, serialized in
Turtle, describing the test run, using the vocabulary described at
http://www.w3.org/2007/OWL/wiki/Test_Result_Format
It is possible to use the test harness on only a subset of tests in the
input file by using the --filter command line argument. The argument to
this option is parsed like a stack. For example the following command
line would run only those tests that support the OWL 2 direct semantics,
are syntactically OWL 2 QL and have either approved or proposed status.
java \
--filter "approved proposed or direct ql and" \
com.clarkparsia.owlwg.Harness http://wiki.webont.org/exports/all.rdf
Comments to Michael Smith <msmith@clarkparsia.com>








