Class VocabTestQuery

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

public class VocabTestQuery extends 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 final org.apache.jena.rdf.model.Property
    Optional: data for the query test
    static final org.apache.jena.rdf.model.Property
    Optional: data for the query test
    static final org.apache.jena.rdf.model.Resource
    The namespace of the vocabulary as a resource
    static final String
    The namespace of the vocabulary as a string ("http://www.w3.org/2001/sw/DataAccess/tests/test-query#")
    static final org.apache.jena.rdf.model.Property
    The query to ask
    static final org.apache.jena.rdf.model.Resource
    The class of query tests
  • 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-query#")

      See Also:
    • NAMESPACE

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

      The namespace of the vocabulary as a resource

    • query

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

      The query to ask

    • data

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

      Optional: data for the query test

    • graphData

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

      Optional: data for the query test

    • QueryTest

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

      The class of query tests

  • Constructor Details

    • VocabTestQuery

      public VocabTestQuery()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabulary as a string

      See Also: