| 1 | |
|
| 2 | |
|
| 3 | |
|
| 4 | |
|
| 5 | |
|
| 6 | |
|
| 7 | |
|
| 8 | |
|
| 9 | |
|
| 10 | |
|
| 11 | |
|
| 12 | |
|
| 13 | |
|
| 14 | |
|
| 15 | |
|
| 16 | |
|
| 17 | |
|
| 18 | |
package org.apache.any23.vocab; |
| 19 | |
|
| 20 | |
import org.openrdf.model.URI; |
| 21 | |
|
| 22 | |
|
| 23 | |
|
| 24 | |
|
| 25 | |
public class VCARD extends Vocabulary { |
| 26 | |
|
| 27 | |
|
| 28 | |
|
| 29 | |
|
| 30 | |
public static final String NS = "http://www.w3.org/2006/vcard/ns#"; |
| 31 | |
|
| 32 | |
private static VCARD instance; |
| 33 | |
|
| 34 | |
public static VCARD getInstance() { |
| 35 | 0 | if(instance == null) { |
| 36 | 0 | instance = new VCARD(); |
| 37 | |
} |
| 38 | 0 | return instance; |
| 39 | |
} |
| 40 | |
|
| 41 | |
|
| 42 | |
|
| 43 | |
|
| 44 | 0 | public final URI NAMESPACE = createURI(NS); |
| 45 | |
|
| 46 | |
|
| 47 | |
|
| 48 | |
|
| 49 | 0 | public final URI additional_name = createProperty("additional-name"); |
| 50 | |
|
| 51 | |
|
| 52 | |
|
| 53 | |
|
| 54 | 0 | public final URI adr = createProperty("adr"); |
| 55 | |
|
| 56 | |
|
| 57 | |
|
| 58 | |
|
| 59 | 0 | public final URI agent = createProperty("agent"); |
| 60 | |
|
| 61 | |
|
| 62 | |
|
| 63 | |
|
| 64 | 0 | public final URI bday = createProperty("bday"); |
| 65 | |
|
| 66 | |
|
| 67 | |
|
| 68 | |
|
| 69 | 0 | public final URI category = createProperty("category"); |
| 70 | |
|
| 71 | |
|
| 72 | |
|
| 73 | |
|
| 74 | 0 | public final URI class_ = createProperty("class"); |
| 75 | |
|
| 76 | |
|
| 77 | |
|
| 78 | |
|
| 79 | 0 | public final URI country_name = createProperty("country-name"); |
| 80 | |
|
| 81 | |
|
| 82 | |
|
| 83 | |
|
| 84 | 0 | public final URI email = createProperty("email"); |
| 85 | |
|
| 86 | |
|
| 87 | |
|
| 88 | |
|
| 89 | 0 | public final URI extended_address = createProperty("extended-address"); |
| 90 | |
|
| 91 | |
|
| 92 | |
|
| 93 | |
|
| 94 | 0 | public final URI family_name = createProperty("family-name"); |
| 95 | |
|
| 96 | |
|
| 97 | |
|
| 98 | |
|
| 99 | 0 | public final URI fax = createProperty("fax"); |
| 100 | |
|
| 101 | |
|
| 102 | |
|
| 103 | |
|
| 104 | 0 | public final URI fn = createProperty("fn"); |
| 105 | |
|
| 106 | |
|
| 107 | |
|
| 108 | |
|
| 109 | 0 | public final URI geo = createProperty("geo"); |
| 110 | |
|
| 111 | |
|
| 112 | |
|
| 113 | |
|
| 114 | 0 | public final URI given_name = createProperty("given-name"); |
| 115 | |
|
| 116 | |
|
| 117 | |
|
| 118 | |
|
| 119 | 0 | public final URI homeAdr = createProperty("homeAdr"); |
| 120 | |
|
| 121 | |
|
| 122 | |
|
| 123 | |
|
| 124 | 0 | public final URI homeTel = createProperty("homeTel"); |
| 125 | |
|
| 126 | |
|
| 127 | |
|
| 128 | |
|
| 129 | 0 | public final URI honorific_prefix = createProperty("honorific-prefix"); |
| 130 | |
|
| 131 | |
|
| 132 | |
|
| 133 | |
|
| 134 | 0 | public final URI honorific_suffix = createProperty("honorific-suffix"); |
| 135 | |
|
| 136 | |
|
| 137 | |
|
| 138 | |
|
| 139 | 0 | public final URI key = createProperty("key"); |
| 140 | |
|
| 141 | |
|
| 142 | |
|
| 143 | |
|
| 144 | |
|
| 145 | 0 | public final URI label = createProperty("label"); |
| 146 | |
|
| 147 | |
|
| 148 | |
|
| 149 | |
|
| 150 | 0 | public final URI latitude = createProperty("latitude"); |
| 151 | |
|
| 152 | |
|
| 153 | |
|
| 154 | |
|
| 155 | 0 | public final URI locality = createProperty("locality"); |
| 156 | |
|
| 157 | |
|
| 158 | |
|
| 159 | |
|
| 160 | 0 | public final URI logo = createProperty("logo"); |
| 161 | |
|
| 162 | |
|
| 163 | |
|
| 164 | |
|
| 165 | 0 | public final URI longitude = createProperty("longitude"); |
| 166 | |
|
| 167 | |
|
| 168 | |
|
| 169 | |
|
| 170 | 0 | public final URI mailer = createProperty("mailer"); |
| 171 | |
|
| 172 | |
|
| 173 | |
|
| 174 | |
|
| 175 | 0 | public final URI mobileEmail = createProperty("mobileEmail"); |
| 176 | |
|
| 177 | |
|
| 178 | |
|
| 179 | |
|
| 180 | 0 | public final URI mobileTel = createProperty("mobileTel"); |
| 181 | |
|
| 182 | |
|
| 183 | |
|
| 184 | |
|
| 185 | 0 | public final URI n = createProperty("n"); |
| 186 | |
|
| 187 | |
|
| 188 | |
|
| 189 | |
|
| 190 | 0 | public final URI nickname = createProperty("nickname"); |
| 191 | |
|
| 192 | |
|
| 193 | |
|
| 194 | |
|
| 195 | 0 | public final URI note = createProperty("note"); |
| 196 | |
|
| 197 | |
|
| 198 | |
|
| 199 | |
|
| 200 | 0 | public final URI org = createProperty("org"); |
| 201 | |
|
| 202 | |
|
| 203 | |
|
| 204 | |
|
| 205 | 0 | public final URI organization_name = createProperty("organization-name"); |
| 206 | |
|
| 207 | |
|
| 208 | |
|
| 209 | |
|
| 210 | 0 | public final URI organization_unit = createProperty("organization-unit"); |
| 211 | |
|
| 212 | |
|
| 213 | |
|
| 214 | |
|
| 215 | |
|
| 216 | 0 | public final URI personalEmail = createProperty("personalEmail"); |
| 217 | |
|
| 218 | |
|
| 219 | |
|
| 220 | |
|
| 221 | 0 | public final URI photo = createProperty("photo"); |
| 222 | |
|
| 223 | |
|
| 224 | |
|
| 225 | |
|
| 226 | 0 | public final URI post_office_box = createProperty("post-office-box"); |
| 227 | |
|
| 228 | |
|
| 229 | |
|
| 230 | |
|
| 231 | 0 | public final URI postal_code = createProperty("postal-code"); |
| 232 | |
|
| 233 | |
|
| 234 | |
|
| 235 | |
|
| 236 | 0 | public final URI region = createProperty("region"); |
| 237 | |
|
| 238 | |
|
| 239 | |
|
| 240 | |
|
| 241 | 0 | public final URI rev = createProperty("rev"); |
| 242 | |
|
| 243 | |
|
| 244 | |
|
| 245 | |
|
| 246 | 0 | public final URI role = createProperty("role"); |
| 247 | |
|
| 248 | |
|
| 249 | |
|
| 250 | |
|
| 251 | 0 | public final URI sort_string = createProperty("sort-string"); |
| 252 | |
|
| 253 | |
|
| 254 | |
|
| 255 | |
|
| 256 | 0 | public final URI sound = createProperty("sound"); |
| 257 | |
|
| 258 | |
|
| 259 | |
|
| 260 | |
|
| 261 | 0 | public final URI street_address = createProperty("street-address"); |
| 262 | |
|
| 263 | |
|
| 264 | |
|
| 265 | |
|
| 266 | 0 | public final URI tel = createProperty("tel"); |
| 267 | |
|
| 268 | |
|
| 269 | |
|
| 270 | |
|
| 271 | 0 | public final URI title = createProperty("title"); |
| 272 | |
|
| 273 | |
|
| 274 | |
|
| 275 | |
|
| 276 | 0 | public final URI tz = createProperty("tz"); |
| 277 | |
|
| 278 | |
|
| 279 | |
|
| 280 | |
|
| 281 | 0 | public final URI uid = createProperty("uid"); |
| 282 | |
|
| 283 | |
|
| 284 | |
|
| 285 | |
|
| 286 | 0 | public final URI unlabeledAdr = createProperty("unlabeledAdr"); |
| 287 | |
|
| 288 | |
|
| 289 | |
|
| 290 | |
|
| 291 | 0 | public final URI unlabeledEmail = createProperty("unlabeledEmail"); |
| 292 | |
|
| 293 | |
|
| 294 | |
|
| 295 | |
|
| 296 | 0 | public final URI unlabeledTel = createProperty("unlabeledTel"); |
| 297 | |
|
| 298 | |
|
| 299 | |
|
| 300 | |
|
| 301 | 0 | public final URI url = createProperty("url"); |
| 302 | |
|
| 303 | |
|
| 304 | |
|
| 305 | |
|
| 306 | 0 | public final URI workAdr = createProperty("workAdr"); |
| 307 | |
|
| 308 | |
|
| 309 | |
|
| 310 | |
|
| 311 | 0 | public final URI workEmail = createProperty("workEmail"); |
| 312 | |
|
| 313 | |
|
| 314 | |
|
| 315 | |
|
| 316 | 0 | public final URI workTel = createProperty("workTel"); |
| 317 | |
|
| 318 | |
|
| 319 | |
|
| 320 | |
|
| 321 | 0 | public final URI Address = createURI("http://www.w3.org/2006/vcard/ns#Address"); |
| 322 | |
|
| 323 | 0 | public final URI addressType = createProperty("addressType"); |
| 324 | |
|
| 325 | |
|
| 326 | |
|
| 327 | |
|
| 328 | 0 | public final URI Telephone = createURI("http://www.w3.org/2006/vcard/ns#Address"); |
| 329 | |
|
| 330 | |
|
| 331 | |
|
| 332 | |
|
| 333 | 0 | public final URI Location = createURI("http://www.w3.org/2006/vcard/ns#Location"); |
| 334 | |
|
| 335 | |
|
| 336 | |
|
| 337 | |
|
| 338 | 0 | public final URI Name = createURI("http://www.w3.org/2006/vcard/ns#Name"); |
| 339 | |
|
| 340 | |
|
| 341 | |
|
| 342 | |
|
| 343 | 0 | public final URI Organization = createURI("http://www.w3.org/2006/vcard/ns#Organization"); |
| 344 | |
|
| 345 | |
|
| 346 | |
|
| 347 | |
|
| 348 | 0 | public final URI VCard = createURI("http://www.w3.org/2006/vcard/ns#VCard"); |
| 349 | |
|
| 350 | |
|
| 351 | |
private URI createProperty(String localName) { |
| 352 | 0 | return createProperty(NS, localName); |
| 353 | |
} |
| 354 | |
|
| 355 | |
public VCARD(){ |
| 356 | 0 | super(NS); |
| 357 | 0 | } |
| 358 | |
} |