write_zipfile_rdf

write_zipfile_rdf(graph: rdflib.Graph, path: str | Path, inner_path: str, **kwargs: Any) None[source]

Read an inner RDF file from a zip archive.

Parameters:
  • graph – The graph to write

  • 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().