Class: RDF::Vocab::EARL

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/earl.rb

Overview

Vocabulary for <www.w3.org/ns/earl#>

Evaluation and Report Language (EARL) 1.0 Schema

Formal schema of the Evaluation and Report Language (EARL) 1.0

Instance Attribute Summary collapse

Instance Attribute Details

#assertedByRDF::Vocabulary::Term (readonly)

assertor of an assertion

Returns:

  • (RDF::Vocabulary::Term)


73
74
75
# File 'lib/rdf/vocab/earl.rb', line 73

def assertedBy
  @assertedBy
end

#AssertionRDF::Vocabulary::Term (readonly)

a statement that embodies the results of a test

Returns:

  • (RDF::Vocabulary::Term)


13
14
15
# File 'lib/rdf/vocab/earl.rb', line 13

def Assertion
  @Assertion
end

#AssertorRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


17
18
19
# File 'lib/rdf/vocab/earl.rb', line 17

def Assertor
  @Assertor
end

#automaticRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


108
109
110
# File 'lib/rdf/vocab/earl.rb', line 108

def automatic
  @automatic
end

#CannotTellRDF::Vocabulary::Term (readonly)

the class of outcomes to denote an undetermined outcome

Returns:

  • (RDF::Vocabulary::Term)


21
22
23
# File 'lib/rdf/vocab/earl.rb', line 21

def CannotTell
  @CannotTell
end

#cantTellRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


111
112
113
# File 'lib/rdf/vocab/earl.rb', line 111

def cantTell
  @cantTell
end

#FailRDF::Vocabulary::Term (readonly)

the class of outcomes to denote failing a test

Returns:

  • (RDF::Vocabulary::Term)


25
26
27
# File 'lib/rdf/vocab/earl.rb', line 25

def Fail
  @Fail
end

#failedRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


114
115
116
# File 'lib/rdf/vocab/earl.rb', line 114

def failed
  @failed
end

#inapplicableRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


117
118
119
# File 'lib/rdf/vocab/earl.rb', line 117

def inapplicable
  @inapplicable
end

#infoRDF::Vocabulary::Term (readonly)

additional warnings or error messages in a human-readable form

Returns:

  • (RDF::Vocabulary::Term)


77
78
79
# File 'lib/rdf/vocab/earl.rb', line 77

def info
  @info
end

#mainAssertorRDF::Vocabulary::Term (readonly)

assertor that is primarily responsible for performing the test

Returns:

  • (RDF::Vocabulary::Term)


81
82
83
# File 'lib/rdf/vocab/earl.rb', line 81

def mainAssertor
  @mainAssertor
end

#manualRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


120
121
122
# File 'lib/rdf/vocab/earl.rb', line 120

def manual
  @manual
end

#modeRDF::Vocabulary::Term (readonly)

mode in which the test was performed

Returns:

  • (RDF::Vocabulary::Term)


85
86
87
# File 'lib/rdf/vocab/earl.rb', line 85

def mode
  @mode
end

#NotApplicableRDF::Vocabulary::Term (readonly)

the class of outcomes to denote the test is not applicable

Returns:

  • (RDF::Vocabulary::Term)


29
30
31
# File 'lib/rdf/vocab/earl.rb', line 29

def NotApplicable
  @NotApplicable
end

#NotTestedRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


33
34
35
# File 'lib/rdf/vocab/earl.rb', line 33

def NotTested
  @NotTested
end

#outcomeRDF::Vocabulary::Term (readonly)

outcome of performing the test

Returns:

  • (RDF::Vocabulary::Term)


89
90
91
# File 'lib/rdf/vocab/earl.rb', line 89

def outcome
  @outcome
end

#OutcomeValueRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


37
38
39
# File 'lib/rdf/vocab/earl.rb', line 37

def OutcomeValue
  @OutcomeValue
end

#PassRDF::Vocabulary::Term (readonly)

the class of outcomes to denote passing a test

Returns:

  • (RDF::Vocabulary::Term)


41
42
43
# File 'lib/rdf/vocab/earl.rb', line 41

def Pass
  @Pass
end

#passedRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


123
124
125
# File 'lib/rdf/vocab/earl.rb', line 123

def passed
  @passed
end

#pointerRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


93
94
95
# File 'lib/rdf/vocab/earl.rb', line 93

def pointer
  @pointer
end

#resultRDF::Vocabulary::Term (readonly)

result of an assertion

Returns:

  • (RDF::Vocabulary::Term)


97
98
99
# File 'lib/rdf/vocab/earl.rb', line 97

def result
  @result
end

#semiAutoRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


126
127
128
# File 'lib/rdf/vocab/earl.rb', line 126

def semiAuto
  @semiAuto
end

#SoftwareRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


45
46
47
# File 'lib/rdf/vocab/earl.rb', line 45

def Software
  @Software
end

#subjectRDF::Vocabulary::Term (readonly)

test subject of an assertion

Returns:

  • (RDF::Vocabulary::Term)


101
102
103
# File 'lib/rdf/vocab/earl.rb', line 101

def subject
  @subject
end

#testRDF::Vocabulary::Term (readonly)

test criterion of an assertion

Returns:

  • (RDF::Vocabulary::Term)


105
106
107
# File 'lib/rdf/vocab/earl.rb', line 105

def test
  @test
end

#TestCaseRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


49
50
51
# File 'lib/rdf/vocab/earl.rb', line 49

def TestCase
  @TestCase
end

#TestCriterionRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


53
54
55
# File 'lib/rdf/vocab/earl.rb', line 53

def TestCriterion
  @TestCriterion
end

#TestModeRDF::Vocabulary::Term (readonly)

describes how a test was carried out

Returns:

  • (RDF::Vocabulary::Term)


57
58
59
# File 'lib/rdf/vocab/earl.rb', line 57

def TestMode
  @TestMode
end

#TestRequirementRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


61
62
63
# File 'lib/rdf/vocab/earl.rb', line 61

def TestRequirement
  @TestRequirement
end

#TestResultRDF::Vocabulary::Term (readonly)

the actual result of performing the test

Returns:

  • (RDF::Vocabulary::Term)


65
66
67
# File 'lib/rdf/vocab/earl.rb', line 65

def TestResult
  @TestResult
end

#TestSubjectRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


69
70
71
# File 'lib/rdf/vocab/earl.rb', line 69

def TestSubject
  @TestSubject
end

#undisclosedRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


129
130
131
# File 'lib/rdf/vocab/earl.rb', line 129

def undisclosed
  @undisclosed
end

#unknownModeRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


132
133
134
# File 'lib/rdf/vocab/earl.rb', line 132

def unknownMode
  @unknownMode
end

#untestedRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


135
136
137
# File 'lib/rdf/vocab/earl.rb', line 135

def untested
  @untested
end