-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathogp.me.rdf
More file actions
307 lines (301 loc) · 18.2 KB
/
ogp.me.rdf
File metadata and controls
307 lines (301 loc) · 18.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<?xml version="1.0"?>
<rdf:RDF xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:bibo="http://purl.org/ontology/bibo/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:gr="http://purl.org/goodrelations/v1#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:og="http://ogp.me/ns#" xmlns:ogc="http://ogp.me/ns/class#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:owl="http://www.w3.org/2002/07/owl#">
<!-- PROPERTIES -->
<rdf:Property rdf:about="http://ogp.me/ns#url">
<rdfs:label xml:lang="en-US">url</rdfs:label>
<rdfs:comment xml:lang="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/".</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/elements/1.1/identifier" />
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/homepage" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#url" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#type">
<rdfs:label xml:lang="en-US">type</rdfs:label>
<rdfs:comment xml:lang="en-US">The type of your object, e.g., "movie". Depending on the type you specify, other properties may also be required.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#string" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#title">
<rdfs:label xml:lang="en-US">title</rdfs:label>
<rdfs:comment xml:lang="en-US">The title of the object as it should appear within the graph, e.g., "The Rock".</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#string" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#locale">
<rdfs:label xml:lang="en-US">locale</rdfs:label>
<rdfs:comment xml:lang="en-US">A Unix locale in which this markup is rendered.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#string" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#image">
<rdfs:label xml:lang="en-US">image</rdfs:label>
<rdfs:comment xml:lang="en-US">An image URL which should represent your object within the graph.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/depiction" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#url" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#image:secure_url">
<rdfs:label xml:lang="en-US">image secure url</rdfs:label>
<rdfs:comment xml:lang="en-US">A secure image URL which should represent your object within the graph.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/depiction" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#url" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#image:type">
<rdfs:label xml:lang="en-US">image type</rdfs:label>
<rdfs:comment xml:lang="en-US">The mime type of an image.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#mime_type_str" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#image:width">
<rdfs:label xml:lang="en-US">image width</rdfs:label>
<rdfs:comment xml:lang="en-US">The width of an image.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#integer_str" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#image:height">
<rdfs:label xml:lang="en-US">image height</rdfs:label>
<rdfs:comment xml:lang="en-US">The height of an image.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#integer_str" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#image:alt">
<rdfs:label xml:lang="en-US">image alternative text</rdfs:label>
<rdfs:comment xml:lang="en-US">A description of what is in the image.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#string" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#video">
<rdfs:label xml:lang="en-US">video</rdfs:label>
<rdfs:comment xml:lang="en-US">A relevant video URL for your object.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#url" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#video:secure_url">
<rdfs:label xml:lang="en-US">video secure URL</rdfs:label>
<rdfs:comment xml:lang="en-US">A relevant, secure video URL for your object.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#url" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#video:type">
<rdfs:label xml:lang="en-US">video type</rdfs:label>
<rdfs:comment xml:lang="en-US">The mime type of a video e.g., "application/x-shockwave-flash"</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#mime_type_str" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#video:width">
<rdfs:label xml:lang="en-US">video width</rdfs:label>
<rdfs:comment xml:lang="en-US">The width of a video.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#integer_str" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#video:height">
<rdfs:label xml:lang="en-US">video height</rdfs:label>
<rdfs:comment xml:lang="en-US">The height of a video.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#integer_str" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#audio">
<rdfs:label xml:lang="en-US">audio</rdfs:label>
<rdfs:comment xml:lang="en-US">A relevant audio URL for your object.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#url" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#audio:secure_url">
<rdfs:label xml:lang="en-US">audio secure URL</rdfs:label>
<rdfs:comment xml:lang="en-US">A relevant, secure audio URL for your object.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#url" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#audio:type">
<rdfs:label xml:lang="en-US">audio type</rdfs:label>
<rdfs:comment xml:lang="en-US">The mime type of an audio file e.g., "application/mp3"</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#mime_type_str" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#description">
<rdfs:label xml:lang="en-US">description</rdfs:label>
<rdfs:comment xml:lang="en-US">A one to two sentence description of your object.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#comment" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#string" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#site_name">
<rdfs:label xml:lang="en-US">site name</rdfs:label>
<rdfs:comment xml:lang="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".</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#string" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#determiner">
<rdfs:label xml:lang="en-US">determiner</rdfs:label>
<rdfs:comment xml:lang="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".</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
<rdfs:range rdf:resource="http://ogp.me/ns/class#determiner_str" />
</rdf:Property>
<!-- DATATYPES -->
<rdfs:Datatype rdf:about="http://ogp.me/ns/class#mime_type_str">
<rdfs:label xml:lang="en-US">mime type string</rdfs:label>
<rdfs:comment xml:lang="en-US">Valid mime type strings (e.g., "application/mp3").</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns/class#" />
<rdfs:subClassOf rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://ogp.me/ns/class#boolean_str">
<rdfs:label xml:lang="en-US">boolean string</rdfs:label>
<rdfs:comment xml:lang="en-US">A string representation of a true or false value. The lexical space contains: "true", "false", "1", and "0".</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns/class#" />
<rdfs:subClassOf rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://ogp.me/ns/class#date_time_str">
<rdfs:label xml:lang="en-US">date/time string</rdfs:label>
<rdfs:comment xml:lang="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.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns/class#" />
<rdfs:subClassOf rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://ogp.me/ns/class#float_str">
<rdfs:label xml:lang="en-US">float string</rdfs:label>
<rdfs:comment xml:lang="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".</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns/class#" />
<rdfs:subClassOf rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://ogp.me/ns/class#integer_str">
<rdfs:label xml:lang="en-US">integer string</rdfs:label>
<rdfs:comment xml:lang="en-US">A string representation of a 32-bit signed integer. Example lexical values include "1234" and "-123".</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns/class#" />
<rdfs:subClassOf rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://ogp.me/ns/class#string">
<rdfs:label xml:lang="en-US">Unicode string</rdfs:label>
<rdfs:comment xml:lang="en-US">A string of Unicode characters.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns/class#" />
<rdfs:subClassOf rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://ogp.me/ns/class#url">
<rdfs:label xml:lang="en-US">URL</rdfs:label>
<rdfs:comment xml:lang="en-US">A string of Unicode characters forming a valid URL having the http or https scheme.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns/class#" />
<rdfs:subClassOf rdf:resource="http://ogp.me/ns/class#string" />
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://ogp.me/ns/class#determiner_str">
<owl:oneOf>
<rdf:Description>
<rdf:first></rdf:first>
<rdf:rest>
<rdf:Description>
<rdf:first>the</rdf:first>
<rdf:rest>
<rdf:Description>
<rdf:first>a</rdf:first>
<rdf:rest>
<rdf:Description>
<rdf:first>an</rdf:first>
<rdf:rest>
<rdf:Description>
<rdf:first>auto</rdf:first>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" />
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:oneOf>
<rdfs:label xml:lang="en-US">determiner</rdfs:label>
<rdfs:comment xml:lang="en-US">The lexical space: "", "the", "a", "an", and "auto".</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns/class#" />
<rdfs:subClassOf rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
</rdfs:Datatype>
<!-- DEPRECATED PROPERTIES! DO NOT READ ON UNLESS YOU MUST! -->
<rdf:Property rdf:about="http://ogp.me/ns#audio:title">
<rdfs:label xml:lang="en-US">audio title</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] A title for some audio.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#audio:artist">
<rdfs:label xml:lang="en-US">audio artist</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] An artist of some audio.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#audio:album">
<rdfs:label xml:lang="en-US">audio album</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] An album to which some audio belongs.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#latitude">
<rdfs:label xml:lang="en-US">latitude</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] The latitude of the resource e.g., the latitude of a company.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#lat" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#longitude">
<rdfs:label xml:lang="en-US">longitude</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] The longitude of the resource e.g., the longitude of a company.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#long" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#street-address">
<rdfs:label xml:lang="en-US">street address</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] The street address of the resource e.g., "1601 S California Ave".</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2006/vcard/ns#street-address" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#locality">
<rdfs:label xml:lang="en-US">locality</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] The locality of the resource e.g, "Palo Alto"</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2006/vcard/ns#locality" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#region">
<rdfs:label xml:lang="en-US">region</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] The region of the resource e.g., "CA"</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2006/vcard/ns#region" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#postal-code">
<rdfs:label xml:lang="en-US">postal code</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] The postal code of the resource e.g., "94304"</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2006/vcard/ns#postal-code" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#country-name">
<rdfs:label xml:lang="en-US">country name</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] The country name of the resource e.g., "USA"</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2006/vcard/ns#country-name" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#email">
<rdfs:label xml:lang="en-US">email</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] Email of the contact for your object.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/mbox" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#phone_number">
<rdfs:label xml:lang="en-US">phone number</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] Phone number of the contact for your object.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/phone" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#fax_number">
<rdfs:label xml:lang="en-US">fax number</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] Fax number of the contact for your object.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/phone" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#isbn">
<rdfs:label xml:lang="en-US">isbn</rdfs:label>
<rdfs:label xml:lang="en-US">International Standard Book Number</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] International Standard Book Number for you object.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.org/ontology/bibo/isbn" />
<rdfs:isDefinedBy rdf:resource="http://ogp.me/ns#" />
</rdf:Property>
<rdf:Property rdf:about="http://ogp.me/ns#upc">
<rdfs:label xml:lang="en-US">upc</rdfs:label>
<rdfs:label xml:lang="en-US">universal product code</rdfs:label>
<rdfs:comment xml:lang="en-US">[DEPRECATED] Universal Product Code for your object.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.org/goodrelations/v1#hasEAN_UCC-13" />
</rdf:Property>
</rdf:RDF>