/* CVS $Id: $ */ import com.hp.hpl.jena.rdf.model.*; /** * Vocabulary definitions from http://xmlns.com/foaf/0.1/index.rdf * @author Auto-generated by schemagen on 24 Feb 2004 11:43 */ public class FOAF { /**
The RDF model that holds the vocabulary terms
*/ private static Model m_model = ModelFactory.createDefaultModel(); /**The namespace of the vocabalary as a string ({@value})
*/ public static final String NS = "http://xmlns.com/foaf/0.1/"; /**The namespace of the vocabalary as a string
* @see #NS */ public static String getURI() {return NS;} /**The namespace of the vocabalary as a resource
*/ public static final Resource NAMESPACE = m_model.createResource( NS ); /**A personal mailbox, ie. an Internet mailbox associated with exactly one owner, * the first owner of this mailbox. This is a 'static inverse functional property', * in that there is (across time and change) at most one individual that ever * has any particular value for foaf:mbox.
*/ public static final Property mbox = m_model.createProperty( "http://xmlns.com/foaf/0.1/mbox" ); /**The sha1sum of the URI of an Internet mailbox associated with exactly one * owner, the first owner of the mailbox.
*/ public static final Property mbox_sha1sum = m_model.createProperty( "http://xmlns.com/foaf/0.1/mbox_sha1sum" ); /**The gender of this Agent (typically but not necessarily 'male' or 'female').
*/ public static final Property gender = m_model.createProperty( "http://xmlns.com/foaf/0.1/gender" ); /**A textual geekcode for this person, see http://www.geekcode.com/geek.html
*/ public static final Property geekcode = m_model.createProperty( "http://xmlns.com/foaf/0.1/geekcode" ); /**A checksum for the DNA of some thing. Joke.
*/ public static final Property dnaChecksum = m_model.createProperty( "http://xmlns.com/foaf/0.1/dnaChecksum" ); /**A sha1sum hash, in hex.
*/ public static final Property sha1 = m_model.createProperty( "http://xmlns.com/foaf/0.1/sha1" ); /**A location that something is based near, for some broadly human notion of * near.
*/ public static final Property based_near = m_model.createProperty( "http://xmlns.com/foaf/0.1/based_near" ); /**Title (Mr, Mrs, Ms, Dr. etc)
*/ public static final Property title = m_model.createProperty( "http://xmlns.com/foaf/0.1/title" ); /**A short informal nickname characterising an agent (includes login identifiers, * IRC and other chat nicknames).
*/ public static final Property nick = m_model.createProperty( "http://xmlns.com/foaf/0.1/nick" ); /**A jabber ID for something.
*/ public static final Property jabberID = m_model.createProperty( "http://xmlns.com/foaf/0.1/jabberID" ); /**An AIM chat ID
*/ public static final Property aimChatID = m_model.createProperty( "http://xmlns.com/foaf/0.1/aimChatID" ); /**An ICQ chat ID
*/ public static final Property icqChatID = m_model.createProperty( "http://xmlns.com/foaf/0.1/icqChatID" ); /**A Yahoo chat ID
*/ public static final Property yahooChatID = m_model.createProperty( "http://xmlns.com/foaf/0.1/yahooChatID" ); /**An MSN chat ID
*/ public static final Property msnChatID = m_model.createProperty( "http://xmlns.com/foaf/0.1/msnChatID" ); /**A name for some thing.
*/ public static final Property name = m_model.createProperty( "http://xmlns.com/foaf/0.1/name" ); /**The first name of a person.
*/ public static final Property firstName = m_model.createProperty( "http://xmlns.com/foaf/0.1/firstName" ); /**The given name of some person.
*/ public static final Property givenname = m_model.createProperty( "http://xmlns.com/foaf/0.1/givenname" ); /**The surname of some person.
*/ public static final Property surname = m_model.createProperty( "http://xmlns.com/foaf/0.1/surname" ); /**The family_name of some person.
*/ public static final Property family_name = m_model.createProperty( "http://xmlns.com/foaf/0.1/family_name" ); /**A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).
*/ public static final Property phone = m_model.createProperty( "http://xmlns.com/foaf/0.1/phone" ); /**A homepage for some thing.
*/ public static final Property homepage = m_model.createProperty( "http://xmlns.com/foaf/0.1/homepage" ); /**A weblog of some thing (whether person, group, company etc.).
*/ public static final Property weblog = m_model.createProperty( "http://xmlns.com/foaf/0.1/weblog" ); /**A .plan comment, in the tradition of finger and '.plan' files.
*/ public static final Property plan = m_model.createProperty( "http://xmlns.com/foaf/0.1/plan" ); /**Something that was made by this agent.
*/ public static final Property made = m_model.createProperty( "http://xmlns.com/foaf/0.1/made" ); /**An agent that made this thing.
*/ public static final Property maker = m_model.createProperty( "http://xmlns.com/foaf/0.1/maker" ); /**An image that can be used to represent some thing (ie. those depictions which * are particularly representative of something, eg. one's photo on a homepage).
*/ public static final Property img = m_model.createProperty( "http://xmlns.com/foaf/0.1/img" ); /**A depiction of some thing.
*/ public static final Property depiction = m_model.createProperty( "http://xmlns.com/foaf/0.1/depiction" ); /**A thing depicted in this representation.
*/ public static final Property depicts = m_model.createProperty( "http://xmlns.com/foaf/0.1/depicts" ); /**A derived thumbnail image.
*/ public static final Property thumbnail = m_model.createProperty( "http://xmlns.com/foaf/0.1/thumbnail" ); /**A Myers Briggs (MBTI) personality classification.
*/ public static final Property myersBriggs = m_model.createProperty( "http://xmlns.com/foaf/0.1/myersBriggs" ); /**A workplace homepage of some person; the homepage of an organization they * work for.
*/ public static final Property workplaceHomepage = m_model.createProperty( "http://xmlns.com/foaf/0.1/workplaceHomepage" ); /**A work info homepage of some person; a page about their work for some organization.
*/ public static final Property workInfoHomepage = m_model.createProperty( "http://xmlns.com/foaf/0.1/workInfoHomepage" ); /**A homepage of a school attended by the person.
*/ public static final Property schoolHomepage = m_model.createProperty( "http://xmlns.com/foaf/0.1/schoolHomepage" ); /**A person known by this person (indicating some level of reciprocated interaction * between the parties).
*/ public static final Property knows = m_model.createProperty( "http://xmlns.com/foaf/0.1/knows" ); /**A page about a topic of interest to this person.
*/ public static final Property interest = m_model.createProperty( "http://xmlns.com/foaf/0.1/interest" ); /**A thing of interest to this person.
*/ public static final Property topic_interest = m_model.createProperty( "http://xmlns.com/foaf/0.1/topic_interest" ); /**A link to the publications of this person.
*/ public static final Property publications = m_model.createProperty( "http://xmlns.com/foaf/0.1/publications" ); /**A current project this person works on.
*/ public static final Property currentProject = m_model.createProperty( "http://xmlns.com/foaf/0.1/currentProject" ); /**A project this person has previously worked on.
*/ public static final Property pastProject = m_model.createProperty( "http://xmlns.com/foaf/0.1/pastProject" ); /**An organization funding a project or person.
*/ public static final Property fundedBy = m_model.createProperty( "http://xmlns.com/foaf/0.1/fundedBy" ); /**A logo representing some thing.
*/ public static final Property logo = m_model.createProperty( "http://xmlns.com/foaf/0.1/logo" ); /**A topic of some page or document.
*/ public static final Property topic = m_model.createProperty( "http://xmlns.com/foaf/0.1/topic" ); /**A page or document about this thing.
*/ public static final Property page = m_model.createProperty( "http://xmlns.com/foaf/0.1/page" ); /**A theme.
*/ public static final Property theme = m_model.createProperty( "http://xmlns.com/foaf/0.1/theme" ); /**Indicates an account held by this agent.
*/ public static final Property holdsAccount = m_model.createProperty( "http://xmlns.com/foaf/0.1/holdsAccount" ); /**Indicates a homepage of the service provide for this online account.
*/ public static final Property accountServiceHomepage = m_model.createProperty( "http://xmlns.com/foaf/0.1/accountServiceHomepage" ); /**Indicates the name (identifier) associated with this online account.
*/ public static final Property accountName = m_model.createProperty( "http://xmlns.com/foaf/0.1/accountName" ); /**Indicates a member of a Group
*/ public static final Property member = m_model.createProperty( "http://xmlns.com/foaf/0.1/member" ); /**Indicates the class of individuals that are a member of a Group
*/ public static final Property membershipClass = m_model.createProperty( "http://xmlns.com/foaf/0.1/membershipClass" ); /**A person.
*/ public static final Resource Person = m_model.createResource( "http://xmlns.com/foaf/0.1/Person" ); /**A document.
*/ public static final Resource Document = m_model.createResource( "http://xmlns.com/foaf/0.1/Document" ); /**An organization.
*/ public static final Resource Organization = m_model.createResource( "http://xmlns.com/foaf/0.1/Organization" ); /**A class of Agents.
*/ public static final Resource Group = m_model.createResource( "http://xmlns.com/foaf/0.1/Group" ); /**An agent (eg. person, group, software or physical artifact).
*/ public static final Resource Agent = m_model.createResource( "http://xmlns.com/foaf/0.1/Agent" ); /**A project (a collective endeavour of some kind).
*/ public static final Resource Project = m_model.createResource( "http://xmlns.com/foaf/0.1/Project" ); /**An image.
*/ public static final Resource Image = m_model.createResource( "http://xmlns.com/foaf/0.1/Image" ); /**An online account.
*/ public static final Resource OnlineAccount = m_model.createResource( "http://xmlns.com/foaf/0.1/OnlineAccount" ); /**An online gaming account.
*/ public static final Resource OnlineGamingAccount = m_model.createResource( "http://xmlns.com/foaf/0.1/OnlineGamingAccount" ); /**An online e-commerce account.
*/ public static final Resource OnlineEcommerceAccount = m_model.createResource( "http://xmlns.com/foaf/0.1/OnlineEcommerceAccount" ); /**An online chat account.
*/ public static final Resource OnlineChatAccount = m_model.createResource( "http://xmlns.com/foaf/0.1/OnlineChatAccount" ); }