Class VocabTestQuery
- java.lang.Object
-
- org.apache.jena.sparql.vocabulary.VocabTestQuery
-
public class VocabTestQuery extends java.lang.Object
Vocabulary definitions from test-query.n3- Author:
- Auto-generated by schemagen on 26 Jul 2004 15:01
-
-
Field Summary
Fields Modifier and Type Field Description static Property
data
Optional: data for the query teststatic Property
graphData
Optional: data for the query teststatic Resource
NAMESPACE
The namespace of the vocabulary as a resourcestatic java.lang.String
NS
The namespace of the vocabulary as a string ("http://www.w3.org/2001/sw/DataAccess/tests/test-query#")static Property
query
The query to askstatic Resource
QueryTest
The class of query tests
-
Constructor Summary
Constructors Constructor Description VocabTestQuery()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getURI()
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 ("http://www.w3.org/2001/sw/DataAccess/tests/test-query#")
- See Also:
- Constant Field Values
-
NAMESPACE
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
-
query
public static final Property query
The query to ask
-
data
public static final Property data
Optional: data for the query test
-
graphData
public static final Property graphData
Optional: data for the query test
-
QueryTest
public static final Resource QueryTest
The class of query tests
-
-
Method Detail
-
getURI
public static java.lang.String getURI()
The namespace of the vocabulary as a string
- See Also:
NS
-
-