Class TestManifest


  • public class TestManifest
    extends java.lang.Object
    Vocabulary definitions from test-manifest.n3
    • Field Detail

      • NS

        public static final java.lang.String NS

        The namespace of the vocabulary as a string

        See Also:
        Constant Field Values
      • NAMESPACE

        public static final Resource NAMESPACE

        The namespace of the vocabulary as a resource

      • result

        public static final Property result

        The test statusThe expected outcome

      • action

        public static final Property action

        Action to perform

      • name

        public static final Property name

        Optional name of this entry

      • entries

        public static final Property entries

        Connects the manifest resource to rdf:type list of entries

      • include

        public static final Property include

        Connects the manifest resource to rdf:type list of manifests

      • QueryEvaluationTest

        public static final Resource QueryEvaluationTest

        A type of test specifically for query evaluation testing. Query evaluation tests are required to have an associated input dataset, a query, and an expected output dataset.

      • NegativeSyntaxTest

        public static final Resource NegativeSyntaxTest

        A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error.

      • PositiveSyntaxTest

        public static final Resource PositiveSyntaxTest

        A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action.

      • ManifestEntry

        public static final Resource ManifestEntry

        One entry in rdf:type list of entries

      • Manifest

        public static final Resource Manifest

        The class of manifests

      • accepted

        public static final Resource accepted
      • proposed

        public static final Resource proposed
      • rejected

        public static final Resource rejected
    • Constructor Detail

      • TestManifest

        public TestManifest()
    • Method Detail

      • getURI

        public static java.lang.String getURI()

        The namespace of the vocabulary as a string

        See Also:
        NS