rdf-vocab 2.2.9 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +21 -2
- data/lib/rdf/vocab/acl.rb +21 -5
- data/lib/rdf/vocab/bf2.rb +812 -812
- data/lib/rdf/vocab/bibframe.rb +78 -78
- data/lib/rdf/vocab/bibo.rb +239 -247
- data/lib/rdf/vocab/cc.rb +4 -9
- data/lib/rdf/vocab/cert.rb +44 -45
- data/lib/rdf/vocab/cnt.rb +5 -5
- data/lib/rdf/vocab/crm.rb +344 -344
- data/lib/rdf/vocab/datacite.rb +152 -58
- data/lib/rdf/vocab/dc.rb +439 -439
- data/lib/rdf/vocab/dc11.rb +93 -93
- data/lib/rdf/vocab/dcat.rb +152 -101
- data/lib/rdf/vocab/dcmitype.rb +75 -75
- data/lib/rdf/vocab/disco.rb +169 -101
- data/lib/rdf/vocab/doap.rb +179 -159
- data/lib/rdf/vocab/dwc.rb +1648 -1648
- data/lib/rdf/vocab/ebucore.rb +373 -124
- data/lib/rdf/vocab/edm.rb +216 -139
- data/lib/rdf/vocab/exif.rb +208 -208
- data/lib/rdf/vocab/fcrepo4.rb +57 -134
- data/lib/rdf/vocab/foaf.rb +166 -166
- data/lib/rdf/vocab/geo.rb +3 -5
- data/lib/rdf/vocab/geojson.rb +16 -16
- data/lib/rdf/vocab/geonames.rb +2827 -3455
- data/lib/rdf/vocab/gr.rb +699 -254
- data/lib/rdf/vocab/gs1.rb +1765 -1761
- data/lib/rdf/vocab/ht.rb +23 -23
- data/lib/rdf/vocab/hydra.rb +104 -104
- data/lib/rdf/vocab/ical.rb +674 -127
- data/lib/rdf/vocab/identifiers.rb +120 -212
- data/lib/rdf/vocab/iiif.rb +25 -37
- data/lib/rdf/vocab/jsonld.rb +11 -11
- data/lib/rdf/vocab/ldp.rb +79 -69
- data/lib/rdf/vocab/lrmi.rb +63 -63
- data/lib/rdf/vocab/ma.rb +47 -132
- data/lib/rdf/vocab/mads.rb +83 -28
- data/lib/rdf/vocab/marc_relators.rb +12 -2201
- data/lib/rdf/vocab/mo.rb +920 -836
- data/lib/rdf/vocab/mods.rb +6 -13
- data/lib/rdf/vocab/oa.rb +82 -72
- data/lib/rdf/vocab/og.rb +50 -50
- data/lib/rdf/vocab/ogc.rb +9 -8
- data/lib/rdf/vocab/ore.rb +22 -19
- data/lib/rdf/vocab/org.rb +217 -167
- data/lib/rdf/vocab/pplan.rb +45 -45
- data/lib/rdf/vocab/premis.rb +855 -582
- data/lib/rdf/vocab/premis_event_type.rb +148 -70
- data/lib/rdf/vocab/prov.rb +842 -806
- data/lib/rdf/vocab/rightsstatements.rb +140 -157
- data/lib/rdf/vocab/rsa.rb +16 -13
- data/lib/rdf/vocab/rss.rb +10 -10
- data/lib/rdf/vocab/schema.rb +1448 -1448
- data/lib/rdf/vocab/sioc.rb +158 -159
- data/lib/rdf/vocab/sioc_services.rb +14 -14
- data/lib/rdf/vocab/sioct.rb +70 -70
- data/lib/rdf/vocab/skos.rb +97 -93
- data/lib/rdf/vocab/skosxl.rb +29 -24
- data/lib/rdf/vocab/v.rb +88 -90
- data/lib/rdf/vocab/vcard.rb +340 -196
- data/lib/rdf/vocab/vmd.rb +88 -90
- data/lib/rdf/vocab/vs.rb +15 -15
- data/lib/rdf/vocab/wdrs.rb +30 -30
- data/lib/rdf/vocab/wot.rb +47 -47
- data/lib/rdf/vocab/xhtml.rb +3 -3
- data/lib/rdf/vocab/xhv.rb +37 -123
- data/lib/rdf/vocab/xkos.rb +110 -107
- data/spec/vocab_spec.rb +6 -6
- metadata +19 -31
data/lib/rdf/vocab/og.rb
CHANGED
@@ -12,215 +12,215 @@ module RDF::Vocab
|
|
12
12
|
# Property definitions
|
13
13
|
property :audio,
|
14
14
|
comment: %(A relevant audio URL for your object.).freeze,
|
15
|
+
isDefinedBy: "og:".freeze,
|
15
16
|
label: "audio".freeze,
|
16
17
|
range: "ogc:url".freeze,
|
17
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
18
18
|
type: "rdf:Property".freeze
|
19
19
|
property :"audio:album",
|
20
20
|
comment: %([DEPRECATED] An album to which some audio belongs.).freeze,
|
21
|
+
isDefinedBy: "og:".freeze,
|
21
22
|
label: "audio album".freeze,
|
22
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
23
23
|
type: "rdf:Property".freeze
|
24
24
|
property :"audio:artist",
|
25
25
|
comment: %([DEPRECATED] An artist of some audio.).freeze,
|
26
|
+
isDefinedBy: "og:".freeze,
|
26
27
|
label: "audio artist".freeze,
|
27
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
28
28
|
type: "rdf:Property".freeze
|
29
29
|
property :"audio:secure_url",
|
30
30
|
comment: %(A relevant, secure audio URL for your object.).freeze,
|
31
|
+
isDefinedBy: "og:".freeze,
|
31
32
|
label: "audio secure URL".freeze,
|
32
33
|
range: "ogc:url".freeze,
|
33
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
34
34
|
type: "rdf:Property".freeze
|
35
35
|
property :"audio:title",
|
36
36
|
comment: %([DEPRECATED] A title for some audio.).freeze,
|
37
|
+
isDefinedBy: "og:".freeze,
|
37
38
|
label: "audio title".freeze,
|
38
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
39
39
|
type: "rdf:Property".freeze
|
40
40
|
property :"audio:type",
|
41
41
|
comment: %(The mime type of an audio file e.g., "application/mp3").freeze,
|
42
|
+
isDefinedBy: "og:".freeze,
|
42
43
|
label: "audio type".freeze,
|
43
44
|
range: "ogc:mime_type_str".freeze,
|
44
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
45
45
|
type: "rdf:Property".freeze
|
46
46
|
property :"country-name",
|
47
47
|
comment: %([DEPRECATED] The country name of the resource e.g., "USA").freeze,
|
48
|
+
isDefinedBy: "og:".freeze,
|
48
49
|
label: "country name".freeze,
|
49
|
-
|
50
|
-
:"rdfs:seeAlso" => %(vcard:country-name).freeze,
|
50
|
+
"rdfs:seeAlso": "vcard:country-name".freeze,
|
51
51
|
type: "rdf:Property".freeze
|
52
52
|
property :description,
|
53
53
|
comment: %(A one to two sentence description of your object.).freeze,
|
54
|
+
isDefinedBy: "og:".freeze,
|
54
55
|
label: "description".freeze,
|
55
56
|
range: "ogc:string".freeze,
|
56
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
57
57
|
subPropertyOf: "rdfs:comment".freeze,
|
58
58
|
type: "rdf:Property".freeze
|
59
59
|
property :determiner,
|
60
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
|
+
isDefinedBy: "og:".freeze,
|
61
62
|
label: "determiner".freeze,
|
62
63
|
range: "ogc:determiner_str".freeze,
|
63
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
64
64
|
type: "rdf:Property".freeze
|
65
65
|
property :email,
|
66
66
|
comment: %([DEPRECATED] Email of the contact for your object.).freeze,
|
67
|
+
isDefinedBy: "og:".freeze,
|
67
68
|
label: "email".freeze,
|
68
|
-
|
69
|
-
:"rdfs:seeAlso" => %(foaf:mbox).freeze,
|
69
|
+
"rdfs:seeAlso": "foaf:mbox".freeze,
|
70
70
|
type: "rdf:Property".freeze
|
71
71
|
property :fax_number,
|
72
72
|
comment: %([DEPRECATED] Fax number of the contact for your object.).freeze,
|
73
|
+
isDefinedBy: "og:".freeze,
|
73
74
|
label: "fax number".freeze,
|
74
|
-
|
75
|
-
:"rdfs:seeAlso" => %(foaf:phone).freeze,
|
75
|
+
"rdfs:seeAlso": "foaf:phone".freeze,
|
76
76
|
type: "rdf:Property".freeze
|
77
77
|
property :image,
|
78
78
|
comment: %(An image URL which should represent your object within the graph.).freeze,
|
79
|
+
isDefinedBy: "og:".freeze,
|
79
80
|
label: "image".freeze,
|
80
81
|
range: "ogc:url".freeze,
|
81
|
-
|
82
|
-
:"rdfs:seeAlso" => %(foaf:depiction).freeze,
|
82
|
+
"rdfs:seeAlso": "foaf:depiction".freeze,
|
83
83
|
type: "rdf:Property".freeze
|
84
84
|
property :"image:height",
|
85
85
|
comment: %(The height of an image.).freeze,
|
86
|
+
isDefinedBy: "og:".freeze,
|
86
87
|
label: "image height".freeze,
|
87
88
|
range: "ogc:integer_str".freeze,
|
88
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
89
89
|
type: "rdf:Property".freeze
|
90
90
|
property :"image:secure_url",
|
91
91
|
comment: %(A secure image URL which should represent your object within the graph.).freeze,
|
92
|
+
isDefinedBy: "og:".freeze,
|
92
93
|
label: "image secure url".freeze,
|
93
94
|
range: "ogc:url".freeze,
|
94
|
-
|
95
|
-
:"rdfs:seeAlso" => %(foaf:depiction).freeze,
|
95
|
+
"rdfs:seeAlso": "foaf:depiction".freeze,
|
96
96
|
type: "rdf:Property".freeze
|
97
97
|
property :"image:type",
|
98
98
|
comment: %(The mime type of an image.).freeze,
|
99
|
+
isDefinedBy: "og:".freeze,
|
99
100
|
label: "image type".freeze,
|
100
101
|
range: "ogc:mime_type_str".freeze,
|
101
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
102
102
|
type: "rdf:Property".freeze
|
103
103
|
property :"image:width",
|
104
104
|
comment: %(The width of an image.).freeze,
|
105
|
+
isDefinedBy: "og:".freeze,
|
105
106
|
label: "image width".freeze,
|
106
107
|
range: "ogc:integer_str".freeze,
|
107
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
108
108
|
type: "rdf:Property".freeze
|
109
109
|
property :isbn,
|
110
110
|
comment: %([DEPRECATED] International Standard Book Number for you object.).freeze,
|
111
|
+
isDefinedBy: "og:".freeze,
|
111
112
|
label: ["International Standard Book Number".freeze, "isbn".freeze],
|
112
|
-
|
113
|
-
:"rdfs:seeAlso" => %(bibo:isbn).freeze,
|
113
|
+
"rdfs:seeAlso": "bibo:isbn".freeze,
|
114
114
|
type: "rdf:Property".freeze
|
115
115
|
property :latitude,
|
116
116
|
comment: %([DEPRECATED] The latitude of the resource e.g., the latitude of a company.).freeze,
|
117
|
+
isDefinedBy: "og:".freeze,
|
117
118
|
label: "latitude".freeze,
|
118
|
-
|
119
|
-
:"rdfs:seeAlso" => %(geo:lat).freeze,
|
119
|
+
"rdfs:seeAlso": "geo:lat".freeze,
|
120
120
|
type: "rdf:Property".freeze
|
121
121
|
property :locale,
|
122
122
|
comment: %(A Unix locale in which this markup is rendered.).freeze,
|
123
|
+
isDefinedBy: "og:".freeze,
|
123
124
|
label: "locale".freeze,
|
124
125
|
range: "ogc:string".freeze,
|
125
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
126
126
|
type: "rdf:Property".freeze
|
127
127
|
property :locality,
|
128
128
|
comment: %([DEPRECATED] The locality of the resource e.g, "Palo Alto").freeze,
|
129
|
+
isDefinedBy: "og:".freeze,
|
129
130
|
label: "locality".freeze,
|
130
|
-
|
131
|
-
:"rdfs:seeAlso" => %(vcard:locality).freeze,
|
131
|
+
"rdfs:seeAlso": "vcard:locality".freeze,
|
132
132
|
type: "rdf:Property".freeze
|
133
133
|
property :longitude,
|
134
134
|
comment: %([DEPRECATED] The longitude of the resource e.g., the longitude of a company.).freeze,
|
135
|
+
isDefinedBy: "og:".freeze,
|
135
136
|
label: "longitude".freeze,
|
136
|
-
|
137
|
-
:"rdfs:seeAlso" => %(geo:long).freeze,
|
137
|
+
"rdfs:seeAlso": "geo:long".freeze,
|
138
138
|
type: "rdf:Property".freeze
|
139
139
|
property :phone_number,
|
140
140
|
comment: %([DEPRECATED] Phone number of the contact for your object.).freeze,
|
141
|
+
isDefinedBy: "og:".freeze,
|
141
142
|
label: "phone number".freeze,
|
142
|
-
|
143
|
-
:"rdfs:seeAlso" => %(foaf:phone).freeze,
|
143
|
+
"rdfs:seeAlso": "foaf:phone".freeze,
|
144
144
|
type: "rdf:Property".freeze
|
145
145
|
property :"postal-code",
|
146
146
|
comment: %([DEPRECATED] The postal code of the resource e.g., "94304").freeze,
|
147
|
+
isDefinedBy: "og:".freeze,
|
147
148
|
label: "postal code".freeze,
|
148
|
-
|
149
|
-
:"rdfs:seeAlso" => %(vcard:postal-code).freeze,
|
149
|
+
"rdfs:seeAlso": "vcard:postal-code".freeze,
|
150
150
|
type: "rdf:Property".freeze
|
151
151
|
property :region,
|
152
152
|
comment: %([DEPRECATED] The region of the resource e.g., "CA").freeze,
|
153
|
+
isDefinedBy: "og:".freeze,
|
153
154
|
label: "region".freeze,
|
154
|
-
|
155
|
-
:"rdfs:seeAlso" => %(vcard:region).freeze,
|
155
|
+
"rdfs:seeAlso": "vcard:region".freeze,
|
156
156
|
type: "rdf:Property".freeze
|
157
157
|
property :site_name,
|
158
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
|
+
isDefinedBy: "og:".freeze,
|
159
160
|
label: "site name".freeze,
|
160
161
|
range: "ogc:string".freeze,
|
161
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
162
162
|
type: "rdf:Property".freeze
|
163
163
|
property :"street-address",
|
164
164
|
comment: %([DEPRECATED] The street address of the resource e.g., "1601 S California Ave".).freeze,
|
165
|
+
isDefinedBy: "og:".freeze,
|
165
166
|
label: "street address".freeze,
|
166
|
-
|
167
|
-
:"rdfs:seeAlso" => %(vcard:street-address).freeze,
|
167
|
+
"rdfs:seeAlso": "vcard:street-address".freeze,
|
168
168
|
type: "rdf:Property".freeze
|
169
169
|
property :title,
|
170
170
|
comment: %(The title of the object as it should appear within the graph, e.g., "The Rock".).freeze,
|
171
|
+
isDefinedBy: "og:".freeze,
|
171
172
|
label: "title".freeze,
|
172
173
|
range: "ogc:string".freeze,
|
173
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
174
174
|
subPropertyOf: "rdfs:label".freeze,
|
175
175
|
type: "rdf:Property".freeze
|
176
176
|
property :type,
|
177
177
|
comment: %(The type of your object, e.g., "movie". Depending on the type you specify, other properties may also be required.).freeze,
|
178
|
+
isDefinedBy: "og:".freeze,
|
178
179
|
label: "type".freeze,
|
179
180
|
range: "ogc:string".freeze,
|
180
|
-
|
181
|
-
:"rdfs:seeAlso" => %(rdf:type).freeze,
|
181
|
+
"rdfs:seeAlso": "rdf:type".freeze,
|
182
182
|
type: "rdf:Property".freeze
|
183
183
|
property :upc,
|
184
184
|
comment: %([DEPRECATED] Universal Product Code for your object.).freeze,
|
185
185
|
label: ["universal product code".freeze, "upc".freeze],
|
186
|
-
|
186
|
+
"rdfs:seeAlso": "gr:hasEAN_UCC-13".freeze,
|
187
187
|
type: "rdf:Property".freeze
|
188
188
|
property :url,
|
189
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
|
+
isDefinedBy: "og:".freeze,
|
190
191
|
label: "url".freeze,
|
191
192
|
range: "ogc:url".freeze,
|
192
|
-
|
193
|
-
:"rdfs:seeAlso" => [%(dc11:identifier).freeze, %(foaf:homepage).freeze],
|
193
|
+
"rdfs:seeAlso": ["dc11:identifier".freeze, "foaf:homepage".freeze],
|
194
194
|
type: "rdf:Property".freeze
|
195
195
|
property :video,
|
196
196
|
comment: %(A relevant video URL for your object.).freeze,
|
197
|
+
isDefinedBy: "og:".freeze,
|
197
198
|
label: "video".freeze,
|
198
199
|
range: "ogc:url".freeze,
|
199
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
200
200
|
type: "rdf:Property".freeze
|
201
201
|
property :"video:height",
|
202
202
|
comment: %(The height of a video.).freeze,
|
203
|
+
isDefinedBy: "og:".freeze,
|
203
204
|
label: "video height".freeze,
|
204
205
|
range: "ogc:integer_str".freeze,
|
205
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
206
206
|
type: "rdf:Property".freeze
|
207
207
|
property :"video:secure_url",
|
208
208
|
comment: %(A relevant, secure video URL for your object.).freeze,
|
209
|
+
isDefinedBy: "og:".freeze,
|
209
210
|
label: "video secure URL".freeze,
|
210
211
|
range: "ogc:url".freeze,
|
211
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
212
212
|
type: "rdf:Property".freeze
|
213
213
|
property :"video:type",
|
214
214
|
comment: %(The mime type of a video e.g., "application/x-shockwave-flash").freeze,
|
215
|
+
isDefinedBy: "og:".freeze,
|
215
216
|
label: "video type".freeze,
|
216
217
|
range: "ogc:mime_type_str".freeze,
|
217
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
218
218
|
type: "rdf:Property".freeze
|
219
219
|
property :"video:width",
|
220
220
|
comment: %(The width of a video.).freeze,
|
221
|
+
isDefinedBy: "og:".freeze,
|
221
222
|
label: "video width".freeze,
|
222
223
|
range: "ogc:integer_str".freeze,
|
223
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
224
224
|
type: "rdf:Property".freeze
|
225
225
|
end
|
226
226
|
end
|
data/lib/rdf/vocab/ogc.rb
CHANGED
@@ -12,50 +12,51 @@ module RDF::Vocab
|
|
12
12
|
# Datatype definitions
|
13
13
|
term :boolean_str,
|
14
14
|
comment: %(A string representation of a true or false value. The lexical space contains: "true", "false", "1", and "0".).freeze,
|
15
|
+
isDefinedBy: "ogc:".freeze,
|
15
16
|
label: "boolean string".freeze,
|
16
|
-
:"rdfs:isDefinedBy" => %(ogc:).freeze,
|
17
17
|
subClassOf: "xsd:string".freeze,
|
18
18
|
type: "rdfs:Datatype".freeze
|
19
19
|
term :date_time_str,
|
20
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
|
+
isDefinedBy: "ogc:".freeze,
|
21
22
|
label: "date/time string".freeze,
|
22
|
-
:"rdfs:isDefinedBy" => %(ogc:).freeze,
|
23
23
|
subClassOf: "xsd:string".freeze,
|
24
24
|
type: "rdfs:Datatype".freeze
|
25
25
|
term :determiner_str,
|
26
26
|
comment: %(The lexical space: "", "the", "a", "an", and "auto".).freeze,
|
27
|
+
isDefinedBy: "ogc:".freeze,
|
27
28
|
label: "determiner".freeze,
|
28
|
-
:"
|
29
|
+
"owl:oneOf": ["".freeze, "a".freeze, "an".freeze, "auto".freeze, "the".freeze],
|
29
30
|
subClassOf: "xsd:string".freeze,
|
30
31
|
type: "rdfs:Datatype".freeze
|
31
32
|
term :float_str,
|
32
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,
|
34
|
+
isDefinedBy: "ogc:".freeze,
|
33
35
|
label: "float string".freeze,
|
34
|
-
:"rdfs:isDefinedBy" => %(ogc:).freeze,
|
35
36
|
subClassOf: "xsd:string".freeze,
|
36
37
|
type: "rdfs:Datatype".freeze
|
37
38
|
term :integer_str,
|
38
39
|
comment: %(A string representation of a 32-bit signed integer. Example lexical values include "1234" and "-123".).freeze,
|
40
|
+
isDefinedBy: "ogc:".freeze,
|
39
41
|
label: "integer string".freeze,
|
40
|
-
:"rdfs:isDefinedBy" => %(ogc:).freeze,
|
41
42
|
subClassOf: "xsd:string".freeze,
|
42
43
|
type: "rdfs:Datatype".freeze
|
43
44
|
term :mime_type_str,
|
44
45
|
comment: %(Valid mime type strings \(e.g., "application/mp3"\).).freeze,
|
46
|
+
isDefinedBy: "og:".freeze,
|
45
47
|
label: "mime type string".freeze,
|
46
|
-
:"rdfs:isDefinedBy" => %(og:).freeze,
|
47
48
|
subClassOf: "xsd:string".freeze,
|
48
49
|
type: "rdfs:Datatype".freeze
|
49
50
|
term :string,
|
50
51
|
comment: %(A string of Unicode characters.).freeze,
|
52
|
+
isDefinedBy: "ogc:".freeze,
|
51
53
|
label: "Unicode string".freeze,
|
52
|
-
:"rdfs:isDefinedBy" => %(ogc:).freeze,
|
53
54
|
subClassOf: "xsd:string".freeze,
|
54
55
|
type: "rdfs:Datatype".freeze
|
55
56
|
term :url,
|
56
57
|
comment: %(A string of Unicode characters forming a valid URL having the http or https scheme.).freeze,
|
58
|
+
isDefinedBy: "ogc:".freeze,
|
57
59
|
label: "URL".freeze,
|
58
|
-
:"rdfs:isDefinedBy" => %(ogc:).freeze,
|
59
60
|
subClassOf: "ogc:string".freeze,
|
60
61
|
type: "rdfs:Datatype".freeze
|
61
62
|
end
|
data/lib/rdf/vocab/ore.rb
CHANGED
@@ -12,32 +12,35 @@ module RDF::Vocab
|
|
12
12
|
# Ontology definition
|
13
13
|
ontology :"http://www.openarchives.org/ore/terms/",
|
14
14
|
comment: %(The set of terms provided by the OAI ORE initiative).freeze,
|
15
|
-
|
16
|
-
|
15
|
+
"dc:license": "http://creativecommons.org/licenses/by-sa/3.0/".freeze,
|
16
|
+
"dc:publisher": term(
|
17
|
+
label: "The Open Archives Initiative ORE Project".freeze
|
18
|
+
),
|
19
|
+
"dc:title": "The OAI ORE terms vocabulary".freeze,
|
17
20
|
label: "The OAI ORE terms vocabulary".freeze,
|
18
|
-
|
21
|
+
"rdfs:seeAlso": "http://www.openarchives.org/ore/toc".freeze
|
19
22
|
|
20
23
|
# Class definitions
|
21
24
|
term :AggregatedResource,
|
22
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,
|
26
|
+
isDefinedBy: "ore:".freeze,
|
23
27
|
label: "Aggregated Resource".freeze,
|
24
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
25
28
|
type: "rdfs:Class".freeze
|
26
29
|
term :Aggregation,
|
27
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,
|
31
|
+
isDefinedBy: "ore:".freeze,
|
28
32
|
label: "Aggregation".freeze,
|
29
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
30
33
|
subClassOf: "dcmitype:Collection".freeze,
|
31
34
|
type: "rdfs:Class".freeze
|
32
35
|
term :Proxy,
|
33
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,
|
37
|
+
isDefinedBy: "ore:".freeze,
|
34
38
|
label: "Proxy".freeze,
|
35
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
36
39
|
type: "rdfs:Class".freeze
|
37
40
|
term :ResourceMap,
|
38
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,
|
42
|
+
isDefinedBy: "ore:".freeze,
|
39
43
|
label: "Resource Map".freeze,
|
40
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
41
44
|
subClassOf: "http://www.w3.org/2004/03/trix/rdfg-1/Graph".freeze,
|
42
45
|
type: "rdfs:Class".freeze
|
43
46
|
|
@@ -45,63 +48,63 @@ module RDF::Vocab
|
|
45
48
|
property :aggregates,
|
46
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,
|
47
50
|
domain: "ore:Aggregation".freeze,
|
51
|
+
inverseOf: "ore:isAggregatedBy".freeze,
|
52
|
+
isDefinedBy: "ore:".freeze,
|
48
53
|
label: "Aggregates".freeze,
|
49
|
-
:"owl:inverseOf" => %(ore:isAggregatedBy).freeze,
|
50
54
|
range: "ore:AggregatedResource".freeze,
|
51
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
52
55
|
subPropertyOf: "dc:hasPart".freeze,
|
53
56
|
type: "rdf:Property".freeze
|
54
57
|
property :describes,
|
55
58
|
comment: %(This relationship asserts that the subject \(a Resource Map\) describes the object \(an Aggregation\).).freeze,
|
56
59
|
domain: "ore:ResourceMap".freeze,
|
60
|
+
inverseOf: "ore:isDescribedBy".freeze,
|
61
|
+
isDefinedBy: "ore:".freeze,
|
57
62
|
label: "Describes".freeze,
|
58
|
-
:"owl:inverseOf" => %(ore:isDescribedBy).freeze,
|
59
63
|
range: "ore:Aggregation".freeze,
|
60
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
61
64
|
type: "rdf:Property".freeze
|
62
65
|
property :isAggregatedBy,
|
63
66
|
comment: %(The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation.).freeze,
|
64
67
|
domain: "ore:AggregatedResource".freeze,
|
68
|
+
inverseOf: "ore:aggregates".freeze,
|
69
|
+
isDefinedBy: "ore:".freeze,
|
65
70
|
label: "Is Aggregated By".freeze,
|
66
|
-
:"owl:inverseOf" => %(ore:aggregates).freeze,
|
67
71
|
range: "ore:Aggregation".freeze,
|
68
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
69
72
|
subPropertyOf: "dc:isPartOf".freeze,
|
70
73
|
type: "rdf:Property".freeze
|
71
74
|
property :isDescribedBy,
|
72
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,
|
73
76
|
domain: "ore:Aggregation".freeze,
|
77
|
+
inverseOf: "ore:describes".freeze,
|
78
|
+
isDefinedBy: "ore:".freeze,
|
74
79
|
label: "Is Described By".freeze,
|
75
|
-
:"owl:inverseOf" => %(ore:describes).freeze,
|
76
80
|
range: "ore:ResourceMap".freeze,
|
77
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
78
81
|
type: "rdf:Property".freeze
|
79
82
|
property :lineage,
|
80
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,
|
81
84
|
domain: "ore:Proxy".freeze,
|
85
|
+
isDefinedBy: "ore:".freeze,
|
82
86
|
label: "Lineage".freeze,
|
83
87
|
range: "ore:Proxy".freeze,
|
84
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
85
88
|
type: "rdf:Property".freeze
|
86
89
|
property :proxyFor,
|
87
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,
|
88
91
|
domain: "ore:Proxy".freeze,
|
92
|
+
isDefinedBy: "ore:".freeze,
|
89
93
|
label: "Proxy For".freeze,
|
90
94
|
range: "ore:AggregatedResource".freeze,
|
91
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
92
95
|
type: "rdf:Property".freeze
|
93
96
|
property :proxyIn,
|
94
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,
|
95
98
|
domain: "ore:Proxy".freeze,
|
99
|
+
isDefinedBy: "ore:".freeze,
|
96
100
|
label: "Proxy In".freeze,
|
97
101
|
range: "ore:Aggregation".freeze,
|
98
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
99
102
|
type: "rdf:Property".freeze
|
100
103
|
property :similarTo,
|
101
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,
|
102
105
|
domain: "ore:Aggregation".freeze,
|
106
|
+
isDefinedBy: "ore:".freeze,
|
103
107
|
label: "Similar To".freeze,
|
104
|
-
:"rdfs:isDefinedBy" => %(ore:).freeze,
|
105
108
|
type: "rdf:Property".freeze
|
106
109
|
end
|
107
110
|
end
|
data/lib/rdf/vocab/org.rb
CHANGED
@@ -11,346 +11,396 @@ module RDF::Vocab
|
|
11
11
|
|
12
12
|
# Ontology definition
|
13
13
|
ontology :"http://www.w3.org/ns/org#",
|
14
|
-
comment: %(Vocabulary for describing organizational structures, specializable to a broad variety of types of organization.).freeze,
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
14
|
+
comment: [%(Vocabolario per descrivere strutture organizzative, le quali possono essere specializzate in una vasta varietà di tipi di organizzazione).freeze, %(Vocabulario para describir organizaciones, adaptable a una amplia variedad de ellas.).freeze, %(Vocabulary for describing organizational structures, specializable to a broad variety of types of organization.).freeze],
|
15
|
+
"dc:contributor": [term(
|
16
|
+
"foaf:homepage": "http://www.asahi-net.or.jp/~ax2s-kmtn/".freeze,
|
17
|
+
"foaf:name": "Shuji Kamitsuna".freeze
|
18
|
+
), term(
|
19
|
+
"foaf:name": "Antonio Maccioni".freeze,
|
20
|
+
"foaf:mbox": "antonio.maccioni@agid.gov.it".freeze
|
21
|
+
), term(
|
22
|
+
"foaf:name": "Dave Reynolds".freeze,
|
23
|
+
"foaf:mbox": "dave@epimorphics.com".freeze
|
24
|
+
), term(
|
25
|
+
"foaf:name": "Dominique Guardiola".freeze,
|
26
|
+
"foaf:mbox": "dguardiola@quinode.fr".freeze
|
27
|
+
), term(
|
28
|
+
"foaf:name": "Elena Montiel Ponsoda".freeze,
|
29
|
+
"foaf:mbox": "emontiel@fi.upm.es".freeze
|
30
|
+
), term(
|
31
|
+
"foaf:name": "Giorgia Lodi".freeze,
|
32
|
+
"foaf:mbox": "giorgia.lodi@agid.gov.it".freeze
|
33
|
+
), term(
|
34
|
+
"foaf:name": "Guadalupe Aguado de Cea".freeze,
|
35
|
+
"foaf:mbox": "lupe@fi.upm.es".freeze
|
36
|
+
), term(
|
37
|
+
"foaf:name": "María Poveda Villalón".freeze,
|
38
|
+
"foaf:mbox": "mpoveda@fi.upm.es".freeze
|
39
|
+
), term(
|
40
|
+
"foaf:name": "Olga Ximena Giraldo".freeze,
|
41
|
+
"foaf:mbox": "ogiraldo@fi.upm.es".freeze
|
42
|
+
)],
|
43
|
+
"dc:created": "2010-05-28".freeze,
|
44
|
+
"dc:license": "http://www.opendatacommons.org/licenses/pddl/1.0/".freeze,
|
45
|
+
"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],
|
46
|
+
"dc:title": ["Core organization ontology".freeze, "Ontologia delle organizzazioni".freeze, "Ontologie des organisations".freeze, "Ontología de organizaciones".freeze],
|
47
|
+
label: ["Core organization ontology".freeze, "Ontologia delle organizzazioni".freeze, "Ontologie des organisations".freeze, "Ontología de organizaciones".freeze],
|
48
|
+
"owl:versionInfo": "0.8".freeze,
|
49
|
+
"rdfs:seeAlso": "http://www.w3.org/TR/vocab-org/".freeze,
|
22
50
|
type: "owl:Ontology".freeze
|
23
51
|
|
24
52
|
# Class definitions
|
25
53
|
term :ChangeEvent,
|
26
|
-
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,
|
27
|
-
|
28
|
-
:"
|
54
|
+
comment: [%(Evento que da como resultado un cambio sustancial en la organización, por ejemplo, una fusión o una reestructuración total. Está pensado para situaciones en las que la organización resultante es lo suficientemente distinta de las organizaciones originales, tiene una identidad distinta y una URI también distinta. Se deberían definir subtipos de eventos mediante vocabularios específicos \(Extension vocabularies\) para referirse a categorías de eventos específicos. El momento o periodo en el que el evento ocurre se debería expresar mediante las propiedades `prov:startAtTime` y `prov:endedAtTime`, y una descripción del mismo se debería incluir mediante el uso de la propiedad `dct:description`.).freeze, %(Rappresenta un evento risultato essere un importante cambiamento per un'organizzazione come ad esempio una fusione o una riorganizzazione. È pensato per quelle situazioni in cui l'organizzazione risultante si distingue da quella originale sufficientemente da essere rappresentata con una URI differente. Le estensioni del vocabolario dovrebbero definire le sotto-classi per esprimere particolari categorie di eventi. L'istante o l'intervallo in cui l'evento accade dovrebbe essere espresso tramite `prov:startAtTime` e`prov:endedAtTime`. Una descrizione dovrebbe essere fornita attraverso `dct:description`.).freeze, %(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, %(Représente un Évènement impliquant un changement majeur dans l'Organisation, comme une fusion ou une restructuration. Prévu pour des situations ou l'organisation finale est suffisamment différente des Organisations originales pour qu'elle ait une identité et une URI distinctes. Des vocabulaires d'extension devraient définir des sous-classes de celle-ci pour annoter les différentes catégories d'Évènemenents. Le moment ou l'intervalle de l'Évènement devrait être indiqué avec `prov:startAtTime` et `prov:endedAtTime`, et une description avec la classe `dct:description`. ).freeze, %(合併や完全な再編などの組織に大きな変化をもたらした出来事を表わします。これは、結果として作成される組織と元の組織とが、別のアイデンティティーと別のURIを持つに足るほど異なる状況を対象としています。).freeze],
|
55
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
56
|
+
label: ["Change Event".freeze, "Evento di cambiamento".freeze, "evento de cambio".freeze, "Évènement".freeze],
|
29
57
|
subClassOf: "prov:Activity".freeze,
|
30
58
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
31
59
|
term :FormalOrganization,
|
32
|
-
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,
|
33
|
-
|
34
|
-
:"
|
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, %(Organización reconocida a nivel mundial, en particular en jurisdicciones legales, con derechos y responsabilidades asociadas. Algunos ejemplos son: organización corporativa, organización benéfica, organización gubernamental, organización religiosa. Se debe tener en cuenta que ésta es una superclase de `gr:BusinessEntity` y que se recomienda el uso del vocabulario GoodRelations para referirse a clasificaciones de negocios tales como DUNS o NAICS.).freeze, %(Un'organizzazione che è riconosciuta a livello mondiale o, in generale, all'interno di una qualche giurisdizione, e che quindi possiede diritti e responsabilità. Ad esempio aziende, enti governativi, associazioni di volontariato. Si noti che questa è una superclasse di `gr:BusinessEntity` e che quindi è raccomandabile usare il vocabolario GoodRelations per esprimere classificazioni di tipo industriale e commerciale come DUNS e NAICS.).freeze, %(Une Organisation reconnue, en particulier par les juridictions locales, ayant des droits et des responsabilités. Exemples : entreprises, association à but non-lucratif, collectivité, église. Notez que c'est une super-classe de `gr:BusinessEntity` et qu'il est recommandé d'utiliser le vocabulaire GoodRelations pour indiquer les classifications économiques comme le code NACE.).freeze, %(関連する権利と責任を有する(特に法的管轄区域において)世界中に広く認識されている組織。例には、企業、慈善団体、政府や教会が含まれます。).freeze],
|
61
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
62
|
+
label: ["Formal Organization".freeze, "Organisation Formelle".freeze, "Organizzazione formale".freeze, "organización formal".freeze],
|
35
63
|
subClassOf: ["foaf:Organization".freeze, "org:Organization".freeze],
|
36
64
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
37
65
|
term :Membership,
|
38
|
-
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,
|
39
|
-
|
40
|
-
:"
|
41
|
-
:"
|
66
|
+
comment: [%(Indica la natura della relazione di appartenenza di un Agent in un'organizzazione. Rappresenta una relazione n-aria tra un'Agent, un Organization e un Role. È possibile indicare direttamente la membership, indipendentemente dallo specifico Role, attraverso l'uso della proprietà `org:memberOf`).freeze, %(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, %(Indique la nature de l'engagement d'un Agent dans une Organisation. Représente une relation n-aire entre un Agent, une Organisation et un Role. Il est possible d'indiquer directement l'appartenance à une organisation, independemment d'un rôle spécifique, à travers l'usage de la propriété `org:memberOf`.).freeze, %(Pertenencia o afiliación de un agente a una organización. Es una relación n-aria entre un agente, una organización y una actividad. Es posible indicar pertenencia mediante el uso de la propiedad `org:memberOf`, independientemente de la actividad específica que se desempeñe.).freeze, %(組織のエージェントの構成員の本質を示します。).freeze],
|
67
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
68
|
+
label: ["Appartenenza".freeze, "Engagement".freeze, "Membership".freeze, "membresía".freeze],
|
69
|
+
"owl:disjointWith": ["org:ChangeEvent".freeze, "org:Site".freeze],
|
42
70
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
43
71
|
term :Organization,
|
44
|
-
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,
|
45
|
-
|
46
|
-
:"
|
47
|
-
:"
|
48
|
-
:"
|
72
|
+
comment: [%(Grupo de personas que se organiza en una comunidad u otro tipo de estructura social, comercial o política. Dicho grupo tiene un objetivo o motivo común para su existencia que va más allá del conjunto de personas que lo forman y que puede actuar como “agente”. A menudo las organizaciones se pueden agrupar en estructuras jerárquicas. Se recomienda el uso de etiquetas de SKOS para denominar a cada “organización”. En concreto, `skos:prefLabel` para la denominación principal o recomendada \(aquella reconocida legalmente, siempre que sea posible\), `skos:altLabel` para denominaciones alternativas \(nombre comercial, sigla, denominación por la que se conoce a la organización coloquialmente\) y `skos:notation` para referirse al código que identifique a la organización en una lista de códigos. Denominaciones alternativas: _colectivo_ _corporación_ _grupo_).freeze, %(Rappresenta una collezione di persone organizzate all'interno di una communità o di una qualche struttura sociale, commerciale o politica. Il gruppo condivide un obiettivo o una ragione d'essere che va oltre gli stessi membri appartenenti al gruppo e può agire come un Agent. Le organizzazioni si possono spesso suddividere in strutture gerarchiche. Si raccomanda di usare le label per l'Organization mediante le proprietà di SKOS. In particolare, `skos:prefLabel` per il nome principale \(possibilmente un nome legalmente riconosciuto\)”, `skos:altLabel` come nome alternativo \(denominazione commerciale, denominazione colloquiale\) e `skos:notation` per indicare un codice di una lista di codici.).freeze, %(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, %(Représente un groupe de personnes organisées en communauté où tout autre forme de structure sociale, commerciale ou politique. Le groupe a un but commun ou une raison d'être qui va au-delà de la somme des personnes qui en font partie et peut agir en tant que "Agent". Les organisations sont souvent décomposables en structures hiérarchisées. Il est recommandé que des labels lexicaux SKOS soient utilisés pour nommer l'Organisation. En particulier `skos:prefLabel` pour le nom principal \(en général le nom légal\), `skos:altLabel` pour les noms alternatifs \(marques, sigles, appellations familières\) et `skos:notation` pour indiquer un code provenant d'une liste de code.).freeze, %(コミュニティー、その他の社会、商業、政治的な構造に共に編入された人々の集合を表わします。グループには、そこに属する人々を超えた、存在に対するある共通の目的や理由があり、エージェント(代理)を務めることができます。組織は、多くの場合、階層構造に分割できます。).freeze],
|
73
|
+
equivalentClass: "foaf:Organization".freeze,
|
74
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
75
|
+
label: ["Organisation".freeze, "Organization".freeze, "Organizzazione".freeze, "organización".freeze],
|
76
|
+
"owl:disjointWith": ["org:ChangeEvent".freeze, "org:Membership".freeze, "org:Role".freeze, "org:Site".freeze],
|
77
|
+
"owl:hasKey": "org:identifier".freeze,
|
49
78
|
subClassOf: "foaf:Agent".freeze,
|
50
79
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
51
80
|
term :OrganizationalCollaboration,
|
52
|
-
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,
|
53
|
-
|
54
|
-
|
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, %(Colaboración determinada entre dos o más organizaciones, como en el caso de un proyecto común. Cumple con los criterios de ser una organización en sí misma, en la medida en que tiene una identidad y un propósito definido independiente de sus miembros en particular, pero no es una entidad legal formalmente reconocida ni una sub-unidad dentro de una organización más grande. La duración suele ser más corta que la de las organizaciones que lo componen, pero no necesariamente. Todos sus miembros son de tipo `org:Organization` en vez de individuos, y desempeñan una actividad concreta en el marco del proyecto de cooperación.).freeze, %(Une collaboration entre deux ou plusieurs Organisations, telle qu'un projet commun. Un partenariat peut être considéré comme Organisation dans le sens ou il possède une identité et un But propre indépendant de ceux de ses membres, mais ce n'est ni une entité légale ni une sous-unité d'une Organisation plus grande. Typiquement, elle peut avoir une durée de vie plus courte que les Organisations qui la composent, mais pas nécessairement. Tous les membres sont des `org:Organization`s plutôt que des individus et ces Organisations peuvent jouer des Rôles particuliers au sein du Partenariat. ).freeze, %(È una collaborazione tra due o più Organization come ad esempio un progetto. Consente di rappresentare alcune identità dell'Organization che sono fuori dallo scopo principale e non sono formalmente riconosciute. Potrebbe anche avere un ciclo di vita limitato.).freeze, %(プロジェクトなどの2つ以上の組織間のコラボレーション。それは、アイデンティティを有し、その特定のメンバーとは無関係に目的を定めているという点で、組織としての基準を満たしますが、正式に認識された法的実体でも、あるより大きな組織内のサブユニットでもありません。一般的には、その内部の組織よりも存続期間が短いかもしれませんが、必ずしもそうとは限りません。).freeze],
|
82
|
+
equivalentClass: term(
|
83
|
+
intersectionOf: list("org:Organization".freeze, term(
|
84
|
+
allValuesFrom: "org:Organization".freeze,
|
85
|
+
type: "owl:Restriction".freeze,
|
86
|
+
onProperty: "org:hasMember".freeze
|
87
|
+
)),
|
88
|
+
type: "owl:Class".freeze
|
89
|
+
),
|
90
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
91
|
+
label: ["Collaborazione".freeze, "Endeavour".freeze, "Partenariat".freeze, "proyecto de cooperación empresarial".freeze],
|
55
92
|
subClassOf: "org:Organization".freeze,
|
56
93
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
57
94
|
term :OrganizationalUnit,
|
58
|
-
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,
|
59
|
-
|
60
|
-
:"
|
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, %(Organización que forma parte de una organización formal más amplia, como el servicio de informática o centro de cálculo de una universidad, y que sólo tiene reconocimiento pleno en el contexto de dicha organización formal, pero que no es una entidad legal propiamente dicha. Estas unidades pueden ser amplias y complejas, e incluir a otras unidades o incluso a otras organizaciones formales. Denominaciones alternativas: departamento.).freeze, %(Un'organizzazione come ad esempio l'unità dei sistemi informativi che è parte di una più grande FormalOrganization e che, pur essendo riconosciuta nel contesto della propria organizzazione di riferimento, non è legalmente riconosciuta come entità a sé stante. Le unità possono essere ampie e complesse e contenere al loro interno sia altre unità che addirittura FormalOrganization.).freeze, %(Une organisation telle que le support informatique d'une université, qui fait partie d'une Organisation Formelle plus importante et qui ne peut être reconnue qu'en tant que membre de cette organisation supérieure, ce n'est pas une entité légale en elle-même. Les unités opérationnelles peuvent être étendues, complexes et inclure elles-mêmes d'autres branches ou Unités Opérationnelles, voire des Organisations Formelles.).freeze, %(あるより大きな組織の一部であり、その組織の中においてのみ完全に認識される部局や支援部署などの組織です。特に、その単位はそれ自体では法的実体と見なされません。).freeze],
|
96
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
97
|
+
label: ["OrganizationalUnit".freeze, "Unità Organizzativa".freeze, "Unité opérationnelle".freeze, "unidad organizativa".freeze],
|
61
98
|
subClassOf: "org:Organization".freeze,
|
62
99
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
63
100
|
term :Post,
|
64
|
-
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,
|
65
|
-
|
66
|
-
:"
|
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, %(Puesto o posición que representa algún tipo de empleo dentro de una organización, que existe independientemente de la persona o personas que lo desempeñan. Esta clase puede utilizarse para representar situaciones en las que una persona es miembro de una organización ex oficio \(por ejemplo, el Secretario de Estado escocés es parte del Gabinete del gobierno británico por virtud de ser Secretario de Estado en Escocia, y no como individuo\). Un puesto puede ser desempeñado por múltiples individuos y de aquí que sea tratado como una organización en sí misma.).freeze, %(Un Impiego rappresenta una posizione all'interno dell'organizzazione che esiste indipendentemente dalla persona che la ricopre. Gli impieghi possono essere utilizzati per le situazioni in cui una persona è membro di un'organizzazione o di un ufficio \(ad esempio un segretario di stato\). Un Impiego può essere ricoperto da più persone.).freeze, %(Un Poste représente une position au sein d'une Organisation qui existe indépendamment de la personne ou des personnes qui le remplissent. Les postes peuvent être utilisés pour représenter des situations où une personne est membre d'une Organisation d'office \(par exemple, le Secrétaire d'Etat pour l'Ecosse fait partie du Cabinet du Royaume-Uni du fait d'être Secrétaire d'Etat pour l'Ecosse, non pas comme une personne physique\). Un poste après peut être occupé par plusieurs personnes et peut donc être considéré comme une Organisation à part entière.).freeze, %(ポストは、それを埋める人(人々)とは無関係に存在する組織内のある位置を表わします。ポストは、人が職権上、組織のメンバーである状況を表わすために使用できます(例えば、スコットランド大臣は、個人としてではなく、スコットランド大臣であることにより、英国内閣の一部です)。ポストは、複数の人々によって保持されることが可能だあるため、それ自体を組織として扱うことができます。).freeze],
|
102
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
103
|
+
label: ["Impiego".freeze, "Post".freeze, "Poste".freeze, "puesto".freeze],
|
67
104
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
68
105
|
term :Role,
|
69
|
-
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,
|
70
|
-
|
71
|
-
:"
|
72
|
-
:"
|
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, %(Función que una persona o agente desempeña en el seno de una organización. Las instancias de esta clase describen la actividad en abstracto; si lo que se pretende es incluir una instancia que refleje la función o actividad que desempeña una persona en concreto en una organización específica, se indica el uso de instancias de la clase `org:Membership`. Es común que dichas actividades se representen en una estructura taxonómica mediante SKOS. Las propiedades léxicas de SKOS deberían utilizarse a la hora de denominar o etiquetar la actividad desempeñada. Para añadir propiedades descriptivas adicionales, como rango salarial, se tendrá que recurrir a vocabularios externos.).freeze, %(Indica il ruolo che una Person o un altro Agent può assumere in un'organizzazione. Le istanze di questa classe descrivono un ruolo astratto; per esprimere il ruolo che una precisa persona ricopre in un'organizzazione si usi un'istanza di `org:Membership`. È comune organizzare i ruoli in una qualche struttura tassonomica e quindi si raccomanda SKOS per questo. Altre proprietà descrittive per il Role, come salario, possono essere aggiunte mediante l'uso di altri vocabolari.).freeze, %(Indique le rôle qu'une Personne ou un autre Agent peut avoir dans une Organisation. Les instances de cette classe décrivent le rôle dans l'absolu; pour indiquer une personne ayant ce rôle spécifique dans une Organisation, utilisez une instance de `org:Membership`. Il est courant que les rôles soient organisés dans une sorte de taxonomie, ce qui peut être représenté avec SKOS. Les propriétés de libellés standards de SKOS devraient être utilisées pour libeller le Rôle. D'autres propriétés additionnelles pour ce rôle, comme une fourchette de Salaire peuvent être ajoutées par une extension de ce vocabulaire.).freeze, %(人またはその他のエージェントが組織で担うことができる役割を表わします。この種のインスタンスは、抽象的な役割を記述します。特定の組織でその役割を担っている人の特定のインスタンスを示すためには、org:Membershipのインスタンスを使用します。).freeze],
|
107
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
108
|
+
label: ["Role".freeze, "Ruolo".freeze, "Rôle".freeze, "actividad".freeze],
|
109
|
+
"owl:disjointWith": ["org:ChangeEvent".freeze, "org:Membership".freeze, "org:Site".freeze],
|
73
110
|
subClassOf: "skos:Concept".freeze,
|
74
111
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
75
112
|
term :Site,
|
76
|
-
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,
|
77
|
-
|
78
|
-
:"
|
79
|
-
:"
|
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, %(Oficina, local o cualquier otro lugar en el que se encuentra una organización. Muchas organizaciones están distribuidas en varias sedes, que a su vez están repartidas en distintas ubicaciones. En muchos casos una sede será un sitio o local físico. Sin embargo, no se excluye la posibilidad de lugares no físicos como oficinas virtuales con los correspondientes apartados de correo y servicio de atención telefónica. Se pueden añadir más subtipos mediante extensiones para incluir tipos especiales de lugares.).freeze, %(Un ufficio o altra sede dovei l'organizzazione è situata. Molte organizzazione sono distribuite su più sedi e molte sedi ospitano più ubicazioni. Nella maggior parte dei casi un Site è una locazione fisica. Non si esclude la possibilità di indicare sedi non fisiche come ad esempio gli uffici virtuali. Le estensioni dell'ontologia potrebbero usare delle sottoclassi per rappresentare i tipi particolari di sede.).freeze, %(Un établissement ou tout autre lieu dans lequel une Organisation est localisé. Beaucoup d'organisations sont dispersées à travers plusieurs sites. Dans la plupart des cas un Site sera un lieu physique. Toutefois, nous n'excluons pas la possibilité de sites non-physiques comme un bureau virtuel avec une boîte postale et un service de secrétariat mutualisé. Des extensions pourraient fournir des sous-classes pour décrire des types de sites particuliers.).freeze, %(組織が位置するオフィスやその他の敷地。多くの組織が複数のサイトに散在しており、多くのサイトが多数の場所を持つでしょう。).freeze],
|
114
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
115
|
+
label: ["Sede".freeze, "Site".freeze, "Site".freeze, "sede".freeze],
|
116
|
+
"owl:disjointWith": "org:ChangeEvent".freeze,
|
80
117
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
81
118
|
|
82
119
|
# Property definitions
|
83
120
|
property :basedAt,
|
84
|
-
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,
|
121
|
+
comment: [%(Indica la sede in cui una è stabilita una persona. Non esclude la possibilità che una persona sia allocata su più sedi.).freeze, %(Indicates the site at which a person is based. We do not restrict the possibility that a person is based at multiple sites.).freeze, %(Indique le site sur lequel une personne est basée. Nous ne limitons pas le nombre de sites sur lesquels une personne peut être basée.).freeze, %(Lugar en el que trabaja una persona. No se restringe el hecho de que una persona pueda estar adscrita a múltiples ubicaciones.).freeze, %(人が基礎としているサイトを示します。人が複数のサイトを基礎としている可能性を制限しません。).freeze],
|
85
122
|
domain: "foaf:Person".freeze,
|
86
|
-
|
123
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
124
|
+
label: ["basata a".freeze, "based At".freeze, "basé à".freeze, "trabaja en la sede".freeze],
|
87
125
|
range: "org:Site".freeze,
|
88
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
89
126
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
90
127
|
property :changedBy,
|
91
|
-
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,
|
128
|
+
comment: [%(Evento de cambio que resulta en una modificación en la organización. Dependiendo del evento, la organización puede dejar de existir tras el cambio. Es la relación inversa de `org:originalOrganization`.).freeze, %(Indica un evento che ha contribuito al cambiamento di questa organizzazione. A seconda dell'evento, l'organizzazione potrebbe essere esistente dopo l'evento o aver cessato la propria esistenza. È l'inverso di `org:originalOrganization`.).freeze, %(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, %(Indique un évènement qui a impliqué un changement dans l'Organisation. Selon l'évènement, l'Organisation a continué à exister après l'évènement, ou pas. Inverse de `org:originalOrganization`.).freeze, %(この組織の変更のきっかけとなった出来事を示します。).freeze],
|
92
129
|
domain: "org:Organization".freeze,
|
93
|
-
|
94
|
-
:"
|
130
|
+
inverseOf: "org:originalOrganization".freeze,
|
131
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
132
|
+
label: ["cambiata da".freeze, "changed by".freeze, "es modificada por".freeze, "es modificado por".freeze, "modifiée par".freeze],
|
95
133
|
range: "org:ChangeEvent".freeze,
|
96
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
97
134
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
98
135
|
property :classification,
|
99
|
-
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,
|
136
|
+
comment: [%(Indica una classificazione per questa Organization all'interno di un qualche schema di classificazione. Alcuni vocabolari potrebbero voler specializzare questa proprietà per avere un codominio corrispondente a uno specifico `skos:ConceptScheme`. Si noti che la presenza di questa proprietà è ancora in fase di discussione e potrebbe essere revisionata o rimossa.).freeze, %(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, %(Indique une classification pour cette Organisation dans le cadre d'un schéma de classification. Il est possible de spécialiser cette propriété en utilisant un vocabulaire spécialisé pour que le champ corresponde à un concept spécifique `skos:ConceptScheme`. Cette propriété est en discussion est pourrait être révisée ou supprimée - dans de nombreux cas, les organisations sont mieux catégorisées par une hiérarchie de sous-classe dans un vocabulaire externe.).freeze, %(Ordenación jerárquica que se hace de una organización dentro de un esquema de clasificación. Es posible que algunos vocabularios especifiquen esta propiedad de forma que el rango se corresponda con un `skos:ConceptScheme` específico. La conveniencia de incluir esta propiedad se está debatiendo y puede que se revise o elimine \(en muchos casos las organizaciones se clasifican mejor si se define una jerarquía de subclases en un vocabulario aparte\)).freeze, %(ある分類表内のこの組織に対する分類を示します。
|
137
|
+
アプリケーションがorg:Organizationのサブクラスを組織的なカテゴリーを表わす手段として定義することも許容されることに注意してください。).freeze],
|
100
138
|
domain: "org:Organization".freeze,
|
101
|
-
|
139
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
140
|
+
label: ["classification".freeze, "classification".freeze, "classificazione".freeze, "pertenece a la clasificación".freeze],
|
102
141
|
range: "skos:Concept".freeze,
|
103
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
104
142
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
105
143
|
property :hasMember,
|
106
|
-
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
|
+
comment: [%(Indica una persona che è membro della data Organization. È l'inverso di `org:memberOf` ed è fornita per compatibilità con `foaf:member`.).freeze, %(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, %(Indique une personne membre de l'Organisation sujet. Inverse de `org:memberOf`, voyez la description de cette propriété pour plus de précisions. Fourni pour la compatibilité avec `foaf:member`.).freeze, %(Persona que es miembro de la organización en cuestión. Es la relación inversa de `org:memberOf`, véase la descripción de esa propiedad para más detalles. Se prevé compatibilidad con foaf:member`.).freeze, %(対象組織のメンバーであるエージェント(人または他の組織)を示します。org:memberOfの逆。さらに明確な説明については、そのプロパティーを参照してください。).freeze],
|
107
145
|
domain: "org:Organization".freeze,
|
108
|
-
|
109
|
-
:"
|
110
|
-
:"
|
146
|
+
equivalentProperty: "foaf:member".freeze,
|
147
|
+
inverseOf: "org:memberOf".freeze,
|
148
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
149
|
+
label: ["ha membro".freeze, "has member".freeze, "possède un membre".freeze, "tiene miembro".freeze],
|
111
150
|
range: "foaf:Agent".freeze,
|
112
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
113
151
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
114
152
|
property :hasMembership,
|
115
|
-
comment: %(Indicates a membership relationship that the Agent plays. Inverse of `org:member`.).freeze,
|
153
|
+
comment: [%(Indica una relazione di appartenenza che coinvolge un Agent. È l'inverso di `org:member`.).freeze, %(Indicates a membership relationship that the Agent plays. Inverse of `org:member`.).freeze, %(Indique pour cet Agent un engagement dans une Organisation. Inverse de `org:member`.).freeze, %(Relación de pertenencia o afiliación a una organización en la que el agente desempeña un cargo o función. Es la relación inversa de `org:member`.).freeze, %(エージェントが担う構成員関係を示します。).freeze],
|
116
154
|
domain: "foaf:Agent".freeze,
|
117
|
-
|
118
|
-
:"
|
155
|
+
inverseOf: "org:member".freeze,
|
156
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
157
|
+
label: ["appartenenza".freeze, "engagement".freeze, "membership".freeze, "tiene membresía".freeze],
|
119
158
|
range: "org:Membership".freeze,
|
120
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
121
159
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
122
160
|
property :hasPost,
|
123
|
-
comment: %(Indicates a Post which exists within the Organization.).freeze,
|
161
|
+
comment: [%(Indica il Post che è presente in una Organization.).freeze, %(Indicate un Poste qui existe dans l'Organisation.).freeze, %(Indicates a Post which exists within the Organization.).freeze, %(Posición que existe en una organización.).freeze, %(組織内に存在するポストを示します。).freeze],
|
124
162
|
domain: "org:Organization".freeze,
|
125
|
-
|
163
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
164
|
+
label: ["impiego".freeze, "possède un poste".freeze, "post".freeze, "tiene puesto".freeze],
|
126
165
|
range: "org:Post".freeze,
|
127
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
128
166
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
129
167
|
property :hasPrimarySite,
|
130
|
-
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
|
+
comment: [%(Indica la sede principale per l'Organization. È da considerarsi come la sede di default in cui l'Organization deve essere contattata pur non essendo necessariamente il quartier generale.).freeze, %(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, %(Indique le site principal d'une Organisation, le moyen par défaut par lequel l'Organisation peut être contactée et pas nécessairement le siège social légal.).freeze, %(Oficina principal de la organización, la opción por defecto para ponerse en contacto con una organización, aunque no corresponde necesariamente con las oficinas centrales de la organización.).freeze, %(組織の主要サイトを示します。組織の窓口となりえるデフォルトの手段ですが、正式な本部とは限りません。).freeze],
|
131
169
|
domain: "org:Organization".freeze,
|
132
|
-
|
170
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
171
|
+
label: ["primary Site".freeze, "sede principale".freeze, "site principal".freeze, "tiene sede principal en".freeze],
|
133
172
|
range: "org:Site".freeze,
|
134
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
135
173
|
subPropertyOf: "org:hasSite".freeze,
|
136
174
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
137
175
|
property :hasRegisteredSite,
|
138
|
-
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
|
+
comment: [%(Indica la sede legale per l'Organization. In molte giurisdizioni è richiesto che una FormalOrganization abbia una sede di questo tipo.).freeze, %(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, %(Indique l'établissement principal légalement enregistré pour l'Organisation. Dans de nombreuses juridictions existe l'obligation pour une Organisation Formelle d'avoir un tel site principal. ).freeze, %(Oficina o sede legalmente registrada de la organización. En muchas jurisdicciones legales existe el requisito de que organizaciones formales tales como empresas u organizaciones de beneficencia tengan una sede principal de este tipo.).freeze, %(組織の法律上登録されたサイトを示し、多くの法的管轄区域では、会社や慈善団体などのFormalOrganizations(正式な組織)がそのような主要サイトを持っているという要件があります。).freeze],
|
139
177
|
domain: "org:FormalOrganization".freeze,
|
140
|
-
|
178
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
179
|
+
label: ["registered Site".freeze, "sede legale".freeze, "siège social".freeze, "tiene sede registrada en".freeze],
|
141
180
|
range: "org:Site".freeze,
|
142
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
143
181
|
subPropertyOf: "org:hasPrimarySite".freeze,
|
144
182
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
145
183
|
property :hasSite,
|
146
|
-
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
|
+
comment: [%(Indica la sede in cui l'Organization ha una qualche presenza anche in modo indiretto \(ad esempio un ufficio virtuale\). È l'inverso di `org:siteOf`.).freeze, %(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, %(Indique un site sur lequel l'Organisation possède une présence, même indirecte \(domiciliation, boite postale\). Inverse de `org:siteOf`.).freeze, %(Lugar en donde la organización tiene algún tipo de presencia, incluso si es de forma indirecta \(por ejemplo, una oficina virtual o servicio profesional que hagan la función de dirección registrada de la compañía\). Es la relación inversa de `org:siteOf`.).freeze, %(組織が、間接(例えば、会社の登録住所として機能しているバーチャル・オフィスやプロフェッショナル・サービス)のみであったとしても、ある存在感を持っているサイトを示します。).freeze],
|
147
185
|
domain: "org:Organization".freeze,
|
148
|
-
|
149
|
-
:"
|
186
|
+
inverseOf: "org:siteOf".freeze,
|
187
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
188
|
+
label: ["a un site".freeze, "ha sede".freeze, "has site".freeze, "tiene sede en".freeze],
|
150
189
|
range: "org:Site".freeze,
|
151
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
152
190
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
153
191
|
property :hasSubOrganization,
|
154
|
-
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
|
+
comment: [%(Indique le statut de dépendance hiérarchique pour des Organisations ou des Unités Opérationnelles; indique une Organisation qui est une sous-partie ou une branche d'une Organisation plus large. C'est la propriété inverse de `org:subOrganizationOf`.).freeze, %(Organización jerárquica de organizaciones o unidades. Indica que una organización es parte de otra organización más amplia o pertenece a ella. Es la relación inversa de `org:subOrganizationOf`.).freeze, %(Rappresenta un contenimento gerarchico di una Organization o di una OrganizationalUnit. Indica una organizzazione che è parte di una organizzazione più grande. È l'inverso di `org:subOrganizationOf`.).freeze, %(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, %(組織または組織単位の階層的包含を表わします。この組織のサブパートまたは子である組織を示します。).freeze],
|
155
193
|
domain: "org:Organization".freeze,
|
156
|
-
|
157
|
-
:"
|
194
|
+
inverseOf: "org:subOrganizationOf".freeze,
|
195
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
196
|
+
label: ["a une Sous-Organization".freeze, "ha sotto-Organization".freeze, "has SubOrganization".freeze, "tiene suborganización".freeze],
|
158
197
|
range: "org:Organization".freeze,
|
159
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
160
198
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
161
199
|
property :hasUnit,
|
162
|
-
comment: %(Indicates a unit which is part of this Organization, e.g. a Department within a larger FormalOrganization. Inverse of `org:unitOf`.).freeze,
|
200
|
+
comment: [%(Indica un'unità che è parte di questa Organization, come ad esempio un dipartimento facente parte di una più ampia FormalOrganization. È l'inverso di `org:unitOf`.).freeze, %(Indicates a unit which is part of this Organization, e.g. a Department within a larger FormalOrganization. Inverse of `org:unitOf`.).freeze, %(Indique une Unité qui fait partie d'une Organisation, par exemple un Départment au sein d'une Organisation Formelle plus large. Inverse de `org:unitOf`.).freeze, %(Unidad que es parte de la organización, como, por ejemplo, un departamento incluido en una organización formal más amplia.).freeze, %(例えば、より大きな組織内の部局など、この組織の一部である単位を示します。).freeze],
|
163
201
|
domain: "org:FormalOrganization".freeze,
|
164
|
-
|
165
|
-
:"
|
202
|
+
inverseOf: "org:unitOf".freeze,
|
203
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
204
|
+
label: ["contiene unidad".freeze, "ha Unit".freeze, "has Unit".freeze, "possède une Unité".freeze],
|
166
205
|
range: "org:OrganizationalUnit".freeze,
|
167
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
168
206
|
subPropertyOf: "org:hasSubOrganization".freeze,
|
169
207
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
170
208
|
property :headOf,
|
171
|
-
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
|
+
comment: [%(Indica che una persona è leader o responsabile formale di una Organization. Questo significa che la persona è alla radice del grafo \(aciclico\) creato dalle `org:reportsTo`, sebbene un'organizzazione possa avere più di un responsabile.).freeze, %(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, %(Indique qu'une personne est le directeur ou le responsable formel d'une Organisation. Ceci indique souvent qu'il est au sommet de du graphe acyclique des `org:reportsTo`, même si une organisation peut avoir plus d'un responsable.).freeze, %(Persona que es jefe o jefa, representante ,,director o directora de la organización. Esto significa que dicha persona es el rango de la relación `org:reportsTo` en el organigrama de la organización \(acíclico\), aunque una organización puede tener más de un jefe.).freeze, %(人(または他のエージェント)が組織のリーダーや正式なトップであることを示します。).freeze],
|
172
210
|
domain: "foaf:Person".freeze,
|
173
|
-
|
211
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
212
|
+
label: ["es director ejecutivo de".freeze, "head of".freeze, "responsabile di".freeze, "responsable de".freeze],
|
174
213
|
range: "org:Organization".freeze,
|
175
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
176
214
|
subPropertyOf: "org:memberOf".freeze,
|
177
215
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
178
216
|
property :heldBy,
|
179
|
-
comment: %(Indicates an Agent which holds a Post.).freeze,
|
217
|
+
comment: [%(Agente que ocupa un puesto.).freeze, %(Indica un Agent che ricopre un Post.).freeze, %(Indicate un Agent qui occupe le Poste.).freeze, %(Indicates an Agent which holds a Post.).freeze, %(ポストを保持するエージェントを示します。).freeze],
|
180
218
|
domain: "org:Post".freeze,
|
181
|
-
|
219
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
220
|
+
label: ["held by".freeze, "occupé par".freeze, "ocupado por".freeze, "ricoperto da".freeze],
|
182
221
|
range: "foaf:Agent".freeze,
|
183
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
184
222
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
185
223
|
property :holds,
|
186
|
-
comment: %(Indicates a Post held by some Agent.).freeze,
|
224
|
+
comment: [%(Indica un Impiego ricoperto da un Agent.).freeze, %(Indicate un Poste occupé par un Agent.).freeze, %(Indicates a Post held by some Agent.).freeze, %(Puesto ocupado por algún agente.).freeze, %(あるエージェントによって保持されているポストを示します。).freeze],
|
187
225
|
domain: "foaf:Agent".freeze,
|
188
|
-
|
189
|
-
:"
|
226
|
+
inverseOf: "org:heldBy".freeze,
|
227
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
228
|
+
label: ["holds".freeze, "occupe".freeze, "ocupa".freeze, "ricopre".freeze],
|
190
229
|
range: "org:Post".freeze,
|
191
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
192
230
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
193
231
|
property :identifier,
|
194
|
-
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
|
+
comment: [%(Código o identificador, como por ejemplo el CIF de una empresa, que permite identificar de forma inequívoca a una organización. Existen muchos códigos de identificación tanto nacionales como internacionales. Esta ontología no obliga al uso de ningún esquema en concreto. Los códigos de identificación utilizados en cada caso se deberían indicar mediante el uso de la propiedad “datatype” del valor del identificador. El uso de la propiedad “datatype” para especificar el esquema de notación utilizado está en consonancia con las buenas prácticas recomendadas para el uso de la propiedad `skos:notation`, de la que esta propiedad es una especialización.).freeze, %(Donne un identifiant, comme par exemple le numéro d'enregistrement d'une entreprise, qui peut être utilisé comme identifiant unique pour l'Organisation. De nombreux schémas nationaux et internationaux sont disponibles. Cette ontologie reste neutre par rapport au schéma utilisé. Le schéma particulier utilisé devrait être indiqué par le `datatype` de la valeur de l'identifiant. Utiliser les datatypes pour distinguer les schémas de notation est cohérent avec les bonnes pratiques pour `skos:notation` dont cette propriété est une spécialisation.).freeze, %(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, %(Indica un identificatore univoco per l'organizzazione, come ad esempio la partita IVA di un'azienda. Molti schemi di identificazione a livello nazionale e internazionale sono disponibili allo scopo. L'ontologia ORG è neutrale rispetto allo schema da utilizzare. Lo schema di identificazione dovrebbe essere indicato dal datatype del valore dell'identificatore. L'uso del datatype per distinguere lo schema di identificazione è coerente con le best practice per `skos:notation`, di cui questa proprietà è una specializzazione.).freeze, %(組織を一意に識別するために使用できる会社登録番号などの識別子を与えます。).freeze],
|
195
233
|
domain: "org:Organization".freeze,
|
196
|
-
|
197
|
-
:"
|
234
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
235
|
+
label: ["identifiant".freeze, "identificatore".freeze, "identifier".freeze, "tiene identificador".freeze],
|
198
236
|
subPropertyOf: "skos:notation".freeze,
|
199
237
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
200
238
|
property :linkedTo,
|
201
|
-
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
|
+
comment: [%(2つの組織の任意の関係を示します。).freeze, %(Indica una relazione arbitraria tra due organizzazioni. Ad esempio, specializzazioni di questa proprietà possono essere usate per denotare relazioni particolari tipo il finanziamento o la fornitura.).freeze, %(Indicates an arbitrary relationship between two organizations. Specializations of this can be used to, for example, denote funding or supply chain relationships.).freeze, %(Indique une relation arbitraire entre deux Organisations. Des spécialisations peuvent être utilisées pour, par exemple, qualifier une relation de fournisseur ou de financeur.).freeze, %(Relación arbitraria entre dos organizaciones. Las especializaciones de esta relación se pueden utilizar para denotar relaciones de financiación o suministro, entre otras.).freeze],
|
202
240
|
domain: "org:Organization".freeze,
|
203
|
-
|
241
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
242
|
+
label: ["collegato a".freeze, "está relacionada con".freeze, "está relacionado con".freeze, "linked to".freeze, "relié à".freeze],
|
204
243
|
range: "org:Organization".freeze,
|
205
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
206
244
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
207
245
|
property :location,
|
208
|
-
comment: %(Gives a location description for a person within the organization, for example a _Mail Stop_ for internal posting purposes.).freeze,
|
246
|
+
comment: [%(Gives a location description for a person within the organization, for example a _Mail Stop_ for internal posting purposes.).freeze, %(Indica la descrizione del luogo presso cui è possibile reperire una persona dell'organizzazione.).freeze, %(Indique la description de l'endroit ou est basé une personne de l'Organisation, par exemple pour des besoins de messagerie interne \(Bureau 42\).).freeze, %(Lugar o ubicación exacta de una persona en una organización con el objetivo de facilitar, por ejemplo, la entrega de correo.).freeze, %(例えば、内部配送目的のメール・ストップ(Mail Stop)などの、組織内の人の位置記述を提供します。).freeze],
|
209
247
|
domain: "foaf:Person".freeze,
|
210
|
-
|
248
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
249
|
+
label: ["está ubicada en".freeze, "está ubicado en".freeze, "localisation".freeze, "location".freeze, "luogo".freeze],
|
211
250
|
range: "xsd:string".freeze,
|
212
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
213
251
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
214
252
|
property :member,
|
215
|
-
comment: %(Indicates the Person \(or other Agent including Organization\) involved in the Membership relationship. Inverse of `org:hasMembership`).freeze,
|
253
|
+
comment: [%(Indica la Person \(o un altro Agent\) coinvolto in una relazione di Membership. È l'inverso di `org:hasMembership`.).freeze, %(Indicates the Person \(or other Agent including Organization\) involved in the Membership relationship. Inverse of `org:hasMembership`).freeze, %(Indique une personne \(ou tout autre Agent, y compris une Organisation\) impliqué dans la relation d'Engagement. Inverse de `org:hasMembership`).freeze, %(Persona \(u otro agente, incluyendo una organización\) que participa en la relación de membresía. Es la relación inversa de `org:hasMembership`.).freeze, %(構成員関係に含まれている人(または、組織を含んでいる他のエージェント)を示します。).freeze],
|
216
254
|
domain: "org:Membership".freeze,
|
217
|
-
|
218
|
-
:"
|
255
|
+
inverseOf: "org:hasMembership".freeze,
|
256
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
257
|
+
label: ["es condición de miembro sobre agente".freeze, "member".freeze, "membre".freeze, "membro".freeze],
|
219
258
|
range: "foaf:Agent".freeze,
|
220
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
221
259
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
222
260
|
property :memberDuring,
|
223
|
-
comment: %(Optional property to indicate the interval for which the membership is/was valid.).freeze,
|
261
|
+
comment: [%(Optional property to indicate the interval for which the membership is/was valid.).freeze, %(Propiedad opcional que indica el periodo durante el cual la relación de membresía o pertenencia a una organización se mantiene en vigencia.).freeze, %(Proprietà opzionale per indicare l'intervallo per il quale l'appartenenza è/è stata valida.).freeze, %(Propriété optionnelle pour indiquer l'intervalle durant lequel l'engagemnet est ou était valide.).freeze, %(構成員が有効である/であった期間を示すためのオプションのプロパティー。).freeze],
|
224
262
|
domain: "org:Membership".freeze,
|
225
|
-
|
226
|
-
:"
|
263
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
264
|
+
label: ["durée d'engagement".freeze, "es miembro durante".freeze, "member During".freeze, "membro durante".freeze],
|
227
265
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
228
266
|
property :memberOf,
|
229
|
-
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
|
+
comment: [%(Indica che una persona è membro di una Organization senza una precisa indicazione sulla natura di questa appartenenza e sul suo ruolo. Si noti che la scelta del nome di questa proprietà non intende limitarla alla sola rappresentazione formalmente di un'appartenenza. La proprietà può coprire anche altri coinvolgimenti nell'organizzazione. Questa proprietà può essere specializzata per indicare ruoli all'interno organizzazione o relazioni di diverse tipologie. Ha `org:hasmember` come proprietà inversa opzionale.).freeze, %(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, %(Indique qu'une personne est membre de l'Organisation sans précision sur la nature de cet engagement ou du rôle joué. Notez que le choix du nom de cette propriété ne vise pas à la limiter aux seuls engagements formels, elle peut également couvrir des concepts reliés comme l'affiliation ou le bénévolat. Des extensions peuvent spécialiser cette relation pour indiquer des rôles particuliers au sein de l'Organisation or des relations plus nuancées avec elle. Possède une propriété inverse optionnelle, `org:hasmember`.).freeze, %(Persona que pertenece a la organización o es miembro de la misma, sin que conste la naturaleza de dicha pertenencia o el papel que desempeña. Se debe tener en cuenta que la elección de una denominación para esta propiedad no significa que la propiedad esté limitada a ciertos tipos de pertenencia formales, sino que pretende cubrir conceptos relacionados como el de afiliación u otras formas de participación en la organización. Se puede hacer uso de extensiones para especializar esta relación de forma que incluya tipos específicos de pertenencia a las organizaciones o relaciones especiales con la organización.).freeze, %(エージェント(人または他の組織)が組織のメンバーであることを示します。ただし、その構成員の本質や担う役割は示しません。プロパティー名の選択は、プロパティーを正式な構成員配置のみに制限することが目的ではないことに注意してください。所属や組織へのその他の関与などの関連する概念をカバーすることも意図されています。拡張により、この関係を特殊化し、組織内の特定の役割やよりニュアンスを含んだ組織との関係を示すことができます。).freeze],
|
230
268
|
domain: "foaf:Agent".freeze,
|
231
|
-
|
232
|
-
:"
|
269
|
+
inverseOf: "org:hasMember".freeze,
|
270
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
271
|
+
label: ["es miembro de".freeze, "member of".freeze, "membre de".freeze, "membro di".freeze],
|
233
272
|
range: "org:Organization".freeze,
|
234
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
235
273
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
236
274
|
property :organization,
|
237
|
-
comment: %(Indicates Organization in which the Agent is a member.).freeze,
|
275
|
+
comment: [%(Indica l'Organization in cui l'Agent è un membro.).freeze, %(Indicates Organization in which the Agent is a member.).freeze, %(Indique l'Organization dont l'agent est membre.).freeze, %(Organización a la que pertenece el agente en calidad de miembro.).freeze, %(エージェントがメンバーである組織を示します。).freeze],
|
238
276
|
domain: "org:Membership".freeze,
|
239
|
-
|
277
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
278
|
+
label: ["es condición de miembro sobre organización".freeze, "organisation".freeze, "organization".freeze, "organizzazione".freeze],
|
240
279
|
range: "org:Organization".freeze,
|
241
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
242
280
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
243
281
|
property :originalOrganization,
|
244
|
-
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
|
+
comment: [%(Indica una o più organizzazioni pregresse rispetto a un evento di cambiamento. A seconda dell'evento, queste organizzazioni potrebbero essere esistenti dopo l'evento o aver cessato la loro esistenza. È l'inverso di `org:changedBy`.).freeze, %(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, %(Indique une ou plusieurs organisations qui ont existé avant un évènement de changement. Selon l'évènement, ces organisations ont pu continuer à exister ou non. Inverse de `org:changedBy`. ).freeze, %(Una o más organizaciones que existían antes de que sucediera el cambio en la organización. Dependiendo del tipo de cambio, dichas organizaciones pueden haber dejado de existir o no. Es la relación inversa de `org:changedBy`.).freeze, %(変更のきっかけとなった出来事以前に存在した1つ以上の組織を示します。出来事によって、出来事の後にそれらは存在し続けたかも、存在し続けなかったかもしれません。).freeze],
|
245
283
|
domain: "org:ChangeEvent".freeze,
|
246
|
-
|
247
|
-
:"
|
284
|
+
inverseOf: "org:changedBy".freeze,
|
285
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
286
|
+
label: ["es organización original".freeze, "organisation originelle".freeze, "organizzazione originale".freeze, "original organization".freeze],
|
248
287
|
range: "org:Organization".freeze,
|
249
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
250
288
|
subPropertyOf: "prov:used".freeze,
|
251
289
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
252
290
|
property :postIn,
|
253
|
-
comment: %(Indicates the Organization in which the Post exists.).freeze,
|
291
|
+
comment: [%(Indica l'Organization in cui il Post è presente.).freeze, %(Indicate l'Organisation dans laquelle le Poste existe.).freeze, %(Indicates the Organization in which the Post exists.).freeze, %(Organización en la que existe el puesto.).freeze, %(ポストが存在する組織を示します。).freeze],
|
254
292
|
domain: "org:Post".freeze,
|
255
|
-
|
256
|
-
:"
|
293
|
+
inverseOf: "org:hasPost".freeze,
|
294
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
295
|
+
label: ["es un puesto en".freeze, "impiego in".freeze, "post in".freeze, "poste chez".freeze],
|
257
296
|
range: "org:Organization".freeze,
|
258
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
259
297
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
260
298
|
property :purpose,
|
261
|
-
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
|
+
comment: [%(Finalidad u objetivo de la organización. La organización puede tener muchos objetivos a diferentes niveles de abstracción, pero en la naturaleza de las organizaciones está el tener una razón para existir, y la finalidad de esta propiedad es documentar dicha razón. La organización podrá tener más de un objetivo. Se recomienda el uso de vocabularios controlados o listas de códigos para indicar el objetivo, preferentemente mediante el uso de un `skos:Concept`. Sin embargo, el rango no está predeterminado, de forma que otros tipos de esquemas descriptivos tiene cabida. Se espera que ciertas especializaciones de este vocabulario o ciertos perfiles de aplicaciones restrinjan el rango del objetivo. Denominaciones alternativas: área_ _jurisdicción_ _ responsabilidad _ \(especialmente cuando se aplica a unidades tales como ministerios o divisiones administrativas de los gobiernos\)).freeze, %(Indica l'obiettivo di questa Organization. In generale, si possono esprimere gli obiettivi di un'organizzazione secondo diversi livelli di astrazione, ma la natura stessa dell'organizzazione ha una ragione d'essere ed è proprio questa che deve essere catturata con tale proprietà. Inoltre, un'Organization può avere obiettivi multipli. È raccomandabile che l'obiettivo faccia parte di una code list, e che sia preferibilmente un `skos:Concept`. Ad ogni modo, il codominio della proprietà è lasciato aperto per consentire altri tipi di di descrizione. Conseguentemente, eventuali specializzazioni o profili applicativi possono utilizzare quel vocabolario come codominio della proprietà.).freeze, %(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, %(Indique le but de cette Organisation. Il peut exister plusieurs buts à différents niveaux d'abstraction mais la nature d'une organisation est d'avoir une raison d'exister et cette propriété doit servir à documenter cette raison d'être. Une Organisation peut avoir plusieurs Buts. Il est recommandé que le but soit libellé à l'aide d'un vocabulaire contrôlé ou autre code établi, idéalement avec un concept `skos:Concept`. Toutefois, le champ de cette propriété est laissé ouvert et pourrait accepter d'autres schémas de description. Il est préférable que les spécialisations ou les profils d'applications de ce vocabulaire contraignent le champ de cette propriété.).freeze, %(この組織の目的を示します。異なる抽象レベルの多くの目的がありえますが、組織の本質は存在理由を持つことであり、このプロパティーはその理由をドキュメント化する手段です。組織は、複数の目的を持っている可能性があります。).freeze],
|
262
300
|
domain: "org:Organization".freeze,
|
263
|
-
|
264
|
-
:"
|
301
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
302
|
+
label: ["but".freeze, "obiettivo".freeze, "purpose".freeze, "tiene objetivo".freeze],
|
265
303
|
type: "rdf:Property".freeze
|
266
304
|
property :remuneration,
|
267
|
-
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
|
+
comment: [%(Indica il salario o altra forma di remunerazione associata al ruolo. In genere, questo si denota usando uno schema di rappresentazione esistente come il `gr:PriceSpecification` ma il codominio è lasciato libero di essere specializzato a seconda delle applicazioni.).freeze, %(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, %(Indique un salaire ou tout autre compensation associée au Rôle. Typiquement, ceci sera annoté en utilisant un schéma existant comme `gr:PriceSpecification` mais le champ de cette propriété est laissé ouvert afin de permettre aux applications de la spécialiser \(par exemple remunerationEuro\).).freeze, %(Salario o cualquier otra remuneración asociada con la actividad. La forma usual de referirse a dicha remuneración será utilizando un esquema de representación como el propuesto en la ontología GoodRelations `gr:PriceSpecification`, pero el rango se deja abierto a que las distintas aplicaciones lo especialicen \(por ejemplo, remunerationInGBP\)).freeze, %(役割に関係する給料やその他の報酬を示します。).freeze],
|
268
306
|
domain: "org:Role".freeze,
|
269
|
-
|
270
|
-
:"
|
307
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
308
|
+
label: ["recibe remuneración".freeze, "remuneration".freeze, "remunerazione".freeze, "rémuneration".freeze],
|
271
309
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
272
310
|
property :reportsTo,
|
273
|
-
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,
|
274
|
-
|
275
|
-
|
311
|
+
comment: [%(Indica una relazione di subordinazione all'interno dell'organigramma. La semantica precisa può variare a seconda dell'organizzazione, per esempio può essere usata per rappresentare la proprietà di supervisione oppure per le relazioni di rendicontazione.).freeze, %(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, %(Indique une relation de subordination comme elle pourrait figurer dans un organigramme. La sémantique précise de cette subordination pourra varier selon l'Organisation mais vise à englober aussi bien les relations hiérarchiques directes \(définition d'objectifs, montant du salaire\) que des relations plus générales ou organisationnelles \(les liens en pointillés dans les organigrammes\).).freeze, %(Relación de subordinación que se representa en los organigramas de las organizaciones. La semántica de la relación de subordinación varía según las organizaciones, pero su intención es abarcar tanto a las relaciones de supervisión directa \(por ejemplo, aquellas en las que la autoridad determina los objetivos o el salario\) como a las relaciones de subordinación más generales \(por ejemplo, las llamadas líneas de autoridad o de mando \(y responsabilidad\) \(http://www.promonegocios.net/organigramas/tipos-de-organigramas.html\)\).).freeze, %(組織図で描かれるかもしれないような上下関係を示します。エージェント間またはエージェントが就くことができるポスト間の上下関係を直接的に示すために使用できます。).freeze],
|
312
|
+
domain: term(
|
313
|
+
type: "owl:Class".freeze,
|
314
|
+
unionOf: list("foaf:Agent".freeze, "org:Post".freeze)
|
315
|
+
),
|
316
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
317
|
+
label: ["est subordonné à".freeze, "reports to".freeze, "responde ante".freeze, "riporta a".freeze],
|
318
|
+
range: term(
|
319
|
+
type: "owl:Class".freeze,
|
320
|
+
unionOf: list("foaf:Agent".freeze, "org:Post".freeze)
|
321
|
+
),
|
276
322
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
277
323
|
property :resultedFrom,
|
278
|
-
comment: %(Indicates an event which resulted in this organization. Inverse of `org:resultingOrganization`.).freeze,
|
324
|
+
comment: [%(Evento que tiene como resultado la creación de una organización.).freeze, %(Indica l'evento che ha permesso all'organizzazione di instaurarsi. È l'inverso di `org:resultingOrganization`.).freeze, %(Indicates an event which resulted in this organization. Inverse of `org:resultingOrganization`.).freeze, %(Indique un évènement dont est issue l'Organisation. Inverse de `org:resultingOrganization`.).freeze, %(この組織になった(導いた、作成された)きっかけとなった出来事を示します。).freeze],
|
279
325
|
domain: "org:Organization".freeze,
|
280
|
-
|
281
|
-
:"
|
326
|
+
inverseOf: "org:resultingOrganization".freeze,
|
327
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
328
|
+
label: ["es el resultado de".freeze, "issue de".freeze, "resulted from".freeze, "risultato da".freeze],
|
282
329
|
range: "org:ChangeEvent".freeze,
|
283
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
284
330
|
subPropertyOf: "prov:wasGeneratedBy".freeze,
|
285
331
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
286
332
|
property :resultingOrganization,
|
287
|
-
comment: %(Indicates an organization which was created or changed as a result of the event. Inverse of `org:resultedFrom`.).freeze,
|
333
|
+
comment: [%(Indica l'organizzazione che è stata creata o mutata a seguito dell'evento. È l'inverso di `org:resultedFrom`.).freeze, %(Indicates an organization which was created or changed as a result of the event. Inverse of `org:resultedFrom`.).freeze, %(Indique une organisation qui a été créée ou a été modifiée à la suite d'un Évènement de changement. Inverse de `org:resultedFrom`.).freeze, %(Organización que ha sido creada o modificada tras un evento específico. Es la relación inversa de `org:resultedFrom`.).freeze, %(出来事の結果、作成、変更された組織を示します。).freeze],
|
288
334
|
domain: "org:ChangeEvent".freeze,
|
289
|
-
|
290
|
-
:"
|
335
|
+
inverseOf: "org:resultedFrom".freeze,
|
336
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
337
|
+
label: ["a donné naissance à".freeze, "resulta en".freeze, "resulted in".freeze, "risultato in".freeze],
|
291
338
|
range: "org:Organization".freeze,
|
292
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
293
339
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
294
340
|
property :role,
|
295
|
-
comment: %(Indicates the Role that the Agent plays in a Membership relationship with an Organization.).freeze,
|
296
|
-
|
341
|
+
comment: [%(Actividad que el agente desempeña en una relación de pertenencia a una organización.).freeze, %(Indica il Role che un Agent ricopre in una relazione di Membership con una Organization).freeze, %(Indicates the Role that the Agent plays in a Membership relationship with an Organization.).freeze, %(Indique le Rôle de l'Agent dans son Engagement avec l'Organisation.).freeze, %(エージェントが組織との構成員関係において担う役割を示します。ポストの保持者が担う役割を示すためにorg:Postで用いることもできます。).freeze],
|
342
|
+
domain: term(
|
343
|
+
type: "owl:Class".freeze,
|
344
|
+
unionOf: list("org:Membership".freeze, "org:Post".freeze)
|
345
|
+
),
|
346
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
347
|
+
label: ["desempeña la actividad de".freeze, "role".freeze, "ruolo".freeze, "rôle".freeze],
|
297
348
|
range: "org:Role".freeze,
|
298
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
299
349
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
300
350
|
property :roleProperty,
|
301
|
-
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
|
+
comment: [%(Ceci est une méta-propriété utilisée pour annoter une instance de `org:Role` ayant une sous-propriété `org:memberOf` qui peut être utilisée pour indiquer directement le rôle et pouvoir faire des requêtes plus facilement. La sémantique visée est un Engagement impliquant l'existence d'une relation de propriété directe à travers d'une règle d'inférence de la forme: `{ [] org:member ?p; org:organization ?o; org:role [org:roleProperty ?r] } -> {?p ?r ?o}`.).freeze, %(Meta-propiedad que se utiliza para anotar una instancia de `org:Role` con una sub-propiedad de `org:memberOf`, que puede ser utilizada para indicar directamente la actividad a fin de facilitar las consultas a los datos. The intended semantics is that a Membership relation involving the Role implies the existence of a direct property relationship through an inference rule of the form: { [] org:member ?a; org:organization ?o; org:role [org:roleProperty ?r] } -> {?a ?r ?o}).freeze, %(Questa è una meta-proprietà usata per annotare un'istanza di `org:Role` con una sotto-proprietà di `org:memberOf` e può essere usata per indicare direttamente il ruolo per facilitare un'interrogazione sui dati.).freeze, %(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, %(これは、クエリが容易になるように役割を直接的に示すために使用できるorg:memberOfのサブプロパティーでorg:Roleインスタンスを注釈するために用いられるメタレベルのプロパティーです。).freeze],
|
302
352
|
domain: "org:Role".freeze,
|
303
|
-
|
353
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
354
|
+
label: ["desempeña la actividad de (propiedad)".freeze, "role (property)".freeze, "ruolo (proprietà)".freeze, "rôle (propriété)".freeze],
|
304
355
|
range: "rdf:Property".freeze,
|
305
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
306
356
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
307
357
|
property :siteAddress,
|
308
|
-
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
|
+
comment: [%(Dirección de la sede según una codificación adecuada. Se recomienda el uso de vCard \(que utiliza el vocabulario en http://www.w3.org/TR/vcard-rdf/\), pero el rango no se restringe únicamente al uso de este vocabulario sino que se permite el uso de otros códigos. La dirección puede constar de una dirección de correo electrónico, un número de teléfono o información de geo-localización, y no se limita a una dirección postal física.).freeze, %(Indica un indirizzo per la sede in una codifica appropriata. Il codominio è lasciato libero ma è consigliabile l'uso del vocabolario vCard \(http://www.w3.org/TR/vcard-rdf/\). L'indirizzo può includere email, numero di telefono e informazioni di geolocalizzazione e non è vincolato ad essere un indirizzo fisico.).freeze, %(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, %(Indique une adresse pour le site dans un encodage approprié. L'usage du vocabulaire vCard \( http://www.w3.org/TR/vcard-rdf/\) est encouragé, mais le range est ouvert pour permettre l'utilisation d'autres vocabulaires. L'adresse peut comporter le courriel, le téléphone, et l'information de géolocalisation; et n'est donc pas seulement limitée à une adresse physique. ).freeze, %(適切にコード化されたサイトのアドレスを示します。vCard[vcard-rdf]語彙などの有名なアドレスのコード化の使用が奨励されますが、他の符号化の使用を可能とするために値域はオープンのままにされます。アドレスには、電子メール、電話およびジオロケーション情報を含むことができ、物理的なアドレスに制限されません。).freeze],
|
309
359
|
domain: "org:Site".freeze,
|
310
|
-
|
311
|
-
:"
|
360
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
361
|
+
label: ["adresse du Site".freeze, "es la dirección de la sede".freeze, "indirizzo della sede".freeze, "site Address".freeze],
|
312
362
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
313
363
|
property :siteOf,
|
314
|
-
comment: %(Indicates an Organization which has some presence at the given site. This is the inverse of `org:hasSite`.).freeze,
|
364
|
+
comment: [%(Indica un'Organization che ha una qualche presenza nella data sede. È l'inverso di `org:hasSite`.).freeze, %(Indicates an Organization which has some presence at the given site. This is the inverse of `org:hasSite`.).freeze, %(Indique une Organisation qui a une présence sur le site en question. Inverse de `org:hasSite`.).freeze, %(Organización que tiene ubicación en un lugar. Es la relación inversa de `org:hasSite`.).freeze, %(あるサイトである存在感を持っている組織を示します。).freeze],
|
315
365
|
domain: "org:Site".freeze,
|
316
|
-
|
317
|
-
:"
|
366
|
+
inverseOf: "org:hasSite".freeze,
|
367
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
368
|
+
label: ["es sede de".freeze, "sede di".freeze, "site Of".freeze, "site de".freeze],
|
318
369
|
range: "org:Organization".freeze,
|
319
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
320
370
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
321
371
|
property :subOrganizationOf,
|
322
|
-
comment: %(Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`.).freeze,
|
372
|
+
comment: [%(Distribución jerárquica de organizaciones o unidades. Indica que una organización contiene a otra organización. Es la relación inversa de `org:hasSubOrganization`).freeze, %(Rappresenta un contenimento gerarchico di una Organization o di una OrganizationalUnit. È l'inverso di `org:hasSubOrganization`. Ha nome come nome alternativo hasSubOrg.).freeze, %(Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`.).freeze, %(Représente une relation hierarchique des Organisations ou des Unités Opérationnelles; indique une Organisation sujet qui contient cette Organisation. Inverse de `org:hasSubOrganization`.).freeze, %(組織または組織単位の階層的包含を表わします。この組織を含む組織を示します。).freeze],
|
323
373
|
domain: "org:Organization".freeze,
|
324
|
-
|
325
|
-
:"
|
374
|
+
inverseOf: "org:hasSubOrganization".freeze,
|
375
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
376
|
+
label: ["es suborganización de".freeze, "sotto-Organization di".freeze, "sous-Organization de".freeze, "subOrganization of".freeze],
|
326
377
|
range: "org:Organization".freeze,
|
327
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
328
378
|
subPropertyOf: "org:transitiveSubOrganizationOf".freeze,
|
329
379
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
330
380
|
property :transitiveSubOrganizationOf,
|
331
|
-
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
|
+
comment: [%(La version transitive de la propriété subOrganizationOf, renvoie une représentation de toutes les organisations qui contiennent celle-ci. Notez que ceci est une super-propriété de la relation transitive donc elle pourrait contenir des assertions additionnelles mais cet usage n'est pas recommandé.).freeze, %(La versión transitiva de la propiedad “subOrganizationOf”, es decir, la representación de todas las organizaciones en las que esta está contenida. Téngase en cuenta que desde el punto de vista técnico esta es una propiedad que contiene a todas las propiedades transitivas, de forma que podría contener afirmaciones adicionales, aunque su uso no está aconsejado.).freeze, %(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, %(subOrganizationOfの推移閉包で、これを含むすべての組織の表現を与える。技術的に、これが推移閉包のスーパープロパティーであるため、追加の言明を含むことができますが、そのような使用法はお勧めできないことに注意してください。).freeze, %(È la chiusura transitiva di subOrganizationOf, quindi rappresenta tutte le organizzazioni che la contengono. Tecnicamente, essendo una chiusura transitiva, può contenere asserzioni che non la riguardano e quindi il suo uso è sconsigliato.).freeze],
|
332
382
|
domain: "org:Organization".freeze,
|
333
|
-
|
383
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
384
|
+
label: ["es suborganización de (transitiva)".freeze, "es suborganización de manera transitiva de".freeze, "sotto-Organization transitiva".freeze, "sous-Organization transitive de".freeze, "transitive sub-organization".freeze],
|
334
385
|
range: "org:Organization".freeze,
|
335
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
336
386
|
type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze, "rdf:Property".freeze]
|
337
387
|
property :unitOf,
|
338
|
-
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
|
+
comment: [%(Indica un Organization di cui questa Unit fa parte, come ad esempio un dipartimento all'interno di una più vasta FormalOrganization. È l'inverso di `org:hasUnit`.).freeze, %(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, %(Indique l'Organisation dont cette Organisation ou Unité fait partie, par exemple un Départment au sein d'une Organisation Formelle plus large. Inverse de `org:hasUnit`.).freeze, %(Organización de la que es parte esta unidad, por ejemplo, un departamento incluido en una organización formal más amplia.).freeze, %(例えば、より大きな組織内の部局など、この単位がその一部分である組織を示します。).freeze],
|
339
389
|
domain: "org:OrganizationalUnit".freeze,
|
340
|
-
|
341
|
-
:"
|
390
|
+
inverseOf: "org:hasUnit".freeze,
|
391
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
392
|
+
label: ["es unidad de".freeze, "unit Of".freeze, "unità di".freeze, "unité de".freeze],
|
342
393
|
range: "org:FormalOrganization".freeze,
|
343
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/ns/org).freeze,
|
344
394
|
subPropertyOf: "org:subOrganizationOf".freeze,
|
345
395
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
346
396
|
|
347
397
|
# Extra definitions
|
348
398
|
term :Head,
|
349
|
-
comment: %(A role corresponding to the `org:headOf` property).freeze,
|
350
|
-
|
351
|
-
:"
|
352
|
-
:"
|
353
|
-
:"
|
399
|
+
comment: [%(A role corresponding to the `org:headOf` property).freeze, %(Actividad correspondiente a la propiedad `org:headOf`.).freeze, %(Un ruolo corrispondente alla proprietà `org:headOf`.).freeze, %(Un rôle correspondant à la propriété `org:headOf`).freeze],
|
400
|
+
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
401
|
+
label: ["director ejecutivo".freeze, "directora ejecutiva".freeze, "head".freeze, "responsabile".freeze, "responsable".freeze],
|
402
|
+
"org:roleProperty": "org:headOf".freeze,
|
403
|
+
prefLabel: ["head".freeze, "responsabile".freeze, "responsable".freeze],
|
354
404
|
type: "org:Role".freeze
|
355
405
|
end
|
356
406
|
end
|