Re: Issues using W3C Time Ontolgoy

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Issues-using-W3C-Time-Ontology-tp2204p2212.html

Hi,

I've just added the 'url' argument to Ontology.load(), e.g.:

time = get_ontology('http://www.w3.org/2006/time').load(url = "http://www.w3.org/2006/time.rdf")

Alternatively, you can also put local copies of the ontology in a path listed in onto_path.

Jiba