rdf-vocab 3.1.10 → 3.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +13 -1
  5. data/lib/rdf/vocab/acl.rb +47 -134
  6. data/lib/rdf/vocab/as.rb +381 -894
  7. data/lib/rdf/vocab/bf2.rb +1241 -2561
  8. data/lib/rdf/vocab/bibframe.rb +1241 -2561
  9. data/lib/rdf/vocab/bibo.rb +576 -1078
  10. data/lib/rdf/vocab/cc.rb +57 -167
  11. data/lib/rdf/vocab/cert.rb +72 -143
  12. data/lib/rdf/vocab/cnt.rb +51 -133
  13. data/lib/rdf/vocab/crm.rb +1180 -2486
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3900 -14140
  16. data/lib/rdf/vocab/dc.rb +458 -848
  17. data/lib/rdf/vocab/dc11.rb +62 -128
  18. data/lib/rdf/vocab/dcat.rb +215 -382
  19. data/lib/rdf/vocab/dcmitype.rb +65 -119
  20. data/lib/rdf/vocab/disco.rb +170 -401
  21. data/lib/rdf/vocab/doap.rb +197 -375
  22. data/lib/rdf/vocab/dwc.rb +1451 -2207
  23. data/lib/rdf/vocab/earl.rb +80 -218
  24. data/lib/rdf/vocab/ebucore.rb +2991 -7439
  25. data/lib/rdf/vocab/edm.rb +159 -351
  26. data/lib/rdf/vocab/exif.rb +453 -1106
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +247 -627
  29. data/lib/rdf/vocab/foaf.rb +373 -681
  30. data/lib/rdf/vocab/geo.rb +16 -58
  31. data/lib/rdf/vocab/geojson.rb +16 -85
  32. data/lib/rdf/vocab/geonames.rb +1573 -1742
  33. data/lib/rdf/vocab/gr.rb +539 -1427
  34. data/lib/rdf/vocab/gs1.rb +2824 -4424
  35. data/lib/rdf/vocab/ht.rb +93 -260
  36. data/lib/rdf/vocab/hydra.rb +216 -477
  37. data/lib/rdf/vocab/iana.rb +71 -304
  38. data/lib/rdf/vocab/ical.rb +460 -925
  39. data/lib/rdf/vocab/identifiers.rb +212 -515
  40. data/lib/rdf/vocab/iiif.rb +81 -220
  41. data/lib/rdf/vocab/jsonld.rb +130 -272
  42. data/lib/rdf/vocab/ldp.rb +131 -264
  43. data/lib/rdf/vocab/lrmi.rb +146 -234
  44. data/lib/rdf/vocab/ma.rb +233 -623
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +539 -1351
  47. data/lib/rdf/vocab/mo.rb +1383 -2305
  48. data/lib/rdf/vocab/mods.rb +384 -903
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +196 -474
  51. data/lib/rdf/vocab/og.rb +120 -201
  52. data/lib/rdf/vocab/ogc.rb +25 -62
  53. data/lib/rdf/vocab/ore.rb +51 -110
  54. data/lib/rdf/vocab/org.rb +180 -376
  55. data/lib/rdf/vocab/pcdm.rb +50 -100
  56. data/lib/rdf/vocab/pplan.rb +16 -24
  57. data/lib/rdf/vocab/premis.rb +674 -1825
  58. data/lib/rdf/vocab/premiseventtype.rb +114 -272
  59. data/lib/rdf/vocab/prov.rb +996 -1618
  60. data/lib/rdf/vocab/ptr.rb +77 -218
  61. data/lib/rdf/vocab/rdau.rb +1289 -1294
  62. data/lib/rdf/vocab/rightsstatements.rb +90 -98
  63. data/lib/rdf/vocab/rsa.rb +30 -63
  64. data/lib/rdf/vocab/rss.rb +24 -69
  65. data/lib/rdf/vocab/schema.rb +8430 -18899
  66. data/lib/rdf/vocab/schemas.rb +8430 -18899
  67. data/lib/rdf/vocab/sd.rb +85 -242
  68. data/lib/rdf/vocab/sh.rb +729 -1468
  69. data/lib/rdf/vocab/sioc.rb +416 -820
  70. data/lib/rdf/vocab/siocservices.rb +31 -72
  71. data/lib/rdf/vocab/sioctypes.rb +145 -306
  72. data/lib/rdf/vocab/skos.rb +95 -217
  73. data/lib/rdf/vocab/skosxl.rb +26 -59
  74. data/lib/rdf/vocab/v.rb +199 -493
  75. data/lib/rdf/vocab/vcard.rb +290 -920
  76. data/lib/rdf/vocab/vmd.rb +199 -493
  77. data/lib/rdf/vocab/void.rb +86 -210
  78. data/lib/rdf/vocab/vs.rb +16 -38
  79. data/lib/rdf/vocab/wdrs.rb +43 -136
  80. data/lib/rdf/vocab/wot.rb +95 -176
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +122 -463
  83. data/lib/rdf/vocab/xkos.rb +116 -269
  84. data/spec/extensions_spec.rb +1 -1
  85. metadata +45 -25
