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,550 +3,372 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://usefulinc.com/ns/doap#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://usefulinc.com/ns/doap#>
8
- # #
9
- # # Description of a Project (DOAP) vocabulary
10
- # #
11
- # # The Description of a Project (DOAP) vocabulary, described using W3C RDF Schema and the Web Ontology Language.
12
- # class DOAP < RDF::StrictVocabulary
13
- # # GNU Arch source code repository.
14
- # # @return [RDF::Vocabulary::Term]
15
- # attr_reader :ArchRepository
16
- #
17
- # # BitKeeper source code repository.
18
- # # @return [RDF::Vocabulary::Term]
19
- # attr_reader :BKRepository
20
- #
21
- # # Bazaar source code branch.
22
- # # @return [RDF::Vocabulary::Term]
23
- # attr_reader :BazaarBranch
24
- #
25
- # # CVS source code repository.
26
- # # @return [RDF::Vocabulary::Term]
27
- # attr_reader :CVSRepository
28
- #
29
- # # darcs source code repository.
30
- # # @return [RDF::Vocabulary::Term]
31
- # attr_reader :DarcsRepository
32
- #
33
- # # Git source code branch.
34
- # # @return [RDF::Vocabulary::Term]
35
- # attr_reader :GitBranch
36
- #
37
- # # Git source code repository.
38
- # # @return [RDF::Vocabulary::Term]
39
- # attr_reader :GitRepository
40
- #
41
- # # Mercurial source code repository.
42
- # # @return [RDF::Vocabulary::Term]
43
- # attr_reader :HgRepository
44
- #
45
- # # A project.
46
- # # @return [RDF::Vocabulary::Term]
47
- # attr_reader :Project
48
- #
49
- # # Source code repository.
50
- # # @return [RDF::Vocabulary::Term]
51
- # attr_reader :Repository
52
- #
53
- # # Subversion source code repository.
54
- # # @return [RDF::Vocabulary::Term]
55
- # attr_reader :SVNRepository
56
- #
57
- # # A specification of a system's aspects, technical or otherwise.
58
- # # @return [RDF::Vocabulary::Term]
59
- # attr_reader :Specification
60
- #
61
- # # Version information of a project release.
62
- # # @return [RDF::Vocabulary::Term]
63
- # attr_reader :Version
64
- #
65
- # # Description of target user base
66
- # # @return [RDF::Vocabulary::Term]
67
- # attr_reader :audience
68
- #
69
- # # URI of a blog related to a project
70
- # # @return [RDF::Vocabulary::Term]
71
- # attr_reader :blog
72
- #
73
- # # Web browser interface to repository.
74
- # # @return [RDF::Vocabulary::Term]
75
- # attr_reader :browse
76
- #
77
- # # A category of project.
78
- # # @return [RDF::Vocabulary::Term]
79
- # attr_reader :category
80
- #
81
- # # Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05
82
- # # @return [RDF::Vocabulary::Term]
83
- # attr_reader :created
84
- #
85
- # # Plain text description of a project, of 2-4 sentences in length.
86
- # # @return [RDF::Vocabulary::Term]
87
- # attr_reader :description
88
- #
89
- # # Developer of software for the project.
90
- # # @return [RDF::Vocabulary::Term]
91
- # attr_reader :developer
92
- #
93
- # # Contributor of documentation to the project.
94
- # # @return [RDF::Vocabulary::Term]
95
- # attr_reader :documenter
96
- #
97
- # # Project contributor.
98
- # # @return [RDF::Vocabulary::Term]
99
- # attr_reader :helper
100
- #
101
- # # URL of a project's homepage, associated with exactly one project.
102
- # # @return [RDF::Vocabulary::Term]
103
- # attr_reader :homepage
104
- #
105
- # # A specification that a project implements. Could be a standard, API or legally defined level of conformance.
106
- # # @return [RDF::Vocabulary::Term]
107
- # attr_reader :implements
108
- #
109
- # # ISO language code a project has been translated into
110
- # # @return [RDF::Vocabulary::Term]
111
- # attr_reader :language
112
- #
113
- # # The URI of an RDF description of the license the software is distributed under. E.g. a SPDX reference
114
- # # @return [RDF::Vocabulary::Term]
115
- # attr_reader :license
116
- #
117
- # # Location of a repository.
118
- # # @return [RDF::Vocabulary::Term]
119
- # attr_reader :location
120
- #
121
- # # Maintainer of a project, a project leader.
122
- # # @return [RDF::Vocabulary::Term]
123
- # attr_reader :maintainer
124
- #
125
- # # Module name of a Subversion, CVS, BitKeeper or Arch repository.
126
- # # @return [RDF::Vocabulary::Term]
127
- # attr_reader :module
128
- #
129
- # # A name of something.
130
- # # @return [RDF::Vocabulary::Term]
131
- # attr_reader :name
132
- #
133
- # # Operating system that a project is limited to. Omit this property if the project is not OS-specific.
134
- # #
135
- # # Sistema operativo a que o projeto está limitado. Omita esta propriedade se o projeto não é condicionado pelo SO usado.
136
- # # @return [RDF::Vocabulary::Term]
137
- # attr_reader :os
138
- #
139
- # # Indicator of software platform (non-OS specific), e.g. Java, Firefox, ECMA CLR
140
- # # @return [RDF::Vocabulary::Term]
141
- # attr_reader :platform
142
- #
143
- # # A project release.
144
- # # @return [RDF::Vocabulary::Term]
145
- # attr_reader :release
146
- #
147
- # # Source code repository.
148
- # # @return [RDF::Vocabulary::Term]
149
- # attr_reader :repository
150
- #
151
- # # The project that uses a repository.
152
- # # @return [RDF::Vocabulary::Term]
153
- # attr_reader :repositoryOf
154
- #
155
- # # Revision identifier of a software release.
156
- # # @return [RDF::Vocabulary::Term]
157
- # attr_reader :revision
158
- #
159
- # # Web page with screenshots of project.
160
- # # @return [RDF::Vocabulary::Term]
161
- # attr_reader :screenshots
162
- #
163
- # # Short (8 or 9 words) plain text description of a project.
164
- # # @return [RDF::Vocabulary::Term]
165
- # attr_reader :shortdesc
166
- #
167
- # # A tester or other quality control contributor.
168
- # # @return [RDF::Vocabulary::Term]
169
- # attr_reader :tester
170
- #
171
- # # Contributor of translations to the project.
172
- # # @return [RDF::Vocabulary::Term]
173
- # attr_reader :translator
174
- #
175
- # # Vendor organization: commercial, free or otherwise
176
- # # @return [RDF::Vocabulary::Term]
177
- # attr_reader :vendor
178
- #
179
- # # URL of Wiki for collaborative discussion of project.
180
- # # @return [RDF::Vocabulary::Term]
181
- # attr_reader :wiki
182
- #
183
- # end
184
6
  DOAP = Class.new(RDF::StrictVocabulary("http://usefulinc.com/ns/doap#")) do
