pub fn ingest_local_rdf(
source_path: &Path,
ontology_id: &str,
storage_root: &Path,
ont: Option<&OntologyResource>,
) -> Result<u64, ImportError>Expand description
Ingest a local RDF file into {storage}/Index/{ontology_id}.q42.
pub fn ingest_local_rdf(
source_path: &Path,
ontology_id: &str,
storage_root: &Path,
ont: Option<&OntologyResource>,
) -> Result<u64, ImportError>Ingest a local RDF file into {storage}/Index/{ontology_id}.q42.