|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.vocabulary.TestManifest
public class TestManifest
Vocabulary definitions from test-manifest.n3
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Resource |
accepted
|
static com.hp.hpl.jena.rdf.model.Property |
action
Action to perform |
static com.hp.hpl.jena.rdf.model.Property |
entries
Connects the manifest resource to rdf:type list of entries |
static com.hp.hpl.jena.rdf.model.Resource |
IllFormedLiterals
Tests that involve lexical forms which are illegal for the datatype |
static com.hp.hpl.jena.rdf.model.Property |
include
Connects the manifest resource to rdf:type list of manifests |
static com.hp.hpl.jena.rdf.model.Resource |
KnownTypesDefault2Neq
Values in disjoint value spaces are not equal |
static com.hp.hpl.jena.rdf.model.Resource |
LangTagAwareness
Tests that require langauge tag handling in FILTERs |
static com.hp.hpl.jena.rdf.model.Resource |
Manifest
The class of manifests |
static com.hp.hpl.jena.rdf.model.Resource |
ManifestEntry
One entry in rdf:type list of entries |
static com.hp.hpl.jena.rdf.model.Property |
name
Optional name of this entry |
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource |
static com.hp.hpl.jena.rdf.model.Resource |
NegativeSyntaxTest
A type of test specifically for syntax testing. |
static com.hp.hpl.jena.rdf.model.Property |
notable
Notable feature of this test (advisory) |
static com.hp.hpl.jena.rdf.model.Resource |
Notable
Requirements for a particular test |
static String |
NS
The namespace of the vocabulary as a string |
static com.hp.hpl.jena.rdf.model.Resource |
PositiveSyntaxTest
A type of test specifically for syntax testing. |
static com.hp.hpl.jena.rdf.model.Resource |
proposed
|
static com.hp.hpl.jena.rdf.model.Resource |
QueryEvaluationTest
A type of test specifically for query evaluation testing. |
static com.hp.hpl.jena.rdf.model.Resource |
ReducedCardinalityTest
The given mf:result for a mf:ReducedCardinalityTest is the results as if the REDUCED keyword were omitted. |
static com.hp.hpl.jena.rdf.model.Resource |
rejected
|
static com.hp.hpl.jena.rdf.model.Resource |
Requirement
Requirements for a particular test |
static com.hp.hpl.jena.rdf.model.Property |
requires
Required functionality for execution of this test |
static com.hp.hpl.jena.rdf.model.Property |
result
The test statusThe expected outcome |
static com.hp.hpl.jena.rdf.model.Resource |
StringSimpleLiteralCmp
Tests that require simple literal is the same value as an xsd:string of the same lexicial form |
static com.hp.hpl.jena.rdf.model.Resource |
TestStatus
Statuses a test can have |
static com.hp.hpl.jena.rdf.model.Resource |
XsdDateOperations
Tests that require xsd:date operations |
Constructor Summary | |
---|---|
TestManifest()
|
Method Summary | |
---|---|
static String |
getURI()
The namespace of the vocabulary as a string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.rdf.model.Property notable
Notable feature of this test (advisory)
public static final com.hp.hpl.jena.rdf.model.Property requires
Required functionality for execution of this test
public static final com.hp.hpl.jena.rdf.model.Property result
The test statusThe expected outcome
public static final com.hp.hpl.jena.rdf.model.Property action
Action to perform
public static final com.hp.hpl.jena.rdf.model.Property name
Optional name of this entry
public static final com.hp.hpl.jena.rdf.model.Property entries
Connects the manifest resource to rdf:type list of entries
public static final com.hp.hpl.jena.rdf.model.Property include
Connects the manifest resource to rdf:type list of manifests
public static final com.hp.hpl.jena.rdf.model.Resource Notable
Requirements for a particular test
public static final com.hp.hpl.jena.rdf.model.Resource Requirement
Requirements for a particular test
public static final com.hp.hpl.jena.rdf.model.Resource TestStatus
Statuses a test can have
public static final com.hp.hpl.jena.rdf.model.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 com.hp.hpl.jena.rdf.model.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 com.hp.hpl.jena.rdf.model.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 com.hp.hpl.jena.rdf.model.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 com.hp.hpl.jena.rdf.model.Resource ManifestEntry
One entry in rdf:type list of entries
public static final com.hp.hpl.jena.rdf.model.Resource Manifest
The class of manifests
public static final com.hp.hpl.jena.rdf.model.Resource accepted
public static final com.hp.hpl.jena.rdf.model.Resource XsdDateOperations
Tests that require xsd:date operations
public static final com.hp.hpl.jena.rdf.model.Resource proposed
public static final com.hp.hpl.jena.rdf.model.Resource LangTagAwareness
Tests that require langauge tag handling in FILTERs
public static final com.hp.hpl.jena.rdf.model.Resource rejected
public static final com.hp.hpl.jena.rdf.model.Resource KnownTypesDefault2Neq
Values in disjoint value spaces are not equal
public static final com.hp.hpl.jena.rdf.model.Resource StringSimpleLiteralCmp
Tests that require simple literal is the same value as an xsd:string of the same lexicial form
public static final com.hp.hpl.jena.rdf.model.Resource IllFormedLiterals
Tests that involve lexical forms which are illegal for the datatype
Constructor Detail |
---|
public TestManifest()
Method Detail |
---|
public static String getURI()
The namespace of the vocabulary as a string
NS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |