com.hp.hpl.jena.sparql.vocabulary
Class TestManifestX

java.lang.Object
  extended by com.hp.hpl.jena.sparql.vocabulary.TestManifestX

public class TestManifestX
extends Object

Vocabulary definitions from test-manifest-x.ttl

Author:
Auto-generated by schemagen on 13 May 2010 14:22

Field Summary
static com.hp.hpl.jena.rdf.model.Property dataSyntax
          Syntax of the query
static com.hp.hpl.jena.rdf.model.Property defaultTestType
          Default type of a test
static com.hp.hpl.jena.rdf.model.Property include
          Include another manifest file.
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 NegativeSyntaxTestARQ
          Syntax tests which expect a parse failure
static String NS
          The namespace of the vocabulary as a string
static com.hp.hpl.jena.rdf.model.Property option
          Option for an action
static com.hp.hpl.jena.rdf.model.Resource PositiveSyntaxTestARQ
          Syntax tests (query)
static com.hp.hpl.jena.rdf.model.Property querySyntax
          Syntax of the query
static com.hp.hpl.jena.rdf.model.Resource TestQuery
          The class of test that are Query tests (query, data, results)
static com.hp.hpl.jena.rdf.model.Resource TestSerialization
          Query serialization tests
static com.hp.hpl.jena.rdf.model.Resource TestSurpressed
          Query test not to be run
static com.hp.hpl.jena.rdf.model.Property textIndex
          Whether to create a text index
 
Constructor Summary
TestManifestX()
           
 
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

NS

public static final String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE

The namespace of the vocabulary as a resource


dataSyntax

public static final com.hp.hpl.jena.rdf.model.Property dataSyntax

Syntax of the query


defaultTestType

public static final com.hp.hpl.jena.rdf.model.Property defaultTestType

Default type of a test


include

public static final com.hp.hpl.jena.rdf.model.Property include

Include another manifest file.


option

public static final com.hp.hpl.jena.rdf.model.Property option

Option for an action


querySyntax

public static final com.hp.hpl.jena.rdf.model.Property querySyntax

Syntax of the query


textIndex

public static final com.hp.hpl.jena.rdf.model.Property textIndex

Whether to create a text index


NegativeSyntaxTestARQ

public static final com.hp.hpl.jena.rdf.model.Resource NegativeSyntaxTestARQ

Syntax tests which expect a parse failure


PositiveSyntaxTestARQ

public static final com.hp.hpl.jena.rdf.model.Resource PositiveSyntaxTestARQ

Syntax tests (query)


TestQuery

public static final com.hp.hpl.jena.rdf.model.Resource TestQuery

The class of test that are Query tests (query, data, results)


TestSerialization

public static final com.hp.hpl.jena.rdf.model.Resource TestSerialization

Query serialization tests


TestSurpressed

public static final com.hp.hpl.jena.rdf.model.Resource TestSurpressed

Query test not to be run

Constructor Detail

TestManifestX

public TestManifestX()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS


Licenced under the Apache License, Version 2.0