@@ -3,237 +3,144 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/2007/05/powder-s#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://www.w3.org/2007/05/powder-s#>
8
- # #
9
- # # POWDER-S Vocabulary
10
- # #
11
- # # This file specifies the set of classes and properties used in the RDF/OWL version of POWDER documents.
12
- # # @version 2 June 2017
13
- # class WDRS < RDF::StrictVocabulary
14
- # # A POWDER document.
15
- # # @return [RDF::Vocabulary::Term]
16
- # attr_reader :Document
17
- #
18
- # # A software agent able to process POWDER documents.
19
- # # @return [RDF::Vocabulary::Term]
20
- # attr_reader :Processor
21
- #
22
- # # A pointer to a document that describes how Description Resources created by a FOAF Agent or a DC Terms Agent may be authenticated
23
- # # @return [RDF::Vocabulary::Term]
24
- # attr_reader :authenticate
25
- #
26
- # # A property that takes a Boolean value to declare whether the author of the data certifies the described resource.
27
- # # @return [RDF::Vocabulary::Term]
28
- # attr_reader :certified
29
- #
30
- # # A property that links a resource to a POWDER document that certifies it.
31
- # # @return [RDF::Vocabulary::Term]
32
- # attr_reader :certifiedby
33
- #
34
- # # A property denoting a description of the specific error found in a given POWDER document.
35
- # # @return [RDF::Vocabulary::Term]
36
- # attr_reader :data_error
37
- #
38
- # # An RDF property to exactly match the describedby relationship type introduced in http://www.w3.org/TR/powder-dr/#assoc-linking and formally defined in appendix D of the same document, i.e. the relationship A 'describedby' B asserts that resource B provides a description of resource A. There are no constraints on the format or representation of either A or B, neither are there any further constraints on either resource.
39
- # # @return [RDF::Vocabulary::Term]
40
- # attr_reader :describedby
41
- #
42
- # # A property denoting the code of any error encountered by the POWDER processor.
43
- # # @return [RDF::Vocabulary::Term]
44
- # attr_reader :error_code
45
- #
46
- # # This property is meant to be used in OWL2 instead of wdrs:matchesregex. It denotes the string data range corresponding to a set of IRIs.
47
- # # @return [RDF::Vocabulary::Term]
48
- # attr_reader :hasIRI
49
- #
50
- # # This property denotes the author of a POWDER document.
51
- # # @return [RDF::Vocabulary::Term]
52
- # attr_reader :issuedby
53
- #
54
- # # Points to a graphic summary for the resources in a given class. Typically, it is a logo denoting conformance of a given (set of) resource(s) to a given set of criteria.
55
- # # @return [RDF::Vocabulary::Term]
56
- # attr_reader :logo
57
- #
58
- # # This is the key 'include' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI.
59
- # # @return [RDF::Vocabulary::Term]
60
- # attr_reader :matchesregex
61
- #
62
- # # Property used in results returned from a POWDER Processor that has no data about the candidate resource. The value is the IRI of the processor.
63
- # # @return [RDF::Vocabulary::Term]
64
- # attr_reader :notknownto
65
- #
66
- # # This is the key 'exclude' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI.
67
- # # @return [RDF::Vocabulary::Term]
68
- # attr_reader :notmatchesregex
69
- #
70
- # # A property denoting a description of the specific software error.
71
- # # @return [RDF::Vocabulary::Term]
72
- # attr_reader :proc_error
73
- #
74
- # # Links to a Base64-encoded binary SHA-1 hash of the described resource. May be used by POWDER Processors when assessing trustworthiness of a DR.
75
- # # @return [RDF::Vocabulary::Term]
76
- # attr_reader :sha1sum
77
- #
78
- # # A property that links a POWDER document to some other data source that supports the descriptions provided.
79
- # # @return [RDF::Vocabulary::Term]
80
- # attr_reader :supportedby
81
- #
82
- # # Property linking to a free-text tag which may include spaces.
83
- # # @return [RDF::Vocabulary::Term]
84
- # attr_reader :tag
85
- #
86
- # # This property provides a summary of the descriptorset that it annotates, suitable for display to end users.
87
- # # @return [RDF::Vocabulary::Term]
88
- # attr_reader :text
89
- #
90
- # # Provides a timestamp that a POWDER Processor may use when assessing trustworthiness of a POWDER document. Informally, a POWDER Processor should normally ignore data in the document before the given date.
91
- # # @return [RDF::Vocabulary::Term]
92
- # attr_reader :validfrom
93
- #
94
- # # Provides a timestamp that a POWDER Processor may use when assessing trustworthiness of a POWDER document. Informally, a POWDER Processor should normally ignore data in the document after the given date.
95
- # # @return [RDF::Vocabulary::Term]
96
- # attr_reader :validuntil
97
- #
98
- # end
99
6
  WDRS = Class.new(RDF::StrictVocabulary("http://www.w3.org/2007/05/powder-s#")) do
