View Source FOAF.Agent (FOAF.ex v0.1.0)
A Grax schema struct for foaf:Agent
s.
Summary
Types
@type t() :: %FOAF.Agent{ __additional_statements__: term(), __id__: term(), accounts: term(), age: term(), aim_chat_id: term(), birthday: term(), depictions: term(), gender: term(), homepages: term(), icq_chat_id: term(), interests: term(), is_primary_topic_of: term(), jabber_id: term(), logos: term(), made: term(), makers: term(), mbox: term(), mbox_sha1sum: term(), msn_chat_id: term(), name: term(), nick: term(), openid: term(), pages: term(), phones: term(), skype_id: term(), status: term(), tipjars: term(), title: term(), topic_interests: term(), weblogs: term(), yahoo_chat_id: term() }
Functions
@spec from(Grax.Schema.t()) :: {:ok, t()} | {:error, any()}
@spec from!(Grax.Schema.t()) :: t()
@spec load( RDF.Graph.t() | RDF.Description.t(), RDF.IRI.coercible() | RDF.BlankNode.t(), opts :: keyword() ) :: {:ok, t()} | {:error, any()}
@spec load!( RDF.Graph.t() | RDF.Description.t(), RDF.IRI.coercible() | RDF.BlankNode.t(), opts :: keyword() ) :: t()