rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
data/lib/rdf/vocab/og.rb CHANGED
@@ -3,242 +3,244 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://ogp.me/ns#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://ogp.me/ns#>
7
+ # @!visibility private
6
8
  OG = Class.new(RDF::Vocabulary("http://ogp.me/ns#")) do
7
9
 
8
10
  # Property definitions
9
11
  property :audio,
10
- comment: "A relevant audio URL for your object.".freeze,
11
- isDefinedBy: "http://ogp.me/ns#".freeze,
12
- label: "audio".freeze,
13
- range: "http://ogp.me/ns/class#url".freeze,
14
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12
+ comment: {"en-us": "A relevant audio URL for your object."},
13
+ isDefinedBy: "http://ogp.me/ns#",
14
+ label: {"en-us": "audio"},
15
+ range: "http://ogp.me/ns/class#url",
16
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
15
17
  property :"audio:album",
16
- comment: "[DEPRECATED] An album to which some audio belongs.".freeze,
17
- isDefinedBy: "http://ogp.me/ns#".freeze,
18
- label: "audio album".freeze,
19
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
18
+ comment: {"en-us": "[DEPRECATED] An album to which some audio belongs."},
19
+ isDefinedBy: "http://ogp.me/ns#",
20
+ label: {"en-us": "audio album"},
21
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
20
22
  property :"audio:artist",
21
- comment: "[DEPRECATED] An artist of some audio.".freeze,
22
- isDefinedBy: "http://ogp.me/ns#".freeze,
23
- label: "audio artist".freeze,
24
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
23
+ comment: {"en-us": "[DEPRECATED] An artist of some audio."},
24
+ isDefinedBy: "http://ogp.me/ns#",
25
+ label: {"en-us": "audio artist"},
26
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
25
27
  property :"audio:secure_url",
26
- comment: "A relevant, secure audio URL for your object.".freeze,
27
- isDefinedBy: "http://ogp.me/ns#".freeze,
28
- label: "audio secure URL".freeze,
29
- range: "http://ogp.me/ns/class#url".freeze,
30
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
28
+ comment: {"en-us": "A relevant, secure audio URL for your object."},
29
+ isDefinedBy: "http://ogp.me/ns#",
30
+ label: {"en-us": "audio secure URL"},
31
+ range: "http://ogp.me/ns/class#url",
32
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
31
33
  property :"audio:title",
32
- comment: "[DEPRECATED] A title for some audio.".freeze,
33
- isDefinedBy: "http://ogp.me/ns#".freeze,
34
- label: "audio title".freeze,
35
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
34
+ comment: {"en-us": "[DEPRECATED] A title for some audio."},
35
+ isDefinedBy: "http://ogp.me/ns#",
36
+ label: {"en-us": "audio title"},
37
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
36
38
  property :"audio:type",
37
- comment: "The mime type of an audio file e.g., \"application/mp3\"".freeze,
38
- isDefinedBy: "http://ogp.me/ns#".freeze,
39
- label: "audio type".freeze,
40
- range: "http://ogp.me/ns/class#mime_type_str".freeze,
41
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
39
+ comment: {"en-us": "The mime type of an audio file e.g., \"application/mp3\""},
40
+ isDefinedBy: "http://ogp.me/ns#",
41
+ label: {"en-us": "audio type"},
42
+ range: "http://ogp.me/ns/class#mime_type_str",
43
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
42
44
  property :"country-name",
43
- comment: "[DEPRECATED] The country name of the resource e.g., \"USA\"".freeze,
44
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#country-name".freeze,
45
- isDefinedBy: "http://ogp.me/ns#".freeze,
46
- label: "country name".freeze,
47
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
45
+ comment: {"en-us": "[DEPRECATED] The country name of the resource e.g., \"USA\""},
46
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#country-name",
47
+ isDefinedBy: "http://ogp.me/ns#",
48
+ label: {"en-us": "country name"},
49
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
48
50
  property :description,
49
- comment: "A one to two sentence description of your object.".freeze,
50
- isDefinedBy: "http://ogp.me/ns#".freeze,
51
- label: "description".freeze,
52
- range: "http://ogp.me/ns/class#string".freeze,
53
- subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#comment".freeze,
54
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
51
+ comment: {"en-us": "A one to two sentence description of your object."},
52
+ isDefinedBy: "http://ogp.me/ns#",
53
+ label: {"en-us": "description"},
54
+ range: "http://ogp.me/ns/class#string",
55
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#comment",
56
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
55
57
  property :determiner,
