rdf-vocab 0.8.8 → 2.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdf/vocab.rb +160 -61
  3. data/lib/rdf/vocab/acl.rb +6 -1
  4. data/lib/rdf/vocab/bibframe.rb +83 -78
  5. data/lib/rdf/vocab/bibo.rb +255 -248
  6. data/lib/rdf/vocab/cc.rb +132 -0
  7. data/lib/rdf/vocab/cert.rb +249 -0
  8. data/lib/rdf/vocab/cnt.rb +23 -18
  9. data/lib/rdf/vocab/crm.rb +12 -7
  10. data/lib/rdf/vocab/datacite.rb +88 -83
  11. data/lib/rdf/vocab/dc.rb +952 -0
  12. data/lib/rdf/vocab/dc11.rb +171 -0
  13. data/lib/rdf/vocab/dcat.rb +218 -0
  14. data/lib/rdf/vocab/dcmitype.rb +80 -75
  15. data/lib/rdf/vocab/doap.rb +341 -0
  16. data/lib/rdf/vocab/dwc.rb +1651 -1646
  17. data/lib/rdf/vocab/ebucore.rb +122 -117
  18. data/lib/rdf/vocab/edm.rb +102 -97
  19. data/lib/rdf/vocab/exif.rb +945 -0
  20. data/lib/rdf/vocab/extensions.rb +1 -0
  21. data/lib/rdf/vocab/fcrepo4.rb +62 -57
  22. data/lib/rdf/vocab/foaf.rb +618 -0
  23. data/lib/rdf/vocab/geo.rb +161 -0
  24. data/lib/rdf/vocab/geonames.rb +2742 -2737
  25. data/lib/rdf/vocab/gr.rb +1505 -0
  26. data/lib/rdf/vocab/ht.rb +240 -0
  27. data/lib/rdf/vocab/hydra.rb +96 -91
  28. data/lib/rdf/vocab/iana.rb +5 -0
  29. data/lib/rdf/vocab/ical.rb +532 -0
  30. data/lib/rdf/vocab/identifiers.rb +203 -182
  31. data/lib/rdf/vocab/iiif.rb +51 -26
  32. data/lib/rdf/vocab/jsonld.rb +15 -10
  33. data/lib/rdf/vocab/ldp.rb +66 -61
  34. data/lib/rdf/vocab/lrmi.rb +68 -63
  35. data/lib/rdf/vocab/ma.rb +517 -0
  36. data/lib/rdf/vocab/mads.rb +448 -206
  37. data/lib/rdf/vocab/marc_relators.rb +1240 -1235
  38. data/lib/rdf/vocab/mo.rb +2416 -0
  39. data/lib/rdf/vocab/mods.rb +17 -12
  40. data/lib/rdf/vocab/nfo.rb +65 -60
  41. data/lib/rdf/vocab/oa.rb +91 -86
  42. data/lib/rdf/vocab/og.rb +226 -0
  43. data/lib/rdf/vocab/ogc.rb +62 -0
  44. data/lib/rdf/vocab/ore.rb +24 -19
  45. data/lib/rdf/vocab/org.rb +83 -78
  46. data/lib/rdf/vocab/pplan.rb +54 -49
  47. data/lib/rdf/vocab/premis.rb +470 -465
  48. data/lib/rdf/vocab/premis_event_type.rb +85 -80
  49. data/lib/rdf/vocab/prov.rb +1554 -0
  50. data/lib/rdf/vocab/ptr.rb +5 -0
  51. data/lib/rdf/vocab/rsa.rb +76 -0
  52. data/lib/rdf/vocab/rss.rb +70 -0
  53. data/lib/rdf/vocab/schema.rb +10765 -0
  54. data/lib/rdf/vocab/sioc.rb +673 -0
  55. data/lib/rdf/vocab/sioc_services.rb +27 -22
  56. data/lib/rdf/vocab/skos.rb +242 -0
  57. data/lib/rdf/vocab/skosxl.rb +61 -0
  58. data/lib/rdf/vocab/v.rb +387 -0
  59. data/lib/rdf/vocab/vcard.rb +845 -0
  60. data/lib/rdf/vocab/version.rb +1 -0
  61. data/lib/rdf/vocab/vmd.rb +387 -0
  62. data/lib/rdf/vocab/void.rb +190 -0
  63. data/lib/rdf/vocab/vs.rb +32 -0
  64. data/lib/rdf/vocab/wdrs.rb +138 -0
  65. data/lib/rdf/vocab/wot.rb +171 -0
  66. data/lib/rdf/vocab/xhtml.rb +12 -0
  67. data/lib/rdf/vocab/xhv.rb +509 -0
  68. data/spec/spec_helper.rb +1 -0
  69. data/spec/vocab_spec.rb +1 -0
  70. metadata +76 -33
  71. data/lib/rdf/vocab/disco.rb +0 -369
