public class TestDAWG extends Object
Modifier and Type | Field and Description |
---|---|
static Property |
approval
Contains a reference to the minutes of the RDF Data Access Working Group where
the test case status was last changed.
|
static Resource |
Approved
Class of tests that are Approved
|
static Resource |
booleanResult
Class of result expected to be a boolean
|
static Property |
description
A human-readable summary of the test case.
|
static Property |
issue
Contains a pointer to the associated issue on the RDF Data Access Working
Group Tracking document.
|
static Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static 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 Resource |
Obsoleted
Class of tests that are Obsolete
|
static Resource |
queryAsk
Class of queries that are seeking a yes/no question
|
static Resource |
queryConstruct
Class of queries that are seeking a constructed graph
|
static Resource |
queryDescribe
Class of queries that are seeking a descriptive graph
|
static Property |
queryForm |
static Resource |
QueryForm
Super class of all query forms
|
static Resource |
querySelect
Class of queries that are seeking variable bindings
|
static Resource |
Rejected
Class of tests that are Rejected
|
static Property |
resultForm |
static Resource |
ResultForm
Super class of all result forms
|
static Resource |
resultGraph
Class of result expected to be a graph
|
static Resource |
resultResultSet
Class of result expected to be from a SELECT query
|
static Property |
status |
static Resource |
Status
Super class of all test status classes
|
static Property |
warning
Indicates that while the test should pass, it may generate a warning.
|
static Resource |
Withdrawn
Class of tests that have been Withdrawn
|
Constructor and Description |
---|
TestDAWG() |
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 Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final Property queryForm
public static final Property warning
Indicates that while the test should pass, it may generate a warning.
public static final Property issue
Contains a pointer to the associated issue on the RDF Data Access Working Group Tracking document.
public static final 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 Property resultForm
public static final Property description
A human-readable summary of the test case.
public static final Property status
public static final Resource Status
Super class of all test status classes
public static final Resource ResultForm
Super class of all result forms
public static final Resource QueryForm
Super class of all query forms
public static final Resource resultResultSet
Class of result expected to be from a SELECT query
public static final Resource queryConstruct
Class of queries that are seeking a constructed graph
public static final Resource queryAsk
Class of queries that are seeking a yes/no question
public static final Resource resultGraph
Class of result expected to be a graph
public static final Resource NotClassified
Class of tests that have not been classified
public static final Resource booleanResult
Class of result expected to be a boolean
public static final Resource Approved
Class of tests that are Approved
public static final Resource Withdrawn
Class of tests that have been Withdrawn
public static final Resource Obsoleted
Class of tests that are Obsolete
public static final Resource queryDescribe
Class of queries that are seeking a descriptive graph
public static final Resource querySelect
Class of queries that are seeking variable bindings
public static final Resource Rejected
Class of tests that are Rejected
Licenced under the Apache License, Version 2.0