|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.vocabulary.TestDAWG
public class TestDAWG
Vocabulary definitions from test-dawg.n3
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
approval
Contains a reference to the minutes of the RDF Data Access Working Group where the test case status was last changed. |
static com.hp.hpl.jena.rdf.model.Resource |
Approved
Class of tests that are Approved |
static com.hp.hpl.jena.rdf.model.Resource |
booleanResult
Class of result expected to be a boolean |
static com.hp.hpl.jena.rdf.model.Property |
description
A human-readable summary of the test case. |
static com.hp.hpl.jena.rdf.model.Property |
issue
Contains a pointer to the associated issue on the RDF Data Access Working Group Tracking document. |
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 |
NotClassified
Class of tests that have not been classified |
static String |
NS
The namespace of the vocabulary as a string ("http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#") |
static com.hp.hpl.jena.rdf.model.Resource |
Obsoleted
Class of tests that are Obsolete |
static com.hp.hpl.jena.rdf.model.Resource |
queryAsk
Class of queries that are seeking a yes/no question |
static com.hp.hpl.jena.rdf.model.Resource |
queryConstruct
Class of queries that are seeking a constructed graph |
static com.hp.hpl.jena.rdf.model.Resource |
queryDescribe
Class of queries that are seeking a descriptive graph |
static com.hp.hpl.jena.rdf.model.Property |
queryForm
|
static com.hp.hpl.jena.rdf.model.Resource |
QueryForm
Super class of all query forms |
static com.hp.hpl.jena.rdf.model.Resource |
querySelect
Class of queries that are seeking variable bindings |
static com.hp.hpl.jena.rdf.model.Resource |
Rejected
Class of tests that are Rejected |
static com.hp.hpl.jena.rdf.model.Property |
resultForm
|
static com.hp.hpl.jena.rdf.model.Resource |
ResultForm
Super class of all result forms |
static com.hp.hpl.jena.rdf.model.Resource |
resultGraph
Class of result expected to be a graph |
static com.hp.hpl.jena.rdf.model.Resource |
resultResultSet
Class of result expected to be from a SELECT query |
static com.hp.hpl.jena.rdf.model.Property |
status
|
static com.hp.hpl.jena.rdf.model.Resource |
Status
Super class of all test status classes |
static com.hp.hpl.jena.rdf.model.Property |
warning
Indicates that while the test should pass, it may generate a warning. |
static com.hp.hpl.jena.rdf.model.Resource |
Withdrawn
Class of tests that have been Withdrawn |
Constructor Summary | |
---|---|
TestDAWG()
|
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 ("http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#")
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 queryForm
public static final com.hp.hpl.jena.rdf.model.Property warning
Indicates that while the test should pass, it may generate a warning.
public static final com.hp.hpl.jena.rdf.model.Property issue
Contains a pointer to the associated issue on the RDF Data Access Working Group Tracking document.
public static final com.hp.hpl.jena.rdf.model.Property approval
Contains a reference to the minutes of the RDF Data Access Working Group where the test case status was last changed.
public static final com.hp.hpl.jena.rdf.model.Property resultForm
public static final com.hp.hpl.jena.rdf.model.Property description
A human-readable summary of the test case.
public static final com.hp.hpl.jena.rdf.model.Property status
public static final com.hp.hpl.jena.rdf.model.Resource Status
Super class of all test status classes
public static final com.hp.hpl.jena.rdf.model.Resource ResultForm
Super class of all result forms
public static final com.hp.hpl.jena.rdf.model.Resource QueryForm
Super class of all query forms
public static final com.hp.hpl.jena.rdf.model.Resource resultResultSet
Class of result expected to be from a SELECT query
public static final com.hp.hpl.jena.rdf.model.Resource queryConstruct
Class of queries that are seeking a constructed graph
public static final com.hp.hpl.jena.rdf.model.Resource queryAsk
Class of queries that are seeking a yes/no question
public static final com.hp.hpl.jena.rdf.model.Resource resultGraph
Class of result expected to be a graph
public static final com.hp.hpl.jena.rdf.model.Resource NotClassified
Class of tests that have not been classified
public static final com.hp.hpl.jena.rdf.model.Resource booleanResult
Class of result expected to be a boolean
public static final com.hp.hpl.jena.rdf.model.Resource Approved
Class of tests that are Approved
public static final com.hp.hpl.jena.rdf.model.Resource Withdrawn
Class of tests that have been Withdrawn
public static final com.hp.hpl.jena.rdf.model.Resource Obsoleted
Class of tests that are Obsolete
public static final com.hp.hpl.jena.rdf.model.Resource queryDescribe
Class of queries that are seeking a descriptive graph
public static final com.hp.hpl.jena.rdf.model.Resource querySelect
Class of queries that are seeking variable bindings
public static final com.hp.hpl.jena.rdf.model.Resource Rejected
Class of tests that are Rejected
Constructor Detail |
---|
public TestDAWG()
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 |