185
7
 
186
8
  # Ontology definition
187
9
  ontology :"http://usefulinc.com/ns/doap#",
188
- "dc11:creator": "Edd Wilder-James".freeze,
189
- "dc11:description": "The Description of a Project (DOAP) vocabulary, described using W3C RDF Schema and the Web Ontology Language.".freeze,
190
- "dc11:format": "application/rdf+xml".freeze,
191
- "dc11:rights": "Copyright © 2004-2018 Edd Dumbill, Edd Wilder-James".freeze,
192
- "dc11:title": "Description of a Project (DOAP) vocabulary".freeze,
193
- "foaf:maker": term(
194
- "foaf:mbox": "mailto:edd@usefulinc.com".freeze,
195
- "foaf:name": "Edd Wilder-James".freeze,
196
- type: "foaf:Person".freeze
10
+ "http://purl.org/dc/elements/1.1/creator": "Edd Wilder-James".freeze,
11
+ "http://purl.org/dc/elements/1.1/description": "The Description of a Project (DOAP) vocabulary, described using W3C RDF Schema and the Web Ontology Language.".freeze,
12
+ "http://purl.org/dc/elements/1.1/format": "application/rdf+xml".freeze,
13
+ "http://purl.org/dc/elements/1.1/rights": "Copyright © 2004-2018 Edd Dumbill, Edd Wilder-James".freeze,
14
+ "http://purl.org/dc/elements/1.1/title": "Description of a Project (DOAP) vocabulary".freeze,
15
+ "http://www.w3.org/2002/07/owl#imports": "http://xmlns.com/foaf/0.1/".freeze,
16
+ "http://xmlns.com/foaf/0.1/maker": term(
17
+ "http://xmlns.com/foaf/0.1/mbox": "mailto:edd@usefulinc.com".freeze,
18
+ "http://xmlns.com/foaf/0.1/name": "Edd Wilder-James".freeze,
19
+ type: "http://xmlns.com/foaf/0.1/Person".freeze
197
20
  ),
198
- "owl:imports": "foaf:".freeze,
199
- type: "owl:Ontology".freeze
21
+ type: "http://www.w3.org/2002/07/owl#Ontology".freeze
200
22
 
201
23
  # Class definitions
202
24
  term :ArchRepository,
203
25
  comment: "GNU Arch source code repository.".freeze,
204
- isDefinedBy: "doap:".freeze,
26
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
205
27
  label: "GNU Arch repository".freeze,
206
- subClassOf: "doap:Repository".freeze,
207
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
28
+ subClassOf: "http://usefulinc.com/ns/doap#Repository".freeze,
29
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
208
30
  term :BKRepository,
209
31
  comment: "BitKeeper source code repository.".freeze,
210
- isDefinedBy: "doap:".freeze,
32
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
211
33
  label: "BitKeeper Repository".freeze,
212
- subClassOf: "doap:Repository".freeze,
213
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
34
+ subClassOf: "http://usefulinc.com/ns/doap#Repository".freeze,
35
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
214
36
  term :BazaarBranch,
215
37
  comment: "Bazaar source code branch.".freeze,
216
- isDefinedBy: "doap:".freeze,
38
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
217
39
  label: "Bazaar Branch".freeze,
218
- subClassOf: "doap:Repository".freeze,
219
- type: "rdfs:Class".freeze
40
+ subClassOf: "http://usefulinc.com/ns/doap#Repository".freeze,
41
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
220
42
  term :CVSRepository,
221
43
  comment: "CVS source code repository.".freeze,
222
- isDefinedBy: "doap:".freeze,
44
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
223
45
  label: "CVS Repository".freeze,
224
- subClassOf: "doap:Repository".freeze,
225
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
46
+ subClassOf: "http://usefulinc.com/ns/doap#Repository".freeze,
47
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
226
48
  term :DarcsRepository,
227
49
  comment: "darcs source code repository.".freeze,
228
- isDefinedBy: "doap:".freeze,
50
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
229
51
  label: "darcs Repository".freeze,
230
- subClassOf: "doap:Repository".freeze,
231
- type: "rdfs:Class".freeze
52
+ subClassOf: "http://usefulinc.com/ns/doap#Repository".freeze,
53
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
232
54
  term :GitBranch,
233
55
  comment: "Git source code branch.".freeze,
234
- isDefinedBy: "doap:".freeze,
56
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
235
57
  label: "Git Branch".freeze,
236
- subClassOf: "doap:Repository".freeze,
237
- type: "rdfs:Class".freeze
58
+ subClassOf: "http://usefulinc.com/ns/doap#Repository".freeze,
59
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
238
60
  term :GitRepository,
239
61
  comment: "Git source code repository.".freeze,
240
- isDefinedBy: "doap:".freeze,
62
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
241
63
  label: "Git Repository".freeze,
242
- subClassOf: "doap:Repository".freeze,
243
- type: "rdfs:Class".freeze
64
+ subClassOf: "http://usefulinc.com/ns/doap#Repository".freeze,
65
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
244
66
  term :HgRepository,
245
67
  comment: "Mercurial source code repository.".freeze,
246
- isDefinedBy: "doap:".freeze,
68
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
247
69
  label: "Mercurial Repository".freeze,
248
- subClassOf: "doap:Repository".freeze,
249
- type: "rdfs:Class".freeze
70
+ subClassOf: "http://usefulinc.com/ns/doap#Repository".freeze,
71
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
250
72
  term :Project,
251
73
  comment: "A project.".freeze,
252
- isDefinedBy: "doap:".freeze,
74
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
253
75
  label: "Project".freeze,
254
- subClassOf: ["foaf:Project".freeze, "http://xmlns.com/wordnet/1.6/Project".freeze],
255
- type: "rdfs:Class".freeze
76
+ subClassOf: ["http://xmlns.com/foaf/0.1/Project".freeze, "http://xmlns.com/wordnet/1.6/Project".freeze],
77
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
256
78
  term :Repository,
257
79
  comment: "Source code repository.".freeze,
258
- isDefinedBy: "doap:".freeze,
80
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
259
81
  label: "Repository".freeze,
260
- type: "rdfs:Class".freeze
82
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
261
83
  term :SVNRepository,
262
84
  comment: "Subversion source code repository.".freeze,
263
- isDefinedBy: "doap:".freeze,
85
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
264
86
  label: "Subversion Repository".freeze,
265
- subClassOf: "doap:Repository".freeze,
266
- type: "rdfs:Class".freeze
87
+ subClassOf: "http://usefulinc.com/ns/doap#Repository".freeze,
88
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
267
89
  term :Specification,
268
90
  comment: "A specification of a system's aspects, technical or otherwise.".freeze,
269
- isDefinedBy: "doap:".freeze,
91
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
270
92
  label: "Specification".freeze,
271
- subClassOf: "rdfs:Resource".freeze,
272
- type: "rdfs:Class".freeze
93
+ subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
94
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
273
95
  term :Version,
274
96
  comment: "Version information of a project release.".freeze,
275
- isDefinedBy: "doap:".freeze,
97
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
276
98
  label: "Version".freeze,
277
- type: "rdfs:Class".freeze
99
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
278
100
 
279
101
  # Property definitions
280
102
  property :"anon-root",
281
103
  comment: "Repository for anonymous access.".freeze,
282
- domain: "doap:Repository".freeze,
283
- isDefinedBy: "doap:".freeze,
104
+ domain: "http://usefulinc.com/ns/doap#Repository".freeze,
105
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
284
106
  label: "anonymous root".freeze,
285
- range: "rdfs:Literal".freeze,
286
- type: "rdf:Property".freeze
107
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
108
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
287
109
  property :audience,
288
110
  comment: "Description of target user base".freeze,
289
- domain: "doap:Project".freeze,
290
- isDefinedBy: "doap:".freeze,
111
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
112
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
291
113
  label: "audience".freeze,
292
- range: "rdfs:Literal".freeze,
293
- type: "rdf:Property".freeze
114
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
115
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
294
116
  property :blog,
295
117
  comment: "URI of a blog related to a project".freeze,
296
- domain: "doap:Project".freeze,
297
- isDefinedBy: "doap:".freeze,
118
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
119
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
298
120
  label: "blog".freeze,
299
- range: ["rdfs:Resource".freeze, "sioctypes:Weblog".freeze],
300
- type: "rdf:Property".freeze
121
+ range: ["http://rdfs.org/sioc/types#Weblog".freeze, "http://www.w3.org/2000/01/rdf-schema#Resource".freeze],
122
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
301
123
  property :browse,
302
124
  comment: "Web browser interface to repository.".freeze,
303
- domain: "doap:Repository".freeze,
304
- isDefinedBy: "doap:".freeze,
125
+ domain: "http://usefulinc.com/ns/doap#Repository".freeze,
126
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
305
127
  label: "browse".freeze,
306
- type: "rdf:Property".freeze
128
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
307
129
  property :"bug-database",
308
130
  comment: "Bug tracker for a project.".freeze,
309
- domain: "doap:Project".freeze,
310
- isDefinedBy: "doap:".freeze,
131
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
132
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
311
133
  label: "bug database".freeze,
312
- type: "rdf:Property".freeze
134
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
313
135
  property :category,
314
136
  comment: "A category of project.".freeze,
315
- domain: "doap:Project".freeze,
316
- isDefinedBy: "doap:".freeze,
137
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
138
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
317
139
  label: "category".freeze,
318
- type: "rdf:Property".freeze
140
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
319
141
  property :created,
320
142
  comment: "Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05".freeze,
321
- isDefinedBy: "doap:".freeze,
143
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
322
144
  label: "created".freeze,
323
- range: "rdfs:Literal".freeze,
324
- type: "rdf:Property".freeze
145
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
146
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
325
147
  property :description,
326
148
  comment: "Plain text description of a project, of 2-4 sentences in length.".freeze,
327
- isDefinedBy: "doap:".freeze,
149
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
328
150
  label: "description".freeze,
329
- range: "rdfs:Literal".freeze,
330
- type: "rdf:Property".freeze
151
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
152
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
331
153
  property :developer,
332
154
  comment: "Developer of software for the project.".freeze,
333
- domain: "doap:Project".freeze,
334
- isDefinedBy: "doap:".freeze,
155
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
156
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
335
157
  label: "developer".freeze,
336
- range: "foaf:Person".freeze,
337
- type: "rdf:Property".freeze
158
+ range: "http://xmlns.com/foaf/0.1/Person".freeze,
159
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
338
160
  property :"developer-forum",
339
161
  comment: "A forum or community for developers of this project.".freeze,
340
- domain: "doap:Project".freeze,
341
- isDefinedBy: "doap:".freeze,
162
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
163
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
342
164
  label: "developer forum".freeze,
343
- range: "sioc:Container".freeze,
344
- type: "rdf:Property".freeze
165
+ range: "http://rdfs.org/sioc/ns#Container".freeze,
166
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
345
167
  property :documenter,
346
168
  comment: "Contributor of documentation to the project.".freeze,
347
- domain: "doap:Project".freeze,
348
- isDefinedBy: "doap:".freeze,
169
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
170
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
349
171
  label: "documenter".freeze,
350
- range: "foaf:Person".freeze,
351
- type: "rdf:Property".freeze
172
+ range: "http://xmlns.com/foaf/0.1/Person".freeze,
173
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
352
174
  property :"download-mirror",
353
175
  comment: "Mirror of software download web page.".freeze,
354
- domain: "doap:Project".freeze,
355
- isDefinedBy: "doap:".freeze,
176
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
177
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
356
178
  label: "download mirror".freeze,
357
- type: "rdf:Property".freeze
179
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
358
180
  property :"download-page",
359
181
  comment: "Web page from which the project software can be downloaded.".freeze,
360
- domain: "doap:Project".freeze,
361
- isDefinedBy: "doap:".freeze,
182
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
183
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
362
184
  label: "download page".freeze,
363
- type: "rdf:Property".freeze
185
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
364
186
  property :"file-release",
365
187
  comment: "URI of download associated with this release.".freeze,
366
- domain: "doap:Version".freeze,
367
- isDefinedBy: "doap:".freeze,
188
+ domain: "http://usefulinc.com/ns/doap#Version".freeze,
189
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
368
190
  label: "file-release".freeze,
369
- type: "rdf:Property".freeze
191
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
370
192
  property :helper,
371
193
  comment: "Project contributor.".freeze,
372
- domain: "doap:Project".freeze,
373
- isDefinedBy: "doap:".freeze,
194
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
195
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
374
196
  label: "helper".freeze,
375
- range: "foaf:Person".freeze,
376
- type: "rdf:Property".freeze
197
+ range: "http://xmlns.com/foaf/0.1/Person".freeze,
198
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
377
199
  property :homepage,
378
200
  comment: "URL of a project's homepage,\n\t\tassociated with exactly one project.".freeze,
379
- domain: "doap:Project".freeze,
380
- isDefinedBy: "doap:".freeze,
201
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
202
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
381
203
  label: "homepage".freeze,
382
- subPropertyOf: "foaf:homepage".freeze,
383
- type: ["owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze]
204
+ subPropertyOf: "http://xmlns.com/foaf/0.1/homepage".freeze,
205
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
384
206
  property :implements,
385
207
  comment: "A specification that a project implements. Could be a standard, API or legally defined level of conformance.".freeze,
386
- domain: "doap:Project".freeze,
387
- isDefinedBy: "doap:".freeze,
208
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
209
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
388
210
  label: "Implements specification".freeze,
389
- range: "doap:Specification".freeze,
390
- type: "rdf:Property".freeze
211
+ range: "http://usefulinc.com/ns/doap#Specification".freeze,
212
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
391
213
  property :language,
392
214
  comment: "ISO language code a project has been translated into".freeze,
393
- domain: "doap:Project".freeze,
394
- isDefinedBy: "doap:".freeze,
215
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
216
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
395
217
  label: "language".freeze,
396
- range: "rdfs:Literal".freeze,
397
- type: "rdf:Property".freeze
218
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
219
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
398
220
  property :license,
399
221
  comment: "The URI of an RDF description of the license the software is distributed under. E.g. a SPDX reference".freeze,
400
- isDefinedBy: "doap:".freeze,
222
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
401
223
  label: "license".freeze,
402
- type: "rdf:Property".freeze
224
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
403
225
  property :location,
404
226
  comment: "Location of a repository.".freeze,
405
- domain: "doap:Repository".freeze,
406
- isDefinedBy: "doap:".freeze,
227
+ domain: "http://usefulinc.com/ns/doap#Repository".freeze,
228
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
407
229
  label: "repository location".freeze,
408
- type: "rdf:Property".freeze
230
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
409
231
  property :"mailing-list",
410
232
  comment: "Mailing list home page or email address.".freeze,
411
- domain: "doap:Project".freeze,
412
- isDefinedBy: "doap:".freeze,
233
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
234
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
413
235
  label: "mailing list".freeze,
414
- range: "sioctypes:MailingList".freeze,
415
- type: "rdf:Property".freeze
236
+ range: "http://rdfs.org/sioc/types#MailingList".freeze,
237
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
416
238
  property :maintainer,
417
239
  comment: "Maintainer of a project, a project leader.".freeze,
418
- domain: "doap:Project".freeze,
419
- isDefinedBy: "doap:".freeze,
240
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
241
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
420
242
  label: "maintainer".freeze,
421
- range: "foaf:Person".freeze,
422
- type: "rdf:Property".freeze
243
+ range: "http://xmlns.com/foaf/0.1/Person".freeze,
244
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
423
245
  property :module,
424
246
  comment: "Module name of a Subversion, CVS, BitKeeper or Arch repository.".freeze,
425
247
  domain: term(
426
- type: "owl:Class".freeze,
427
- unionOf: list("doap:CVSRepository".freeze, "doap:ArchRepository".freeze, "doap:BKRepository".freeze)
248
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
249
+ unionOf: list("http://usefulinc.com/ns/doap#CVSRepository".freeze, "http://usefulinc.com/ns/doap#ArchRepository".freeze, "http://usefulinc.com/ns/doap#BKRepository".freeze)
428
250
  ),
429
- isDefinedBy: "doap:".freeze,
251
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
430
252
  label: "module".freeze,
431
- type: "rdf:Property".freeze
253
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
432
254
  property :name,
433
255
  comment: "A name of something.".freeze,
434
- isDefinedBy: "doap:".freeze,
256
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
435
257
  label: "name".freeze,
436
- range: "rdfs:Literal".freeze,
437
- subPropertyOf: "rdfs:label".freeze,
438
- type: "rdf:Property".freeze
258
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
259
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label".freeze,
260
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
439
261
  property :"old-homepage",
440
262
  comment: "URL of a project's past homepage,\n\t\tassociated with exactly one project.".freeze,
441
- domain: "doap:Project".freeze,
442
- isDefinedBy: "doap:".freeze,
263
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
264
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
443
265
  label: "old homepage".freeze,
444
- subPropertyOf: "foaf:homepage".freeze,
445
- type: ["owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze]
266
+ subPropertyOf: "http://xmlns.com/foaf/0.1/homepage".freeze,
267
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
446
268
  property :os,
447
269
  comment: ["Operating system that a project is limited to. Omit this property if the project is not OS-specific.".freeze, "Sistema operativo a que o projeto está limitado. Omita esta propriedade se o projeto não é condicionado pelo SO usado.".freeze],
448
- domain: ["doap:Project".freeze, "doap:Version".freeze],
449
- isDefinedBy: "doap:".freeze,
270
+ domain: ["http://usefulinc.com/ns/doap#Project".freeze, "http://usefulinc.com/ns/doap#Version".freeze],
271
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
450
272
  label: "operating system".freeze,
451
- range: "rdfs:Literal".freeze,
452
- type: "rdf:Property".freeze
273
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
274
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
453
275
  property :platform,
454
276
  comment: "Indicator of software platform (non-OS specific), e.g. Java, Firefox, ECMA CLR".freeze,
455
- domain: ["doap:Project".freeze, "doap:Version".freeze],
456
- isDefinedBy: "doap:".freeze,
277
+ domain: ["http://usefulinc.com/ns/doap#Project".freeze, "http://usefulinc.com/ns/doap#Version".freeze],
278
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
457
279
  label: "platform".freeze,
458
- range: "rdfs:Literal".freeze,
459
- type: "rdf:Property".freeze
280
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
281
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
460
282
  property :"programming-language",
461
283
  comment: "Programming language a project is implemented in or intended for use with.".freeze,
462
- domain: "doap:Project".freeze,
463
- isDefinedBy: "doap:".freeze,
284
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
285
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
464
286
  label: "programming language".freeze,
465
- range: "rdfs:Literal".freeze,
466
- type: "rdf:Property".freeze
287
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
288
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
467
289
  property :release,
468
290
  comment: "A project release.".freeze,
469
- domain: "doap:Project".freeze,
470
- isDefinedBy: "doap:".freeze,
291
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
292
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
471
293
  label: "release".freeze,
472
- range: "doap:Version".freeze,
473
- type: "rdf:Property".freeze
294
+ range: "http://usefulinc.com/ns/doap#Version".freeze,
295
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
474
296
  property :repository,
475
297
  comment: "Source code repository.".freeze,
476
- domain: "doap:Project".freeze,
477
- inverseOf: "doap:repositoryOf".freeze,
478
- isDefinedBy: "doap:".freeze,
298
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
299
+ inverseOf: "http://usefulinc.com/ns/doap#repositoryOf".freeze,
300
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
479
301
  label: "repository".freeze,
480
- range: "doap:Repository".freeze,
481
- type: "rdf:Property".freeze
302
+ range: "http://usefulinc.com/ns/doap#Repository".freeze,
303
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
482
304
  property :repositoryOf,
483
305
  comment: "The project that uses a repository.".freeze,
484
- domain: "doap:Repository".freeze,
485
- inverseOf: "doap:repository".freeze,
486
- isDefinedBy: "doap:".freeze,
306
+ domain: "http://usefulinc.com/ns/doap#Repository".freeze,
307
+ inverseOf: "http://usefulinc.com/ns/doap#repository".freeze,
308
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
487
309
  label: "repository of".freeze,
488
- range: "doap:Project".freeze,
489
- type: "rdf:Property".freeze
310
+ range: "http://usefulinc.com/ns/doap#Project".freeze,
311
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
490
312
  property :revision,
491
313
  comment: "Revision identifier of a software release.".freeze,
492
- domain: "doap:Version".freeze,
493
- isDefinedBy: "doap:".freeze,
314
+ domain: "http://usefulinc.com/ns/doap#Version".freeze,
315
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
494
316
  label: "revision".freeze,
495
- range: "rdfs:Literal".freeze,
496
- type: "rdf:Property".freeze
317
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
318
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
497
319
  property :screenshots,
498
320
  comment: "Web page with screenshots of project.".freeze,
499
- domain: "doap:Project".freeze,
500
- isDefinedBy: "doap:".freeze,
321
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
322
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
501
323
  label: "screenshots".freeze,
502
- type: "rdf:Property".freeze
324
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
503
325
  property :"service-endpoint",
504
326
  comment: "The URI of a web service endpoint where software as a service may be accessed".freeze,
505
- domain: "doap:Project".freeze,
506
- isDefinedBy: "doap:".freeze,
327
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
328
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
507
329
  label: "service endpoint".freeze,
508
- range: "rdfs:Resource".freeze,
509
- type: "rdf:Property".freeze
330
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
331
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
510
332
  property :shortdesc,
511
333
  comment: "Short (8 or 9 words) plain text description of a project.".freeze,
512
- isDefinedBy: "doap:".freeze,
334
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
513
335
  label: "short description".freeze,
514
- range: "rdfs:Literal".freeze,
515
- type: "rdf:Property".freeze
336
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
337
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
516
338
  property :"support-forum",
517
339
  comment: "A forum or community that supports this project.".freeze,
518
- domain: "doap:Project".freeze,
519
- isDefinedBy: "doap:".freeze,
340
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
341
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
520
342
  label: "supporting forum".freeze,
521
- range: "sioc:Container".freeze,
522
- type: "rdf:Property".freeze
343
+ range: "http://rdfs.org/sioc/ns#Container".freeze,
344
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
523
345
  property :tester,
524
346
  comment: "A tester or other quality control contributor.".freeze,
525
- domain: "doap:Project".freeze,
526
- isDefinedBy: "doap:".freeze,
347
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
348
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
527
349
  label: "tester".freeze,
528
- range: "foaf:Person".freeze,
529
- type: "rdf:Property".freeze
350
+ range: "http://xmlns.com/foaf/0.1/Person".freeze,
351
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
530
352
  property :translator,
531
353
  comment: "Contributor of translations to the project.".freeze,
532
- domain: "doap:Project".freeze,
533
- isDefinedBy: "doap:".freeze,
354
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
355
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
534
356
  label: "translator".freeze,
535
- range: "foaf:Person".freeze,
536
- type: "rdf:Property".freeze
357
+ range: "http://xmlns.com/foaf/0.1/Person".freeze,
358
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
537
359
  property :vendor,
538
360
  comment: "Vendor organization: commercial, free or otherwise".freeze,
539
- domain: "doap:Project".freeze,
540
- isDefinedBy: "doap:".freeze,
361
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
362
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
541
363
  label: "vendor".freeze,
542
- range: "foaf:Organization".freeze,
543
- type: "rdf:Property".freeze
364
+ range: "http://xmlns.com/foaf/0.1/Organization".freeze,
365
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
544
366
  property :wiki,
545
367
  comment: "URL of Wiki for collaborative discussion of project.".freeze,
546
- domain: "doap:Project".freeze,
547
- isDefinedBy: "doap:".freeze,
368
+ domain: "http://usefulinc.com/ns/doap#Project".freeze,
369
+ isDefinedBy: "http://usefulinc.com/ns/doap#".freeze,
548
370
  label: "wiki".freeze,
549
- range: "sioctypes:Wiki".freeze,
550
- type: "rdf:Property".freeze
371
+ range: "http://rdfs.org/sioc/types#Wiki".freeze,
372
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
551
373
  end
552
374
  end