100
7
 
101
8
  # Ontology definition
102
9
  ontology :"http://www.w3.org/2007/05/powder-s#",
103
10
  comment: "This file specifies the set of classes and properties used in the RDF/OWL version of POWDER documents.".freeze,
104
- "dc:issued": "2009-09-01".freeze,
105
- "dc:modified": ["2010-11-08".freeze, "2017-06-02".freeze],
11
+ "http://purl.org/dc/terms/issued": "2009-09-01".freeze,
12
+ "http://purl.org/dc/terms/modified": ["2010-11-08".freeze, "2017-06-02".freeze],
106
13
  "http://purl.org/vocab/vann/preferredNamespacePrefix": "wdrs".freeze,
107
14
  "http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.w3.org/2007/05/powder-s#".freeze,
15
+ "http://www.w3.org/2002/07/owl#priorVersion": "http://www.w3.org/2007/05/powder-s".freeze,
16
+ "http://www.w3.org/2002/07/owl#versionInfo": "2 June 2017".freeze,
108
17
  label: "POWDER-S Vocabulary".freeze,
109
- "owl:priorVersion": "http://www.w3.org/2007/05/powder-s".freeze,
110
- "owl:versionInfo": "2 June 2017".freeze,
111
- type: ["http://purl.org/vocommons/voaf#Vocabulary".freeze, "owl:Ontology".freeze]
18
+ type: ["http://purl.org/vocommons/voaf#Vocabulary".freeze, "http://www.w3.org/2002/07/owl#Ontology".freeze]
112
19
 
113
20
  # Class definitions
114
21
  term :Document,
115
22
  comment: "A POWDER document.".freeze,
116
23
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#structure".freeze,
117
24
  label: "POWDER document".freeze,
118
- subClassOf: "owl:Ontology".freeze,
119
- type: "rdfs:Class".freeze
25
+ subClassOf: "http://www.w3.org/2002/07/owl#Ontology".freeze,
26
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
120
27
  term :Processor,
121
28
  comment: "A software agent able to process POWDER documents.".freeze,
122
29
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#powderprocessor".freeze,
123
30
  label: "POWDER processor".freeze,
124
- subClassOf: "dc:Agent".freeze,
125
- type: "rdfs:Class".freeze
31
+ subClassOf: "http://purl.org/dc/terms/Agent".freeze,
32
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
126
33
 
127
34
  # Property definitions
128
35
  property :authenticate,
129
36
  comment: "A pointer to a document that describes how Description Resources created by a FOAF Agent or a DC Terms Agent may be authenticated".freeze,
130
37
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#discover".freeze,
131
38
  label: "authenticate".freeze,
132
- type: "rdf:Property".freeze
39
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
133
40
  property :certified,
134
41
  comment: "A property that takes a Boolean value to declare whether the author of the data certifies the described resource.".freeze,
135
42
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
136
43
  label: "certified".freeze,
137
- range: "xsd:boolean".freeze,
138
- type: "rdf:Property".freeze
44
+ range: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
45
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
139
46
  property :certifiedby,
140
47
  comment: "A property that links a resource to a POWDER document that certifies it.".freeze,
141
48
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
142
49
  label: "certified by".freeze,
143
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
50
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
144
51
  property :data_error,
145
52
  comment: "A property denoting a description of the specific error found in a given POWDER document.".freeze,
146
- domain: "wdrs:Document".freeze,
53
+ domain: "http://www.w3.org/2007/05/powder-s#Document".freeze,
147
54
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling".freeze,
148
55
  label: "data error".freeze,
149
- type: "rdf:Property".freeze
56
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
150
57
  property :describedby,
