org.openrdf.concepts.foaf
Interface Person

All Superinterfaces:
Agent, Entity, FoafResource, Resource

public interface Person
extends Agent

A person.


Method Summary
 Set<Object> getFoafCurrentProjects()
          A current project this person works on.
 Set<Object> getFoafFamily_names()
          The family_name of some person.
 Set<Object> getFoafFirstNames()
          The first name of a person.
 Set<Object> getFoafGeekcodes()
          A textual geekcode for this person, see http://www.geekcode.com/geek.html
 Set<Image> getFoafImgs()
          An image that can be used to represent some thing (ie.
 Set<Document> getFoafInterests()
          A page about a topic of interest to this person.
 Set<Person> getFoafKnows()
          A person known by this person (indicating some level of reciprocated interaction between the parties).
 Set<Object> getFoafMyersBriggs()
          A Myers Briggs (MBTI) personality classification.
 Set<Object> getFoafPastProjects()
          A project this person has previously worked on.
 Set<Object> getFoafPlans()
          A .plan comment, in the tradition of finger and '.plan' files.
 Set<Document> getFoafPublications()
          A link to the publications of this person.
 Set<Document> getFoafSchoolHomepages()
          A homepage of a school attended by the person.
 Set<Object> getFoafSurnames()
          The surname of some person.
 Set<Object> getFoafTopic_interests()
          A thing of interest to this person.
 Set<Document> getFoafWorkInfoHomepages()
          A work info homepage of some person; a page about their work for some organization.
 Set<Document> getFoafWorkplaceHomepages()
          A workplace homepage of some person; the homepage of an organization they work for.
 void setFoafCurrentProjects(Set<Object> value)
          A current project this person works on.
 void setFoafFamily_names(Set<Object> value)
          The family_name of some person.
 void setFoafFirstNames(Set<Object> value)
          The first name of a person.
 void setFoafGeekcodes(Set<Object> value)
          A textual geekcode for this person, see http://www.geekcode.com/geek.html
 void setFoafImgs(Set<Image> value)
          An image that can be used to represent some thing (ie.
 void setFoafInterests(Set<Document> value)
          A page about a topic of interest to this person.
 void setFoafKnows(Set<Person> value)
          A person known by this person (indicating some level of reciprocated interaction between the parties).
 void setFoafMyersBriggs(Set<Object> value)
          A Myers Briggs (MBTI) personality classification.
 void setFoafPastProjects(Set<Object> value)
          A project this person has previously worked on.
 void setFoafPlans(Set<Object> value)
          A .plan comment, in the tradition of finger and '.plan' files.
 void setFoafPublications(Set<Document> value)
          A link to the publications of this person.
 void setFoafSchoolHomepages(Set<Document> value)
          A homepage of a school attended by the person.
 void setFoafSurnames(Set<Object> value)
          The surname of some person.
 void setFoafTopic_interests(Set<Object> value)
          A thing of interest to this person.
 void setFoafWorkInfoHomepages(Set<Document> value)
          A work info homepage of some person; a page about their work for some organization.
 void setFoafWorkplaceHomepages(Set<Document> value)
          A workplace homepage of some person; the homepage of an organization they work for.
 
Methods inherited from interface org.openrdf.concepts.foaf.Agent
getFoafAimChatIDs, getFoafBirthday, getFoafDepictions, getFoafFundedBy, getFoafGender, getFoafHoldsAccount, getFoafHomepages, getFoafIcqChatIDs, getFoafJabberIDs, getFoafLogos, getFoafMades, getFoafMakers, getFoafMbox_sha1sums, getFoafMboxes, getFoafMsnChatIDs, getFoafNames, getFoafThemes, getFoafTipjars, getFoafWeblogs, getFoafYahooChatIDs, setFoafAimChatIDs, setFoafBirthday, setFoafDepictions, setFoafFundedBy, setFoafGender, setFoafHoldsAccount, setFoafHomepages, setFoafIcqChatIDs, setFoafJabberIDs, setFoafLogos, setFoafMades, setFoafMakers, setFoafMbox_sha1sums, setFoafMboxes, setFoafMsnChatIDs, setFoafNames, setFoafThemes, setFoafTipjars, setFoafWeblogs, setFoafYahooChatIDs
 
Methods inherited from interface org.openrdf.concepts.foaf.FoafResource
getFoafDnaChecksums, getFoafGivennames, getFoafNicks, getFoafPages, getFoafPhones, getFoafTitle, setFoafDnaChecksums, setFoafGivennames, setFoafNicks, setFoafPages, setFoafPhones, setFoafTitle
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getFoafCurrentProjects

Set<Object> getFoafCurrentProjects()
A current project this person works on.


setFoafCurrentProjects

void setFoafCurrentProjects(Set<Object> value)
A current project this person works on.


getFoafFamily_names

Set<Object> getFoafFamily_names()
The family_name of some person.


setFoafFamily_names

void setFoafFamily_names(Set<Object> value)
The family_name of some person.


getFoafFirstNames

Set<Object> getFoafFirstNames()
The first name of a person.


setFoafFirstNames

void setFoafFirstNames(Set<Object> value)
The first name of a person.


getFoafGeekcodes

Set<Object> getFoafGeekcodes()
A textual geekcode for this person, see http://www.geekcode.com/geek.html


setFoafGeekcodes

void setFoafGeekcodes(Set<Object> value)
A textual geekcode for this person, see http://www.geekcode.com/geek.html


getFoafImgs

Set<Image> getFoafImgs()
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).


setFoafImgs

void setFoafImgs(Set<Image> value)
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).


