read_zipfile_rdf
- read_zipfile_rdf(path: str | Path, inner_path: str, **kwargs: Any) rdflib.Graph[source]
Read an inner RDF file from a zip archive.
- Parameters:
path – The path to the zip archive
inner_path – The path inside the zip archive to the dataframe
kwargs – Additional kwargs to pass to
rdflib.Graph.parse().
- Returns:
A graph