View Source SKOS.ConceptScheme (SKOS.ex v0.1.0)
A Grax schema struct for skos:ConceptScheme
s.
Summary
Types
@type t() :: %SKOS.ConceptScheme{ __additional_statements__: term(), __id__: term(), alt_label: term(), change_note: term(), definition: term(), editorial_note: term(), example: term(), hidden_label: term(), history_note: term(), notation: term(), note: term(), pref_label: term(), scope_note: term(), top_concepts: 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()