http://xmlns.com/foaf/0.1/Agent
An agent (eg. person, group, software or physical artifact).
Instances of foaf:Agent can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class foaf:Agent | |||
foaf:account | rdf:Property | Indicates an account held by this agent. | foaf:OnlineAccount |
foaf:age | rdf:Property | The age in years of some agent. | rdfs:Literal |
foaf:aimChatID | rdf:Property | An AIM chat ID | rdfs:Literal |
foaf:birthday | rdf:Property | The birthday of this Agent, represented in mm-dd string form, eg. '12-31'. | rdfs:Literal |
foaf:gender | rdf:Property | The gender of this Agent (typically but not necessarily 'male' or 'female'). | rdfs:Literal |
foaf:holdsAccount | rdf:Property | Indicates an account held by this agent. | foaf:OnlineAccount |
foaf:icqChatID | rdf:Property | An ICQ chat ID | rdfs:Literal |
foaf:interest | rdf:Property | A page about a topic of interest to this person. | foaf:Document |
foaf:jabberID | rdf:Property | A jabber ID for something. | rdfs:Literal |
foaf:made | rdf:Property | Something that was made by this agent. | owl:Thing |
foaf:mbox | rdf:Property | 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. | owl:Thing |
foaf:mbox_sha1sum | rdf:Property | The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox. | rdfs:Literal |
foaf:msnChatID | rdf:Property | An MSN chat ID | rdfs:Literal |
foaf:openid | rdf:Property | An OpenID for an Agent. | foaf:Document |
foaf:skypeID | rdf:Property | A Skype ID | rdfs:Literal |
foaf:status | rdf:Property | A string expressing what the user is happy for the general public (normally) to know about their current activity. | rdfs:Literal |
foaf:tipjar | rdf:Property | A tipjar document for this agent, describing means for payment and reward. | foaf:Document |
foaf:topic_interest | rdf:Property | A thing of interest to this person. | owl:Thing |
foaf:weblog | rdf:Property | A weblog of some thing (whether person, group, company etc.). | foaf:Document |
foaf:yahooChatID | rdf:Property | A Yahoo chat ID | rdfs:Literal |
From class owl:Thing | |||
dc:date | owl:AnnotationProperty | owl:Thing | |
dc:description | owl:AnnotationProperty | owl:Thing | |
dc:title | owl:AnnotationProperty | owl:Thing | |
foaf:dnaChecksum | rdf:Property | A checksum for the DNA of some thing. Joke. | rdfs:Literal |
foaf:givenName | rdf:Property | The given name of some person. | owl:Thing |
foaf:membershipClass | rdf:Property | Indicates the class of individuals that are a member of a Group | owl:Thing |
foaf:nick | rdf:Property | A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames). | owl:Thing |
foaf:phone | rdf:Property | A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel). | owl:Thing |
foaf:title | rdf:Property | Title (Mr, Mrs, Ms, Dr. etc) | owl:Thing |
vs:term_status | owl:AnnotationProperty | owl:Thing | |
wot:assurance | owl:AnnotationProperty | owl:Thing | |
wot:src_assurance | owl:AnnotationProperty | owl:Thing |
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
foaf:Agent a rdfs:Class,
owl:Class ;
rdfs:label "Agent" ;
rdfs:comment "An agent (eg. person, group, software or physical artifact)." ;
owl:equivalentClass <http://purl.org/dc/terms/Agent> ;
vs:term_status "stable" .