151
58
  comment: "An RDF property to exactly match the describedby relationship type introduced in http://www.w3.org/TR/powder-dr/#assoc-linking and formally defined in appendix D of the same document, i.e. the relationship A 'describedby' B asserts that resource B provides a description of resource A. There are no constraints on the format or representation of either A or B, neither are there any further constraints on either resource.".freeze,
152
59
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#semlink".freeze,
153
60
  label: "described by".freeze,
154
- type: "rdf:Property".freeze
61
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
155
62
  property :error_code,
156
63
  comment: "A property denoting the code of any error encountered by the POWDER processor.".freeze,
157
64
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling".freeze,
158
65
  label: "error code".freeze,
159
- range: "xsd:nonNegativeInteger".freeze,
160
- type: "rdf:Property".freeze
66
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
67
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
161
68
  property :hasIRI,
162
69
  comment: "This property is meant to be used in OWL2 instead of wdrs:matchesregex. It denotes the string data range corresponding to a set of IRIs.".freeze,
163
- domain: "rdfs:Resource".freeze,
70
+ domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
164
71
  isDefinedBy: "http://www.w3.org/TR/powder-formal/#oxRegexSemantics".freeze,
165
72
  label: "has IRI".freeze,
166
- range: "xsd:anyURI".freeze,
167
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
73
+ range: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
74
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
168
75
  property :issuedby,
169
76
  comment: "This property denotes the author of a POWDER document.".freeze,
170
77
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#line3".freeze,
171
78
  label: "issued by".freeze,
172
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
79
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
173
80
  property :logo,
174
81
  comment: "Points to a graphic summary for the resources in a given class. Typically, it is a logo denoting conformance of a given (set of) resource(s) to a given set of criteria.".freeze,
175
82
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#line13".freeze,
176
83
  label: "logo".freeze,
177
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
84
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
178
85
  property :matchesregex,
179
86
  comment: "This is the key 'include' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI.".freeze,
180
- domain: "rdfs:Resource".freeze,
87
+ domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
88
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax".freeze,
181
89
  isDefinedBy: "http://www.w3.org/TR/powder-formal/#regexSemantics".freeze,
182
90
  label: "matches regular expression".freeze,
183
- range: "xsd:string".freeze,
184
- "rdfs:seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax".freeze,
185
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
91
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
92
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
186
93
  property :notknownto,
187
94
  comment: "Property used in results returned from a POWDER Processor that has no data about the candidate resource. The value is the IRI of the processor.".freeze,
188
95
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#powderprocessor".freeze,
189
96
  label: "not known to".freeze,
190
- range: "wdrs:Processor".freeze,
191
- type: "rdf:Property".freeze
97
+ range: "http://www.w3.org/2007/05/powder-s#Processor".freeze,
98
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
192
99
  property :notmatchesregex,
193
100
  comment: "This is the key 'exclude' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI.".freeze,
194
- domain: "rdfs:Resource".freeze,
101
+ domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
102
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax".freeze,
195
103
  isDefinedBy: "http://www.w3.org/TR/powder-formal/#regexSemantics".freeze,
196
104
  label: "matches regular expression".freeze,
197
- range: "xsd:string".freeze,
198
- "rdfs:seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax".freeze,
199
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
105
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
106
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
200
107
  property :proc_error,
201
108
  comment: "A property denoting a description of the specific software error.".freeze,
202
- domain: "wdrs:Processor".freeze,
109
+ domain: "http://www.w3.org/2007/05/powder-s#Processor".freeze,
203
110
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling".freeze,
204
111
  label: "processing error".freeze,
205
- type: "rdf:Property".freeze
112
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
206
113
  property :sha1sum,
207
114
  comment: "Links to a Base64-encoded binary SHA-1 hash of the described resource. May be used by POWDER Processors when assessing trustworthiness of a DR.".freeze,
208
115
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
209
116
  label: "SHA-1 sum".freeze,
210
- range: "xsd:base64Binary".freeze,
211
- type: "rdf:Property".freeze
117
+ range: "http://www.w3.org/2001/XMLSchema#base64Binary".freeze,
118
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
212
119
  property :supportedby,
213
120
  comment: "A property that links a POWDER document to some other data source that supports the descriptions provided.".freeze,
214
121
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#supportedBy".freeze,
215
122
  label: "supported by".freeze,
216
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
123
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
217
124
  property :tag,
218
125
  comment: "Property linking to a free-text tag which may include spaces.".freeze,
219
126
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#tags".freeze,
220
127
  label: "tag".freeze,
