Class TestManifest
- java.lang.Object
-
- org.apache.jena.sparql.vocabulary.TestManifest
-
public class TestManifest extends java.lang.ObjectVocabulary definitions from test-manifest.n3- Author:
- Auto-generated by schemagen on 09 Nov 2007 17:56
-
-
Field Summary
Fields Modifier and Type Field Description static Resourceacceptedstatic PropertyactionAction to performstatic PropertyentriesConnects the manifest resource to rdf:type list of entriesstatic ResourceIllFormedLiteralsTests that involve lexical forms which are illegal for the datatypestatic PropertyincludeConnects the manifest resource to rdf:type list of manifestsstatic ResourceKnownTypesDefault2NeqValues in disjoint value spaces are not equalstatic ResourceLangTagAwarenessTests that require language tag handling in FILTERsstatic ResourceManifestThe class of manifestsstatic ResourceManifestEntryOne entry in rdf:type list of entriesstatic PropertynameOptional name of this entrystatic ResourceNAMESPACEThe namespace of the vocabulary as a resourcestatic ResourceNegativeSyntaxTestA type of test specifically for syntax testing.static PropertynotableNotable feature of this test (advisory)static ResourceNotableRequirements for a particular teststatic java.lang.StringNSThe namespace of the vocabulary as a stringstatic ResourcePositiveSyntaxTestA type of test specifically for syntax testing.static Resourceproposedstatic ResourceQueryEvaluationTestA type of test specifically for query evaluation testing.static ResourceReducedCardinalityTestThe given mf:result for a mf:ReducedCardinalityTest is the results as if the REDUCED keyword were omitted.static Resourcerejectedstatic ResourceRequirementRequirements for a particular teststatic PropertyrequiresRequired functionality for execution of this teststatic PropertyresultThe test statusThe expected outcomestatic ResourceStringSimpleLiteralCmpTests that require simple literal is the same value as an xsd:string of the same lexicial formstatic ResourceTestStatusStatuses a test can havestatic ResourceXsdDateOperationsTests that require xsd:date operations
-
Constructor Summary
Constructors Constructor Description TestManifest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetURI()The namespace of the vocabulary as a string
-
-
-
Field Detail
-
NS
public static final java.lang.String NS
The namespace of the vocabulary as a string
- See Also:
- Constant Field Values
-
NAMESPACE
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
-
notable
public static final Property notable
Notable feature of this test (advisory)
-
requires
public static final Property requires
Required functionality for execution of this test
-
result
public static final Property result
The test statusThe expected outcome
-
action
public static final Property action
Action to perform
-
name
public static final Property name
Optional name of this entry
-
entries
public static final Property entries
Connects the manifest resource to rdf:type list of entries
-
include
public static final Property include
Connects the manifest resource to rdf:type list of manifests
-
Notable
public static final Resource Notable
Requirements for a particular test
-
Requirement
public static final Resource Requirement
Requirements for a particular test
-
TestStatus
public static final Resource TestStatus
Statuses a test can have
-
ReducedCardinalityTest
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.
-
QueryEvaluationTest
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.
-
NegativeSyntaxTest
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.
-
PositiveSyntaxTest
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.
-
ManifestEntry
public static final Resource ManifestEntry
One entry in rdf:type list of entries
-
Manifest
public static final Resource Manifest
The class of manifests
-
accepted
public static final Resource accepted
-
XsdDateOperations
public static final Resource XsdDateOperations
Tests that require xsd:date operations
-
proposed
public static final Resource proposed
-
LangTagAwareness
public static final Resource LangTagAwareness
Tests that require language tag handling in FILTERs
-
rejected
public static final Resource rejected
-
KnownTypesDefault2Neq
public static final Resource KnownTypesDefault2Neq
Values in disjoint value spaces are not equal
-
StringSimpleLiteralCmp
public static final Resource StringSimpleLiteralCmp
Tests that require simple literal is the same value as an xsd:string of the same lexicial form
-
IllFormedLiterals
public static final Resource IllFormedLiterals
Tests that involve lexical forms which are illegal for the datatype
-
-
Method Detail
-
getURI
public static java.lang.String getURI()
The namespace of the vocabulary as a string
- See Also:
NS
-
-