View Source DCAT.CatalogRecord (DCAT.ex v0.1.0)
A Grax schema struct for dcat:CatalogRecord
s.
A record in a catalog, describing the registration of a single
DCAT.Resource
.
See https://www.w3.org/TR/vocab-dcat-3/#Class:Catalog_Record.
Summary
Types
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()