221
- range: "xsd:token".freeze,
222
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
128
+ range: "http://www.w3.org/2001/XMLSchema#token".freeze,
129
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
223
130
  property :text,
224
131
  comment: "This property provides a summary of the descriptorset that it annotates, suitable for display to end users.".freeze,
225
132
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#line13".freeze,
226
133
  label: "text that may be displayed".freeze,
227
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
134
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
228
135
  property :validfrom,
229
136
  comment: "Provides a timestamp that a POWDER Processor may use when assessing trustworthiness of a POWDER document. Informally, a POWDER Processor should normally ignore data in the document before the given date.".freeze,
230
137
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
231
138
  label: "valid from".freeze,
232
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
139
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
233
140
  property :validuntil,
234
141
  comment: "Provides a timestamp that a POWDER Processor may use when assessing trustworthiness of a POWDER document. Informally, a POWDER Processor should normally ignore data in the document after the given date.".freeze,
235
142
  isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
236
143
  label: "valid until".freeze,
237
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
144
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
238
145
  end
239
146
  end
data/lib/rdf/vocab/wot.rb CHANGED
@@ -3,245 +3,164 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://xmlns.com/wot/0.1/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://xmlns.com/wot/0.1/>
8
- # #
9
- # # Web Of Trust vocabulary
10
- # #
11
- # # Web Of Trust (wot) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.
12
- # # @see http://xmlns.com/foaf/0.1/
13
- # class WOT < RDF::StrictVocabulary
14
- # # An encrypted document intended for a set of recipients.
15
- # # @return [RDF::Vocabulary::Term]
16
- # attr_reader :EncryptedDocument
17
- #
18
- # # An endorsement resource containing a detached ascii signature.
19
- # # @return [RDF::Vocabulary::Term]
20
- # attr_reader :Endorsement
21
- #
22
- # # A class used to represent a PGP/GPG public key for a user (an agent, person, group or organization).
23
- # # @return [RDF::Vocabulary::Term]
24
- # attr_reader :PubKey
25
- #
26
- # # An event describing the action of a public key being signed by some other public key.
27
- # # @return [RDF::Vocabulary::Term]
28
- # attr_reader :SigEvent
29
- #
30
- # # A user (agent, person, group or organization) of a PGP/GPG public key.
31
- # # @return [RDF::Vocabulary::Term]
32
- # attr_reader :User
33
- #
34
- # # A property linking a document to an endorsement resource containing a detached ascii signature.
35
- # # @return [RDF::Vocabulary::Term]
36
- # attr_reader :assurance
37
- #
38
- # # A property linking an encrypted document to a recipient.
39
- # # @return [RDF::Vocabulary::Term]
40
- # attr_reader :encryptedTo
41
- #
42
- # # A property linking an encrypted document to the public key that was used to encrypt it.
43
- # # @return [RDF::Vocabulary::Term]
44
- # attr_reader :encrypter
45
- #
46
- # # A public key hex fingerprint string (40 digits, white space insignificant).
47
- # # @return [RDF::Vocabulary::Term]
48
- # attr_reader :fingerprint
49
- #
50
- # # A property to link a PubKey from a User
51
- # # @return [RDF::Vocabulary::Term]
52
- # attr_reader :hasKey
53
- #
54
- # # A public key hex identifier string (8 digits).
55
- # # @return [RDF::Vocabulary::Term]
56
- # attr_reader :hex_id
57
- #
58
- # # A property linking a public key to the user of the key.
59
- # # @return [RDF::Vocabulary::Term]
60
- # attr_reader :identity
61
- #
62
- # # A numeric string representing the length, in bytes, of a public key.
63
- # # @return [RDF::Vocabulary::Term]
64
- # attr_reader :length
65
- #
66
- # # The location of an ascii version of a public key.
67
- # # @return [RDF::Vocabulary::Term]
68
- # attr_reader :pubkeyAddress
69
- #
70
- # # The date of a public key signature event.
71
- # # @return [RDF::Vocabulary::Term]
72
- # attr_reader :sigdate
73
- #
74
- # # A property linking a public key to a public key signature event.
75
- # # @return [RDF::Vocabulary::Term]
76
- # attr_reader :signed
77
- #
78
- # # A property linking a public key signature event to the public key that was used to sign.
79
- # # @return [RDF::Vocabulary::Term]
80
- # attr_reader :signer
81
- #
82
- # # The time (of day) of a public key signature event.
83
- # # @return [RDF::Vocabulary::Term]
84
- # attr_reader :sigtime
85
- #
86
- # end
87
6
  WOT = Class.new(RDF::StrictVocabulary("http://xmlns.com/wot/0.1/")) do
