rdf4h-5.1.0: A library for RDF processing in Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.RDF.Vocabulary.FOAF

Synopsis

Documentation

_Agent :: Node Source #

An agent (eg. person, group, software or physical artifact).

_Document :: Node Source #

A document.

_Group :: Node Source #

A class of Agents.

_Image :: Node Source #

An image.

_LabelProperty :: Node Source #

A foaf:LabelProperty is any RDF property with texual values that serve as labels.

_OnlineAccount :: Node Source #

An online account.

_OnlineChatAccount :: Node Source #

An online chat account.

_OnlineEcommerceAccount :: Node Source #

An online e-commerce account.

_OnlineGamingAccount :: Node Source #

An online gaming account.

_Organization :: Node Source #

An organization.

_Person :: Node Source #

A person.

_PersonalProfileDocument :: Node Source #

A personal profile RDF document.

_Project :: Node Source #

A project (a collective endeavour of some kind).

account :: Node Source #

Indicates an account held by this agent.

accountName :: Node Source #

Indicates the name (identifier) associated with this online account.

accountServiceHomepage :: Node Source #

Indicates a homepage of the service provide for this online account.

age :: Node Source #

The age in years of some agent.

aimChatID :: Node Source #

An AIM chat ID

based_near :: Node Source #

A location that something is based near, for some broadly human notion of near.

birthday :: Node Source #

The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.

currentProject :: Node Source #

A current project this person works on.

depiction :: Node Source #

A depiction of some thing.

depicts :: Node Source #

A thing depicted in this representation.

dnaChecksum :: Node Source #

A checksum for the DNA of some thing. Joke.

familyName :: Node Source #

The family name of some person.

family_name :: Node Source #

The family name of some person.

firstName :: Node Source #

The first name of a person.

focus :: Node Source #

The underlying or focal entity associated with some SKOS-described concept.

fundedBy :: Node Source #

An organization funding a project or person.

geekcode :: Node Source #

A textual geekcode for this person, see http://www.geekcode.com/geek.html

gender :: Node Source #

The gender of this Agent (typically but not necessarily male or female).

givenName :: Node Source #

The given name of some person.

givenname :: Node Source #

The given name of some person.

holdsAccount :: Node Source #

Indicates an account held by this agent.

homepage :: Node Source #

A homepage for some thing.

icqChatID :: Node Source #

An ICQ chat ID

img :: Node Source #

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).

interest :: Node Source #

A page about a topic of interest to this person.

isPrimaryTopicOf :: Node Source #

A document that this thing is the primary topic of.

jabberID :: Node Source #

A jabber ID for something.

knows :: Node Source #

A person known by this person (indicating some level of reciprocated interaction between the parties).

lastName :: Node Source #

The last name of a person.

:: Node Source #

A logo representing some thing.

made :: Node Source #

Something that was made by this agent.

maker :: Node Source #

An agent that made this thing.

mbox :: Node Source #

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.

mbox_sha1sum :: Node Source #

The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.

member :: Node Source #

Indicates a member of a Group

membershipClass :: Node Source #

Indicates the class of individuals that are a member of a Group

msnChatID :: Node Source #

An MSN chat ID

myersBriggs :: Node Source #

A Myers Briggs (MBTI) personality classification.

name :: Node Source #

A name for some thing.

nick :: Node Source #

A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).

openid :: Node Source #

An OpenID for an Agent.

page :: Node Source #

A page or document about this thing.

pastProject :: Node Source #

A project this person has previously worked on.

phone :: Node Source #

A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).

plan :: Node Source #

A .plan comment, in the tradition of finger and '.plan' files.

primaryTopic :: Node Source #

The primary topic of some page or document.

publications :: Node Source #

A link to the publications of this person.

schoolHomepage :: Node Source #

A homepage of a school attended by the person.

sha1 :: Node Source #

A sha1sum hash, in hex.

skypeID :: Node Source #

A Skype ID

status :: Node Source #

A string expressing what the user is happy for the general public (normally) to know about their current activity.

surname :: Node Source #

The surname of some person.

theme :: Node Source #

A theme.

thumbnail :: Node Source #

A derived thumbnail image.

tipjar :: Node Source #

A tipjar document for this agent, describing means for payment and reward.

title :: Node Source #

Title (Mr, Mrs, Ms, Dr. etc)

topic :: Node Source #

A topic of some page or document.

topic_interest :: Node Source #

A thing of interest to this person.

weblog :: Node Source #

A weblog of some thing (whether person, group, company etc.).

workInfoHomepage :: Node Source #

A work info homepage of some person; a page about their work for some organization.

workplaceHomepage :: Node Source #

A workplace homepage of some person; the homepage of an organization they work for.

yahooChatID :: Node Source #

A Yahoo chat ID

schemaNS :: Namespace Source #

Namespace prefix for <http://schema.org/>.

dcNS :: Namespace Source #

Namespace prefix for <http://purl.org/dc/terms/>.

iris :: [Node] Source #

All IRIs in this vocabulary.