| 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 FOAF extends Vocabulary { |
| 26 | |
|
| 27 | |
public static final String NS = "http://xmlns.com/foaf/0.1/"; |
| 28 | |
|
| 29 | |
private static FOAF instance; |
| 30 | |
|
| 31 | |
public static FOAF getInstance() { |
| 32 | 0 | if(instance == null) { |
| 33 | 0 | instance = new FOAF(); |
| 34 | |
} |
| 35 | 0 | return instance; |
| 36 | |
} |
| 37 | |
|
| 38 | |
|
| 39 | 0 | public final URI topic_interest = createProperty(NS, "topic_interest"); |
| 40 | 0 | public final URI phone = createProperty(NS, "phone"); |
| 41 | 0 | public final URI icqChatID = createProperty(NS, "icqChatID"); |
| 42 | 0 | public final URI yahooChatID = createProperty(NS, "yahooChatID"); |
| 43 | 0 | public final URI member = createProperty(NS, "member"); |
| 44 | 0 | public final URI givenname = createProperty(NS, "givenname"); |
| 45 | 0 | public final URI birthday = createProperty(NS, "birthday"); |
| 46 | 0 | public final URI img = createProperty(NS, "img"); |
| 47 | 0 | public final URI name = createProperty(NS, "name"); |
| 48 | 0 | public final URI maker = createProperty(NS, "maker"); |
| 49 | 0 | public final URI tipjar = createProperty(NS, "tipjar"); |
| 50 | 0 | public final URI membershipClass = createProperty(NS, "membershipClass"); |
| 51 | 0 | public final URI accountName = createProperty(NS, "accountName"); |
| 52 | 0 | public final URI mbox_sha1sum = createProperty(NS, "mbox_sha1sum"); |
| 53 | 0 | public final URI geekcode = createProperty(NS, "geekcode"); |
| 54 | 0 | public final URI interest = createProperty(NS, "interest"); |
| 55 | 0 | public final URI depicts = createProperty(NS, "depicts"); |
| 56 | 0 | public final URI knows = createProperty(NS, "knows"); |
| 57 | 0 | public final URI homepage = createProperty(NS, "homepage"); |
| 58 | 0 | public final URI firstName = createProperty(NS, "firstName"); |
| 59 | 0 | public final URI surname = createProperty(NS, "surname"); |
| 60 | 0 | public final URI isPrimaryTopicOf = createProperty(NS, "isPrimaryTopicOf"); |
| 61 | 0 | public final URI page = createProperty(NS, "page"); |
| 62 | 0 | public final URI accountServiceHomepage = createProperty(NS, "accountServiceHomepage"); |
| 63 | 0 | public final URI depiction = createProperty(NS, "depiction"); |
| 64 | 0 | public final URI fundedBy = createProperty(NS, "fundedBy"); |
| 65 | 0 | public final URI title = createProperty(NS, "title"); |
| 66 | 0 | public final URI weblog = createProperty(NS, "weblog"); |
| 67 | 0 | public final URI logo = createProperty(NS, "logo"); |
| 68 | 0 | public final URI workplaceHomepage = createProperty(NS, "workplaceHomepage"); |
| 69 | 0 | public final URI based_near = createProperty(NS, "based_near"); |
| 70 | 0 | public final URI thumbnail = createProperty(NS, "thumbnail"); |
| 71 | 0 | public final URI primaryTopic = createProperty(NS, "primaryTopic"); |
| 72 | 0 | public final URI aimChatID = createProperty(NS, "aimChatID"); |
| 73 | 0 | public final URI made = createProperty(NS, "made"); |
| 74 | 0 | public final URI workInfoHomepage = createProperty(NS, "workInfoHomepage"); |
| 75 | 0 | public final URI currentProject = createProperty(NS, "currentProject"); |
| 76 | 0 | public final URI holdsAccount = createProperty(NS, "holdsAccount"); |
| 77 | 0 | public final URI publications = createProperty(NS, "publications"); |
| 78 | 0 | public final URI sha1 = createProperty(NS, "sha1"); |
| 79 | 0 | public final URI gender = createProperty(NS, "gender"); |
| 80 | 0 | public final URI mbox = createProperty(NS, "mbox"); |
| 81 | 0 | public final URI myersBriggs = createProperty(NS, "myersBriggs"); |
| 82 | 0 | public final URI plan = createProperty(NS, "plan"); |
| 83 | 0 | public final URI pastProject = createProperty(NS, "pastProject"); |
| 84 | 0 | public final URI schoolHomepage = createProperty(NS, "schoolHomepage"); |
| 85 | 0 | public final URI family_name = createProperty(NS, "family_name"); |
| 86 | 0 | public final URI msnChatID = createProperty(NS, "msnChatID"); |
| 87 | 0 | public final URI theme = createProperty(NS, "theme"); |
| 88 | 0 | public final URI topic = createProperty(NS, "topic"); |
| 89 | 0 | public final URI dnaChecksum = createProperty(NS, "dnaChecksum"); |
| 90 | 0 | public final URI nick = createProperty(NS, "nick"); |
| 91 | 0 | public final URI jabberID = createProperty(NS, "jabberID"); |
| 92 | |
|
| 93 | |
|
| 94 | 0 | public final URI Person = createClass(NS, "Person"); |
| 95 | 0 | public final URI PersonalProfileDocument = createClass(NS, "PersonalProfileDocument"); |
| 96 | 0 | public final URI Project = createClass(NS, "Project"); |
| 97 | 0 | public final URI OnlineChatAccount = createClass(NS, "OnlineChatAccount"); |
| 98 | 0 | public final URI OnlineAccount = createClass(NS, "OnlineAccount"); |
| 99 | 0 | public final URI Agent = createClass(NS, "Agent"); |
| 100 | 0 | public final URI Group = createClass(NS, "Group"); |
| 101 | 0 | public final URI OnlineGamingAccount = createClass(NS, "OnlineGamingAccount"); |
| 102 | 0 | public final URI OnlineEcommerceAccount = createClass(NS, "OnlineEcommerceAccount"); |
| 103 | 0 | public final URI Document = createClass(NS, "Document"); |
| 104 | 0 | public final URI Organization = createClass(NS, "Organization"); |
| 105 | 0 | public final URI Image = createClass(NS, "Image"); |
| 106 | |
|
| 107 | |
private FOAF(){ |
| 108 | 0 | super(NS); |
| 109 | 0 | } |
| 110 | |
|
| 111 | |
} |