com.hp.hpl.jena.sparql.vocabulary
Class EARL

java.lang.Object
  extended by com.hp.hpl.jena.sparql.vocabulary.EARL

public class EARL
extends Object


Field Summary
static Property assertedBy
           
static Resource Assertion
          Parent node that contains all parts of an assertion
static Resource Assertor
          Persons or evaluation tools that claim assertions
static Resource automatic
          Test was performed by a tool only
static Resource cannotTell
          Outcome of the test is uncertain
static Resource CompoundAssertor
          Group of persons or evaluation tools that claim assertions
static Resource Content
          Subjects that are available on the Web
static Property context
           
static Resource fail
          Test failed
static Property helpAssertor
          Assertor assisting to determine assertion result
static Resource heuristic
          Result was derived from other results
static Property info
           
static Property mainAssertor
          Assertor mainly responsible for determining assertion result
static Resource manual
          Test was performed by a human only
static Property mode
           
static Resource NAMESPACE
          The namespace of the vocabulary as a resource
static Resource notApplicable
          Test is not applicable to the subject
static Resource notAvailable
          Test was performed by a combination of persons and tools
static Resource notTested
          Test has not been carried out
static String NS
          The namespace of the vocabulary as a string
static Property outcome
           
static Resource OutcomeValue
          Nominal value of the result
static Resource pass
          Test passed
static Property pointer
           
static Property result
           
static Resource semiAutomatic
          Test was performed primarily by a tool, and human assistance
static Resource SingleAssertor
          One person or evaluation tool that claims assertions
static Resource Software
          A tool that can perform tests or be the subject of testing
static Property sourceCopy
           
static Property subject
           
static Property test
           
static Resource TestCase
          A test case against which subjects are tested
static Resource TestCriterion
          A testable statement against which subjects are tested
static Resource TestMode
          Mode in which tests were conducted
static Resource TestRequirement
          A requirement against which subjects are tested
static Resource TestResult
          Result from conducting test cases on subjects
static Resource TestSubject
          Subject of the assertion
 
Constructor Summary
EARL()
           
 
Method Summary
static 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 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


assertedBy

public static final Property assertedBy

info

public static final Property info

outcome

public static final Property outcome

mode

public static final Property mode

helpAssertor

public static final Property helpAssertor

Assertor assisting to determine assertion result


result

public static final Property result

mainAssertor

public static final Property mainAssertor

Assertor mainly responsible for determining assertion result


pointer

public static final Property pointer

sourceCopy

public static final Property sourceCopy

test

public static final Property test

subject

public static final Property subject

context

public static final Property context

CompoundAssertor

public static final Resource CompoundAssertor

Group of persons or evaluation tools that claim assertions


OutcomeValue

public static final Resource OutcomeValue

Nominal value of the result


TestResult

public static final Resource TestResult

Result from conducting test cases on subjects


TestCase

public static final Resource TestCase

A test case against which subjects are tested


SingleAssertor

public static final Resource SingleAssertor

One person or evaluation tool that claims assertions


TestCriterion

public static final Resource TestCriterion

A testable statement against which subjects are tested


Assertion

public static final Resource Assertion

Parent node that contains all parts of an assertion


TestMode

public static final Resource TestMode

Mode in which tests were conducted


Content

public static final Resource Content

Subjects that are available on the Web


Software

public static final Resource Software

A tool that can perform tests or be the subject of testing


TestRequirement

public static final Resource TestRequirement

A requirement against which subjects are tested


TestSubject

public static final Resource TestSubject

Subject of the assertion


Assertor

public static final Resource Assertor

Persons or evaluation tools that claim assertions


fail

public static final Resource fail

Test failed


notTested

public static final Resource notTested

Test has not been carried out


pass

public static final Resource pass

Test passed


semiAutomatic

public static final Resource semiAutomatic

Test was performed primarily by a tool, and human assistance


notApplicable

public static final Resource notApplicable

Test is not applicable to the subject


heuristic

public static final Resource heuristic

Result was derived from other results


automatic

public static final Resource automatic

Test was performed by a tool only


manual

public static final Resource manual

Test was performed by a human only


cannotTell

public static final Resource cannotTell

Outcome of the test is uncertain


notAvailable

public static final Resource notAvailable

Test was performed by a combination of persons and tools

Constructor Detail

EARL

public EARL()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS


Licenced under the Apache License, Version 2.0