GgenIgniter.Ontology (ggen_igniter v26.9.8)

Copy Markdown View Source

Loads an ontology file into an in-memory RDF.Graph via the rdf library, dispatching on file extension. Real IO/parsing, no fixture stubbing. Supported formats:

Summary

Functions

Parses the ontology file at path into an RDF.Graph or RDF.Dataset, raising on parse failure.

Functions

load!(path)

@spec load!(String.t()) :: RDF.Graph.t() | RDF.Dataset.t()

Parses the ontology file at path into an RDF.Graph or RDF.Dataset, raising on parse failure.