56
- 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,
57
- isDefinedBy: "http://ogp.me/ns#".freeze,
58
- label: "determiner".freeze,
59
- range: "http://ogp.me/ns/class#determiner_str".freeze,
60
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
58
+ comment: {"en-us": "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\"."},
59
+ isDefinedBy: "http://ogp.me/ns#",
60
+ label: {"en-us": "determiner"},
61
+ range: "http://ogp.me/ns/class#determiner_str",
62
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
61
63
  property :email,
62
- comment: "[DEPRECATED] Email of the contact for your object.".freeze,
63
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/mbox".freeze,
64
- isDefinedBy: "http://ogp.me/ns#".freeze,
65
- label: "email".freeze,
66
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
64
+ comment: {"en-us": "[DEPRECATED] Email of the contact for your object."},
65
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/mbox",
66
+ isDefinedBy: "http://ogp.me/ns#",
67
+ label: {"en-us": "email"},
68
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
67
69
  property :fax_number,
68
- comment: "[DEPRECATED] Fax number of the contact for your object.".freeze,
69
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/phone".freeze,
70
- isDefinedBy: "http://ogp.me/ns#".freeze,
71
- label: "fax number".freeze,
72
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
70
+ comment: {"en-us": "[DEPRECATED] Fax number of the contact for your object."},
71
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/phone",
72
+ isDefinedBy: "http://ogp.me/ns#",
73
+ label: {"en-us": "fax number"},
74
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
73
75
  property :image,
74
- comment: "An image URL which should represent your object within the graph.".freeze,
75
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/depiction".freeze,
76
- isDefinedBy: "http://ogp.me/ns#".freeze,
77
- label: "image".freeze,
78
- range: "http://ogp.me/ns/class#url".freeze,
79
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
76
+ comment: {"en-us": "An image URL which should represent your object within the graph."},
77
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/depiction",
78
+ isDefinedBy: "http://ogp.me/ns#",
79
+ label: {"en-us": "image"},
80
+ range: "http://ogp.me/ns/class#url",
81
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
80
82
  property :"image:alt",
81
- comment: "A description of what is in the image (not a caption). If the page specifies an og:image it should specify og:image:alt.".freeze,
82
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://ogp.me/ns#image".freeze,
83
- isDefinedBy: "http://ogp.me/ns#".freeze,
84
- label: "image:alt".freeze,
85
- range: "http://ogp.me/ns/class#string".freeze,
86
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
83
+ comment: {"en-us": "A description of what is in the image (not a caption). If the page specifies an og:image it should specify og:image:alt."},
84
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://ogp.me/ns#image",
85
+ isDefinedBy: "http://ogp.me/ns#",
86
+ label: {"en-us": "image:alt"},
87
+ range: "http://ogp.me/ns/class#string",
88
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
87
89
  property :"image:height",
88
- comment: "The height of an image.".freeze,
89
- isDefinedBy: "http://ogp.me/ns#".freeze,
90
- label: "image height".freeze,
91
- range: "http://ogp.me/ns/class#integer_str".freeze,
92
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
90
+ comment: {"en-us": "The height of an image."},
91
+ isDefinedBy: "http://ogp.me/ns#",
92
+ label: {"en-us": "image height"},
93
+ range: "http://ogp.me/ns/class#integer_str",
94
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
93
95
  property :"image:secure_url",
94
- comment: "A secure image URL which should represent your object within the graph.".freeze,
95
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/depiction".freeze,
96
- isDefinedBy: "http://ogp.me/ns#".freeze,
97
- label: "image secure url".freeze,
98
- range: "http://ogp.me/ns/class#url".freeze,
99
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
96
+ comment: {"en-us": "A secure image URL which should represent your object within the graph."},
97
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/depiction",
98
+ isDefinedBy: "http://ogp.me/ns#",
99
+ label: {"en-us": "image secure url"},
100
+ range: "http://ogp.me/ns/class#url",
101
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
100
102
  property :"image:type",
101
- comment: "The mime type of an image.".freeze,
102
- isDefinedBy: "http://ogp.me/ns#".freeze,
103
- label: "image type".freeze,
104
- range: "http://ogp.me/ns/class#mime_type_str".freeze,
105
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
103
+ comment: {"en-us": "The mime type of an image."},
104
+ isDefinedBy: "http://ogp.me/ns#",
105
+ label: {"en-us": "image type"},
106
+ range: "http://ogp.me/ns/class#mime_type_str",
107
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
106
108
  property :"image:url",