@@ -0,0 +1,226 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using vocab-fetch from http://ogp.me/ns#
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://ogp.me/ns#>
8
+ # class OG < RDF::Vocabulary
9
+ # end
10
+ class OG < RDF::Vocabulary("http://ogp.me/ns#")
11
+
12
+ # Property definitions
13
+ property :audio,
14
+ comment: %(A relevant audio URL for your object.).freeze,
15
+ label: "audio".freeze,
16
+ range: "ogc:url".freeze,
17
+ :"rdfs:isDefinedBy" => %(og:).freeze,
18
+ type: "rdf:Property".freeze
19
+ property :"audio:album",
20
+ comment: %([DEPRECATED] An album to which some audio belongs.).freeze,
21
+ label: "audio album".freeze,
22
+ :"rdfs:isDefinedBy" => %(og:).freeze,
23
+ type: "rdf:Property".freeze
24
+ property :"audio:artist",
25
+ comment: %([DEPRECATED] An artist of some audio.).freeze,
26
+ label: "audio artist".freeze,
27
+ :"rdfs:isDefinedBy" => %(og:).freeze,
28
+ type: "rdf:Property".freeze
29
+ property :"audio:secure_url",
30
+ comment: %(A relevant, secure audio URL for your object.).freeze,
31
+ label: "audio secure URL".freeze,
32
+ range: "ogc:url".freeze,
33
+ :"rdfs:isDefinedBy" => %(og:).freeze,
34
+ type: "rdf:Property".freeze
35
+ property :"audio:title",
36
+ comment: %([DEPRECATED] A title for some audio.).freeze,
37
+ label: "audio title".freeze,
38
+ :"rdfs:isDefinedBy" => %(og:).freeze,
39
+ type: "rdf:Property".freeze
40
+ property :"audio:type",
41
+ comment: %(The mime type of an audio file e.g., "application/mp3").freeze,
42
+ label: "audio type".freeze,
43
+ range: "ogc:mime_type_str".freeze,
44
+ :"rdfs:isDefinedBy" => %(og:).freeze,
45
+ type: "rdf:Property".freeze
46
+ property :"country-name",
47
+ comment: %([DEPRECATED] The country name of the resource e.g., "USA").freeze,
48
+ label: "country name".freeze,
49
+ :"rdfs:isDefinedBy" => %(og:).freeze,
50
+ :"rdfs:seeAlso" => %(vcard:country-name).freeze,
51
+ type: "rdf:Property".freeze
52
+ property :description,
53
+ comment: %(A one to two sentence description of your object.).freeze,
54
+ label: "description".freeze,
55
+ range: "ogc:string".freeze,
56
+ :"rdfs:isDefinedBy" => %(og:).freeze,
57
+ subPropertyOf: "rdfs:comment".freeze,
58
+ type: "rdf:Property".freeze
59
+ property :determiner,
60
+ comment: %(The word to precede the object's title in a sentence \(e.g., "the" in "the statue of liberty"\). Valid values are "a", "an", "the", "", and "auto".).freeze,
61
+ label: "determiner".freeze,
62
+ range: "ogc:determiner_str".freeze,
63
+ :"rdfs:isDefinedBy" => %(og:).freeze,
64
+ type: "rdf:Property".freeze
65
+ property :email,
66
+ comment: %([DEPRECATED] Email of the contact for your object.).freeze,
67
+ label: "email".freeze,
68
+ :"rdfs:isDefinedBy" => %(og:).freeze,
69
+ :"rdfs:seeAlso" => %(foaf:mbox).freeze,
70
+ type: "rdf:Property".freeze
71
+ property :fax_number,
72
+ comment: %([DEPRECATED] Fax number of the contact for your object.).freeze,
73
+ label: "fax number".freeze,
74
+ :"rdfs:isDefinedBy" => %(og:).freeze,
75
+ :"rdfs:seeAlso" => %(foaf:phone).freeze,
76
+ type: "rdf:Property".freeze
77
+ property :image,
78
+ comment: %(An image URL which should represent your object within the graph.).freeze,
79
+ label: "image".freeze,
80
+ range: "ogc:url".freeze,
81
+ :"rdfs:isDefinedBy" => %(og:).freeze,
82
+ :"rdfs:seeAlso" => %(foaf:depiction).freeze,
83
+ type: "rdf:Property".freeze
84
+ property :"image:height",
85
+ comment: %(The height of an image.).freeze,
86
+ label: "image height".freeze,
87
+ range: "ogc:integer_str".freeze,
88
+ :"rdfs:isDefinedBy" => %(og:).freeze,
89
+ type: "rdf:Property".freeze
90
+ property :"image:secure_url",
91
+ comment: %(A secure image URL which should represent your object within the graph.).freeze,
92
+ label: "image secure url".freeze,
93
+ range: "ogc:url".freeze,
94
+ :"rdfs:isDefinedBy" => %(og:).freeze,
95
+ :"rdfs:seeAlso" => %(foaf:depiction).freeze,
96
+ type: "rdf:Property".freeze
97
+ property :"image:type",
98
+ comment: %(The mime type of an image.).freeze,
99
+ label: "image type".freeze,
100
+ range: "ogc:mime_type_str".freeze,
101
+ :"rdfs:isDefinedBy" => %(og:).freeze,
102
+ type: "rdf:Property".freeze
103
+ property :"image:width",
104
+ comment: %(The width of an image.).freeze,
105
+ label: "image width".freeze,
106
+ range: "ogc:integer_str".freeze,
107
+ :"rdfs:isDefinedBy" => %(og:).freeze,
108
+ type: "rdf:Property".freeze
109
+ property :isbn,
110
+ comment: %([DEPRECATED] International Standard Book Number for you object.).freeze,
111
+ label: ["International Standard Book Number".freeze, "isbn".freeze],
112
+ :"rdfs:isDefinedBy" => %(og:).freeze,
113
+ :"rdfs:seeAlso" => %(bibo:isbn).freeze,
114
+ type: "rdf:Property".freeze
115
+ property :latitude,
116
+ comment: %([DEPRECATED] The latitude of the resource e.g., the latitude of a company.).freeze,
117
+ label: "latitude".freeze,
118
+ :"rdfs:isDefinedBy" => %(og:).freeze,
119
+ :"rdfs:seeAlso" => %(geo:lat).freeze,
120
+ type: "rdf:Property".freeze
121
+ property :locale,
122
+ comment: %(A Unix locale in which this markup is rendered.).freeze,
123
+ label: "locale".freeze,
124
+ range: "ogc:string".freeze,
125
+ :"rdfs:isDefinedBy" => %(og:).freeze,
126
+ type: "rdf:Property".freeze
127
+ property :locality,
128
+ comment: %([DEPRECATED] The locality of the resource e.g, "Palo Alto").freeze,
129
+ label: "locality".freeze,
130
+ :"rdfs:isDefinedBy" => %(og:).freeze,
131
+ :"rdfs:seeAlso" => %(vcard:locality).freeze,
132
+ type: "rdf:Property".freeze
133
+ property :longitude,
134
+ comment: %([DEPRECATED] The longitude of the resource e.g., the longitude of a company.).freeze,
135
+ label: "longitude".freeze,
136
+ :"rdfs:isDefinedBy" => %(og:).freeze,
137
+ :"rdfs:seeAlso" => %(geo:long).freeze,
138
+ type: "rdf:Property".freeze
139
+ property :phone_number,
140
+ comment: %([DEPRECATED] Phone number of the contact for your object.).freeze,
141
+ label: "phone number".freeze,
142
+ :"rdfs:isDefinedBy" => %(og:).freeze,
143
+ :"rdfs:seeAlso" => %(foaf:phone).freeze,
144
+ type: "rdf:Property".freeze
145
+ property :"postal-code",
146
+ comment: %([DEPRECATED] The postal code of the resource e.g., "94304").freeze,
147
+ label: "postal code".freeze,
148
+ :"rdfs:isDefinedBy" => %(og:).freeze,
149
+ :"rdfs:seeAlso" => %(vcard:postal-code).freeze,
150
+ type: "rdf:Property".freeze
151
+ property :region,
152
+ comment: %([DEPRECATED] The region of the resource e.g., "CA").freeze,
153
+ label: "region".freeze,
154
+ :"rdfs:isDefinedBy" => %(og:).freeze,
155
+ :"rdfs:seeAlso" => %(vcard:region).freeze,
156
+ type: "rdf:Property".freeze
157
+ property :site_name,
158
+ comment: %(If your object is part of a larger web site, the name which should be displayed for the overall site. e.g., "IMDb".).freeze,
159
+ label: "site name".freeze,
160
+ range: "ogc:string".freeze,
161
+ :"rdfs:isDefinedBy" => %(og:).freeze,
162
+ type: "rdf:Property".freeze
163
+ property :"street-address",
164
+ comment: %([DEPRECATED] The street address of the resource e.g., "1601 S California Ave".).freeze,
165
+ label: "street address".freeze,
166
+ :"rdfs:isDefinedBy" => %(og:).freeze,
167
+ :"rdfs:seeAlso" => %(vcard:street-address).freeze,
168
+ type: "rdf:Property".freeze
169
+ property :title,
170
+ comment: %(The title of the object as it should appear within the graph, e.g., "The Rock".).freeze,
171
+ label: "title".freeze,
172
+ range: "ogc:string".freeze,
173
+ :"rdfs:isDefinedBy" => %(og:).freeze,
174
+ subPropertyOf: "rdfs:label".freeze,
175
+ type: "rdf:Property".freeze
176
+ property :type,
177
+ comment: %(The type of your object, e.g., "movie". Depending on the type you specify, other properties may also be required.).freeze,
178
+ label: "type".freeze,
179
+ range: "ogc:string".freeze,
180
+ :"rdfs:isDefinedBy" => %(og:).freeze,
181
+ :"rdfs:seeAlso" => %(rdf:type).freeze,
182
+ type: "rdf:Property".freeze
183
+ property :upc,
184
+ comment: %([DEPRECATED] Universal Product Code for your object.).freeze,
185
+ label: ["universal product code".freeze, "upc".freeze],
186
+ :"rdfs:seeAlso" => %(gr:hasEAN_UCC-13).freeze,
187
+ type: "rdf:Property".freeze
188
+ property :url,
189
+ comment: %(The canonical URL of your object that will be used as its permanent ID in the graph, e.g., "http://www.imdb.com/title/tt0117500/".).freeze,
190
+ label: "url".freeze,
191
+ range: "ogc:url".freeze,
192
+ :"rdfs:isDefinedBy" => %(og:).freeze,
193
+ :"rdfs:seeAlso" => [%(dc11:identifier).freeze, %(foaf:homepage).freeze],
194
+ type: "rdf:Property".freeze
195
+ property :video,
196
+ comment: %(A relevant video URL for your object.).freeze,
197
+ label: "video".freeze,
198
+ range: "ogc:url".freeze,
199
+ :"rdfs:isDefinedBy" => %(og:).freeze,
200
+ type: "rdf:Property".freeze
201
+ property :"video:height",
202
+ comment: %(The height of a video.).freeze,
203
+ label: "video height".freeze,
204
+ range: "ogc:integer_str".freeze,
205
+ :"rdfs:isDefinedBy" => %(og:).freeze,
206
+ type: "rdf:Property".freeze
207
+ property :"video:secure_url",
208
+ comment: %(A relevant, secure video URL for your object.).freeze,
209
+ label: "video secure URL".freeze,
210
+ range: "ogc:url".freeze,
211
+ :"rdfs:isDefinedBy" => %(og:).freeze,
212
+ type: "rdf:Property".freeze
213
+ property :"video:type",
214
+ comment: %(The mime type of a video e.g., "application/x-shockwave-flash").freeze,
215
+ label: "video type".freeze,
216
+ range: "ogc:mime_type_str".freeze,
217
+ :"rdfs:isDefinedBy" => %(og:).freeze,
218
+ type: "rdf:Property".freeze
219
+ property :"video:width",
220
+ comment: %(The width of a video.).freeze,
221
+ label: "video width".freeze,
222
+ range: "ogc:integer_str".freeze,
223
+ :"rdfs:isDefinedBy" => %(og:).freeze,
224
+ type: "rdf:Property".freeze
225
+ end
226
+ end
@@ -0,0 +1,62 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using vocab-fetch from http://ogp.me/ns
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://ogp.me/ns/class#>
8
+ # class OGC < RDF::Vocabulary
9
+ # end
10
+ class OGC < RDF::Vocabulary("http://ogp.me/ns/class#")
11
+
12
+ # Datatype definitions
13
+ term :boolean_str,
14
+ comment: %(A string representation of a true or false value. The lexical space contains: "true", "false", "1", and "0".).freeze,
15
+ label: "boolean string".freeze,
16
+ :"rdfs:isDefinedBy" => %(ogc:).freeze,
17
+ subClassOf: "xsd:string".freeze,
18
+ type: "rdfs:Datatype".freeze
19
+ term :date_time_str,
20
+ comment: %(A string representation of a temporal value composed of a date \(year, month, day\) and an optional time component \(hours, minutes\). The lexical space is defined by ISO 8601.).freeze,
21
+ label: "date/time string".freeze,
22
+ :"rdfs:isDefinedBy" => %(ogc:).freeze,
23
+ subClassOf: "xsd:string".freeze,
24
+ type: "rdfs:Datatype".freeze
25
+ term :determiner_str,
26
+ comment: %(The lexical space: "", "the", "a", "an", and "auto".).freeze,
27
+ label: "determiner".freeze,
28
+ :"rdfs:isDefinedBy" => %(ogc:).freeze,
29
+ subClassOf: "xsd:string".freeze,
30
+ type: "rdfs:Datatype".freeze
31
+ term :float_str,
32
+ comment: %(A string representation of a 64-bit signed floating point number. Example lexical values include "1.234", "-1.234", "1.2e3", "-1.2e3", and "7E-10".).freeze,
33
+ label: "float string".freeze,
34
+ :"rdfs:isDefinedBy" => %(ogc:).freeze,
35
+ subClassOf: "xsd:string".freeze,
36
+ type: "rdfs:Datatype".freeze
37
+ term :integer_str,
38
+ comment: %(A string representation of a 32-bit signed integer. Example lexical values include "1234" and "-123".).freeze,
39
+ label: "integer string".freeze,
40
+ :"rdfs:isDefinedBy" => %(ogc:).freeze,
41
+ subClassOf: "xsd:string".freeze,
42
+ type: "rdfs:Datatype".freeze
43
+ term :mime_type_str,
44
+ comment: %(Valid mime type strings \(e.g., "application/mp3"\).).freeze,
45
+ label: "mime type string".freeze,
46
+ :"rdfs:isDefinedBy" => %(og:).freeze,
47
+ subClassOf: "xsd:string".freeze,
48
+ type: "rdfs:Datatype".freeze
49
+ term :string,
50
+ comment: %(A string of Unicode characters.).freeze,
51
+ label: "Unicode string".freeze,
52
+ :"rdfs:isDefinedBy" => %(ogc:).freeze,
53
+ subClassOf: "xsd:string".freeze,
54
+ type: "rdfs:Datatype".freeze
55
+ term :url,
56
+ comment: %(A string of Unicode characters forming a valid URL having the http or https scheme.).freeze,
57
+ label: "URL".freeze,
58
+ :"rdfs:isDefinedBy" => %(ogc:).freeze,
59
+ subClassOf: "ogc:string".freeze,
60
+ type: "rdfs:Datatype".freeze
61
+ end
62
+ end
data/lib/rdf/vocab/ore.rb CHANGED
@@ -1,30 +1,35 @@
1
1
  # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
2
3
  # This file generated automatically using vocab-fetch from http://www.openarchives.org/ore/terms/
3
4
  require 'rdf'
4
5
  module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.openarchives.org/ore/terms/>
8
+ # class ORE < RDF::StrictVocabulary
9
+ # end
5
10
  class ORE < RDF::StrictVocabulary("http://www.openarchives.org/ore/terms/")
6
11
 
7
12
  # Class definitions
8
13
  term :AggregatedResource,
9
14
  comment: %(A resource which is included in an Aggregation. Note that asserting that a resource is a member of the class of Aggregated Resources does not imply anything other than that it is aggregated by at least one Aggregation.).freeze,
10
15
  label: "Aggregated Resource".freeze,
11
- "rdfs:isDefinedBy" => %(ore:).freeze,
16
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
12
17
  type: "rdfs:Class".freeze
13
18
  term :Aggregation,
14
19
  comment: %(A set of related resources \(Aggregated Resources\), grouped together such that the set can be treated as a single resource. This is the entity described within the ORE interoperability framework by a Resource Map.).freeze,
15
20
  label: "Aggregation".freeze,
16
- "rdfs:isDefinedBy" => %(ore:).freeze,
21
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
17
22
  subClassOf: "dcmitype:Collection".freeze,
18
23
  type: "rdfs:Class".freeze
19
24
  term :Proxy,
20
25
  comment: %(A Proxy represents an Aggregated Resource as it exists in a specific Aggregation. All assertions made about an entity are globally true, not only within the context of the Aggregation. As such, in order to make assertions which are only true of a resource as it exists in an Aggregation, a Proxy object is required. For example, one might want to cite an article as it appears in a specific journal, or assign aggregation-specific metadata to a Resource.).freeze,
21
26
  label: "Proxy".freeze,
22
- "rdfs:isDefinedBy" => %(ore:).freeze,
27
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
23
28
  type: "rdfs:Class".freeze
24
29
  term :ResourceMap,
25
30
  comment: %(A description of an Aggregation according to the OAI-ORE data model. Resource Maps are serialised to a machine readable format according to the implementation guidelines.).freeze,
26
31
  label: "Resource Map".freeze,
27
- "rdfs:isDefinedBy" => %(ore:).freeze,
32
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
28
33
  subClassOf: "http://www.w3.org/2004/03/trix/rdfg-1/Graph".freeze,
29
34
  type: "rdfs:Class".freeze
30
35
 
@@ -33,70 +38,70 @@ module RDF::Vocab
33
38
  comment: %(Aggregations, by definition, aggregate resources. The ore:aggregates relationship expresses that the object resource is a member of the set of Aggregated Resources of the subject \(the Aggregation\). This relationship between the Aggregation and its Aggregated Resources is thus more specific than a simple part/whole relationship, as expressed by dcterms:hasPart for example.).freeze,
34
39
  domain: "ore:Aggregation".freeze,
35
40
  label: "Aggregates".freeze,
36
- "owl:inverseOf" => %(ore:isAggregatedBy).freeze,
41
+ :"owl:inverseOf" => %(ore:isAggregatedBy).freeze,
37
42
  range: "ore:AggregatedResource".freeze,
38
- "rdfs:isDefinedBy" => %(ore:).freeze,
43
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
39
44
  subPropertyOf: "dc:hasPart".freeze,
40
45
  type: "rdf:Property".freeze
41
46
  property :describes,
42
47
  comment: %(This relationship asserts that the subject \(a Resource Map\) describes the object \(an Aggregation\).).freeze,
43
48
  domain: "ore:ResourceMap".freeze,
44
49
  label: "Describes".freeze,
45
- "owl:inverseOf" => %(ore:isDescribedBy).freeze,
50
+ :"owl:inverseOf" => %(ore:isDescribedBy).freeze,
46
51
  range: "ore:Aggregation".freeze,
47
- "rdfs:isDefinedBy" => %(ore:).freeze,
52
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
48
53
  type: "rdf:Property".freeze
49
54
  property :isAggregatedBy,
50
55
  comment: %(The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation.).freeze,
51
56
  domain: "ore:AggregatedResource".freeze,
52
57
  label: "Is Aggregated By".freeze,
53
- "owl:inverseOf" => %(ore:aggregates).freeze,
58
+ :"owl:inverseOf" => %(ore:aggregates).freeze,
54
59
  range: "ore:Aggregation".freeze,
55
- "rdfs:isDefinedBy" => %(ore:).freeze,
60
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
56
61
  subPropertyOf: "dc:isPartOf".freeze,
57
62
  type: "rdf:Property".freeze
58
63
  property :isDescribedBy,
59
64
  comment: %(The inverse relationship of ore:describes, in this case the object of the relationship is the Resource Map and the subject is the Aggregation which it describes.).freeze,
60
65
  domain: "ore:Aggregation".freeze,
61
66
  label: "Is Described By".freeze,
62
- "owl:inverseOf" => %(ore:describes).freeze,
67
+ :"owl:inverseOf" => %(ore:describes).freeze,
63
68
  range: "ore:ResourceMap".freeze,
64
- "rdfs:isDefinedBy" => %(ore:).freeze,
69
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
65
70
  type: "rdf:Property".freeze
66
71
  property :lineage,
67
72
  comment: %(ore:lineage is a relationship between two Proxy objects, both of which MUST have the same Resource for which they are proxies. The meaning is that the Resource for which the subject of the relationship is a Proxy was discovered in the Aggregation in which the object Proxy's resource is aggregated.).freeze,
68
73
  domain: "ore:Proxy".freeze,
69
74
  label: "Lineage".freeze,
70
75
  range: "ore:Proxy".freeze,
71
- "rdfs:isDefinedBy" => %(ore:).freeze,
76
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
72
77
  type: "rdf:Property".freeze
73
78
  property :proxyFor,
74
79
  comment: %(Proxy objects are used to represent a Resource as it is aggregated in a particular Aggregation. The ore:proxyFor relationship is used to link the proxy to the Aggregated Resource it is a proxy for. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregated Resource.).freeze,
75
80
  domain: "ore:Proxy".freeze,
76
81
  label: "Proxy For".freeze,
77
82
  range: "ore:AggregatedResource".freeze,
78
- "rdfs:isDefinedBy" => %(ore:).freeze,
83
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
79
84
  type: "rdf:Property".freeze
80
85
  property :proxyIn,
81
86
  comment: %(Proxy objects must link to the Aggregation in which the resource being proxied is aggregated. The ore:proxyIn relationship is used for this purpose. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregation.).freeze,
82
87
  domain: "ore:Proxy".freeze,
83
88
  label: "Proxy In".freeze,
84
89
  range: "ore:Aggregation".freeze,
85
- "rdfs:isDefinedBy" => %(ore:).freeze,
90
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
86
91
  type: "rdf:Property".freeze
87
92
  property :similarTo,
88
93
  comment: %(The subject of this relationship MUST be an Aggregation. This Aggregation should be considered an expression within the ORE context of the object of the relationship, as it is broadly equivalent to the resource. For example, the Aggregation may consist of the resources which, together, make up a journal article which has a DOI assigned to it. The Aggregation is not the article to which the DOI was assigned, but is a representation of it in some manner.).freeze,
89
94
  domain: "ore:Aggregation".freeze,
90
95
  label: "Similar To".freeze,
91
- "rdfs:isDefinedBy" => %(ore:).freeze,
96
+ :"rdfs:isDefinedBy" => %(ore:).freeze,
92
97
  type: "rdf:Property".freeze
93
98
 
94
99
  # Extra definitions
95
100
  term :"",
96
101
  comment: %(The set of terms provided by the OAI ORE initiative).freeze,
97
- "dc:license" => %(http://creativecommons.org/licenses/by-sa/3.0/).freeze,
98
- "dc:title" => %(The OAI ORE terms vocabulary).freeze,
102
+ :"dc:license" => %(http://creativecommons.org/licenses/by-sa/3.0/).freeze,
103
+ :"dc:title" => %(The OAI ORE terms vocabulary).freeze,
99
104
  label: "The OAI ORE terms vocabulary".freeze,
100
- "rdfs:seeAlso" => %(http://www.openarchives.org/ore/toc).freeze
105
+ :"rdfs:seeAlso" => %(http://www.openarchives.org/ore/toc).freeze
101
106
  end
102
107
  end
data/lib/rdf/vocab/org.rb CHANGED
@@ -1,65 +1,70 @@
1
1
  # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
2
3
  # This file generated automatically using vocab-fetch from http://www.w3.org/ns/org#
3
4
  require 'rdf'
4
5
  module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.w3.org/ns/org#>
8
+ # class ORG < RDF::StrictVocabulary
9
+ # end
5
10
  class ORG < RDF::StrictVocabulary("http://www.w3.org/ns/org#")
6
11
 
7
12
  # Class definitions
8
13
  term :ChangeEvent,
9
14
  comment: %(Represents an event which resulted in a major change to an organization such as a merger or complete restructuring. It is intended for situations where the resulting organization is sufficient distinct from the original organizations that it has a distinct identity and distinct URI. Extension vocabularies should define sub-classes of this to denote particular categories of event. The instant or interval at which the event occurred should be given by `prov:startAtTime` and `prov:endedAtTime`, a description should be given by `dct:description`. ).freeze,
10
15
  label: "Change Event".freeze,
11
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
16
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
12
17
  subClassOf: "prov:Activity".freeze,
13
18
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
14
19
  term :FormalOrganization,
15
20
  comment: %(An Organization which is recognized in the world at large, in particular in legal jurisdictions, with associated rights and responsibilities. Examples include a Corporation, Charity, Government or Church. Note that this is a super class of `gr:BusinessEntity` and it is recommended to use the GoodRelations vocabulary to denote Business classifications such as DUNS or NAICS.).freeze,
16
21
  label: "Formal Organization".freeze,
17
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
18
- subClassOf: ["org:Organization".freeze, "foaf:Organization".freeze],
22
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
23
+ subClassOf: ["foaf:Organization".freeze, "org:Organization".freeze],
19
24
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
20
25
  term :Membership,
21
26
  comment: %(Indicates the nature of an Agent's membership of an organization. Represents an n-ary relation between an Agent, an Organization and a Role. It is possible to directly indicate membership, independent of the specific Role, through use of the `org:memberOf` property.).freeze,
22
27
  label: "Membership".freeze,
23
- "owl:disjointWith" => [%(org:Site).freeze, %(org:ChangeEvent).freeze],
24
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
28
+ :"owl:disjointWith" => [%(org:ChangeEvent).freeze, %(org:Site).freeze],
29
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
25
30
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
26
31
  term :Organization,
27
32
  comment: %(Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures. It is recommended that SKOS lexical labels should be used to label the Organization. In particular `skos:prefLabel` for the primary \(possibly legally recognized name\), `skos:altLabel` for alternative names \(trading names, colloquial names\) and `skos:notation` to denote a code from a code list. Alternative names: _Collective_ _Body_ _Org_ _Group_).freeze,
28
33
  label: "Organization".freeze,
29
- "owl:disjointWith" => [%(org:Role).freeze, %(org:Membership).freeze, %(org:Site).freeze, %(org:ChangeEvent).freeze],
30
- "owl:equivalentClass" => %(foaf:Organization).freeze,
31
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
34
+ :"owl:disjointWith" => [%(org:ChangeEvent).freeze, %(org:Membership).freeze, %(org:Role).freeze, %(org:Site).freeze],
35
+ :"owl:equivalentClass" => %(foaf:Organization).freeze,
36
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
32
37
  subClassOf: "foaf:Agent".freeze,
33
38
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
34
39
  term :OrganizationalCollaboration,
35
40
  comment: %(A collaboration between two or more Organizations such as a project. It meets the criteria for being an Organization in that it has an identity and defining purpose independent of its particular members but is neither a formally recognized legal entity nor a sub-unit within some larger organization. Might typically have a shorter lifetime than the Organizations within it, but not necessarily. All members are `org:Organization`s rather than individuals and those Organizations can play particular roles within the venture. Alternative names: _Project_ _Venture_ _Endeavour_ _Consortium_ _Endeavour_).freeze,
36
41
  label: "Endeavour".freeze,
37
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
42
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
38
43
  subClassOf: "org:Organization".freeze,
39
44
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
40
45
  term :OrganizationalUnit,
41
46
  comment: %(An Organization such as a University Support Unit which is part of some larger FormalOrganization and only has full recognition within the context of that FormalOrganization, it is not a Legal Entity in its own right. Units can be large and complex containing other Units and even FormalOrganizations. Alternative names: _OU_ _Unit_ _Department_).freeze,
42
47
  label: "OrganizationalUnit".freeze,
43
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
48
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
44
49
  subClassOf: "org:Organization".freeze,
45
50
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
46
51
  term :Post,
47
52
  comment: %(A Post represents some position within an organization that exists independently of the person or persons filling it. Posts may be used to represent situations where a person is a member of an organization ex officio \(for example the Secretary of State for Scotland is part of UK Cabinet by virtue of being Secretary of State for Scotland, not as an individual person\). A post can be held by multiple people and hence can be treated as a organization in its own right.).freeze,
48
53
  label: "Post".freeze,
49
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
54
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
50
55
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
51
56
  term :Role,
52
57
  comment: %(Denotes a role that a Person or other Agent can take in an organization. Instances of this class describe the abstract role; to denote a specific instance of a person playing that role in a specific organization use an instance of `org:Membership`. It is common for roles to be arranged in some taxonomic structure and we use SKOS to represent that. The normal SKOS lexical properties should be used when labelling the Role. Additional descriptive properties for the Role, such as a Salary band, may be added by extension vocabularies.).freeze,
53
58
  label: "Role".freeze,
54
- "owl:disjointWith" => [%(org:Membership).freeze, %(org:Site).freeze, %(org:ChangeEvent).freeze],
55
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
59
+ :"owl:disjointWith" => [%(org:ChangeEvent).freeze, %(org:Membership).freeze, %(org:Site).freeze],
60
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
56
61
  subClassOf: "skos:Concept".freeze,
57
62
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
58
63
  term :Site,
59
64
  comment: %(An office or other premise at which the organization is located. Many organizations are spread across multiple sites and many sites will host multiple locations. In most cases a Site will be a physical location. However, we don't exclude the possibility of non-physical sites such as a virtual office with an associated post box and phone reception service. Extensions may provide subclasses to denote particular types of site.).freeze,
60
65
  label: "Site".freeze,
61
- "owl:disjointWith" => %(org:ChangeEvent).freeze,
62
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
66
+ :"owl:disjointWith" => %(org:ChangeEvent).freeze,
67
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
63
68
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
64
69
 
65
70
  # Property definitions
@@ -68,53 +73,53 @@ module RDF::Vocab
68
73
  domain: "foaf:Person".freeze,
69
74
  label: "based At".freeze,
70
75
  range: "org:Site".freeze,
71
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
76
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
72
77
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
73
78
  property :changedBy,
74
79
  comment: %(Indicates a change event which resulted in a change to this organization. Depending on the event the organization may or may not have continued to exist after the event. Inverse of `org:originalOrganization`.).freeze,
75
80
  domain: "org:Organization".freeze,
76
81
  label: "changed by".freeze,
77
- "owl:inverseOf" => %(org:originalOrganization).freeze,
82
+ :"owl:inverseOf" => %(org:originalOrganization).freeze,
78
83
  range: "org:ChangeEvent".freeze,
79
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
84
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
80
85
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
81
86
  property :classification,
82
87
  comment: %(Indicates a classification for this Organization within some classification scheme. Extension vocabularies may wish to specialize this property to have a range corresponding to a specific `skos:ConceptScheme`. This property is under discussion and may be revised or removed - in many cases organizations are best categorized by defining a sub-class hierarchy in an extension vocabulary.).freeze,
83
88
  domain: "org:Organization".freeze,
84
89
  label: "classification".freeze,
85
90
  range: "skos:Concept".freeze,
86
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
91
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
87
92
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
88
93
  property :hasMember,
89
94
  comment: %(Indicates a person who is a member of the subject Organization. Inverse of `org:memberOf`, see that property for further clarification. Provided for compatibility with `foaf:member`.).freeze,
90
95
  domain: "org:Organization".freeze,
91
96
  label: "has member".freeze,
92
- "owl:equivalentProperty" => %(foaf:member).freeze,
93
- "owl:inverseOf" => %(org:memberOf).freeze,
97
+ :"owl:equivalentProperty" => %(foaf:member).freeze,
98
+ :"owl:inverseOf" => %(org:memberOf).freeze,
94
99
  range: "foaf:Agent".freeze,
95
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
100
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
96
101
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
97
102
  property :hasMembership,
98
103
  comment: %(Indicates a membership relationship that the Agent plays. Inverse of `org:member`.).freeze,
99
104
  domain: "foaf:Agent".freeze,
100
105
  label: "membership".freeze,
101
- "owl:inverseOf" => %(org:member).freeze,
106
+ :"owl:inverseOf" => %(org:member).freeze,
102
107
  range: "org:Membership".freeze,
103
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
108
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
104
109
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
105
110
  property :hasPost,
106
111
  comment: %(Indicates a Post which exists within the Organization.).freeze,
107
112
  domain: "org:Organization".freeze,
108
113
  label: "post".freeze,
109
114
  range: "org:Post".freeze,
110
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
115
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
111
116
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
112
117
  property :hasPrimarySite,
113
118
  comment: %(Indicates a primary site for the Organization, this is the default means by which an Organization can be contacted and is not necessarily the formal headquarters.).freeze,
114
119
  domain: "org:Organization".freeze,
115
120
  label: "primary Site".freeze,
116
121
  range: "org:Site".freeze,
117
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
122
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
118
123
  subPropertyOf: "org:hasSite".freeze,
119
124
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
120
125
  property :hasRegisteredSite,
@@ -122,32 +127,32 @@ module RDF::Vocab
122
127
  domain: "org:FormalOrganization".freeze,
123
128
  label: "registered Site".freeze,
124
129
  range: "org:Site".freeze,
125
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
130
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
126
131
  subPropertyOf: "org:hasPrimarySite".freeze,
127
132
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
128
133
  property :hasSite,
129
134
  comment: %(Indicates a site at which the Organization has some presence even if only indirect \(e.g. virtual office or a professional service which is acting as the registered address for a company\). Inverse of `org:siteOf`.).freeze,
130
135
  domain: "org:Organization".freeze,
131
136
  label: "has site".freeze,
132
- "owl:inverseOf" => %(org:siteOf).freeze,
137
+ :"owl:inverseOf" => %(org:siteOf).freeze,
133
138
  range: "org:Site".freeze,
134
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
139
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
135
140
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
136
141
  property :hasSubOrganization,
137
142
  comment: %(Represents hierarchical containment of Organizations or Organizational Units; indicates an organization which is a sub-part or child of this organization. Inverse of `org:subOrganizationOf`.).freeze,
138
143
  domain: "org:Organization".freeze,
139
144
  label: "has SubOrganization".freeze,
140
- "owl:inverseOf" => %(org:subOrganizationOf).freeze,
145
+ :"owl:inverseOf" => %(org:subOrganizationOf).freeze,
141
146
  range: "org:Organization".freeze,
142
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
147
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
143
148
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
144
149
  property :hasUnit,
145
150
  comment: %(Indicates a unit which is part of this Organization, e.g. a Department within a larger FormalOrganization. Inverse of `org:unitOf`.).freeze,
146
151
  domain: "org:FormalOrganization".freeze,
147
152
  label: "has Unit".freeze,
148
- "owl:inverseOf" => %(org:unitOf).freeze,
153
+ :"owl:inverseOf" => %(org:unitOf).freeze,
149
154
  range: "org:OrganizationalUnit".freeze,
150
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
155
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
151
156
  subPropertyOf: "org:hasSubOrganization".freeze,
152
157
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
153
158
  property :headOf,
@@ -155,7 +160,7 @@ module RDF::Vocab
155
160
  domain: "foaf:Person".freeze,
156
161
  label: "head of".freeze,
157
162
  range: "org:Organization".freeze,
158
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
163
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
159
164
  subPropertyOf: "org:memberOf".freeze,
160
165
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
161
166
  property :heldBy,
@@ -163,21 +168,21 @@ module RDF::Vocab
163
168
  domain: "org:Post".freeze,
164
169
  label: "held by".freeze,
165
170
  range: "foaf:Agent".freeze,
166
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
171
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
167
172
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
168
173
  property :holds,
169
174
  comment: %(Indicates a Post held by some Agent.).freeze,
170
175
  domain: "foaf:Agent".freeze,
171
176
  label: "holds".freeze,
172
- "owl:inverseOf" => %(org:heldBy).freeze,
177
+ :"owl:inverseOf" => %(org:heldBy).freeze,
173
178
  range: "org:Post".freeze,
174
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
179
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
175
180
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
176
181
  property :identifier,
177
182
  comment: %(Gives an identifier, such as a company registration number, that can be used to used to uniquely identify the organization. Many different national and international identier schemes are available. The org ontology is neutral to which schemes are used. The particular identifier scheme should be indicated by the datatype of the identifier value. Using datatypes to distinguish the notation scheme used is consistent with recommended best practice for `skos:notation` of which this property is a specialization.).freeze,
178
183
  domain: "org:Organization".freeze,
179
184
  label: "identifier".freeze,
180
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
185
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
181
186
  subPropertyOf: "skos:notation".freeze,
182
187
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
183
188
  property :linkedTo,
@@ -185,129 +190,129 @@ module RDF::Vocab
185
190
  domain: "org:Organization".freeze,
186
191
  label: "linked to".freeze,
187
192
  range: "org:Organization".freeze,
188
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
193
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
189
194
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
190
195
  property :location,
191
196
  comment: %(Gives a location description for a person within the organization, for example a _Mail Stop_ for internal posting purposes.).freeze,
192
197
  domain: "foaf:Person".freeze,
193
198
  label: "location".freeze,
194
199
  range: "xsd:string".freeze,
195
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
200
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
196
201
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
197
202
  property :member,
198
203
  comment: %(Indicates the Person \(or other Agent including Organization\) involved in the Membership relationship. Inverse of `org:hasMembership`).freeze,
199
204
  domain: "org:Membership".freeze,
200
205
  label: "member".freeze,
201
- "owl:inverseOf" => %(org:hasMembership).freeze,
206
+ :"owl:inverseOf" => %(org:hasMembership).freeze,
202
207
  range: "foaf:Agent".freeze,
203
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
204
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze, "owl:FunctionalProperty".freeze]
208
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
209
+ type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze]
205
210
  property :memberDuring,
206
211
  comment: %(Optional property to indicate the interval for which the membership is/was valid.).freeze,
207
212
  domain: "org:Membership".freeze,
208
213
  label: "member During".freeze,
209
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
214
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
210
215
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
211
216
  property :memberOf,
212
217
  comment: %(Indicates that a person is a member of the Organization with no indication of the nature of that membership or the role played. Note that the choice of property name is not meant to limit the property to only formal membership arrangements, it is also indended to cover related concepts such as affilliation or other involvement in the organization. Extensions can specialize this relationship to indicate particular roles within the organization or more nuanced relationships to the organization. Has an optional inverse, `org:hasmember`.).freeze,
213
218
  domain: "foaf:Agent".freeze,
214
219
  label: "member of".freeze,
215
- "owl:inverseOf" => %(org:hasMember).freeze,
220
+ :"owl:inverseOf" => %(org:hasMember).freeze,
216
221
  range: "org:Organization".freeze,
217
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
222
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
218
223
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
219
224
  property :organization,
220
225
  comment: %(Indicates Organization in which the Agent is a member.).freeze,
221
226
  domain: "org:Membership".freeze,
222
227
  label: "organization".freeze,
223
228
  range: "org:Organization".freeze,
224
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
225
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze, "owl:FunctionalProperty".freeze]
229
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
230
+ type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze]
226
231
  property :originalOrganization,
227
232
  comment: %(Indicates one or more organizations that existed before the change event. Depending on the event they may or may not have continued to exist after the event. Inverse of `org:changedBy`.).freeze,
228
233
  domain: "org:ChangeEvent".freeze,
229
234
  label: "original organization".freeze,
230
- "owl:inverseOf" => %(org:changedBy).freeze,
235
+ :"owl:inverseOf" => %(org:changedBy).freeze,
231
236
  range: "org:Organization".freeze,
232
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
237
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
233
238
  subPropertyOf: "prov:used".freeze,
234
239
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
235
240
  property :postIn,
236
241
  comment: %(Indicates the Organization in which the Post exists.).freeze,
237
242
  domain: "org:Post".freeze,
238
243
  label: "post in".freeze,
239
- "owl:inverseOf" => %(org:hasPost).freeze,
244
+ :"owl:inverseOf" => %(org:hasPost).freeze,
240
245
  range: "org:Organization".freeze,
241
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
246
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
242
247
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
243
248
  property :purpose,
244
249
  comment: %(Indicates the purpose of this Organization. There can be many purposes at different levels of abstraction but the nature of an organization is to have a reason for existence and this property is a means to document that reason. An Organization may have multiple purposes. It is recommended that the purpose be denoted by a controlled term or code list, ideally a `skos:Concept`. However, the range is left open to allow for other types of descriptive schemes. It is expected that specializations or application profiles of this vocabulary will constrain the range of the purpose. Alternative names: _remit_ _responsibility_ \(esp. if applied to OrganizationalUnits such as Government Departments\).).freeze,
245
250
  domain: "org:Organization".freeze,
246
251
  label: "purpose".freeze,
247
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
252
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
248
253
  type: "rdf:Property".freeze
249
254
  property :remuneration,
250
255
  comment: %(Indicates a salary or other reward associated with the role. Typically this will be denoted using an existing representation scheme such as `gr:PriceSpecification` but the range is left open to allow applications to specialize it \(e.g. to remunerationInGBP\).).freeze,
251
256
  domain: "org:Role".freeze,
252
257
  label: "remuneration".freeze,
253
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
258
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
254
259
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
255
260
  property :reportsTo,
256
261
  comment: %(Indicates a reporting relationship as might be depicted on an organizational chart. The precise semantics of the reporting relationship will vary by organization but is intended to encompass both direct supervisory relationships \(e.g. carrying objective and salary setting authority\) and more general reporting or accountability relationships \(e.g. so called _dotted line_ reporting\).).freeze,
257
262
  label: "reports to".freeze,
258
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
263
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
259
264
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
260
265
  property :resultedFrom,
261
266
  comment: %(Indicates an event which resulted in this organization. Inverse of `org:resultingOrganization`.).freeze,
262
267
  domain: "org:Organization".freeze,
263
268
  label: "resulted from".freeze,
264
- "owl:inverseOf" => %(org:resultingOrganization).freeze,
269
+ :"owl:inverseOf" => %(org:resultingOrganization).freeze,
265
270
  range: "org:ChangeEvent".freeze,
266
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
271
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
267
272
  subPropertyOf: "prov:wasGeneratedBy".freeze,
268
273
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
269
274
  property :resultingOrganization,
270
275
  comment: %(Indicates an organization which was created or changed as a result of the event. Inverse of `org:resultedFrom`.).freeze,
271
276
  domain: "org:ChangeEvent".freeze,
272
277
  label: "resulted in".freeze,
273
- "owl:inverseOf" => %(org:resultedFrom).freeze,
278
+ :"owl:inverseOf" => %(org:resultedFrom).freeze,
274
279
  range: "org:Organization".freeze,
275
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
280
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
276
281
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
277
282
  property :role,
278
283
  comment: %(Indicates the Role that the Agent plays in a Membership relationship with an Organization.).freeze,
279
284
  label: "role".freeze,
280
285
  range: "org:Role".freeze,
281
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
286
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
282
287
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
283
288
  property :roleProperty,
284
289
  comment: %(This is a metalevel property which is used to annotate an `org:Role` instance with a sub-property of `org:memberOf` that can be used to directly indicate the role for easy of query. The intended semantics is a Membership relation involving the Role implies the existence of a direct property relationship through an inference rule of the form: `{ [] org:member ?p; org:organization ?o; org:role [org:roleProperty ?r] } -> {?p ?r ?o}`.).freeze,
285
290
  domain: "org:Role".freeze,
286
291
  label: "role (property)".freeze,
287
292
  range: "rdf:Property".freeze,
288
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
293
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
289
294
  type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
290
295
  property :siteAddress,
291
296
  comment: %(Indicates an address for the site in a suitable encoding. Use of vCard \(using the http://www.w3.org/TR/vcard-rdf/ vocabulary\) is encouraged but the range is left open to allow other encodings to be used. The address may include email, telephone, and geo-location information and is not restricted to a physical address. ).freeze,
292
297
  domain: "org:Site".freeze,
293
298
  label: "site Address".freeze,
294
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
299
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
295
300
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
296
301
  property :siteOf,
297
302
  comment: %(Indicates an Organization which has some presence at the given site. This is the inverse of `org:hasSite`.).freeze,
298
303
  domain: "org:Site".freeze,
299
304
  label: "site Of".freeze,
300
- "owl:inverseOf" => %(org:hasSite).freeze,
305
+ :"owl:inverseOf" => %(org:hasSite).freeze,
301
306
  range: "org:Organization".freeze,
302
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
307
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
303
308
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
304
309
  property :subOrganizationOf,
305
310
  comment: %(Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`.).freeze,
306
311
  domain: "org:Organization".freeze,
307
312
  label: "subOrganization of".freeze,
308
- "owl:inverseOf" => %(org:hasSubOrganization).freeze,
313
+ :"owl:inverseOf" => %(org:hasSubOrganization).freeze,
309
314
  range: "org:Organization".freeze,
310
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
315
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
311
316
  subPropertyOf: "org:transitiveSubOrganizationOf".freeze,
312
317
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
313
318
  property :transitiveSubOrganizationOf,
@@ -315,35 +320,35 @@ module RDF::Vocab
315
320
  domain: "org:Organization".freeze,
316
321
  label: "transitive sub-organization".freeze,
317
322
  range: "org:Organization".freeze,
318
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
323
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
319
324
  type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze, "rdf:Property".freeze]
320
325
  property :unitOf,
321
326
  comment: %(Indicates an Organization of which this Unit is a part, e.g. a Department within a larger FormalOrganization. This is the inverse of `org:hasUnit`.).freeze,
322
327
  domain: "org:OrganizationalUnit".freeze,
323
328
  label: "unit Of".freeze,
324
- "owl:inverseOf" => %(org:hasUnit).freeze,
329
+ :"owl:inverseOf" => %(org:hasUnit).freeze,
325
330
  range: "org:FormalOrganization".freeze,
326
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
331
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
327
332
  subPropertyOf: "org:subOrganizationOf".freeze,
328
333
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
329
334
 
330
335
  # Extra definitions
331
336
  term :"",
332
337
  comment: %(Vocabulary for describing organizational structures, specializable to a broad variety of types of organization.).freeze,
333
- "dc:created" => %(2010-05-28).freeze,
334
- "dc:license" => %(http://www.opendatacommons.org/licenses/pddl/1.0/).freeze,
335
- "dc:modified" => [%(2010-06-09).freeze, %(2010-10-08).freeze, %(2012-09-30).freeze, %(2012-10-06).freeze, %(2013-02-15).freeze, %(2013-12-16).freeze, %(2014-01-02).freeze, %(2014-01-25).freeze, %(2014-02-05).freeze, %(2014-04-12).freeze],
336
- "dc:title" => %(Core organization ontology).freeze,
338
+ :"dc:created" => %(2010-05-28).freeze,
339
+ :"dc:license" => %(http://www.opendatacommons.org/licenses/pddl/1.0/).freeze,
340
+ :"dc:modified" => [%(2010-06-09).freeze, %(2010-10-08).freeze, %(2012-09-30).freeze, %(2012-10-06).freeze, %(2013-02-15).freeze, %(2013-12-16).freeze, %(2014-01-02).freeze, %(2014-01-25).freeze, %(2014-02-05).freeze, %(2014-04-12).freeze],
341
+ :"dc:title" => %(Core organization ontology).freeze,
337
342
  label: "Core organization ontology".freeze,
338
- "owl:versionInfo" => %(0.8).freeze,
339
- "rdfs:seeAlso" => %(http://www.w3.org/TR/vocab-org/).freeze,
343
+ :"owl:versionInfo" => %(0.8).freeze,
344
+ :"rdfs:seeAlso" => %(http://www.w3.org/TR/vocab-org/).freeze,
340
345
  type: "owl:Ontology".freeze
341
346
  term :Head,
342
347
  comment: %(A role corresponding to the `org:headOf` property).freeze,
343
348
  label: "head".freeze,
344
- "org:roleProperty" => %(org:headOf).freeze,
345
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
346
- "skos:prefLabel" => %(head).freeze,
349
+ :"org:roleProperty" => %(org:headOf).freeze,
350
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
351
+ :"skos:prefLabel" => %(head).freeze,
347
352
  type: "org:Role".freeze
348
353
  end
349
354
  end