Re: Save owl rdf/xml to string without writing to disk
Posted by jritch33 on
URL: http://owlready.306.s1.nabble.com/Save-owl-rdf-xml-to-string-without-writing-to-disk-tp1875p1913.html
Thank you for your response, I was able to get the value of the owl file without saving to disk.
Can I also load the ontology without using disk?
I tried: get_ontology(iri).load(fileobj = f) but received an error.
Thanks,
Jordon