107
- comment: "Identical to og:image.".freeze,
108
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://ogp.me/ns#image".freeze,
109
- "http://www.w3.org/2002/07/owl#sameProperty": "http://ogp.me/ns#image".freeze,
110
- isDefinedBy: "http://ogp.me/ns#".freeze,
111
- label: "image:url".freeze,
112
- range: "http://ogp.me/ns/class#url".freeze,
113
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
109
+ comment: {"en-us": "Identical to og:image."},
110
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://ogp.me/ns#image",
111
+ "http://www.w3.org/2002/07/owl#sameProperty": "http://ogp.me/ns#image",
112
+ isDefinedBy: "http://ogp.me/ns#",
113
+ label: {"en-us": "image:url"},
114
+ range: "http://ogp.me/ns/class#url",
115
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
114
116
  property :"image:width",
115
- comment: "The width of an image.".freeze,
116
- isDefinedBy: "http://ogp.me/ns#".freeze,
117
- label: "image width".freeze,
118
- range: "http://ogp.me/ns/class#integer_str".freeze,
119
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
117
+ comment: {"en-us": "The width of an image."},
118
+ isDefinedBy: "http://ogp.me/ns#",
119
+ label: {"en-us": "image width"},
120
+ range: "http://ogp.me/ns/class#integer_str",
121
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
120
122
  property :isbn,
121
- comment: "[DEPRECATED] International Standard Book Number for you object.".freeze,
122
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/ontology/bibo/isbn".freeze,
123
- isDefinedBy: "http://ogp.me/ns#".freeze,
124
- label: ["International Standard Book Number".freeze, "isbn".freeze],
125
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
123
+ comment: {"en-us": "[DEPRECATED] International Standard Book Number for you object."},
124
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/ontology/bibo/isbn",
125
+ isDefinedBy: "http://ogp.me/ns#",
126
+ label: {"en-us": "International Standard Book Number"},
127
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
126
128
  property :latitude,
127
- comment: "[DEPRECATED] The latitude of the resource e.g., the latitude of a company.".freeze,
128
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2003/01/geo/wgs84_pos#lat".freeze,
129
- isDefinedBy: "http://ogp.me/ns#".freeze,
130
- label: "latitude".freeze,
131
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
129
+ comment: {"en-us": "[DEPRECATED] The latitude of the resource e.g., the latitude of a company."},
130
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2003/01/geo/wgs84_pos#lat",
131
+ isDefinedBy: "http://ogp.me/ns#",
132
+ label: {"en-us": "latitude"},
133
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
132
134
  property :locale,
133
- comment: "A Unix locale in which this markup is rendered.".freeze,
134
- isDefinedBy: "http://ogp.me/ns#".freeze,
135
- label: "locale".freeze,
136
- range: "http://ogp.me/ns/class#string".freeze,
137
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
135
+ comment: {"en-us": "A Unix locale in which this markup is rendered."},
136
+ isDefinedBy: "http://ogp.me/ns#",
137
+ label: {"en-us": "locale"},
138
+ range: "http://ogp.me/ns/class#string",
139
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
138
140
  property :"locale:alternate",
139
- comment: "An array of other locales this page is available in.".freeze,
140
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://ogp.me/ns#locale".freeze,
141
- isDefinedBy: "http://ogp.me/ns#".freeze,
142
- label: "locale:alternate".freeze,
143
- range: "http://ogp.me/ns/class#string".freeze,
144
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
141
+ comment: {"en-us": "An array of other locales this page is available in."},
142
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://ogp.me/ns#locale",
143
+ isDefinedBy: "http://ogp.me/ns#",
144
+ label: {"en-us": "locale:alternate"},
145
+ range: "http://ogp.me/ns/class#string",
146
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
145
147
  property :locality,
146
- comment: "[DEPRECATED] The locality of the resource e.g, \"Palo Alto\"".freeze,
147
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#locality".freeze,
148
- isDefinedBy: "http://ogp.me/ns#".freeze,
149
- label: "locality".freeze,
150
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
148
+ comment: {"en-us": "[DEPRECATED] The locality of the resource e.g, \"Palo Alto\""},
149
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#locality",
150
+ isDefinedBy: "http://ogp.me/ns#",
151
+ label: {"en-us": "locality"},
152
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
151
153
  property :longitude,
