rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -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".freeze,
11
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://www.w3.org/TR/Content-in-RDF/".freeze, "http://www.w3.org/TR/HTTP-in-RDF/".freeze, "http://www.w3.org/TR/Pointers-in-RDF/".freeze, "http://www.w3.org/WAI/intro/earl".freeze],
12
- "http://www.w3.org/2002/07/owlversionInfo": "Editor's Working Draft 10 June 2009".freeze,
13
- isDefinedBy: "http://www.w3.org/TR/EARL10/".freeze,
14
- label: "Evaluation and Report Language (EARL) 1.0 Schema".freeze,
15
- type: "http://www.w3.org/2002/07/owlOntology".freeze
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".freeze,
20
- label: "Assertion".freeze,
21
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
24
- label: "Assertor".freeze,
25
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
28
- label: "Undetermined".freeze,
29
- subClassOf: "http://www.w3.org/ns/earl#OutcomeValue".freeze,
30
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
33
- label: "Fail".freeze,
34
- subClassOf: "http://www.w3.org/ns/earl#OutcomeValue".freeze,
35
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
38
- label: "Not applicable".freeze,
39
- subClassOf: "http://www.w3.org/ns/earl#OutcomeValue".freeze,
40
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
43
- label: "Not tested".freeze,
44
- subClassOf: "http://www.w3.org/ns/earl#OutcomeValue".freeze,
45
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
48
- label: "Outcome Value".freeze,
49
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
52
- label: "Pass".freeze,
53
- subClassOf: "http://www.w3.org/ns/earl#OutcomeValue".freeze,
54
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
57
- label: "Report".freeze,
58
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
61
- label: "Software".freeze,
62
- subClassOf: "http://usefulinc.com/ns/doap#Project".freeze,
63
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
66
- label: "Test Case".freeze,
67
- subClassOf: "http://www.w3.org/ns/earl#TestCriterion".freeze,
68
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
71
- label: "Test Criterion".freeze,
72
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
75
- label: "Test Mode".freeze,
76
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
79
- label: "Test Requirement".freeze,
80
- subClassOf: "http://www.w3.org/ns/earl#TestCriterion".freeze,
81
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
84
- label: "Test Result".freeze,
85
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
88
- label: "Test Subject".freeze,
89
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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".freeze,
94
- domain: "http://www.w3.org/ns/earl#Assertion".freeze,
95
- label: "Asserted By".freeze,
96
- range: "http://www.w3.org/ns/earl#Assertor".freeze,
97
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
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".freeze,
102
- unionOf: list("http://www.w3.org/ns/earl#Report".freeze, "http://www.w3.org/ns/earl#TestCase".freeze)
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".freeze,
105
- range: "http://www.w3.org/ns/earl#Assertion".freeze,
106
- type: ["http://www.w3.org/2000/01/rdf-schema#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
109
- domain: "http://www.w3.org/ns/earl#TestResult".freeze,
110
- label: "Info".freeze,
111
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
112
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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".freeze,
115
- domain: "http://www.w3.org/ns/earl#Assertor".freeze,
116
- label: "Main Assertor".freeze,
117
- range: "http://www.w3.org/ns/earl#Assertor".freeze,
118
- subPropertyOf: "http://xmlns.com/foaf/spec/#term_member".freeze,
119
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
122
- domain: "http://www.w3.org/ns/earl#Assertion".freeze,
123
- label: "Mode".freeze,
124
- range: "http://www.w3.org/ns/earl#TestMode".freeze,
125
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
128
- domain: "http://www.w3.org/ns/earl#TestResult".freeze,
129
- label: "Outcome".freeze,
130
- range: "http://www.w3.org/ns/earl#OutcomeValue".freeze,
131
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
134
- domain: "http://www.w3.org/ns/TestResult".freeze,
135
- label: "Pointer".freeze,
136
- range: "http://www.w3.org/2009/pointers#Pointer".freeze,
137
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
140
- domain: "http://www.w3.org/ns/earl#Assertion".freeze,
141
- label: "Result".freeze,
142
- range: "http://www.w3.org/ns/earl#TestResult".freeze,
143
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
146
- domain: "http://www.w3.org/ns/earl#Assertion".freeze,
147
- label: "Subject".freeze,
148
- range: "http://www.w3.org/ns/earl#TestSubject".freeze,
149
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
152
- domain: "http://www.w3.org/ns/earl#Assertion".freeze,
153
- label: "Test".freeze,
154
- range: "http://www.w3.org/ns/earl#TestCriterion".freeze,
155
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
160
- "http://purl.org/dc/terms/title": "Automatic".freeze,
161
- type: "http://www.w3.org/ns/earl#TestMode".freeze
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".freeze,
164
- "http://purl.org/dc/terms/title": "Cannot tell".freeze,
165
- type: "http://www.w3.org/ns/earl#CannotTell".freeze
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".freeze,
168
- "http://purl.org/dc/terms/title": "Failed".freeze,
169
- type: "http://www.w3.org/ns/earl#Fail".freeze
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".freeze,
172
- "http://purl.org/dc/terms/title": "Inapplicable".freeze,
173
- type: "http://www.w3.org/ns/earl#NotApplicable".freeze
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".freeze,
176
- "http://purl.org/dc/terms/title": "Manual".freeze,
177
- type: "http://www.w3.org/ns/earl#TestMode".freeze
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".freeze,
180
- "http://purl.org/dc/terms/title": "Passed".freeze,
181
- type: "http://www.w3.org/ns/earl#Pass".freeze
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".freeze,
184
- "http://purl.org/dc/terms/title": "Semi-Automatic".freeze,
185
- type: "http://www.w3.org/ns/earl#TestMode".freeze
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".freeze,
188
- "http://purl.org/dc/terms/title": "Undisclosed".freeze,
189
- type: "http://www.w3.org/ns/earl#TestMode".freeze
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".freeze,
192
- "http://purl.org/dc/terms/title": "Unknown".freeze,
193
- type: "http://www.w3.org/ns/earl#TestMode".freeze
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".freeze,
196
- "http://purl.org/dc/terms/title": "Untested".freeze,
197
- type: "http://www.w3.org/ns/earl#NotTested".freeze
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