rdf-vocab 3.1.2 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +60 -40
  6. data/lib/rdf/vocab/acl.rb +104 -61
  7. data/lib/rdf/vocab/as.rb +556 -91
  8. data/lib/rdf/vocab/bf2.rb +1791 -475
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +616 -124
  11. data/lib/rdf/vocab/cc.rb +125 -48
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1543 -776
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +485 -99
  18. data/lib/rdf/vocab/dc11.rb +93 -31
  19. data/lib/rdf/vocab/dcat.rb +236 -88
  20. data/lib/rdf/vocab/dcmitype.rb +63 -13
  21. data/lib/rdf/vocab/disco.rb +286 -59
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +941 -189
  24. data/lib/rdf/vocab/earl.rb +324 -0
  25. data/lib/rdf/vocab/ebucore.rb +7255 -2184
  26. data/lib/rdf/vocab/edm.rb +202 -76
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +257 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +398 -22
  30. data/lib/rdf/vocab/foaf.rb +380 -76
  31. data/lib/rdf/vocab/geo.rb +47 -110
  32. data/lib/rdf/vocab/geojson.rb +82 -17
  33. data/lib/rdf/vocab/geonames.rb +1508 -1351
  34. data/lib/rdf/vocab/gr.rb +861 -565
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +204 -41
  37. data/lib/rdf/vocab/hydra.rb +335 -60
  38. data/lib/rdf/vocab/iana.rb +301 -114
  39. data/lib/rdf/vocab/ical.rb +534 -121
  40. data/lib/rdf/vocab/identifiers.rb +459 -499
  41. data/lib/rdf/vocab/iiif.rb +161 -26
  42. data/lib/rdf/vocab/jsonld.rb +179 -53
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +85 -17
  45. data/lib/rdf/vocab/ma.rb +460 -80
  46. data/lib/rdf/vocab/mads.rb +610 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
  48. data/lib/rdf/vocab/mo.rb +1115 -540
  49. data/lib/rdf/vocab/mods.rb +635 -124
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +343 -73
  52. data/lib/rdf/vocab/og.rb +100 -1
  53. data/lib/rdf/vocab/ogc.rb +42 -9
  54. data/lib/rdf/vocab/ore.rb +69 -14
  55. data/lib/rdf/vocab/org.rb +235 -47
  56. data/lib/rdf/vocab/pcdm.rb +58 -34
  57. data/lib/rdf/vocab/pplan.rb +21 -136
  58. data/lib/rdf/vocab/premis.rb +1171 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
  60. data/lib/rdf/vocab/prov.rb +700 -107
  61. data/lib/rdf/vocab/ptr.rb +172 -37
  62. data/lib/rdf/vocab/rightsstatements.rb +17 -13
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +52 -11
  65. data/lib/rdf/vocab/schema.rb +14970 -3993
  66. data/lib/rdf/vocab/schemas.rb +27066 -0
  67. data/lib/rdf/vocab/sd.rb +372 -0
  68. data/lib/rdf/vocab/sh.rb +919 -184
  69. data/lib/rdf/vocab/sioc.rb +498 -98
  70. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
  71. data/lib/rdf/vocab/sioctypes.rb +434 -0
  72. data/lib/rdf/vocab/skos.rb +160 -44
  73. data/lib/rdf/vocab/skosxl.rb +40 -11
  74. data/lib/rdf/vocab/v.rb +323 -37
  75. data/lib/rdf/vocab/vcard.rb +625 -119
  76. data/lib/rdf/vocab/vmd.rb +323 -37
  77. data/lib/rdf/vocab/void.rb +147 -27
  78. data/lib/rdf/vocab/vs.rb +23 -5
  79. data/lib/rdf/vocab/wdrs.rb +112 -23
  80. data/lib/rdf/vocab/wot.rb +96 -19
  81. data/lib/rdf/vocab/xhtml.rb +2 -1
  82. data/lib/rdf/vocab/xhv.rb +422 -201
  83. data/lib/rdf/vocab/xkos.rb +156 -7
  84. data/spec/extensions_spec.rb +68 -0
  85. data/spec/vocab_spec.rb +10 -0
  86. metadata +20 -11
  87. data/lib/rdf/vocab/sioct.rb +0 -277
@@ -5,9 +5,86 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://ogp.me/ns#>
8
+ # #
8
9
  # class OG < RDF::Vocabulary
10
+ # # A relevant audio URL for your object.
11
+ # # @return [RDF::Vocabulary::Term]
12
+ # attr_reader :audio
13
+ #
14
+ # # A one to two sentence description of your object.
15
+ # # @return [RDF::Vocabulary::Term]
16
+ # attr_reader :description
17
+ #
18
+ # # 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".
19
+ # # @return [RDF::Vocabulary::Term]
20
+ # attr_reader :determiner
21
+ #
22
+ # # [DEPRECATED] Email of the contact for your object.
23
+ # # @return [RDF::Vocabulary::Term]
24
+ # attr_reader :email
25
+ #
26
+ # # [DEPRECATED] Fax number of the contact for your object.
27
+ # # @return [RDF::Vocabulary::Term]
28
+ # attr_reader :fax_number
29
+ #
30
+ # # An image URL which should represent your object within the graph.
31
+ # # @return [RDF::Vocabulary::Term]
32
+ # attr_reader :image
33
+ #
34
+ # # [DEPRECATED] International Standard Book Number for you object.
35
+ # # @return [RDF::Vocabulary::Term]
36
+ # attr_reader :isbn
37
+ #
38
+ # # [DEPRECATED] The latitude of the resource e.g., the latitude of a company.
39
+ # # @return [RDF::Vocabulary::Term]
40
+ # attr_reader :latitude
41
+ #
42
+ # # A Unix locale in which this markup is rendered.
43
+ # # @return [RDF::Vocabulary::Term]
44
+ # attr_reader :locale
45
+ #
46
+ # # [DEPRECATED] The locality of the resource e.g, "Palo Alto"
47
+ # # @return [RDF::Vocabulary::Term]
48
+ # attr_reader :locality
49
+ #
50
+ # # [DEPRECATED] The longitude of the resource e.g., the longitude of a company.
51
+ # # @return [RDF::Vocabulary::Term]
52
+ # attr_reader :longitude
53
+ #
54
+ # # [DEPRECATED] Phone number of the contact for your object.
55
+ # # @return [RDF::Vocabulary::Term]
56
+ # attr_reader :phone_number
57
+ #
58
+ # # [DEPRECATED] The region of the resource e.g., "CA"
59
+ # # @return [RDF::Vocabulary::Term]
60
+ # attr_reader :region
61
+ #
62
+ # # If your object is part of a larger web site, the name which should be displayed for the overall site. e.g., "IMDb".
63
+ # # @return [RDF::Vocabulary::Term]
64
+ # attr_reader :site_name
65
+ #
66
+ # # The title of the object as it should appear within the graph, e.g., "The Rock".
67
+ # # @return [RDF::Vocabulary::Term]
68
+ # attr_reader :title
69
+ #
70
+ # # The type of your object, e.g., "movie". Depending on the type you specify, other properties may also be required.
71
+ # # @return [RDF::Vocabulary::Term]
72
+ # attr_reader :type
73
+ #
74
+ # # [DEPRECATED] Universal Product Code for your object.
75
+ # # @return [RDF::Vocabulary::Term]
76
+ # attr_reader :upc
77
+ #
78
+ # # 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/".
79
+ # # @return [RDF::Vocabulary::Term]
80
+ # attr_reader :url
81
+ #
82
+ # # A relevant video URL for your object.
83
+ # # @return [RDF::Vocabulary::Term]
84
+ # attr_reader :video
85
+ #
9
86
  # end