88
7
 
89
8
  # Ontology definition
90
9
  ontology :"http://xmlns.com/wot/0.1/",
91
- "dc11:date": "2004-02-23".freeze,
92
- "dc11:description": "Web Of Trust (wot) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.".freeze,
93
- "dc11:title": "Web Of Trust vocabulary".freeze,
94
- "owl:imports": ["http://www.w3.org/2000/01/rdf-schema".freeze, "http://www.w3.org/2002/07/owl".freeze],
95
- "rdfs:seeAlso": "foaf:".freeze,
96
- type: "owl:Ontology".freeze
10
+ "http://purl.org/dc/elements/1.1/date": "2004-02-23".freeze,
11
+ "http://purl.org/dc/elements/1.1/description": "Web Of Trust (wot) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.".freeze,
12
+ "http://purl.org/dc/elements/1.1/title": "Web Of Trust vocabulary".freeze,
13
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/".freeze,
14
+ "http://www.w3.org/2002/07/owl#imports": ["http://www.w3.org/2000/01/rdf-schema".freeze, "http://www.w3.org/2002/07/owl".freeze],
15
+ type: "http://www.w3.org/2002/07/owl#Ontology".freeze
97
16
 
98
17
  # Class definitions
99
18
  term :EncryptedDocument,
100
19
  comment: "An encrypted document intended for a set of recipients.".freeze,
101
- isDefinedBy: "wot:".freeze,
20
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/Endorsement".freeze, "http://xmlns.com/wot/0.1/PubKey".freeze, "http://xmlns.com/wot/0.1/SigEvent".freeze, "http://xmlns.com/wot/0.1/User".freeze],
21
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
22
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
102
23
  label: "Encrypted Document".freeze,
103
- "owl:disjointWith": ["wot:Endorsement".freeze, "wot:PubKey".freeze, "wot:SigEvent".freeze, "wot:User".freeze],
104
- subClassOf: ["foaf:Document".freeze, "http://xmlns.com/wordnet/1.6/Endorsement-4".freeze],
105
- type: "owl:Class".freeze,
106
- "vs:term_status": "unstable".freeze
24
+ subClassOf: ["http://xmlns.com/foaf/0.1/Document".freeze, "http://xmlns.com/wordnet/1.6/Endorsement-4".freeze],
25
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
107
26
  term :Endorsement,
108
27
  comment: "An endorsement resource containing a detached ascii signature.".freeze,
109
- isDefinedBy: "wot:".freeze,
28
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument".freeze, "http://xmlns.com/wot/0.1/PubKey".freeze, "http://xmlns.com/wot/0.1/SigEvent".freeze, "http://xmlns.com/wot/0.1/User".freeze],
29
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
30
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
110
31
  label: "Endorsement".freeze,
111
- "owl:disjointWith": ["wot:EncryptedDocument".freeze, "wot:PubKey".freeze, "wot:SigEvent".freeze, "wot:User".freeze],
112
- subClassOf: ["foaf:Document".freeze, "http://xmlns.com/wordnet/1.6/Endorsement-4".freeze],
113
- type: "owl:Class".freeze,
114
- "vs:term_status": "unstable".freeze
32
+ subClassOf: ["http://xmlns.com/foaf/0.1/Document".freeze, "http://xmlns.com/wordnet/1.6/Endorsement-4".freeze],
33
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
115
34
  term :PubKey,
116
35
  comment: "A class used to represent a PGP/GPG public key for a user (an agent, person, group or organization).".freeze,
117
- isDefinedBy: "wot:".freeze,
36
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument".freeze, "http://xmlns.com/wot/0.1/Endorsement".freeze, "http://xmlns.com/wot/0.1/SigEvent".freeze, "http://xmlns.com/wot/0.1/User".freeze],
37
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
38
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
118
39
  label: "Public Key".freeze,
119
- "owl:disjointWith": ["wot:EncryptedDocument".freeze, "wot:Endorsement".freeze, "wot:SigEvent".freeze, "wot:User".freeze],
120
40
  subClassOf: "http://xmlns.com/wordnet/1.6/Credential".freeze,
121
- type: "owl:Class".freeze,
122
- "vs:term_status": "stable".freeze
41
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
123
42
  term :SigEvent,
124
43
  comment: "An event describing the action of a public key being signed by some other public key.".freeze,
125
- isDefinedBy: "wot:".freeze,
44
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument".freeze, "http://xmlns.com/wot/0.1/Endorsement".freeze, "http://xmlns.com/wot/0.1/PubKey".freeze, "http://xmlns.com/wot/0.1/User".freeze],
45
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
46
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
126
47
  label: "Key Signing Event".freeze,
