Since we now have a function to load_ontology and one to export_as_rdf, whether it would make sense to harmonise this further into a read_ontology and write_ontology function. Currently, the load function is only able to read from rds and there is no specific "write" function, albeit the export function obviously does this, it can't write to rds itself... What do you think, @rue-a?
Since we now have a function to
load_ontologyand one toexport_as_rdf, whether it would make sense to harmonise this further into aread_ontologyandwrite_ontologyfunction. Currently, the load function is only able to read from rds and there is no specific "write" function, albeit the export function obviously does this, it can't write to rds itself... What do you think, @rue-a?