10
- class OG < RDF::Vocabulary("http://ogp.me/ns#")
87
+ OG = Class.new(RDF::Vocabulary("http://ogp.me/ns#")) do
11
88
 
12
89
  # Property definitions
13
90
  property :audio,
@@ -81,6 +158,13 @@ module RDF::Vocab
81
158
  range: "ogc:url".freeze,
82
159
  "rdfs:seeAlso": "foaf:depiction".freeze,
83
160
  type: "rdf:Property".freeze
161
+ property :"image:alt",
162
+ comment: %(A description of what is in the image \(not a caption\). If the page specifies an og:image it should specify og:image:alt.).freeze,
163
+ isDefinedBy: "og:".freeze,
164
+ label: "image:alt".freeze,
165
+ range: "ogc:string".freeze,
166
+ "rdfs:seeAlso": "og:image".freeze,
167
+ type: "rdf:Property".freeze
84
168
  property :"image:height",
85
169
  comment: %(The height of an image.).freeze,
86
170
  isDefinedBy: "og:".freeze,
@@ -100,6 +184,14 @@ module RDF::Vocab
100
184
  label: "image type".freeze,
101
185
  range: "ogc:mime_type_str".freeze,
102
186
  type: "rdf:Property".freeze
187
+ property :"image:url",
188
+ comment: %(Identical to og:image.).freeze,
189
+ isDefinedBy: "og:".freeze,
190
+ label: "image:url".freeze,
191
+ "owl:sameProperty": "og:image".freeze,
192
+ range: "ogc:url".freeze,
193
+ "rdfs:seeAlso": "og:image".freeze,
194
+ type: "rdf:Property".freeze
103
195
  property :"image:width",
104
196
  comment: %(The width of an image.).freeze,
105
197
  isDefinedBy: "og:".freeze,
@@ -124,6 +216,13 @@ module RDF::Vocab
124
216
  label: "locale".freeze,
125
217
  range: "ogc:string".freeze,
126
218
  type: "rdf:Property".freeze
219
+ property :"locale:alternate",
220
+ comment: %(An array of other locales this page is available in.).freeze,
221
+ isDefinedBy: "og:".freeze,
222
+ label: "locale:alternate".freeze,
223
+ range: "ogc:string".freeze,
224
+ "rdfs:seeAlso": "og:locale".freeze,
225
+ type: "rdf:Property".freeze
127
226
  property :locality,
128
227
  comment: %([DEPRECATED] The locality of the resource e.g, "Palo Alto").freeze,
129
228
  isDefinedBy: "og:".freeze,
@@ -5,56 +5,89 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://ogp.me/ns/class#>
8
+ # #
8
9
  # class OGC < RDF::Vocabulary
10
+ # # A string representation of a true or false value. The lexical space contains: "true", "false", "1", and "0".
11
+ # # @return [RDF::Vocabulary::Term]
12
+ # attr_reader :boolean_str
13
+ #
14
+ # # 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.
15
+ # # @return [RDF::Vocabulary::Term]
16
+ # attr_reader :date_time_str
17
+ #
18
+ # # The lexical space: "", "the", "a", "an", and "auto".
19
+ # # @return [RDF::Vocabulary::Term]
20
+ # attr_reader :determiner_str
21
+ #
22
+ # # 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".
23
+ # # @return [RDF::Vocabulary::Term]
24
+ # attr_reader :float_str
25
+ #
26
+ # # A string representation of a 32-bit signed integer. Example lexical values include "1234" and "-123".
27
+ # # @return [RDF::Vocabulary::Term]
28
+ # attr_reader :integer_str
29
+ #
30
+ # # Valid mime type strings (e.g., "application/mp3").
31
+ # # @return [RDF::Vocabulary::Term]
32
+ # attr_reader :mime_type_str
33
+ #
34
+ # # A string of Unicode characters.
35
+ # # @return [RDF::Vocabulary::Term]
36
+ # attr_reader :string
37
+ #
38
+ # # A string of Unicode characters forming a valid URL having the http or https scheme.
39
+ # # @return [RDF::Vocabulary::Term]
40
+ # attr_reader :url
41
+ #
9
42
  # end
10
- class OGC < RDF::Vocabulary("http://ogp.me/ns/class#")
43
+ OGC = Class.new(RDF::Vocabulary("http://ogp.me/ns/class#")) do
11
44
 
12
45
  # Datatype definitions
13
46
  term :boolean_str,
