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

public class EARL extends Object
Vocabulary definitions from EARL.rdf Auto-generated by schemagen
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.rdf.model.Property
    assertor of an assertion
    static final org.apache.jena.rdf.model.Resource
    a statement that embodies the results of a test
    static final org.apache.jena.rdf.model.Resource
    an entity such as a person, a software tool, an organization, or any other grouping that carries out a test collectively
    static final org.apache.jena.rdf.model.Resource
     
    static final org.apache.jena.rdf.model.Resource
    the class of outcomes to denote an undetermined outcome
    static final org.apache.jena.rdf.model.Resource
     
    static final org.apache.jena.rdf.model.Resource
    the class of outcomes to denote failing a test
    static final org.apache.jena.rdf.model.Resource
     
    static final org.apache.jena.rdf.model.Resource
     
    static final org.apache.jena.rdf.model.Property
    additional warnings or error messages in a human-readable form
    static final org.apache.jena.rdf.model.Property
    assertor that is primarily responsible for performing the test
    static final org.apache.jena.rdf.model.Resource
     
    static final org.apache.jena.rdf.model.Property
    mode in which the test was performed
    static final org.apache.jena.rdf.model.Resource
    The namespace of the vocabulary as a resource
    static final org.apache.jena.rdf.model.Resource
    the class of outcomes to denote the test is not applicable
    static final org.apache.jena.rdf.model.Resource
    the class of outcomes to denote the test has not been carried out
    static final String
    The namespace of the vocabulary as a string
    static final org.apache.jena.rdf.model.Property
    outcome of performing the test
    static final org.apache.jena.rdf.model.Resource
    a discrete value that describes a resulting condition from carrying out the test
    static final org.apache.jena.rdf.model.Resource
    the class of outcomes to denote passing a test
    static final org.apache.jena.rdf.model.Resource
     
    static final org.apache.jena.rdf.model.Property
    location within a test subject that are most relevant to a test result
    static final org.apache.jena.rdf.model.Property
    result of an assertion
    static final org.apache.jena.rdf.model.Resource
     
    static final org.apache.jena.rdf.model.Resource
    any piece of software such as an authoring tool, browser, or evaluation tool
    static final org.apache.jena.rdf.model.Property
    test subject of an assertion
    static final org.apache.jena.rdf.model.Property
    test criterion of an assertion
    static final org.apache.jena.rdf.model.Resource
    an atomic test, usually one that is a partial test for a requirement
    static final org.apache.jena.rdf.model.Resource
    a testable statement, usually one that can be passed or failed
    static final org.apache.jena.rdf.model.Resource
    describes how a test was carried out
    static final org.apache.jena.rdf.model.Resource
    a higher-level requirement that is tested by executing one or more sub-tests
    static final org.apache.jena.rdf.model.Resource
    the actual result of performing the test
    static final org.apache.jena.rdf.model.Resource
    the class of things that have been tested against some test criterion
    static final org.apache.jena.rdf.model.Resource
     
    static final org.apache.jena.rdf.model.Resource
     
    static final org.apache.jena.rdf.model.Resource
     
  • 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

      See Also:
    • NAMESPACE

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

      The namespace of the vocabulary as a resource

    • assertedBy

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

      assertor of an assertion

    • info

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

      additional warnings or error messages in a human-readable form

    • mainAssertor

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

      assertor that is primarily responsible for performing the test

    • mode

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

      mode in which the test was performed

    • outcome

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

      outcome of performing the test

    • pointer

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

      location within a test subject that are most relevant to a test result

    • result

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

      result of an assertion

    • subject

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

      test subject of an assertion

    • test

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

      test criterion of an assertion

    • Assertion

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

      a statement that embodies the results of a test

    • Assertor

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

      an entity such as a person, a software tool, an organization, or any other grouping that carries out a test collectively

    • CannotTell

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

      the class of outcomes to denote an undetermined outcome

    • Fail

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

      the class of outcomes to denote failing a test

    • NotApplicable

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

      the class of outcomes to denote the test is not applicable

    • NotTested

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

      the class of outcomes to denote the test has not been carried out

    • OutcomeValue

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

      a discrete value that describes a resulting condition from carrying out the test

    • Pass

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

      the class of outcomes to denote passing a test

    • Software

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

      any piece of software such as an authoring tool, browser, or evaluation tool

    • TestCase

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

      an atomic test, usually one that is a partial test for a requirement

    • TestCriterion

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

      a testable statement, usually one that can be passed or failed

    • TestMode

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

      describes how a test was carried out

    • TestRequirement

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

      a higher-level requirement that is tested by executing one or more sub-tests

    • TestResult

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

      the actual result of performing the test

    • TestSubject

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

      the class of things that have been tested against some test criterion

    • automatic

      public static final org.apache.jena.rdf.model.Resource automatic
    • cantTell

      public static final org.apache.jena.rdf.model.Resource cantTell
    • failed

      public static final org.apache.jena.rdf.model.Resource failed
    • inapplicable

      public static final org.apache.jena.rdf.model.Resource inapplicable
    • manual

      public static final org.apache.jena.rdf.model.Resource manual
    • passed

      public static final org.apache.jena.rdf.model.Resource passed
    • semiAuto

      public static final org.apache.jena.rdf.model.Resource semiAuto
    • undisclosed

      public static final org.apache.jena.rdf.model.Resource undisclosed
    • unknownMode

      public static final org.apache.jena.rdf.model.Resource unknownMode
    • untested

      public static final org.apache.jena.rdf.model.Resource untested
  • Constructor Details

    • EARL

      public EARL()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabulary as a string

      See Also: