read_rdf
- read_rdf(path: str | Path, **kwargs: Any) rdflib.Graph[source]
Read an RDF file with
rdflib.- Parameters:
path – The path to the RDF file
kwargs – Additional kwargs to pass to
rdflib.Graph.parse()
- Returns:
A parsed RDF graph
Read an RDF file with rdflib.
path – The path to the RDF file
kwargs – Additional kwargs to pass to rdflib.Graph.parse()
A parsed RDF graph