Class 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 test
      static Property graphData
      Optional: data for the query test
      static Resource NAMESPACE
      The namespace of the vocabulary as a resource
      static 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 ask
      static 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

    • Constructor Detail

      • VocabTestQuery

        public VocabTestQuery()
    • Method Detail

      • getURI

        public static java.lang.String getURI()

        The namespace of the vocabulary as a string

        See Also:
        NS