127
- "owl:disjointWith": ["wot:EncryptedDocument".freeze, "wot:Endorsement".freeze, "wot:PubKey".freeze, "wot:User".freeze],
128
48
  subClassOf: ["http://www.w3.org/2002/12/cal/ical#Vevent".freeze, "http://xmlns.com/wordnet/1.6/Event".freeze],
129
- type: "owl:Class".freeze,
130
- "vs:term_status": "testing".freeze
49
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
131
50
  term :User,
132
51
  comment: "A user (agent, person, group or organization) of a PGP/GPG public key.".freeze,
133
- isDefinedBy: "wot:".freeze,
52
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/wot/0.1/EncryptedDocument".freeze, "http://xmlns.com/wot/0.1/Endorsement".freeze, "http://xmlns.com/wot/0.1/PubKey".freeze, "http://xmlns.com/wot/0.1/SigEvent".freeze],
53
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
54
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
134
55
  label: "Key User".freeze,
135
- "owl:disjointWith": ["wot:EncryptedDocument".freeze, "wot:Endorsement".freeze, "wot:PubKey".freeze, "wot:SigEvent".freeze],
136
- subClassOf: "foaf:Agent".freeze,
137
- type: "owl:Class".freeze,
138
- "vs:term_status": "stable".freeze
56
+ subClassOf: "http://xmlns.com/foaf/0.1/Agent".freeze,
57
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
139
58
 
140
59
  # Property definitions
141
60
  property :assurance,
142
61
  comment: "A property linking a document to an endorsement resource containing a detached ascii signature.".freeze,
143
- domain: "foaf:Document".freeze,
144
- isDefinedBy: "wot:".freeze,
62
+ domain: "http://xmlns.com/foaf/0.1/Document".freeze,
63
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
64
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
145
65
  label: "Assurance".freeze,
146
- range: "wot:Endorsement".freeze,
147
- type: "owl:ObjectProperty".freeze,
148
- "vs:term_status": "stable".freeze
66
+ range: "http://xmlns.com/wot/0.1/Endorsement".freeze,
67
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
149
68
  property :encryptedTo,
150
69
  comment: "A property linking an encrypted document to a recipient.".freeze,
151
- domain: "wot:EncryptedDocument".freeze,
152
- isDefinedBy: "wot:".freeze,
70
+ domain: "http://xmlns.com/wot/0.1/EncryptedDocument".freeze,
71
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
72
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
153
73
  label: "Encrypted to".freeze,
154
- range: "wot:PubKey".freeze,
155
- type: "owl:ObjectProperty".freeze,
156
- "vs:term_status": "unstable".freeze
74
+ range: "http://xmlns.com/wot/0.1/PubKey".freeze,
75
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
157
76
  property :encrypter,
158
77
  comment: "A property linking an encrypted document to the public key that was used to encrypt it.".freeze,
159
- domain: "wot:EncryptedDocument".freeze,
160
- isDefinedBy: "wot:".freeze,
78
+ domain: "http://xmlns.com/wot/0.1/EncryptedDocument".freeze,
79
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
80
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
161
81
  label: "Encrypted by".freeze,
162
- range: "wot:PubKey".freeze,
163
- type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
164
- "vs:term_status": "unstable".freeze
82
+ range: "http://xmlns.com/wot/0.1/PubKey".freeze,
83
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
165
84
  property :fingerprint,
166
85
  comment: "A public key hex fingerprint string (40 digits, white space insignificant).".freeze,
167
- domain: "wot:PubKey".freeze,
168
- isDefinedBy: "wot:".freeze,
86
+ domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
87
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
88
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
169
89
  label: "Fingerprint".freeze,
170
- range: "xsd:string".freeze,
171
- type: ["owl:DatatypeProperty".freeze, "owl:InverseFunctionalProperty".freeze],
172
- "vs:term_status": "testing".freeze
90
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
91
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
173
92
  property :hasKey,
174
93
  comment: "A property to link a PubKey from a User".freeze,
175
- domain: "wot:User".freeze,
176
- inverseOf: "wot:identity".freeze,
177
- isDefinedBy: "wot:".freeze,
94
+ domain: "http://xmlns.com/wot/0.1/User".freeze,
95
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
96
+ inverseOf: "http://xmlns.com/wot/0.1/identity".freeze,
97
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
178
98
  label: "has Key".freeze,
