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

The namespace of the vocabulary as a resource


assertedBy

public static final com.hp.hpl.jena.rdf.model.Property assertedBy

info

public static final com.hp.hpl.jena.rdf.model.Property info

outcome

public static final com.hp.hpl.jena.rdf.model.Property outcome

mode

public static final com.hp.hpl.jena.rdf.model.Property mode

helpAssertor

public static final com.hp.hpl.jena.rdf.model.Property helpAssertor

Assertor assisting to determine assertion result


result

public static final com.hp.hpl.jena.rdf.model.Property result

mainAssertor

public static final com.hp.hpl.jena.rdf.model.Property mainAssertor

Assertor mainly responsible for determining assertion result


pointer

public static final com.hp.hpl.jena.rdf.model.Property pointer

sourceCopy

public static final com.hp.hpl.jena.rdf.model.Property sourceCopy

test

public static final com.hp.hpl.jena.rdf.model.Property test

subject

public static final com.hp.hpl.jena.rdf.model.Property subject

context

public static final com.hp.hpl.jena.rdf.model.Property context

CompoundAssertor

public static final com.hp.hpl.jena.rdf.model.Resource CompoundAssertor

Group of persons or evaluation tools that claim assertions


OutcomeValue

public static final com.hp.hpl.jena.rdf.model.Resource OutcomeValue

Nominal value of the result


TestResult

public static final com.hp.hpl.jena.rdf.model.Resource TestResult

Result from conducting test cases on subjects


TestCase

public static final com.hp.hpl.jena.rdf.model.Resource TestCase

A test case against which subjects are tested


SingleAssertor

public static final com.hp.hpl.jena.rdf.model.Resource SingleAssertor

One person or evaluation tool that claims assertions


TestCriterion

public static final com.hp.hpl.jena.rdf.model.Resource TestCriterion

A testable statement against which subjects are tested


Assertion

public static final com.hp.hpl.jena.rdf.model.Resource Assertion

Parent node that contains all parts of an assertion


TestMode

public static final com.hp.hpl.jena.rdf.model.Resource TestMode

Mode in which tests were conducted


Content

public static final com.hp.hpl.jena.rdf.model.Resource Content

Subjects that are available on the Web


Software

public static final com.hp.hpl.jena.rdf.model.Resource Software

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


TestRequirement

public static final com.hp.hpl.jena.rdf.model.Resource TestRequirement

A requirement against which subjects are tested


TestSubject

public static final com.hp.hpl.jena.rdf.model.Resource TestSubject

Subject of the assertion


Assertor

public static final com.hp.hpl.jena.rdf.model.Resource Assertor

Persons or evaluation tools that claim assertions


fail

public static final com.hp.hpl.jena.rdf.model.Resource fail

Test failed


notTested

public static final com.hp.hpl.jena.rdf.model.Resource notTested

Test has not been carried out


pass

public static final com.hp.hpl.jena.rdf.model.Resource pass

Test passed


semiAutomatic

public static final com.hp.hpl.jena.rdf.model.Resource semiAutomatic

Test was performed primarily by a tool, and human assistance


notApplicable

public static final com.hp.hpl.jena.rdf.model.Resource notApplicable

Test is not applicable to the subject


heuristic

public static final com.hp.hpl.jena.rdf.model.Resource heuristic

Result was derived from other results


automatic

public static final com.hp.hpl.jena.rdf.model.Resource automatic

Test was performed by a tool only


manual

public static final com.hp.hpl.jena.rdf.model.Resource manual

Test was performed by a human only


cannotTell

public static final com.hp.hpl.jena.rdf.model.Resource cannotTell

Outcome of the test is uncertain


notAvailable

public static final com.hp.hpl.jena.rdf.model.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