Class TestDAWG

java.lang.Object
org.apache.jena.sparql.vocabulary.TestDAWG

public class TestDAWG extends Object
Vocabulary definitions from test-dawg.n3
Author:
Auto-generated by schemagen on 26 Jul 2004 15:01
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.rdf.model.Property
    Contains a reference to the minutes of the RDF Data Access Working Group where the test case status was last changed.
    static final org.apache.jena.rdf.model.Resource
    Class of tests that are Approved
    static final org.apache.jena.rdf.model.Resource
    Class of result expected to be a boolean
    static final org.apache.jena.rdf.model.Property
    A human-readable summary of the test case.
    static final org.apache.jena.rdf.model.Property
    Contains a pointer to the associated issue on the RDF Data Access Working Group Tracking document.
    static final org.apache.jena.rdf.model.Resource
    The namespace of the vocabulary as a resource
    static final org.apache.jena.rdf.model.Resource
    Class of tests that have not been classified
    static final String
    The namespace of the vocabulary as a string ("http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#")
    static final org.apache.jena.rdf.model.Resource
    Class of tests that are Obsolete
    static final org.apache.jena.rdf.model.Resource
    Class of queries that are seeking a yes/no question
    static final org.apache.jena.rdf.model.Resource
    Class of queries that are seeking a constructed graph
    static final org.apache.jena.rdf.model.Resource
    Class of queries that are seeking a descriptive graph
    static final org.apache.jena.rdf.model.Property
     
    static final org.apache.jena.rdf.model.Resource
    Super class of all query forms
    static final org.apache.jena.rdf.model.Resource
    Class of queries that are seeking variable bindings
    static final org.apache.jena.rdf.model.Resource
    Class of tests that are Rejected
    static final org.apache.jena.rdf.model.Property
     
    static final org.apache.jena.rdf.model.Resource
    Super class of all result forms
    static final org.apache.jena.rdf.model.Resource
    Class of result expected to be a graph
    static final org.apache.jena.rdf.model.Resource
    Class of result expected to be from a SELECT query
    static final org.apache.jena.rdf.model.Property
     
    static final org.apache.jena.rdf.model.Resource
    Super class of all test status classes
    static final org.apache.jena.rdf.model.Property
    Indicates that while the test should pass, it may generate a warning.
    static final org.apache.jena.rdf.model.Resource
    Class of tests that have been Withdrawn
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    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 Details

    • NS

      public static final String NS

      The namespace of the vocabulary as a string ("http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#")

      See Also:
    • NAMESPACE

      public static final org.apache.jena.rdf.model.Resource NAMESPACE

      The namespace of the vocabulary as a resource

    • queryForm

      public static final org.apache.jena.rdf.model.Property queryForm
    • warning

      public static final org.apache.jena.rdf.model.Property warning

      Indicates that while the test should pass, it may generate a warning.

    • issue

      public static final org.apache.jena.rdf.model.Property issue

      Contains a pointer to the associated issue on the RDF Data Access Working Group Tracking document.

    • approval

      public static final org.apache.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.

    • resultForm

      public static final org.apache.jena.rdf.model.Property resultForm
    • description

      public static final org.apache.jena.rdf.model.Property description

      A human-readable summary of the test case.

    • status

      public static final org.apache.jena.rdf.model.Property status
    • Status

      public static final org.apache.jena.rdf.model.Resource Status

      Super class of all test status classes

    • ResultForm

      public static final org.apache.jena.rdf.model.Resource ResultForm

      Super class of all result forms

    • QueryForm

      public static final org.apache.jena.rdf.model.Resource QueryForm

      Super class of all query forms

    • resultResultSet

      public static final org.apache.jena.rdf.model.Resource resultResultSet

      Class of result expected to be from a SELECT query

    • queryConstruct

      public static final org.apache.jena.rdf.model.Resource queryConstruct

      Class of queries that are seeking a constructed graph

    • queryAsk

      public static final org.apache.jena.rdf.model.Resource queryAsk

      Class of queries that are seeking a yes/no question

    • resultGraph

      public static final org.apache.jena.rdf.model.Resource resultGraph

      Class of result expected to be a graph

    • NotClassified

      public static final org.apache.jena.rdf.model.Resource NotClassified

      Class of tests that have not been classified

    • booleanResult

      public static final org.apache.jena.rdf.model.Resource booleanResult

      Class of result expected to be a boolean

    • Approved

      public static final org.apache.jena.rdf.model.Resource Approved

      Class of tests that are Approved

    • Withdrawn

      public static final org.apache.jena.rdf.model.Resource Withdrawn

      Class of tests that have been Withdrawn

    • Obsoleted

      public static final org.apache.jena.rdf.model.Resource Obsoleted

      Class of tests that are Obsolete

    • queryDescribe

      public static final org.apache.jena.rdf.model.Resource queryDescribe

      Class of queries that are seeking a descriptive graph

    • querySelect

      public static final org.apache.jena.rdf.model.Resource querySelect

      Class of queries that are seeking variable bindings

    • Rejected

      public static final org.apache.jena.rdf.model.Resource Rejected

      Class of tests that are Rejected

  • Constructor Details

    • TestDAWG

      public TestDAWG()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabulary as a string

      See Also: