rdf-vocab 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -7
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4719 -4347
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +501 -227
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +563 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9464 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14900 -14698
- data/lib/rdf/vocab/schemas.rb +14900 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +63 -142
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +23 -6
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."
|
11
|
-
isDefinedBy: "http://ogp.me/ns#"
|
12
|
-
label: "audio"
|
13
|
-
range: "http://ogp.me/ns/class#url"
|
14
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
17
|
-
isDefinedBy: "http://ogp.me/ns#"
|
18
|
-
label: "audio album"
|
19
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
22
|
-
isDefinedBy: "http://ogp.me/ns#"
|
23
|
-
label: "audio artist"
|
24
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
27
|
-
isDefinedBy: "http://ogp.me/ns#"
|
28
|
-
label: "audio secure URL"
|
29
|
-
range: "http://ogp.me/ns/class#url"
|
30
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
33
|
-
isDefinedBy: "http://ogp.me/ns#"
|
34
|
-
label: "audio title"
|
35
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\""
|
38
|
-
isDefinedBy: "http://ogp.me/ns#"
|
39
|
-
label: "audio type"
|
40
|
-
range: "http://ogp.me/ns/class#mime_type_str"
|
41
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\""
|
44
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#country-name"
|
45
|
-
isDefinedBy: "http://ogp.me/ns#"
|
46
|
-
label: "country name"
|
47
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
50
|
-
isDefinedBy: "http://ogp.me/ns#"
|
51
|
-
label: "description"
|
52
|
-
range: "http://ogp.me/ns/class#string"
|
53
|
-
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#comment"
|
54
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\"."
|
57
|
-
isDefinedBy: "http://ogp.me/ns#"
|
58
|
-
label: "determiner"
|
59
|
-
range: "http://ogp.me/ns/class#determiner_str"
|
60
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
63
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/mbox"
|
64
|
-
isDefinedBy: "http://ogp.me/ns#"
|
65
|
-
label: "email"
|
66
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
69
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/phone"
|
70
|
-
isDefinedBy: "http://ogp.me/ns#"
|
71
|
-
label: "fax number"
|
72
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
75
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/depiction"
|
76
|
-
isDefinedBy: "http://ogp.me/ns#"
|
77
|
-
label: "image"
|
78
|
-
range: "http://ogp.me/ns/class#url"
|
79
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
82
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://ogp.me/ns#image"
|
83
|
-
isDefinedBy: "http://ogp.me/ns#"
|
84
|
-
label: "image:alt"
|
85
|
-
range: "http://ogp.me/ns/class#string"
|
86
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
89
|
-
isDefinedBy: "http://ogp.me/ns#"
|
90
|
-
label: "image height"
|
91
|
-
range: "http://ogp.me/ns/class#integer_str"
|
92
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
95
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/depiction"
|
96
|
-
isDefinedBy: "http://ogp.me/ns#"
|
97
|
-
label: "image secure url"
|
98
|
-
range: "http://ogp.me/ns/class#url"
|
99
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
102
|
-
isDefinedBy: "http://ogp.me/ns#"
|
103
|
-
label: "image type"
|
104
|
-
range: "http://ogp.me/ns/class#mime_type_str"
|
105
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
108
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://ogp.me/ns#image"
|
109
|
-
"http://www.w3.org/2002/07/owl#sameProperty": "http://ogp.me/ns#image"
|
110
|
-
isDefinedBy: "http://ogp.me/ns#"
|
111
|
-
label: "image:url"
|
112
|
-
range: "http://ogp.me/ns/class#url"
|
113
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
116
|
-
isDefinedBy: "http://ogp.me/ns#"
|
117
|
-
label: "image width"
|
118
|
-
range: "http://ogp.me/ns/class#integer_str"
|
119
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
122
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/ontology/bibo/isbn"
|
123
|
-
isDefinedBy: "http://ogp.me/ns#"
|
124
|
-
label:
|
125
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
128
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2003/01/geo/wgs84_pos#lat"
|
129
|
-
isDefinedBy: "http://ogp.me/ns#"
|
130
|
-
label: "latitude"
|
131
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
134
|
-
isDefinedBy: "http://ogp.me/ns#"
|
135
|
-
label: "locale"
|
136
|
-
range: "http://ogp.me/ns/class#string"
|
137
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
140
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://ogp.me/ns#locale"
|
141
|
-
isDefinedBy: "http://ogp.me/ns#"
|
142
|
-
label: "locale:alternate"
|
143
|
-
range: "http://ogp.me/ns/class#string"
|
144
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\""
|
147
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#locality"
|
148
|
-
isDefinedBy: "http://ogp.me/ns#"
|
149
|
-
label: "locality"
|
150
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
153
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2003/01/geo/wgs84_pos#long"
|
154
|
-
isDefinedBy: "http://ogp.me/ns#"
|
155
|
-
label: "longitude"
|
156
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
159
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://xmlns.com/foaf/0.1/phone"
|
160
|
-
isDefinedBy: "http://ogp.me/ns#"
|
161
|
-
label: "phone number"
|
162
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\""
|
165
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#postal-code"
|
166
|
-
isDefinedBy: "http://ogp.me/ns#"
|
167
|
-
label: "postal code"
|
168
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\""
|
171
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#region"
|
172
|
-
isDefinedBy: "http://ogp.me/ns#"
|
173
|
-
label: "region"
|
174
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\"."
|
177
|
-
isDefinedBy: "http://ogp.me/ns#"
|
178
|
-
label: "site name"
|
179
|
-
range: "http://ogp.me/ns/class#string"
|
180
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\"."
|
183
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/2006/vcard/ns#street-address"
|
184
|
-
isDefinedBy: "http://ogp.me/ns#"
|
185
|
-
label: "street address"
|
186
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\"."
|
189
|
-
isDefinedBy: "http://ogp.me/ns#"
|
190
|
-
label: "title"
|
191
|
-
range: "http://ogp.me/ns/class#string"
|
192
|
-
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label"
|
193
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
196
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
|
197
|
-
isDefinedBy: "http://ogp.me/ns#"
|
198
|
-
label: "type"
|
199
|
-
range: "http://ogp.me/ns/class#string"
|
200
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
203
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://purl.org/goodrelations/v1#hasEAN_UCC-13"
|
204
|
-
label:
|
205
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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/\"."
|
208
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://purl.org/dc/elements/1.1/identifier"
|
209
|
-
isDefinedBy: "http://ogp.me/ns#"
|
210
|
-
label: "url"
|
211
|
-
range: "http://ogp.me/ns/class#url"
|
212
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
215
|
-
isDefinedBy: "http://ogp.me/ns#"
|
216
|
-
label: "video"
|
217
|
-
range: "http://ogp.me/ns/class#url"
|
218
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
221
|
-
isDefinedBy: "http://ogp.me/ns#"
|
222
|
-
label: "video height"
|
223
|
-
range: "http://ogp.me/ns/class#integer_str"
|
224
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
227
|
-
isDefinedBy: "http://ogp.me/ns#"
|
228
|
-
label: "video secure URL"
|
229
|
-
range: "http://ogp.me/ns/class#url"
|
230
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\""
|
233
|
-
isDefinedBy: "http://ogp.me/ns#"
|
234
|
-
label: "video type"
|
235
|
-
range: "http://ogp.me/ns/class#mime_type_str"
|
236
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
239
|
-
isDefinedBy: "http://ogp.me/ns#"
|
240
|
-
label: "video width"
|
241
|
-
range: "http://ogp.me/ns/class#integer_str"
|
242
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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\"."
|
11
|
-
isDefinedBy: "http://ogp.me/ns/class#"
|
12
|
-
label: "boolean string"
|
13
|
-
subClassOf: "http://www.w3.org/2001/XMLSchema#string"
|
14
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
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."
|
17
|
-
isDefinedBy: "http://ogp.me/ns/class#"
|
18
|
-
label: "date/time string"
|
19
|
-
subClassOf: "http://www.w3.org/2001/XMLSchema#string"
|
20
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
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\"."
|
23
|
-
"http://www.w3.org/2002/07/owl#oneOf": list(""
|
24
|
-
isDefinedBy: "http://ogp.me/ns/class#"
|
25
|
-
label: "determiner"
|
26
|
-
subClassOf: "http://www.w3.org/2001/XMLSchema#string"
|
27
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
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\"."
|
30
|
-
isDefinedBy: "http://ogp.me/ns/class#"
|
31
|
-
label: "float string"
|
32
|
-
subClassOf: "http://www.w3.org/2001/XMLSchema#string"
|
33
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
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\"."
|
36
|
-
isDefinedBy: "http://ogp.me/ns/class#"
|
37
|
-
label: "integer string"
|
38
|
-
subClassOf: "http://www.w3.org/2001/XMLSchema#string"
|
39
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
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\")."
|
42
|
-
isDefinedBy: "http://ogp.me/ns#"
|
43
|
-
label: "mime type string"
|
44
|
-
subClassOf: "http://www.w3.org/2001/XMLSchema#string"
|
45
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
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."
|
48
|
-
isDefinedBy: "http://ogp.me/ns/class#"
|
49
|
-
label: "Unicode string"
|
50
|
-
subClassOf: "http://www.w3.org/2001/XMLSchema#string"
|
51
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
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."
|
54
|
-
isDefinedBy: "http://ogp.me/ns/class#"
|
55
|
-
label: "URL"
|
56
|
-
subClassOf: "http://ogp.me/ns/class#string"
|
57
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
|
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
|