14
- comment: %(A string representation of a true or false value. The lexical space contains: "true", "false", "1", and "0".).freeze,
47
+ comment: "A string representation of a true or false value. The lexical space contains: \"true\", \"false\", \"1\", and \"0\".".freeze,
15
48
  isDefinedBy: "ogc:".freeze,
16
49
  label: "boolean string".freeze,
17
50
  subClassOf: "xsd:string".freeze,
18
51
  type: "rdfs:Datatype".freeze
19
52
  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,
53
+ 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
54
  isDefinedBy: "ogc:".freeze,
22
55
  label: "date/time string".freeze,
23
56
  subClassOf: "xsd:string".freeze,
24
57
  type: "rdfs:Datatype".freeze
25
58
  term :determiner_str,
26
- comment: %(The lexical space: "", "the", "a", "an", and "auto".).freeze,
59
+ comment: "The lexical space: \"\", \"the\", \"a\", \"an\", and \"auto\".".freeze,
27
60
  isDefinedBy: "ogc:".freeze,
28
61
  label: "determiner".freeze,
29
62
  "owl:oneOf": list("".freeze, "the".freeze, "a".freeze, "an".freeze, "auto".freeze),
30
63
  subClassOf: "xsd:string".freeze,
31
64
  type: "rdfs:Datatype".freeze
32
65
  term :float_str,
33
- 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,
66
+ 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,
34
67
  isDefinedBy: "ogc:".freeze,
35
68
  label: "float string".freeze,
36
69
  subClassOf: "xsd:string".freeze,
37
70
  type: "rdfs:Datatype".freeze
38
71
  term :integer_str,
39
- comment: %(A string representation of a 32-bit signed integer. Example lexical values include "1234" and "-123".).freeze,
72
+ comment: "A string representation of a 32-bit signed integer. Example lexical values include \"1234\" and \"-123\".".freeze,
40
73
  isDefinedBy: "ogc:".freeze,
41
74
  label: "integer string".freeze,
42
75
  subClassOf: "xsd:string".freeze,
43
76
  type: "rdfs:Datatype".freeze
44
77
  term :mime_type_str,
45
- comment: %(Valid mime type strings \(e.g., "application/mp3"\).).freeze,
78
+ comment: "Valid mime type strings (e.g., \"application/mp3\").".freeze,
46
79
  isDefinedBy: "og:".freeze,
47
80
  label: "mime type string".freeze,
48
81
  subClassOf: "xsd:string".freeze,
49
82
  type: "rdfs:Datatype".freeze
50
83
  term :string,
51
- comment: %(A string of Unicode characters.).freeze,
84
+ comment: "A string of Unicode characters.".freeze,
52
85
  isDefinedBy: "ogc:".freeze,
53
86
  label: "Unicode string".freeze,
54
87
  subClassOf: "xsd:string".freeze,
55
88
  type: "rdfs:Datatype".freeze
56
89
  term :url,
57
- comment: %(A string of Unicode characters forming a valid URL having the http or https scheme.).freeze,
90
+ comment: "A string of Unicode characters forming a valid URL having the http or https scheme.".freeze,
58
91
  isDefinedBy: "ogc:".freeze,
59
92
  label: "URL".freeze,
60
93
  subClassOf: "ogc:string".freeze,
@@ -5,13 +5,68 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.openarchives.org/ore/terms/>
8
+ # #
9
+ # # The OAI ORE terms vocabulary
10
+ # #
11
+ # # The OAI ORE terms vocabulary
12
+ # #
13
+ # # The set of terms provided by the OAI ORE initiative
14
+ # # @see http://www.openarchives.org/ore/toc
8
15
  # class ORE < RDF::StrictVocabulary
16
+ # # 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.
17
+ # # @return [RDF::Vocabulary::Term]
18
+ # attr_reader :AggregatedResource
19
+ #
20
+ # # 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.
21
+ # # @return [RDF::Vocabulary::Term]
22
+ # attr_reader :Aggregation
23
+ #
24
+ # # 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.
25
+ # # @return [RDF::Vocabulary::Term]
26
+ # attr_reader :Proxy
27
+ #
28
+ # # 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.
29
+ # # @return [RDF::Vocabulary::Term]
30
+ # attr_reader :ResourceMap
31
+ #
32
+ # # 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.
33
+ # # @return [RDF::Vocabulary::Term]
34
+ # attr_reader :aggregates
35
+ #
36
+ # # This relationship asserts that the subject (a Resource Map) describes the object (an Aggregation).
37
+ # # @return [RDF::Vocabulary::Term]
38
+ # attr_reader :describes
39
+ #
40
+ # # The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation.
41
+ # # @return [RDF::Vocabulary::Term]
42
+ # attr_reader :isAggregatedBy
43
+ #
44
+ # # 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.
45
+ # # @return [RDF::Vocabulary::Term]
46
+ # attr_reader :isDescribedBy
47
+ #
48
+ # # 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.
49
+ # # @return [RDF::Vocabulary::Term]
50
+ # attr_reader :lineage
51
+ #
52
+ # # 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.
53
+ # # @return [RDF::Vocabulary::Term]
54
+ # attr_reader :proxyFor
55
+ #
56
+ # # 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.
57
+ # # @return [RDF::Vocabulary::Term]
58
+ # attr_reader :proxyIn
59
+ #
60
+ # # 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.
61
+ # # @return [RDF::Vocabulary::Term]
62
+ # attr_reader :similarTo
63
+ #
9
64
  # end
10
- class ORE < RDF::StrictVocabulary("http://www.openarchives.org/ore/terms/")
65
+ ORE = Class.new(RDF::StrictVocabulary("http://www.openarchives.org/ore/terms/")) do
11
66
 
12
67
  # Ontology definition
13
68
  ontology :"http://www.openarchives.org/ore/terms/",
14
- comment: %(The set of terms provided by the OAI ORE initiative).freeze,
69
+ comment: "The set of terms provided by the OAI ORE initiative".freeze,
15
70
  "dc:license": "http://creativecommons.org/licenses/by-sa/3.0/".freeze,
