Class EARL
- java.lang.Object
-
- org.apache.jena.sparql.vocabulary.EARL
-
public class EARL extends java.lang.ObjectVocabulary definitions from EARL.rdf Auto-generated by schemagen
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyassertedByassertor of an assertionstatic ResourceAssertiona statement that embodies the results of a teststatic ResourceAssertoran entity such as a person, a software tool, an organization, or any other grouping that carries out a test collectivelystatic Resourceautomaticstatic ResourceCannotTellthe class of outcomes to denote an undetermined outcomestatic ResourcecantTellstatic ResourceFailthe class of outcomes to denote failing a teststatic Resourcefailedstatic Resourceinapplicablestatic Propertyinfoadditional warnings or error messages in a human-readable formstatic PropertymainAssertorassertor that is primarily responsible for performing the teststatic Resourcemanualstatic Propertymodemode in which the test was performedstatic ResourceNAMESPACEThe namespace of the vocabulary as a resourcestatic ResourceNotApplicablethe class of outcomes to denote the test is not applicablestatic ResourceNotTestedthe class of outcomes to denote the test has not been carried outstatic java.lang.StringNSThe namespace of the vocabulary as a stringstatic Propertyoutcomeoutcome of performing the teststatic ResourceOutcomeValuea discrete value that describes a resulting condition from carrying out the teststatic ResourcePassthe class of outcomes to denote passing a teststatic Resourcepassedstatic Propertypointerlocation within a test subject that are most relevant to a test resultstatic Propertyresultresult of an assertionstatic ResourcesemiAutostatic ResourceSoftwareany piece of software such as an authoring tool, browser, or evaluation toolstatic Propertysubjecttest subject of an assertionstatic Propertytesttest criterion of an assertionstatic ResourceTestCasean atomic test, usually one that is a partial test for a requirementstatic ResourceTestCriteriona testable statement, usually one that can be passed or failedstatic ResourceTestModedescribes how a test was carried outstatic ResourceTestRequirementa higher-level requirement that is tested by executing one or more sub-testsstatic ResourceTestResultthe actual result of performing the teststatic ResourceTestSubjectthe class of things that have been tested against some test criterionstatic Resourceundisclosedstatic ResourceunknownModestatic Resourceuntested
-
Constructor Summary
Constructors Constructor Description EARL()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetURI()The namespace of the vocabulary as a string
-
-
-
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
-
assertedBy
public static final Property assertedBy
assertor of an assertion
-
info
public static final Property info
additional warnings or error messages in a human-readable form
-
mainAssertor
public static final Property mainAssertor
assertor that is primarily responsible for performing the test
-
mode
public static final Property mode
mode in which the test was performed
-
outcome
public static final Property outcome
outcome of performing the test
-
pointer
public static final Property pointer
location within a test subject that are most relevant to a test result
-
result
public static final Property result
result of an assertion
-
subject
public static final Property subject
test subject of an assertion
-
test
public static final Property test
test criterion of an assertion
-
Assertion
public static final Resource Assertion
a statement that embodies the results of a test
-
Assertor
public static final 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 Resource CannotTell
the class of outcomes to denote an undetermined outcome
-
Fail
public static final Resource Fail
the class of outcomes to denote failing a test
-
NotApplicable
public static final Resource NotApplicable
the class of outcomes to denote the test is not applicable
-
NotTested
public static final Resource NotTested
the class of outcomes to denote the test has not been carried out
-
OutcomeValue
public static final Resource OutcomeValue
a discrete value that describes a resulting condition from carrying out the test
-
Pass
public static final Resource Pass
the class of outcomes to denote passing a test
-
Software
public static final Resource Software
any piece of software such as an authoring tool, browser, or evaluation tool
-
TestCase
public static final Resource TestCase
an atomic test, usually one that is a partial test for a requirement
-
TestCriterion
public static final Resource TestCriterion
a testable statement, usually one that can be passed or failed
-
TestMode
public static final Resource TestMode
describes how a test was carried out
-
TestRequirement
public static final Resource TestRequirement
a higher-level requirement that is tested by executing one or more sub-tests
-
TestResult
public static final Resource TestResult
the actual result of performing the test
-
TestSubject
public static final Resource TestSubject
the class of things that have been tested against some test criterion
-
automatic
public static final Resource automatic
-
cantTell
public static final Resource cantTell
-
failed
public static final Resource failed
-
inapplicable
public static final Resource inapplicable
-
manual
public static final Resource manual
-
passed
public static final Resource passed
-
semiAuto
public static final Resource semiAuto
-
undisclosed
public static final Resource undisclosed
-
unknownMode
public static final Resource unknownMode
-
untested
public static final Resource untested
-
-
Method Detail
-
getURI
public static java.lang.String getURI()
The namespace of the vocabulary as a string
- See Also:
NS
-
-