179
- range: "wot:PubKey".freeze,
180
- type: "owl:ObjectProperty".freeze,
181
- "vs:term_status": "testing".freeze
99
+ range: "http://xmlns.com/wot/0.1/PubKey".freeze,
100
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
182
101
  property :hex_id,
183
102
  comment: "A public key hex identifier string (8 digits).".freeze,
184
- domain: "wot:PubKey".freeze,
185
- isDefinedBy: "wot:".freeze,
103
+ domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
104
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
105
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
186
106
  label: "Hex identifier".freeze,
187
- range: "xsd:string".freeze,
188
- type: "owl:DatatypeProperty".freeze,
189
- "vs:term_status": "stable".freeze
107
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
108
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
190
109
  property :identity,
191
110
  comment: "A property linking a public key to the user of the key.".freeze,
192
- domain: "wot:PubKey".freeze,
193
- isDefinedBy: "wot:".freeze,
111
+ domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
112
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
113
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
194
114
  label: "Identity".freeze,
195
- range: "wot:User".freeze,
196
- type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
197
- "vs:term_status": "testing".freeze
115
+ range: "http://xmlns.com/wot/0.1/User".freeze,
116
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
198
117
  property :length,
199
118
  comment: "A numeric string representing the length, in bytes, of a public key.".freeze,
200
- domain: "wot:PubKey".freeze,
201
- isDefinedBy: "wot:".freeze,
119
+ domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
120
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
121
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
202
122
  label: "Length".freeze,
203
- range: "xsd:integer".freeze,
204
- type: "owl:DatatypeProperty".freeze,
205
- "vs:term_status": "stable".freeze
123
+ range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
124
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
206
125
  property :pubkeyAddress,
207
126
  comment: "The location of an ascii version of a public key.".freeze,
208
- domain: "wot:PubKey".freeze,
209
- isDefinedBy: "wot:".freeze,
127
+ domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
128
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
129
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
210
130
  label: "Address".freeze,
211
- range: "foaf:Document".freeze,
212
- type: "owl:ObjectProperty".freeze,
213
- "vs:term_status": "testing".freeze
131
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
132
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
214
133
  property :sigdate,
215
134
  comment: "The date of a public key signature event.".freeze,
216
- domain: "wot:SigEvent".freeze,
217
- isDefinedBy: "wot:".freeze,
135
+ domain: "http://xmlns.com/wot/0.1/SigEvent".freeze,
136
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
137
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
218
138
  label: "Signature date".freeze,
219
- range: "xsd:date".freeze,
220
- type: "owl:DatatypeProperty".freeze,
221
- "vs:term_status": "testing".freeze
139
+ range: "http://www.w3.org/2001/XMLSchema#date".freeze,
140
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
222
141
  property :signed,
223
142
  comment: "A property linking a public key to a public key signature event.".freeze,
224
- domain: "wot:PubKey".freeze,
225
- isDefinedBy: "wot:".freeze,
143
+ domain: "http://xmlns.com/wot/0.1/PubKey".freeze,
144
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
145
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
226
146
  label: "Signed".freeze,
227
- range: "wot:SigEvent".freeze,
228
- type: "owl:ObjectProperty".freeze,
229
- "vs:term_status": "testing".freeze
147
+ range: "http://xmlns.com/wot/0.1/SigEvent".freeze,
148
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
230
149
  property :signer,
231
150
  comment: "A property linking a public key signature event to the public key that was used to sign.".freeze,
232
- domain: "wot:SigEvent".freeze,
233
- isDefinedBy: "wot:".freeze,
151
+ domain: "http://xmlns.com/wot/0.1/SigEvent".freeze,
152
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
153
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
234
154
  label: "Signer".freeze,
235
- range: "wot:PubKey".freeze,
236
- type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
237
- "vs:term_status": "unstable".freeze
155
+ range: "http://xmlns.com/wot/0.1/PubKey".freeze,
156
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
238
157
  property :sigtime,
239
158
  comment: "The time (of day) of a public key signature event.".freeze,
240
- domain: "wot:SigEvent".freeze,
241
- isDefinedBy: "wot:".freeze,
159
+ domain: "http://xmlns.com/wot/0.1/SigEvent".freeze,
160
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
161
+ isDefinedBy: "http://xmlns.com/wot/0.1/".freeze,
242
162
  label: "Signature time".freeze,
243
- range: "xsd:time".freeze,
244
- type: "owl:DatatypeProperty".freeze,
245
- "vs:term_status": "unstable".freeze
163
+ range: "http://www.w3.org/2001/XMLSchema#time".freeze,
164
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
246
165
  end
247
166
  end