public class TestManifest extends Object
Modifier and Type | Field and Description |
---|---|
static Resource |
accepted |
static Property |
action
Action to perform
|
static Property |
entries
Connects the manifest resource to rdf:type list of entries
|
static Resource |
IllFormedLiterals
Tests that involve lexical forms which are illegal for the datatype
|
static Property |
include
Connects the manifest resource to rdf:type list of manifests
|
static Resource |
KnownTypesDefault2Neq
Values in disjoint value spaces are not equal
|
static Resource |
LangTagAwareness
Tests that require langauge tag handling in FILTERs
|
static Resource |
Manifest
The class of manifests
|
static Resource |
ManifestEntry
One entry in rdf:type list of entries
|
static Property |
name
Optional name of this entry
|
static Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static Resource |
NegativeSyntaxTest
A type of test specifically for syntax testing.
|
static Property |
notable
Notable feature of this test (advisory)
|
static Resource |
Notable
Requirements for a particular test
|
static String |
NS
The namespace of the vocabulary as a string
|
static Resource |
PositiveSyntaxTest
A type of test specifically for syntax testing.
|
static Resource |
proposed |
static Resource |
QueryEvaluationTest
A type of test specifically for query evaluation testing.
|
static Resource |
ReducedCardinalityTest
The given mf:result for a mf:ReducedCardinalityTest is the results as if the
REDUCED keyword were omitted.
|
static Resource |
rejected |
static Resource |
Requirement
Requirements for a particular test
|
static Property |
requires
Required functionality for execution of this test
|
static Property |
result
The test statusThe expected outcome
|
static Resource |
StringSimpleLiteralCmp
Tests that require simple literal is the same value as an xsd:string of the
same lexicial form
|
static Resource |
TestStatus
Statuses a test can have
|
static Resource |
XsdDateOperations
Tests that require xsd:date operations
|
Constructor and Description |
---|
TestManifest() |
public static final String NS
The namespace of the vocabulary as a string
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final Property notable
Notable feature of this test (advisory)
public static final Property requires
Required functionality for execution of this test
public static final Property result
The test statusThe expected outcome
public static final Property action
Action to perform
public static final Property name
Optional name of this entry
public static final Property entries
Connects the manifest resource to rdf:type list of entries
public static final Property include
Connects the manifest resource to rdf:type list of manifests
public static final Resource Notable
Requirements for a particular test
public static final Resource Requirement
Requirements for a particular test
public static final Resource TestStatus
Statuses a test can have
public static final Resource ReducedCardinalityTest
The given mf:result for a mf:ReducedCardinalityTest is the results as if the REDUCED keyword were omitted. To pass a mf:ReducedCardinalityTest, an implementation must produce a result set with each solution in the expected results appearing at least once and no more than the number of times it appears in the expected results. Of course, there must also be no results produced that are not in the expected results.
public static final Resource QueryEvaluationTest
A type of test specifically for query evaluation testing. Query evaluation tests are required to have an associated input dataset, a query, and an expected output dataset.
public static final Resource NegativeSyntaxTest
A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error.
public static final Resource PositiveSyntaxTest
A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action.
public static final Resource ManifestEntry
One entry in rdf:type list of entries
public static final Resource Manifest
The class of manifests
public static final Resource accepted
public static final Resource XsdDateOperations
Tests that require xsd:date operations
public static final Resource proposed
public static final Resource LangTagAwareness
Tests that require langauge tag handling in FILTERs
public static final Resource rejected
public static final Resource KnownTypesDefault2Neq
Values in disjoint value spaces are not equal
public static final Resource StringSimpleLiteralCmp
Tests that require simple literal is the same value as an xsd:string of the same lexicial form
public static final Resource IllFormedLiterals
Tests that involve lexical forms which are illegal for the datatype
Licenced under the Apache License, Version 2.0