View Source FOAF.Image (FOAF.ex v0.1.0)
A Grax schema struct for foaf:Image
s.
Summary
Types
@type t() :: %FOAF.Image{ __additional_statements__: term(), __id__: term(), depictions: term(), depicts: term(), homepages: term(), is_primary_topic_of: term(), logos: term(), makers: term(), name: term(), pages: term(), phones: term(), primary_topic: term(), sha1: term(), thumbnail: term(), topics: 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()