16
71
  "dc:publisher": term(
17
72
  label: "The Open Archives Initiative ORE Project".freeze
@@ -22,23 +77,23 @@ module RDF::Vocab
22
77
 
23
78
  # Class definitions
24
79
  term :AggregatedResource,
25
- 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,
80
+ 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,
26
81
  isDefinedBy: "ore:".freeze,
27
82
  label: "Aggregated Resource".freeze,
28
83
  type: "rdfs:Class".freeze
29
84
  term :Aggregation,
30
- 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,
85
+ 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,
31
86
  isDefinedBy: "ore:".freeze,
32
87
  label: "Aggregation".freeze,
33
88
  subClassOf: "dcmitype:Collection".freeze,
34
89
  type: "rdfs:Class".freeze
35
90
  term :Proxy,
36
- 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,
91
+ 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,
37
92
  isDefinedBy: "ore:".freeze,
38
93
  label: "Proxy".freeze,
39
94
  type: "rdfs:Class".freeze
40
95
  term :ResourceMap,
41
- 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,
96
+ 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,
42
97
  isDefinedBy: "ore:".freeze,
43
98
  label: "Resource Map".freeze,
44
99
  subClassOf: "http://www.w3.org/2004/03/trix/rdfg-1/Graph".freeze,
@@ -46,7 +101,7 @@ module RDF::Vocab
46
101
 
47
102
  # Property definitions
48
103
  property :aggregates,
49
- 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,
104
+ 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,
50
105
  domain: "ore:Aggregation".freeze,
51
106
  inverseOf: "ore:isAggregatedBy".freeze,
52
107
  isDefinedBy: "ore:".freeze,
@@ -55,7 +110,7 @@ module RDF::Vocab
55
110
  subPropertyOf: "dc:hasPart".freeze,
56
111
  type: "rdf:Property".freeze
57
112
  property :describes,
58
- comment: %(This relationship asserts that the subject \(a Resource Map\) describes the object \(an Aggregation\).).freeze,
113
+ comment: "This relationship asserts that the subject (a Resource Map) describes the object (an Aggregation).".freeze,
59
114
  domain: "ore:ResourceMap".freeze,
60
115
  inverseOf: "ore:isDescribedBy".freeze,
61
116
  isDefinedBy: "ore:".freeze,
@@ -63,7 +118,7 @@ module RDF::Vocab
63
118
  range: "ore:Aggregation".freeze,
64
119
  type: "rdf:Property".freeze
65
120
  property :isAggregatedBy,
66
- comment: %(The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation.).freeze,
121
+ comment: "The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation.".freeze,
67
122
  domain: "ore:AggregatedResource".freeze,
68
123
  inverseOf: "ore:aggregates".freeze,
69
124
  isDefinedBy: "ore:".freeze,
@@ -72,7 +127,7 @@ module RDF::Vocab
72
127
  subPropertyOf: "dc:isPartOf".freeze,
73
128
  type: "rdf:Property".freeze
74
129
  property :isDescribedBy,
75
- 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,
130
+ 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,
76
131
  domain: "ore:Aggregation".freeze,
77
132
  inverseOf: "ore:describes".freeze,
78
133
  isDefinedBy: "ore:".freeze,
@@ -80,28 +135,28 @@ module RDF::Vocab
80
135
  range: "ore:ResourceMap".freeze,
81
136
  type: "rdf:Property".freeze
82
137
  property :lineage,
83
- 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,
138
+ 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,
84
139
  domain: "ore:Proxy".freeze,
85
140
  isDefinedBy: "ore:".freeze,
86
141
  label: "Lineage".freeze,
87
142
  range: "ore:Proxy".freeze,
88
143
  type: "rdf:Property".freeze
89
144
  property :proxyFor,
90
- 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,
145
+ 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,
91
146
  domain: "ore:Proxy".freeze,
92
147
  isDefinedBy: "ore:".freeze,
93
148
  label: "Proxy For".freeze,
94
149
  range: "ore:AggregatedResource".freeze,
95
150
  type: "rdf:Property".freeze
96
151
  property :proxyIn,
97
- 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,
152
+ 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,
98
153
  domain: "ore:Proxy".freeze,
99
154
  isDefinedBy: "ore:".freeze,
100
155
  label: "Proxy In".freeze,
101
156
  range: "ore:Aggregation".freeze,
102
157
  type: "rdf:Property".freeze
103
158
  property :similarTo,
104
- 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,
159
+ 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,
105
160
  domain: "ore:Aggregation".freeze,
106
161
  isDefinedBy: "ore:".freeze,
107
162
  label: "Similar To".freeze,
@@ -5,13 +5,201 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.w3.org/ns/org#>
8
+ # #
9
+ # # Core organization ontology
10
+ # #
11
+ # # Core organization ontology
12
+ # #
13
+ # # Vocabulary for describing organizational structures, specializable to a broad variety of types of organization.
14
+ # # @version 0.8
15
+ # # @see http://www.w3.org/TR/vocab-org/
8
16
  # class ORG < RDF::StrictVocabulary
17
+ # # 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`.
18
+ # # @return [RDF::Vocabulary::Term]
19
+ # attr_reader :ChangeEvent
20
+ #
21
+ # # 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.
22
+ # # @return [RDF::Vocabulary::Term]
23
+ # attr_reader :FormalOrganization
24
+ #
25
+ # # 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.
26
+ # # @return [RDF::Vocabulary::Term]
27
+ # attr_reader :Membership
28
+ #
29
+ # # 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_
30
+ # # @return [RDF::Vocabulary::Term]
31
+ # attr_reader :Organization
32
+ #
33
+ # # 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_
34
+ # # @return [RDF::Vocabulary::Term]
35
+ # attr_reader :OrganizationalCollaboration
36
+ #
37
+ # # 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_
38
+ # # @return [RDF::Vocabulary::Term]
39
+ # attr_reader :OrganizationalUnit
40
+ #
41
+ # # 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.
42
+ # # @return [RDF::Vocabulary::Term]
43
+ # attr_reader :Post
44
+ #
45
+ # # 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.
46
+ # # @return [RDF::Vocabulary::Term]
47
+ # attr_reader :Role
48
+ #
49
+ # # 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.
50
+ # # @return [RDF::Vocabulary::Term]
51
+ # attr_reader :Site
52
+ #
53
+ # # Indicates the site at which a person is based. We do not restrict the possibility that a person is based at multiple sites.
54
+ # # @return [RDF::Vocabulary::Term]
55
+ # attr_reader :basedAt
56
+ #
57
+ # # 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`.
58
+ # # @return [RDF::Vocabulary::Term]
59
+ # attr_reader :changedBy
60
+ #
61
+ # # 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.
62
+ # # @return [RDF::Vocabulary::Term]
63
+ # attr_reader :classification
64
+ #
65
+ # # 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`.
66
+ # # @return [RDF::Vocabulary::Term]
67
+ # attr_reader :hasMember
68
+ #
69
+ # # Indicates a membership relationship that the Agent plays. Inverse of `org:member`.
70
+ # # @return [RDF::Vocabulary::Term]
71
+ # attr_reader :hasMembership
72
+ #
73
+ # # Indicates a Post which exists within the Organization.
74
+ # # @return [RDF::Vocabulary::Term]
75
+ # attr_reader :hasPost
76
+ #
77
+ # # 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.
78
+ # # @return [RDF::Vocabulary::Term]
79
+ # attr_reader :hasPrimarySite
80
+ #
81
+ # # Indicates the legally registered site for the organization, in many legal jurisdictions there is a requirement that FormalOrganizations such as Companies or Charities have such a primary designed site.
82
+ # # @return [RDF::Vocabulary::Term]
83
+ # attr_reader :hasRegisteredSite
84
+ #
85
+ # # 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`.
86
+ # # @return [RDF::Vocabulary::Term]
87
+ # attr_reader :hasSite
88
+ #
89
+ # # 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`.
90
+ # # @return [RDF::Vocabulary::Term]
91
+ # attr_reader :hasSubOrganization
92
+ #
93
+ # # Indicates a unit which is part of this Organization, e.g. a Department within a larger FormalOrganization. Inverse of `org:unitOf`.
94
+ # # @return [RDF::Vocabulary::Term]
95
+ # attr_reader :hasUnit
96
+ #
97
+ # # Indicates that a person is the leader or formal head of the Organization. This will normally mean that they are the root of the `org:reportsTo` (acyclic) graph, though an organization may have more than one head.
98
+ # # @return [RDF::Vocabulary::Term]
99
+ # attr_reader :headOf
100
+ #
101
+ # # Indicates an Agent which holds a Post.
102
+ # # @return [RDF::Vocabulary::Term]
103
+ # attr_reader :heldBy
104
+ #
105
+ # # Indicates a Post held by some Agent.
106
+ # # @return [RDF::Vocabulary::Term]
107
+ # attr_reader :holds
108
+ #
109
+ # # 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.
110
+ # # @return [RDF::Vocabulary::Term]
111
+ # attr_reader :identifier
112
+ #
113
+ # # Indicates an arbitrary relationship between two organizations. Specializations of this can be used to, for example, denote funding or supply chain relationships.
114
+ # # @return [RDF::Vocabulary::Term]
115
+ # attr_reader :linkedTo
116
+ #
117
+ # # Gives a location description for a person within the organization, for example a _Mail Stop_ for internal posting purposes.
118
+ # # @return [RDF::Vocabulary::Term]
119
+ # attr_reader :location
120
+ #
121
+ # # Indicates the Person (or other Agent including Organization) involved in the Membership relationship. Inverse of `org:hasMembership`
122
+ # # @return [RDF::Vocabulary::Term]
123
+ # attr_reader :member
124
+ #
125
+ # # Optional property to indicate the interval for which the membership is/was valid.
126
+ # # @return [RDF::Vocabulary::Term]
127
+ # attr_reader :memberDuring
128
+ #
129
+ # # 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`.
130
+ # # @return [RDF::Vocabulary::Term]
131
+ # attr_reader :memberOf
132
+ #
133
+ # # Indicates Organization in which the Agent is a member.
134
+ # # @return [RDF::Vocabulary::Term]
135
+ # attr_reader :organization
136
+ #
137
+ # # 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`.
138
+ # # @return [RDF::Vocabulary::Term]
139
+ # attr_reader :originalOrganization
140
+ #
141
+ # # Indicates the Organization in which the Post exists.
142
+ # # @return [RDF::Vocabulary::Term]
143
+ # attr_reader :postIn
144
+ #
145
+ # # 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).
146
+ # # @return [RDF::Vocabulary::Term]
147
+ # attr_reader :purpose
148
+ #
149
+ # # 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).
150
+ # # @return [RDF::Vocabulary::Term]
151
+ # attr_reader :remuneration
152
+ #
153
+ # # 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).
154
+ # # @return [RDF::Vocabulary::Term]
155
+ # attr_reader :reportsTo
156
+ #
157
+ # # Indicates an event which resulted in this organization. Inverse of `org:resultingOrganization`.
158
+ # # @return [RDF::Vocabulary::Term]
159
+ # attr_reader :resultedFrom
160
+ #
161
+ # # Indicates an organization which was created or changed as a result of the event. Inverse of `org:resultedFrom`.
162
+ # # @return [RDF::Vocabulary::Term]
163
+ # attr_reader :resultingOrganization
164
+ #
165
+ # # Indicates the Role that the Agent plays in a Membership relationship with an Organization.
166
+ # # @return [RDF::Vocabulary::Term]
167
+ # attr_reader :role
168
+ #
169
+ # # 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}`.
170
+ # # @return [RDF::Vocabulary::Term]
171
+ # attr_reader :roleProperty
172
+ #
173
+ # # 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.
174
+ # # @return [RDF::Vocabulary::Term]
175
+ # attr_reader :siteAddress
176
+ #
177
+ # # Indicates an Organization which has some presence at the given site. This is the inverse of `org:hasSite`.
178
+ # # @return [RDF::Vocabulary::Term]
179
+ # attr_reader :siteOf
180
+ #
181
+ # # Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`.
182
+ # # @return [RDF::Vocabulary::Term]
183
+ # attr_reader :subOrganizationOf
184
+ #
185
+ # # The transitive closure of subOrganizationOf, giving a representation of all organizations that contain this one. Note that technically this is a super property of the transitive closure so it could contain additional assertions but such usage is discouraged.
186
+ # # @return [RDF::Vocabulary::Term]
187
+ # attr_reader :transitiveSubOrganizationOf
188
+ #
189
+ # # 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`.
190
+ # # @return [RDF::Vocabulary::Term]
191
+ # attr_reader :unitOf
192
+ #
193
+ # # A role corresponding to the `org:headOf` property
194
+ # # @return [RDF::Vocabulary::Term]
195
+ # attr_reader :Head
196
+ #
9
197
  # end
10
- class ORG < RDF::StrictVocabulary("http://www.w3.org/ns/org#")
198
+ ORG = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/org#")) do
11
199
 
12
200
  # Ontology definition
13
201
  ontology :"http://www.w3.org/ns/org#",
14
- comment: %(Vocabulary for describing organizational structures, specializable to a broad variety of types of organization.).freeze,
202
+ comment: "Vocabulary for describing organizational structures, specializable to a broad variety of types of organization.".freeze,
15
203
  "dc:contributor": [term(
16
204
  "foaf:homepage": "http://www.asahi-net.or.jp/~ax2s-kmtn/".freeze,
17
205
  "foaf:name": "Shuji Kamitsuna".freeze
@@ -51,25 +239,25 @@ module RDF::Vocab
51
239
 
52
240
  # Class definitions
53
241
  term :ChangeEvent,
54
- 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,
242
+ 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,
55
243
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
56
244
  label: "Change Event".freeze,
57
245
  subClassOf: "prov:Activity".freeze,
58
246
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
59
247
  term :FormalOrganization,
60
- 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,
248
+ 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,
61
249
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
62
250
  label: "Formal Organization".freeze,
63
251
  subClassOf: ["foaf:Organization".freeze, "org:Organization".freeze],
64
252
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
65
253
  term :Membership,
66
- 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,
254
+ 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,
67
255
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
68
256
  label: "Membership".freeze,
69
257
  "owl:disjointWith": ["org:ChangeEvent".freeze, "org:Site".freeze],
70
258
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
71
259
  term :Organization,
72
- 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,
260
+ 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,
73
261
  equivalentClass: "foaf:Organization".freeze,
74
262
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
75
263
  label: "Organization".freeze,
@@ -78,7 +266,7 @@ module RDF::Vocab
78
266
  subClassOf: "foaf:Agent".freeze,
79
267
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
80
268
  term :OrganizationalCollaboration,
81
- 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,
269
+ 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,
82
270
  equivalentClass: term(
83
271
  intersectionOf: list("org:Organization".freeze, term(
84
272
  allValuesFrom: "org:Organization".freeze,
@@ -92,25 +280,25 @@ module RDF::Vocab
92
280
  subClassOf: "org:Organization".freeze,
93
281
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
94
282
  term :OrganizationalUnit,
95
- 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,
283
+ 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,
96
284
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
97
285
  label: "OrganizationalUnit".freeze,
98
286
  subClassOf: "org:Organization".freeze,
99
287
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
100
288
  term :Post,
101
- 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,
289
+ 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,
102
290
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
103
291
  label: "Post".freeze,
104
292
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
105
293
  term :Role,
106
- 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,
294
+ 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,
107
295
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
108
296
  label: "Role".freeze,
109
297
  "owl:disjointWith": ["org:ChangeEvent".freeze, "org:Membership".freeze, "org:Site".freeze],
110
298
  subClassOf: "skos:Concept".freeze,
111
299
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
112
300
  term :Site,
113
- 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,
301
+ 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,
114
302
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
115
303
  label: "Site".freeze,
116
304
  "owl:disjointWith": "org:ChangeEvent".freeze,
@@ -118,14 +306,14 @@ module RDF::Vocab
118
306
 
119
307
  # Property definitions
120
308
  property :basedAt,
121
- comment: %(Indicates the site at which a person is based. We do not restrict the possibility that a person is based at multiple sites.).freeze,
309
+ comment: "Indicates the site at which a person is based. We do not restrict the possibility that a person is based at multiple sites.".freeze,
122
310
  domain: "foaf:Person".freeze,
123
311
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
124
312
  label: "based At".freeze,
125
313
  range: "org:Site".freeze,
126
314
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
127
315
  property :changedBy,
128
- 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,
316
+ 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,
129
317
  domain: "org:Organization".freeze,
130
318
  inverseOf: "org:originalOrganization".freeze,
131
319
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -133,14 +321,14 @@ module RDF::Vocab
133
321
  range: "org:ChangeEvent".freeze,
134
322
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
135
323
  property :classification,
136
- 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,
324
+ 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,
137
325
  domain: "org:Organization".freeze,
138
326
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
139
327
  label: "classification".freeze,
140
328
  range: "skos:Concept".freeze,
141
329
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
142
330
  property :hasMember,
143
- 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,
331
+ 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,
144
332
  domain: "org:Organization".freeze,
145
333
  equivalentProperty: "foaf:member".freeze,
146
334
  inverseOf: "org:memberOf".freeze,
@@ -149,7 +337,7 @@ module RDF::Vocab
149
337
  range: "foaf:Agent".freeze,
150
338
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
151
339
  property :hasMembership,
152
- comment: %(Indicates a membership relationship that the Agent plays. Inverse of `org:member`.).freeze,
340
+ comment: "Indicates a membership relationship that the Agent plays. Inverse of `org:member`.".freeze,
153
341
  domain: "foaf:Agent".freeze,
154
342
  inverseOf: "org:member".freeze,
155
343
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -157,14 +345,14 @@ module RDF::Vocab
157
345
  range: "org:Membership".freeze,
158
346
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
159
347
  property :hasPost,
160
- comment: %(Indicates a Post which exists within the Organization.).freeze,
348
+ comment: "Indicates a Post which exists within the Organization.".freeze,
161
349
  domain: "org:Organization".freeze,
162
350
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
163
351
  label: "post".freeze,
164
352
  range: "org:Post".freeze,
165
353
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
166
354
  property :hasPrimarySite,
167
- 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,
355
+ 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,
168
356
  domain: "org:Organization".freeze,
169
357
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
170
358
  label: "primary Site".freeze,
@@ -172,7 +360,7 @@ module RDF::Vocab
172
360
  subPropertyOf: "org:hasSite".freeze,
173
361
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
174
362
  property :hasRegisteredSite,
175
- comment: %(Indicates the legally registered site for the organization, in many legal jurisdictions there is a requirement that FormalOrganizations such as Companies or Charities have such a primary designed site. ).freeze,
363
+ comment: "Indicates the legally registered site for the organization, in many legal jurisdictions there is a requirement that FormalOrganizations such as Companies or Charities have such a primary designed site. ".freeze,
176
364
  domain: "org:FormalOrganization".freeze,
177
365
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
178
366
  label: "registered Site".freeze,
@@ -180,7 +368,7 @@ module RDF::Vocab
180
368
  subPropertyOf: "org:hasPrimarySite".freeze,
181
369
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
182
370
  property :hasSite,
183
- 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,
371
+ 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,
184
372
  domain: "org:Organization".freeze,
185
373
  inverseOf: "org:siteOf".freeze,
186
374
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -188,7 +376,7 @@ module RDF::Vocab
188
376
  range: "org:Site".freeze,
189
377
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
190
378
  property :hasSubOrganization,
191
- 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,
379
+ 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,
192
380
  domain: "org:Organization".freeze,
193
381
  inverseOf: "org:subOrganizationOf".freeze,
194
382
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -196,7 +384,7 @@ module RDF::Vocab
196
384
  range: "org:Organization".freeze,
197
385
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
198
386
  property :hasUnit,
199
- comment: %(Indicates a unit which is part of this Organization, e.g. a Department within a larger FormalOrganization. Inverse of `org:unitOf`.).freeze,
387
+ comment: "Indicates a unit which is part of this Organization, e.g. a Department within a larger FormalOrganization. Inverse of `org:unitOf`.".freeze,
200
388
  domain: "org:FormalOrganization".freeze,
201
389
  inverseOf: "org:unitOf".freeze,
202
390
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -205,7 +393,7 @@ module RDF::Vocab
205
393
  subPropertyOf: "org:hasSubOrganization".freeze,
206
394
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
207
395
  property :headOf,
208
- comment: %(Indicates that a person is the leader or formal head of the Organization. This will normally mean that they are the root of the `org:reportsTo` \(acyclic\) graph, though an organization may have more than one head.).freeze,
396
+ comment: "Indicates that a person is the leader or formal head of the Organization. This will normally mean that they are the root of the `org:reportsTo` (acyclic) graph, though an organization may have more than one head.".freeze,
209
397
  domain: "foaf:Person".freeze,
210
398
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
211
399
  label: "head of".freeze,
@@ -213,14 +401,14 @@ module RDF::Vocab
213
401
  subPropertyOf: "org:memberOf".freeze,
214
402
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
215
403
  property :heldBy,
216
- comment: %(Indicates an Agent which holds a Post.).freeze,
404
+ comment: "Indicates an Agent which holds a Post.".freeze,
217
405
  domain: "org:Post".freeze,
218
406
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
219
407
  label: "held by".freeze,
220
408
  range: "foaf:Agent".freeze,
221
409
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
222
410
  property :holds,
223
- comment: %(Indicates a Post held by some Agent.).freeze,
411
+ comment: "Indicates a Post held by some Agent.".freeze,
224
412
  domain: "foaf:Agent".freeze,
225
413
  inverseOf: "org:heldBy".freeze,
226
414
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -228,28 +416,28 @@ module RDF::Vocab
228
416
  range: "org:Post".freeze,
229
417
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
230
418
  property :identifier,
231
- 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,
419
+ 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,
232
420
  domain: "org:Organization".freeze,
233
421
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
234
422
  label: "identifier".freeze,
235
423
  subPropertyOf: "skos:notation".freeze,
236
424
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
237
425
  property :linkedTo,
238
- comment: %(Indicates an arbitrary relationship between two organizations. Specializations of this can be used to, for example, denote funding or supply chain relationships.).freeze,
426
+ comment: "Indicates an arbitrary relationship between two organizations. Specializations of this can be used to, for example, denote funding or supply chain relationships.".freeze,
239
427
  domain: "org:Organization".freeze,
240
428
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
241
429
  label: "linked to".freeze,
242
430
  range: "org:Organization".freeze,
243
431
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
244
432
  property :location,
245
- comment: %(Gives a location description for a person within the organization, for example a _Mail Stop_ for internal posting purposes.).freeze,
433
+ comment: "Gives a location description for a person within the organization, for example a _Mail Stop_ for internal posting purposes.".freeze,
246
434
  domain: "foaf:Person".freeze,
247
435
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
248
436
  label: "location".freeze,
249
437
  range: "xsd:string".freeze,
250
438
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
251
439
  property :member,
252
- comment: %(Indicates the Person \(or other Agent including Organization\) involved in the Membership relationship. Inverse of `org:hasMembership`).freeze,
440
+ comment: "Indicates the Person (or other Agent including Organization) involved in the Membership relationship. Inverse of `org:hasMembership`".freeze,
253
441
  domain: "org:Membership".freeze,
254
442
  inverseOf: "org:hasMembership".freeze,
255
443
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -257,13 +445,13 @@ module RDF::Vocab
257
445
  range: "foaf:Agent".freeze,
258
446
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze]
259
447
  property :memberDuring,
260
- comment: %(Optional property to indicate the interval for which the membership is/was valid.).freeze,
448
+ comment: "Optional property to indicate the interval for which the membership is/was valid.".freeze,
261
449
  domain: "org:Membership".freeze,
262
450
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
263
451
  label: "member During".freeze,
264
452
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
265
453
  property :memberOf,
266
- 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,
454
+ 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,
267
455
  domain: "foaf:Agent".freeze,
268
456
  inverseOf: "org:hasMember".freeze,
269
457
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -271,14 +459,14 @@ module RDF::Vocab
271
459
  range: "org:Organization".freeze,
272
460
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
273
461
  property :organization,
274
- comment: %(Indicates Organization in which the Agent is a member.).freeze,
462
+ comment: "Indicates Organization in which the Agent is a member.".freeze,
275
463
  domain: "org:Membership".freeze,
276
464
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
277
465
  label: "organization".freeze,
278
466
  range: "org:Organization".freeze,
279
467
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze]
280
468
  property :originalOrganization,
281
- 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,
469
+ 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,
282
470
  domain: "org:ChangeEvent".freeze,
283
471
  inverseOf: "org:changedBy".freeze,
284
472
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -287,7 +475,7 @@ module RDF::Vocab
287
475
  subPropertyOf: "prov:used".freeze,
288
476
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
289
477
  property :postIn,
290
- comment: %(Indicates the Organization in which the Post exists.).freeze,
478
+ comment: "Indicates the Organization in which the Post exists.".freeze,
291
479
  domain: "org:Post".freeze,
292
480
  inverseOf: "org:hasPost".freeze,
293
481
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -295,19 +483,19 @@ module RDF::Vocab
295
483
  range: "org:Organization".freeze,
296
484
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
297
485
  property :purpose,
298
- 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,
486
+ 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,
299
487
  domain: "org:Organization".freeze,
300
488
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
301
489
  label: "purpose".freeze,
302
490
  type: "rdf:Property".freeze
303
491
  property :remuneration,
304
- 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,
492
+ 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,
305
493
  domain: "org:Role".freeze,
306
494
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
307
495
  label: "remuneration".freeze,
308
496
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
309
497
  property :reportsTo,
310
- 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,
498
+ 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,
311
499
  domain: term(
312
500
  type: "owl:Class".freeze,
313
501
  unionOf: list("foaf:Agent".freeze, "org:Post".freeze)
@@ -320,7 +508,7 @@ module RDF::Vocab
320
508
  ),
321
509
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
322
510
  property :resultedFrom,
323
- comment: %(Indicates an event which resulted in this organization. Inverse of `org:resultingOrganization`.).freeze,
511
+ comment: "Indicates an event which resulted in this organization. Inverse of `org:resultingOrganization`.".freeze,
324
512
  domain: "org:Organization".freeze,
325
513
  inverseOf: "org:resultingOrganization".freeze,
326
514
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -329,7 +517,7 @@ module RDF::Vocab
329
517
  subPropertyOf: "prov:wasGeneratedBy".freeze,
330
518
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
331
519
  property :resultingOrganization,
332
- comment: %(Indicates an organization which was created or changed as a result of the event. Inverse of `org:resultedFrom`.).freeze,
520
+ comment: "Indicates an organization which was created or changed as a result of the event. Inverse of `org:resultedFrom`.".freeze,
333
521
  domain: "org:ChangeEvent".freeze,
334
522
  inverseOf: "org:resultedFrom".freeze,
335
523
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -337,7 +525,7 @@ module RDF::Vocab
337
525
  range: "org:Organization".freeze,
338
526
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
339
527
  property :role,
340
- comment: %(Indicates the Role that the Agent plays in a Membership relationship with an Organization.).freeze,
528
+ comment: "Indicates the Role that the Agent plays in a Membership relationship with an Organization.".freeze,
341
529
  domain: term(
342
530
  type: "owl:Class".freeze,
343
531
  unionOf: list("org:Membership".freeze, "org:Post".freeze)
@@ -347,20 +535,20 @@ module RDF::Vocab
347
535
  range: "org:Role".freeze,
348
536
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
349
537
  property :roleProperty,
350
- 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,
538
+ 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,
351
539
  domain: "org:Role".freeze,
352
540
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
353
541
  label: "role (property)".freeze,
354
542
  range: "rdf:Property".freeze,
355
543
  type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
356
544
  property :siteAddress,
357
- 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,
545
+ 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,
358
546
  domain: "org:Site".freeze,
359
547
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
360
548
  label: "site Address".freeze,
361
549
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
362
550
  property :siteOf,
363
- comment: %(Indicates an Organization which has some presence at the given site. This is the inverse of `org:hasSite`.).freeze,
551
+ comment: "Indicates an Organization which has some presence at the given site. This is the inverse of `org:hasSite`.".freeze,
364
552
  domain: "org:Site".freeze,
365
553
  inverseOf: "org:hasSite".freeze,
366
554
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -368,7 +556,7 @@ module RDF::Vocab
368
556
  range: "org:Organization".freeze,
369
557
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
370
558
  property :subOrganizationOf,
371
- comment: %(Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`.).freeze,
559
+ comment: "Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`.".freeze,
372
560
  domain: "org:Organization".freeze,
373
561
  inverseOf: "org:hasSubOrganization".freeze,
374
562
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -377,14 +565,14 @@ module RDF::Vocab
377
565
  subPropertyOf: "org:transitiveSubOrganizationOf".freeze,
378
566
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
379
567
  property :transitiveSubOrganizationOf,
380
- comment: %(The transitive closure of subOrganizationOf, giving a representation of all organizations that contain this one. Note that technically this is a super property of the transitive closure so it could contain additional assertions but such usage is discouraged.).freeze,
568
+ comment: "The transitive closure of subOrganizationOf, giving a representation of all organizations that contain this one. Note that technically this is a super property of the transitive closure so it could contain additional assertions but such usage is discouraged.".freeze,
381
569
  domain: "org:Organization".freeze,
382
570
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
383
571
  label: "transitive sub-organization".freeze,
384
572
  range: "org:Organization".freeze,
385
573
  type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze, "rdf:Property".freeze]
386
574
  property :unitOf,
387
- 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,
575
+ 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,
388
576
  domain: "org:OrganizationalUnit".freeze,
389
577
  inverseOf: "org:hasUnit".freeze,
390
578
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -395,7 +583,7 @@ module RDF::Vocab
395
583
 
396
584
  # Extra definitions
397
585
  term :Head,
398
- comment: %(A role corresponding to the `org:headOf` property).freeze,
586
+ comment: "A role corresponding to the `org:headOf` property".freeze,
399
587
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
400
588
  label: "head".freeze,
401
589
  "org:roleProperty": "org:headOf".freeze,