Sha256: 6f5c9b9033c5d630999dae15b090b4832c2b6bf9cf6c8579dda0f035d37e79f6
Contents?: true
Size: 1.56 KB
Versions: 70
Compression:
Stored size: 1.56 KB
Contents
module RDF ## # Friend of a Friend (FOAF) vocabulary. # # @see http://xmlns.com/foaf/spec/ class FOAF < Vocabulary("http://xmlns.com/foaf/0.1/") property :account property :accountName property :accountServiceHomepage property :age property :aimChatID property :based_near property :birthday property :currentProject property :depiction property :depicts property :dnaChecksum property :familyName property :family_name property :firstName property :fundedBy property :geekcode property :gender property :givenName property :givenname property :holdsAccount property :homepage property :icqChatID property :img property :interest property :isPrimaryTopicOf property :jabberID property :knows property :lastName property :logo property :made property :maker property :mbox property :mbox_sha1sum property :member property :membershipClass property :msnChatID property :myersBriggs property :name property :nick property :openid property :page property :pastProject property :phone property :plan property :primaryTopic property :publications property :schoolHomepage property :sha1 property :skypeID property :status property :surname property :theme property :thumbnail property :tipjar property :title property :topic property :topic_interest property :weblog property :workInfoHomepage property :workplaceHomepage property :yahooChatID end end
Version data entries
70 entries across 70 versions & 4 rubygems