Abstract base class for DCATR.Graphs containing DCAT-R configuration and catalog metadata.
Manifest graphs carry the configuration that defines the repository and service structure. DCAT-R depends on this structure for proper operation. Two concrete subtypes exist:
DCATR.RepositoryManifestGraph- distributed catalog description of the repositoryDCATR.ServiceManifestGraph- instance-local service configuration
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()