public class OWLResults extends Object
Vocabulary definitions from file:data/resultsOntology.rdf
Modifier and Type | Field and Description |
---|---|
static Property |
begins
The point in time at which the test run started; an xsd:dateTime.
|
static Property |
duration
The time taken for the test to run (as far as it did run) on the tested system;
an xsd:duration.
|
static Resource |
FailingRun
A TestRun where the system's behavior fails the test, violating a MUST NOT.
|
static Resource |
IncompleteRun
A TestRun where the system's behavior does not pass the test, but also does
not fail.
|
static Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string ("http://www.w3.org/2002/03owlt/resultsOntology#")
|
static Property |
output
A web page presenting the output of the test run, including system-specific
additional details.
|
static Resource |
PassingRun
A TestRun where the system's behavior is sufficient for passing the test.
|
static Property |
syntacticLevelTestFrom
Syntactic tests.
|
static Property |
system
The complete system instance on which the test was run, conceptually including
software and hardware components.
|
static Property |
test
The test in question, such as an otest:PositiveEntailmentTest.
|
static Resource |
TestRun
An event where some system attempts to pass some test.
|
Constructor and Description |
---|
OWLResults() |
public static final String NS
The namespace of the vocabulary as a string ("http://www.w3.org/2002/03owlt/resultsOntology#")
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final Property output
A web page presenting the output of the test run, including system-specific additional details.
public static final Property test
The test in question, such as an otest:PositiveEntailmentTest.
public static final Property syntacticLevelTestFrom
Syntactic tests.
public static final Property system
The complete system instance on which the test was run, conceptually including software and hardware components. No range restriction is provided, however, so the details are flexible; providing an rdfs:label and rdfs:comment may be sufficient for many applications.
public static final Property begins
The point in time at which the test run started; an xsd:dateTime.
public static final Property duration
The time taken for the test to run (as far as it did run) on the tested system; an xsd:duration. This value depends on many factors, of course, such as the performance of the hardware components of the tested system. If the system is opaque, these values should only be used for comparison against other tests run on same system.
public static final Resource TestRun
An event where some system attempts to pass some test.
public static final Resource IncompleteRun
A TestRun where the system's behavior does not pass the test, but also does not fail. Typically this is caused by behaving in a way the system SHOULD NOT. For OWL tests, returning an UNKNOWN for most tests should be reported as an IncompleteRun.
public static final Resource FailingRun
A TestRun where the system's behavior fails the test, violating a MUST NOT.
public static final Resource PassingRun
A TestRun where the system's behavior is sufficient for passing the test.
Licenced under the Apache License, Version 2.0