152
- comment: "[DEPRECATED] The longitude of the resource e.g., the longitude of a company.".freeze,
153
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2003/01/geo/wgs84_pos#long".freeze,
154
- isDefinedBy: "http://ogp.me/ns#".freeze,
155
- label: "longitude".freeze,
156
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
154
+ comment: {"en-us": "[DEPRECATED] The longitude of the resource e.g., the longitude of a company."},
155
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2003/01/geo/wgs84_pos#long",
156
+ isDefinedBy: "http://ogp.me/ns#",
157
+ label: {"en-us": "longitude"},
158
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
157
159
  property :phone_number,
158
- comment: "[DEPRECATED] Phone number of the contact for your object.".freeze,
159
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/phone".freeze,
160
- isDefinedBy: "http://ogp.me/ns#".freeze,
161
- label: "phone number".freeze,
162
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
160
+ comment: {"en-us": "[DEPRECATED] Phone number of the contact for your object."},
161
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/phone",
162
+ isDefinedBy: "http://ogp.me/ns#",
163
+ label: {"en-us": "phone number"},
164
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
163
165
  property :"postal-code",
164
- comment: "[DEPRECATED] The postal code of the resource e.g., \"94304\"".freeze,
165
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#postal-code".freeze,
166
- isDefinedBy: "http://ogp.me/ns#".freeze,
167
- label: "postal code".freeze,
168
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
166
+ comment: {"en-us": "[DEPRECATED] The postal code of the resource e.g., \"94304\""},
167
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#postal-code",
168
+ isDefinedBy: "http://ogp.me/ns#",
169
+ label: {"en-us": "postal code"},
170
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
169
171
  property :region,
170
- comment: "[DEPRECATED] The region of the resource e.g., \"CA\"".freeze,
171
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#region".freeze,
172
- isDefinedBy: "http://ogp.me/ns#".freeze,
173
- label: "region".freeze,
174
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
172
+ comment: {"en-us": "[DEPRECATED] The region of the resource e.g., \"CA\""},
173
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#region",
174
+ isDefinedBy: "http://ogp.me/ns#",
175
+ label: {"en-us": "region"},
176
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
175
177
  property :site_name,
176
- 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,
177
- isDefinedBy: "http://ogp.me/ns#".freeze,
178
- label: "site name".freeze,
179
- range: "http://ogp.me/ns/class#string".freeze,
180
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
178
+ comment: {"en-us": "If your object is part of a larger web site, the name which should be displayed for the overall site. e.g., \"IMDb\"."},
179
+ isDefinedBy: "http://ogp.me/ns#",
180
+ label: {"en-us": "site name"},
181
+ range: "http://ogp.me/ns/class#string",
182
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
181
183
  property :"street-address",
182
- comment: "[DEPRECATED] The street address of the resource e.g., \"1601 S California Ave\".".freeze,
183
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#street-address".freeze,
184
- isDefinedBy: "http://ogp.me/ns#".freeze,
185
- label: "street address".freeze,
186
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
184
+ comment: {"en-us": "[DEPRECATED] The street address of the resource e.g., \"1601 S California Ave\"."},
185
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#street-address",
186
+ isDefinedBy: "http://ogp.me/ns#",
187
+ label: {"en-us": "street address"},
188
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
187
189
  property :title,
188
- comment: "The title of the object as it should appear within the graph, e.g., \"The Rock\".".freeze,
189
- isDefinedBy: "http://ogp.me/ns#".freeze,
190
- label: "title".freeze,
191
- range: "http://ogp.me/ns/class#string".freeze,
192
- subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label".freeze,
193
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
190
+ comment: {"en-us": "The title of the object as it should appear within the graph, e.g., \"The Rock\"."},
191
+ isDefinedBy: "http://ogp.me/ns#",
192
+ label: {"en-us": "title"},
193
+ range: "http://ogp.me/ns/class#string",
194
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label",
195
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
194
196
  property :type,
195
- comment: "The type of your object, e.g., \"movie\". Depending on the type you specify, other properties may also be required.".freeze,
196
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type".freeze,
197
- isDefinedBy: "http://ogp.me/ns#".freeze,
198
- label: "type".freeze,
199
- range: "http://ogp.me/ns/class#string".freeze,
200
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
197
+ comment: {"en-us": "The type of your object, e.g., \"movie\". Depending on the type you specify, other properties may also be required."},
198
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
199
+ isDefinedBy: "http://ogp.me/ns#",
200
+ label: {"en-us": "type"},
201
+ range: "http://ogp.me/ns/class#string",
202
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
201
203
  property :upc,
202
- comment: "[DEPRECATED] Universal Product Code for your object.".freeze,
203
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/goodrelations/v1#hasEAN_UCC-13".freeze,
204
- label: ["universal product code".freeze, "upc".freeze],
205
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
204
+ comment: {"en-us": "[DEPRECATED] Universal Product Code for your object."},
205
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/goodrelations/v1#hasEAN_UCC-13",
206
+ label: {"en-us": "universal product code"},
207
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
206
208
  property :url,
207
- 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,
208
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/dc/elements/1.1/identifier".freeze, "http://xmlns.com/foaf/0.1/homepage".freeze],
209
- isDefinedBy: "http://ogp.me/ns#".freeze,
210
- label: "url".freeze,
211
- range: "http://ogp.me/ns/class#url".freeze,
212
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
209
+ comment: {"en-us": "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/\"."},
210
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/dc/elements/1.1/identifier", "http://xmlns.com/foaf/0.1/homepage"],
211
+ isDefinedBy: "http://ogp.me/ns#",
212
+ label: {"en-us": "url"},
213
+ range: "http://ogp.me/ns/class#url",
214
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
213
215
  property :video,
214
- comment: "A relevant video URL for your object.".freeze,
215
- isDefinedBy: "http://ogp.me/ns#".freeze,
216
- label: "video".freeze,
217
- range: "http://ogp.me/ns/class#url".freeze,
218
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
216
+ comment: {"en-us": "A relevant video URL for your object."},
217
+ isDefinedBy: "http://ogp.me/ns#",
218
+ label: {"en-us": "video"},
219
+ range: "http://ogp.me/ns/class#url",
220
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
219
221
  property :"video:height",
220
- comment: "The height of a video.".freeze,
221
- isDefinedBy: "http://ogp.me/ns#".freeze,
222
- label: "video height".freeze,
223
- range: "http://ogp.me/ns/class#integer_str".freeze,
224
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
222
+ comment: {"en-us": "The height of a video."},
223
+ isDefinedBy: "http://ogp.me/ns#",
224
+ label: {"en-us": "video height"},
225
+ range: "http://ogp.me/ns/class#integer_str",
226
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
225
227
  property :"video:secure_url",
226
- comment: "A relevant, secure video URL for your object.".freeze,
227
- isDefinedBy: "http://ogp.me/ns#".freeze,
228
- label: "video secure URL".freeze,
229
- range: "http://ogp.me/ns/class#url".freeze,
230
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
228
+ comment: {"en-us": "A relevant, secure video URL for your object."},
229
+ isDefinedBy: "http://ogp.me/ns#",
230
+ label: {"en-us": "video secure URL"},
231
+ range: "http://ogp.me/ns/class#url",
232
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
231
233
  property :"video:type",
232
- comment: "The mime type of a video e.g., \"application/x-shockwave-flash\"".freeze,
233
- isDefinedBy: "http://ogp.me/ns#".freeze,
234
- label: "video type".freeze,
235
- range: "http://ogp.me/ns/class#mime_type_str".freeze,
236
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
234
+ comment: {"en-us": "The mime type of a video e.g., \"application/x-shockwave-flash\""},
235
+ isDefinedBy: "http://ogp.me/ns#",
236
+ label: {"en-us": "video type"},
237
+ range: "http://ogp.me/ns/class#mime_type_str",
238
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
237
239
  property :"video:width",
238
- comment: "The width of a video.".freeze,
239
- isDefinedBy: "http://ogp.me/ns#".freeze,
240
- label: "video width".freeze,
241
- range: "http://ogp.me/ns/class#integer_str".freeze,
242
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
240
+ comment: {"en-us": "The width of a video."},
241
+ isDefinedBy: "http://ogp.me/ns#",
242
+ label: {"en-us": "video width"},
243
+ range: "http://ogp.me/ns/class#integer_str",
244
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
243
245
  end
244
246
  end
data/lib/rdf/vocab/ogc.rb CHANGED
@@ -3,57 +3,59 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://ogp.me/ns/class#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://ogp.me/ns/class#>
7
+ # @!visibility private
6
8
  OGC = Class.new(RDF::Vocabulary("http://ogp.me/ns/class#")) do
7
9
 
8
10
  # Datatype definitions
9
11
  term :boolean_str,
10
- comment: "A string representation of a true or false value. The lexical space contains: \"true\", \"false\", \"1\", and \"0\".".freeze,
11
- isDefinedBy: "http://ogp.me/ns/class#".freeze,
12
- label: "boolean string".freeze,
13
- subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
14
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
12
+ comment: {"en-us": "A string representation of a true or false value. The lexical space contains: \"true\", \"false\", \"1\", and \"0\"."},
13
+ isDefinedBy: "http://ogp.me/ns/class#",
14
+ label: {"en-us": "boolean string"},
15
+ subClassOf: "http://www.w3.org/2001/XMLSchema#string",
16
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
15
17
  term :date_time_str,
16
- 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,
17
- isDefinedBy: "http://ogp.me/ns/class#".freeze,
18
- label: "date/time string".freeze,
19
- subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
20
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
18
+ comment: {"en-us": "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."},
19
+ isDefinedBy: "http://ogp.me/ns/class#",
20
+ label: {"en-us": "date/time string"},
21
+ subClassOf: "http://www.w3.org/2001/XMLSchema#string",
22
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
21
23
  term :determiner_str,
22
- comment: "The lexical space: \"\", \"the\", \"a\", \"an\", and \"auto\".".freeze,
23
- "http://www.w3.org/2002/07/owl#oneOf": list("".freeze, "the".freeze, "a".freeze, "an".freeze, "auto".freeze),
24
- isDefinedBy: "http://ogp.me/ns/class#".freeze,
25
- label: "determiner".freeze,
26
- subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
27
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
24
+ comment: {"en-us": "The lexical space: \"\", \"the\", \"a\", \"an\", and \"auto\"."},
25
+ "http://www.w3.org/2002/07/owl#oneOf": list("", "the", "a", "an", "auto"),
26
+ isDefinedBy: "http://ogp.me/ns/class#",
27
+ label: {"en-us": "determiner"},
28
+ subClassOf: "http://www.w3.org/2001/XMLSchema#string",
29
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
28
30
  term :float_str,
29
- 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,
30
- isDefinedBy: "http://ogp.me/ns/class#".freeze,
31
- label: "float string".freeze,
32
- subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
33
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
31
+ comment: {"en-us": "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\"."},
32
+ isDefinedBy: "http://ogp.me/ns/class#",
33
+ label: {"en-us": "float string"},
34
+ subClassOf: "http://www.w3.org/2001/XMLSchema#string",
35
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
34
36
  term :integer_str,
35
- comment: "A string representation of a 32-bit signed integer. Example lexical values include \"1234\" and \"-123\".".freeze,
36
- isDefinedBy: "http://ogp.me/ns/class#".freeze,
37
- label: "integer string".freeze,
38
- subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
39
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
37
+ comment: {"en-us": "A string representation of a 32-bit signed integer. Example lexical values include \"1234\" and \"-123\"."},
38
+ isDefinedBy: "http://ogp.me/ns/class#",
39
+ label: {"en-us": "integer string"},
40
+ subClassOf: "http://www.w3.org/2001/XMLSchema#string",
41
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
40
42
  term :mime_type_str,
41
- comment: "Valid mime type strings (e.g., \"application/mp3\").".freeze,
42
- isDefinedBy: "http://ogp.me/ns#".freeze,
43
- label: "mime type string".freeze,
44
- subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
45
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
43
+ comment: {"en-us": "Valid mime type strings (e.g., \"application/mp3\")."},
44
+ isDefinedBy: "http://ogp.me/ns#",
45
+ label: {"en-us": "mime type string"},
46
+ subClassOf: "http://www.w3.org/2001/XMLSchema#string",
47
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
46
48
  term :string,
47
- comment: "A string of Unicode characters.".freeze,
48
- isDefinedBy: "http://ogp.me/ns/class#".freeze,
49
- label: "Unicode string".freeze,
50
- subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
51
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
49
+ comment: {"en-us": "A string of Unicode characters."},
50
+ isDefinedBy: "http://ogp.me/ns/class#",
51
+ label: {"en-us": "Unicode string"},
52
+ subClassOf: "http://www.w3.org/2001/XMLSchema#string",
53
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
52
54
  term :url,
53
- comment: "A string of Unicode characters forming a valid URL having the http or https scheme.".freeze,
54
- isDefinedBy: "http://ogp.me/ns/class#".freeze,
55
- label: "URL".freeze,
56
- subClassOf: "http://ogp.me/ns/class#string".freeze,
57
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
55
+ comment: {"en-us": "A string of Unicode characters forming a valid URL having the http or https scheme."},
56
+ isDefinedBy: "http://ogp.me/ns/class#",
57
+ label: {"en-us": "URL"},
58
+ subClassOf: "http://ogp.me/ns/class#string",
59
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
58
60
  end
59
61
  end