Vocabulary definitions from file:data/resultsOntology.rdf
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyThe point in time at which the test run started; an xsd:dateTime.static final PropertyThe time taken for the test to run (as far as it did run) on the tested system; an xsd:duration.static final ResourceA TestRun where the system's behavior fails the test, violating a MUST NOT.static final ResourceA TestRun where the system's behavior does not pass the test, but also does not fail.static final ResourceThe namespace of the vocabulary as a resourcestatic final StringThe namespace of the vocabulary as a string ("http://www.w3.org/2002/03owlt/resultsOntology#")static final PropertyA web page presenting the output of the test run, including system-specific additional details.static final ResourceA TestRun where the system's behavior is sufficient for passing the test.static final PropertySyntactic tests.static final PropertyThe complete system instance on which the test was run, conceptually including software and hardware components.static final PropertyThe test in question, such as an otest:PositiveEntailmentTest.static final ResourceAn event where some system attempts to pass some test. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NS
The namespace of the vocabulary as a string ("http://www.w3.org/2002/03owlt/resultsOntology#")
- See Also:
-
NAMESPACE
The namespace of the vocabulary as a resource
-
output
A web page presenting the output of the test run, including system-specific additional details.
-
test
The test in question, such as an otest:PositiveEntailmentTest.
-
syntacticLevelTestFrom
Syntactic tests.
-
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.
-
begins
The point in time at which the test run started; an xsd:dateTime.
-
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.
-
TestRun
An event where some system attempts to pass some test.
-
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.
-
FailingRun
A TestRun where the system's behavior fails the test, violating a MUST NOT.
-
PassingRun
A TestRun where the system's behavior is sufficient for passing the test.
-
-
Constructor Details
-
OWLResults
public OWLResults()
-
-
Method Details
-
getURI
The namespace of the vocabulary as a string
- See Also:
-