rdf-vocab 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -7
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4719 -4347
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +501 -227
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +563 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9464 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14900 -14698
- data/lib/rdf/vocab/schemas.rb +14900 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +63 -142
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +23 -6
data/lib/rdf/vocab/earl.rb
CHANGED
@@ -3,197 +3,199 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/earl#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.w3.org/ns/earl#>
|
7
|
+
# @!visibility private
|
6
8
|
EARL = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/earl#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.w3.org/ns/earl#",
|
10
|
-
comment: "Formal schema of the Evaluation and Report Language (EARL) 1.0"
|
11
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://www.w3.org/TR/Content-in-RDF/"
|
12
|
-
"http://www.w3.org/2002/07/owlversionInfo": "Editor's Working Draft 10 June 2009"
|
13
|
-
isDefinedBy: "http://www.w3.org/TR/EARL10/"
|
14
|
-
label: "Evaluation and Report Language (EARL) 1.0 Schema"
|
15
|
-
type: "http://www.w3.org/2002/07/owlOntology"
|
12
|
+
comment: {en: "Formal schema of the Evaluation and Report Language (EARL) 1.0"},
|
13
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://www.w3.org/TR/Content-in-RDF/", "http://www.w3.org/TR/HTTP-in-RDF/", "http://www.w3.org/TR/Pointers-in-RDF/", "http://www.w3.org/WAI/intro/earl"],
|
14
|
+
"http://www.w3.org/2002/07/owlversionInfo": {en: "Editor's Working Draft 10 June 2009"},
|
15
|
+
isDefinedBy: "http://www.w3.org/TR/EARL10/",
|
16
|
+
label: {en: "Evaluation and Report Language (EARL) 1.0 Schema"},
|
17
|
+
type: "http://www.w3.org/2002/07/owlOntology"
|
16
18
|
|
17
19
|
# Class definitions
|
18
20
|
term :Assertion,
|
19
|
-
comment: "a statement that embodies the results of a test"
|
20
|
-
label: "Assertion"
|
21
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
21
|
+
comment: {en: "a statement that embodies the results of a test"},
|
22
|
+
label: {en: "Assertion"},
|
23
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
22
24
|
term :Assertor,
|
23
|
-
comment: "an entity such as a person, a software tool, an organization, or any other grouping that carries out a test collectively"
|
24
|
-
label: "Assertor"
|
25
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
25
|
+
comment: {en: "an entity such as a person, a software tool, an organization, or any other grouping that carries out a test collectively"},
|
26
|
+
label: {en: "Assertor"},
|
27
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
26
28
|
term :CannotTell,
|
27
|
-
comment: "the class of outcomes to denote an undetermined outcome"
|
28
|
-
label: "Undetermined"
|
29
|
-
subClassOf: "http://www.w3.org/ns/earl#OutcomeValue"
|
30
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
29
|
+
comment: {en: "the class of outcomes to denote an undetermined outcome"},
|
30
|
+
label: {en: "Undetermined"},
|
31
|
+
subClassOf: "http://www.w3.org/ns/earl#OutcomeValue",
|
32
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
31
33
|
term :Fail,
|
32
|
-
comment: "the class of outcomes to denote failing a test"
|
33
|
-
label: "Fail"
|
34
|
-
subClassOf: "http://www.w3.org/ns/earl#OutcomeValue"
|
35
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
34
|
+
comment: {en: "the class of outcomes to denote failing a test"},
|
35
|
+
label: {en: "Fail"},
|
36
|
+
subClassOf: "http://www.w3.org/ns/earl#OutcomeValue",
|
37
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
36
38
|
term :NotApplicable,
|
37
|
-
comment: "the class of outcomes to denote the test is not applicable"
|
38
|
-
label: "Not applicable"
|
39
|
-
subClassOf: "http://www.w3.org/ns/earl#OutcomeValue"
|
40
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
39
|
+
comment: {en: "the class of outcomes to denote the test is not applicable"},
|
40
|
+
label: {en: "Not applicable"},
|
41
|
+
subClassOf: "http://www.w3.org/ns/earl#OutcomeValue",
|
42
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
41
43
|
term :NotTested,
|
42
|
-
comment: "the class of outcomes to denote the test has not been carried out"
|
43
|
-
label: "Not tested"
|
44
|
-
subClassOf: "http://www.w3.org/ns/earl#OutcomeValue"
|
45
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
44
|
+
comment: {en: "the class of outcomes to denote the test has not been carried out"},
|
45
|
+
label: {en: "Not tested"},
|
46
|
+
subClassOf: "http://www.w3.org/ns/earl#OutcomeValue",
|
47
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
46
48
|
term :OutcomeValue,
|
47
|
-
comment: "a discrete value that describes a resulting condition from carrying out the test"
|
48
|
-
label: "Outcome Value"
|
49
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
49
|
+
comment: {en: "a discrete value that describes a resulting condition from carrying out the test"},
|
50
|
+
label: {en: "Outcome Value"},
|
51
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
50
52
|
term :Pass,
|
51
|
-
comment: "the class of outcomes to denote passing a test"
|
52
|
-
label: "Pass"
|
53
|
-
subClassOf: "http://www.w3.org/ns/earl#OutcomeValue"
|
54
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
53
|
+
comment: {en: "the class of outcomes to denote passing a test"},
|
54
|
+
label: {en: "Pass"},
|
55
|
+
subClassOf: "http://www.w3.org/ns/earl#OutcomeValue",
|
56
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
55
57
|
term :Report,
|
56
|
-
comment: "A collection of earl:Assertion"
|
57
|
-
label: "Report"
|
58
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
58
|
+
comment: "A collection of earl:Assertion",
|
59
|
+
label: "Report",
|
60
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
59
61
|
term :Software,
|
60
|
-
comment: "any piece of software such as an authoring tool, browser, or evaluation tool"
|
61
|
-
label: "Software"
|
62
|
-
subClassOf: "http://usefulinc.com/ns/doap#Project"
|
63
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
62
|
+
comment: {en: "any piece of software such as an authoring tool, browser, or evaluation tool"},
|
63
|
+
label: {en: "Software"},
|
64
|
+
subClassOf: "http://usefulinc.com/ns/doap#Project",
|
65
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
64
66
|
term :TestCase,
|
65
|
-
comment: "an atomic test, usually one that is a partial test for a requirement"
|
66
|
-
label: "Test Case"
|
67
|
-
subClassOf: "http://www.w3.org/ns/earl#TestCriterion"
|
68
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
67
|
+
comment: {en: "an atomic test, usually one that is a partial test for a requirement"},
|
68
|
+
label: {en: "Test Case"},
|
69
|
+
subClassOf: "http://www.w3.org/ns/earl#TestCriterion",
|
70
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
69
71
|
term :TestCriterion,
|
70
|
-
comment: "a testable statement, usually one that can be passed or failed"
|
71
|
-
label: "Test Criterion"
|
72
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
72
|
+
comment: {en: "a testable statement, usually one that can be passed or failed"},
|
73
|
+
label: {en: "Test Criterion"},
|
74
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
73
75
|
term :TestMode,
|
74
|
-
comment: "describes how a test was carried out"
|
75
|
-
label: "Test Mode"
|
76
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
76
|
+
comment: {en: "describes how a test was carried out"},
|
77
|
+
label: {en: "Test Mode"},
|
78
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
77
79
|
term :TestRequirement,
|
78
|
-
comment: "a higher-level requirement that is tested by executing one or more sub-tests"
|
79
|
-
label: "Test Requirement"
|
80
|
-
subClassOf: "http://www.w3.org/ns/earl#TestCriterion"
|
81
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
80
|
+
comment: {en: "a higher-level requirement that is tested by executing one or more sub-tests"},
|
81
|
+
label: {en: "Test Requirement"},
|
82
|
+
subClassOf: "http://www.w3.org/ns/earl#TestCriterion",
|
83
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
82
84
|
term :TestResult,
|
83
|
-
comment: "the actual result of performing the test"
|
84
|
-
label: "Test Result"
|
85
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
85
|
+
comment: {en: "the actual result of performing the test"},
|
86
|
+
label: {en: "Test Result"},
|
87
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
86
88
|
term :TestSubject,
|
87
|
-
comment: "the class of things that have been tested against some test criterion"
|
88
|
-
label: "Test Subject"
|
89
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
89
|
+
comment: {en: "the class of things that have been tested against some test criterion"},
|
90
|
+
label: {en: "Test Subject"},
|
91
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
90
92
|
|
91
93
|
# Property definitions
|
92
94
|
property :assertedBy,
|
93
|
-
comment: "assertor of an assertion"
|
94
|
-
domain: "http://www.w3.org/ns/earl#Assertion"
|
95
|
-
label: "Asserted By"
|
96
|
-
range: "http://www.w3.org/ns/earl#Assertor"
|
97
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
95
|
+
comment: {en: "assertor of an assertion"},
|
96
|
+
domain: "http://www.w3.org/ns/earl#Assertion",
|
97
|
+
label: {en: "Asserted By"},
|
98
|
+
range: "http://www.w3.org/ns/earl#Assertor",
|
99
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
98
100
|
property :assertion,
|
99
|
-
comment: "Test Assertions associated with an earl:Report or earl:TestCase"
|
101
|
+
comment: "Test Assertions associated with an earl:Report or earl:TestCase",
|
100
102
|
domain: term(
|
101
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
102
|
-
unionOf: list("http://www.w3.org/ns/earl#Report"
|
103
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
104
|
+
unionOf: list("http://www.w3.org/ns/earl#Report", "http://www.w3.org/ns/earl#TestCase")
|
103
105
|
),
|
104
|
-
label: "assertion"
|
105
|
-
range: "http://www.w3.org/ns/earl#Assertion"
|
106
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Property"
|
106
|
+
label: "assertion",
|
107
|
+
range: "http://www.w3.org/ns/earl#Assertion",
|
108
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
107
109
|
property :info,
|
108
|
-
comment: "additional warnings or error messages in a human-readable form"
|
109
|
-
domain: "http://www.w3.org/ns/earl#TestResult"
|
110
|
-
label: "Info"
|
111
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
112
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
110
|
+
comment: {en: "additional warnings or error messages in a human-readable form"},
|
111
|
+
domain: "http://www.w3.org/ns/earl#TestResult",
|
112
|
+
label: {en: "Info"},
|
113
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
114
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
113
115
|
property :mainAssertor,
|
114
|
-
comment: "assertor that is primarily responsible for performing the test"
|
115
|
-
domain: "http://www.w3.org/ns/earl#Assertor"
|
116
|
-
label: "Main Assertor"
|
117
|
-
range: "http://www.w3.org/ns/earl#Assertor"
|
118
|
-
subPropertyOf: "http://xmlns.com/foaf/spec/#term_member"
|
119
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
116
|
+
comment: {en: "assertor that is primarily responsible for performing the test"},
|
117
|
+
domain: "http://www.w3.org/ns/earl#Assertor",
|
118
|
+
label: {en: "Main Assertor"},
|
119
|
+
range: "http://www.w3.org/ns/earl#Assertor",
|
120
|
+
subPropertyOf: "http://xmlns.com/foaf/spec/#term_member",
|
121
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
120
122
|
property :mode,
|
121
|
-
comment: "mode in which the test was performed"
|
122
|
-
domain: "http://www.w3.org/ns/earl#Assertion"
|
123
|
-
label: "Mode"
|
124
|
-
range: "http://www.w3.org/ns/earl#TestMode"
|
125
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
123
|
+
comment: {en: "mode in which the test was performed"},
|
124
|
+
domain: "http://www.w3.org/ns/earl#Assertion",
|
125
|
+
label: {en: "Mode"},
|
126
|
+
range: "http://www.w3.org/ns/earl#TestMode",
|
127
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
126
128
|
property :outcome,
|
127
|
-
comment: "outcome of performing the test"
|
128
|
-
domain: "http://www.w3.org/ns/earl#TestResult"
|
129
|
-
label: "Outcome"
|
130
|
-
range: "http://www.w3.org/ns/earl#OutcomeValue"
|
131
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
129
|
+
comment: {en: "outcome of performing the test"},
|
130
|
+
domain: "http://www.w3.org/ns/earl#TestResult",
|
131
|
+
label: {en: "Outcome"},
|
132
|
+
range: "http://www.w3.org/ns/earl#OutcomeValue",
|
133
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
132
134
|
property :pointer,
|
133
|
-
comment: "location within a test subject that are most relevant to a test result"
|
134
|
-
domain: "http://www.w3.org/ns/TestResult"
|
135
|
-
label: "Pointer"
|
136
|
-
range: "http://www.w3.org/2009/pointers#Pointer"
|
137
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
135
|
+
comment: {en: "location within a test subject that are most relevant to a test result"},
|
136
|
+
domain: "http://www.w3.org/ns/TestResult",
|
137
|
+
label: {en: "Pointer"},
|
138
|
+
range: "http://www.w3.org/2009/pointers#Pointer",
|
139
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
138
140
|
property :result,
|
139
|
-
comment: "result of an assertion"
|
140
|
-
domain: "http://www.w3.org/ns/earl#Assertion"
|
141
|
-
label: "Result"
|
142
|
-
range: "http://www.w3.org/ns/earl#TestResult"
|
143
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
141
|
+
comment: {en: "result of an assertion"},
|
142
|
+
domain: "http://www.w3.org/ns/earl#Assertion",
|
143
|
+
label: {en: "Result"},
|
144
|
+
range: "http://www.w3.org/ns/earl#TestResult",
|
145
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
144
146
|
property :subject,
|
145
|
-
comment: "test subject of an assertion"
|
146
|
-
domain: "http://www.w3.org/ns/earl#Assertion"
|
147
|
-
label: "Subject"
|
148
|
-
range: "http://www.w3.org/ns/earl#TestSubject"
|
149
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
147
|
+
comment: {en: "test subject of an assertion"},
|
148
|
+
domain: "http://www.w3.org/ns/earl#Assertion",
|
149
|
+
label: {en: "Subject"},
|
150
|
+
range: "http://www.w3.org/ns/earl#TestSubject",
|
151
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
150
152
|
property :test,
|
151
|
-
comment: "test criterion of an assertion"
|
152
|
-
domain: "http://www.w3.org/ns/earl#Assertion"
|
153
|
-
label: "Test"
|
154
|
-
range: "http://www.w3.org/ns/earl#TestCriterion"
|
155
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
153
|
+
comment: {en: "test criterion of an assertion"},
|
154
|
+
domain: "http://www.w3.org/ns/earl#Assertion",
|
155
|
+
label: {en: "Test"},
|
156
|
+
range: "http://www.w3.org/ns/earl#TestCriterion",
|
157
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
156
158
|
|
157
159
|
# Extra definitions
|
158
160
|
term :automatic,
|
159
|
-
"http://purl.org/dc/terms/description": "where the test was carried out automatically by the software tool and without any human intervention"
|
160
|
-
"http://purl.org/dc/terms/title": "Automatic"
|
161
|
-
type: "http://www.w3.org/ns/earl#TestMode"
|
161
|
+
"http://purl.org/dc/terms/description": {en: "where the test was carried out automatically by the software tool and without any human intervention"},
|
162
|
+
"http://purl.org/dc/terms/title": {en: "Automatic"},
|
163
|
+
type: "http://www.w3.org/ns/earl#TestMode"
|
162
164
|
term :cantTell,
|
163
|
-
"http://purl.org/dc/terms/description": "it is unclear if the subject passed or failed the test"
|
164
|
-
"http://purl.org/dc/terms/title": "Cannot tell"
|
165
|
-
type: "http://www.w3.org/ns/earl#CannotTell"
|
165
|
+
"http://purl.org/dc/terms/description": {en: "it is unclear if the subject passed or failed the test"},
|
166
|
+
"http://purl.org/dc/terms/title": {en: "Cannot tell"},
|
167
|
+
type: "http://www.w3.org/ns/earl#CannotTell"
|
166
168
|
term :failed,
|
167
|
-
"http://purl.org/dc/terms/description": "the subject failed the test"
|
168
|
-
"http://purl.org/dc/terms/title": "Failed"
|
169
|
-
type: "http://www.w3.org/ns/earl#Fail"
|
169
|
+
"http://purl.org/dc/terms/description": {en: "the subject failed the test"},
|
170
|
+
"http://purl.org/dc/terms/title": {en: "Failed"},
|
171
|
+
type: "http://www.w3.org/ns/earl#Fail"
|
170
172
|
term :inapplicable,
|
171
|
-
"http://purl.org/dc/terms/description": "the test is not applicable to the subject"
|
172
|
-
"http://purl.org/dc/terms/title": "Inapplicable"
|
173
|
-
type: "http://www.w3.org/ns/earl#NotApplicable"
|
173
|
+
"http://purl.org/dc/terms/description": {en: "the test is not applicable to the subject"},
|
174
|
+
"http://purl.org/dc/terms/title": {en: "Inapplicable"},
|
175
|
+
type: "http://www.w3.org/ns/earl#NotApplicable"
|
174
176
|
term :manual,
|
175
|
-
"http://purl.org/dc/terms/description": "where the test was carried out by human evaluators"
|
176
|
-
"http://purl.org/dc/terms/title": "Manual"
|
177
|
-
type: "http://www.w3.org/ns/earl#TestMode"
|
177
|
+
"http://purl.org/dc/terms/description": {en: "where the test was carried out by human evaluators"},
|
178
|
+
"http://purl.org/dc/terms/title": {en: "Manual"},
|
179
|
+
type: "http://www.w3.org/ns/earl#TestMode"
|
178
180
|
term :passed,
|
179
|
-
"http://purl.org/dc/terms/description": "the subject passed the test"
|
180
|
-
"http://purl.org/dc/terms/title": "Passed"
|
181
|
-
type: "http://www.w3.org/ns/earl#Pass"
|
181
|
+
"http://purl.org/dc/terms/description": {en: "the subject passed the test"},
|
182
|
+
"http://purl.org/dc/terms/title": {en: "Passed"},
|
183
|
+
type: "http://www.w3.org/ns/earl#Pass"
|
182
184
|
term :semiAuto,
|
183
|
-
"http://purl.org/dc/terms/description": "where the test was partially carried out by software tools, but where human input or judgment was still required to decide or help decide the outcome of the test"
|
184
|
-
"http://purl.org/dc/terms/title": "Semi-Automatic"
|
185
|
-
type: "http://www.w3.org/ns/earl#TestMode"
|
185
|
+
"http://purl.org/dc/terms/description": {en: "where the test was partially carried out by software tools, but where human input or judgment was still required to decide or help decide the outcome of the test"},
|
186
|
+
"http://purl.org/dc/terms/title": {en: "Semi-Automatic"},
|
187
|
+
type: "http://www.w3.org/ns/earl#TestMode"
|
186
188
|
term :undisclosed,
|
187
|
-
"http://purl.org/dc/terms/description": "where the exact testing process is undisclosed"
|
188
|
-
"http://purl.org/dc/terms/title": "Undisclosed"
|
189
|
-
type: "http://www.w3.org/ns/earl#TestMode"
|
189
|
+
"http://purl.org/dc/terms/description": {en: "where the exact testing process is undisclosed"},
|
190
|
+
"http://purl.org/dc/terms/title": {en: "Undisclosed"},
|
191
|
+
type: "http://www.w3.org/ns/earl#TestMode"
|
190
192
|
term :unknownMode,
|
191
|
-
"http://purl.org/dc/terms/description": "where the testing process is unknown or undetermined"
|
192
|
-
"http://purl.org/dc/terms/title": "Unknown"
|
193
|
-
type: "http://www.w3.org/ns/earl#TestMode"
|
193
|
+
"http://purl.org/dc/terms/description": {en: "where the testing process is unknown or undetermined"},
|
194
|
+
"http://purl.org/dc/terms/title": {en: "Unknown"},
|
195
|
+
type: "http://www.w3.org/ns/earl#TestMode"
|
194
196
|
term :untested,
|
195
|
-
"http://purl.org/dc/terms/description": "the test has not been carried out"
|
196
|
-
"http://purl.org/dc/terms/title": "Untested"
|
197
|
-
type: "http://www.w3.org/ns/earl#NotTested"
|
197
|
+
"http://purl.org/dc/terms/description": {en: "the test has not been carried out"},
|
198
|
+
"http://purl.org/dc/terms/title": {en: "Untested"},
|
199
|
+
type: "http://www.w3.org/ns/earl#NotTested"
|
198
200
|
end
|
199
201
|
end
|