How to get OWL file from opencyc?

Go To StackoverFlow.com

1

I want to get some domain of knowledge in opencyc KB in OWL form.. Assume we want to take fruit. Then how can I take this knowledge as OWL form? Because I want to load that file into protege as OWL ontology. So how can I do this? I already downloaded OWL files from opencyc site and I tried to load into protege. But I got error as at edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParser$1.invokeARP(Unknown Source) Plz help me...

2012-04-04 03:22
by Rosh


0

Those files are compressed with gzip (hence the .gz extension). After downloading, you'll need to uncompress them. I'm guessing that you're using Windows: you can either use the gzip utility in cygwin, if you use cygwin, or download a utility like 7zip.

2012-04-26 07:46
by Ian Dickinson
I loaded that file.. but I want to split ontology into several ontologies.do you know any mechanism - Rosh 2012-04-29 11:07
Not an easy one, no. Sorry - Ian Dickinson 2012-04-29 13:56
Ads