getFoafInterests

Set<Document> getFoafInterests()
A page about a topic of interest to this person.


setFoafInterests

void setFoafInterests(Set<Document> value)
A page about a topic of interest to this person.


getFoafKnows

Set<Person> getFoafKnows()
A person known by this person (indicating some level of reciprocated interaction between the parties).


setFoafKnows

void setFoafKnows(Set<Person> value)
A person known by this person (indicating some level of reciprocated interaction between the parties).


getFoafMyersBriggs

Set<Object> getFoafMyersBriggs()
A Myers Briggs (MBTI) personality classification.


setFoafMyersBriggs

void setFoafMyersBriggs(Set<Object> value)
A Myers Briggs (MBTI) personality classification.


getFoafPastProjects

Set<Object> getFoafPastProjects()
A project this person has previously worked on.


setFoafPastProjects

void setFoafPastProjects(Set<Object> value)
A project this person has previously worked on.


getFoafPlans

Set<Object> getFoafPlans()
A .plan comment, in the tradition of finger and '.plan' files.


setFoafPlans

void setFoafPlans(Set<Object> value)
A .plan comment, in the tradition of finger and '.plan' files.


getFoafPublications

Set<Document> getFoafPublications()
A link to the publications of this person.


setFoafPublications

void setFoafPublications(Set<Document> value)
A link to the publications of this person.


getFoafSchoolHomepages

Set<Document> getFoafSchoolHomepages()
A homepage of a school attended by the person.


setFoafSchoolHomepages

void setFoafSchoolHomepages(Set<Document> value)
A homepage of a school attended by the person.


getFoafSurnames

Set<Object> getFoafSurnames()
The surname of some person.


setFoafSurnames

void setFoafSurnames(Set<Object> value)
The surname of some person.


getFoafTopic_interests

Set<Object> getFoafTopic_interests()
A thing of interest to this person.


setFoafTopic_interests

void setFoafTopic_interests(Set<Object> value)
A thing of interest to this person.


getFoafWorkInfoHomepages

Set<Document> getFoafWorkInfoHomepages()
A work info homepage of some person; a page about their work for some organization.


setFoafWorkInfoHomepages

void setFoafWorkInfoHomepages(Set<Document> value)
A work info homepage of some person; a page about their work for some organization.


getFoafWorkplaceHomepages

Set<Document> getFoafWorkplaceHomepages()
A workplace homepage of some person; the homepage of an organization they work for.


setFoafWorkplaceHomepages

void setFoafWorkplaceHomepages(Set<Document> value)
A workplace homepage of some person; the homepage of an organization they work for.



Copyright © 2004-2007. All Rights Reserved.