RE: Help loading Ontology

2013-09-04 Thread Ed Swing
There are a couple of possibilities you might consider: 1) Create subproperties of date for use with each different class. This is probably the best approach, as you won’t get confused with your properties, and the property name (publishDate, eventDate) would indicate what it’s used for.

Re: Help loading Ontology

2013-09-04 Thread Chris Dollin
On Wednesday, September 04, 2013 10:00:51 AM Luis Eufrasio Teixeira Neto wrote: Non-date remarks: ExtendedIteratorOntClass i = ontModel.listClasses(); while (i.hasNext()) { OntClass ontClass = (OntClass) i.next(); String prefix =

Re: Help loading Ontology

2013-09-04 Thread Luis Eufrasio Teixeira Neto
Thanks for all responses, listDomain sugested by Dave Reynolds solved my problem. 2013/9/4 Chris Dollin chris.dol...@epimorphics.com On Wednesday, September 04, 2013 10:00:51 AM Luis Eufrasio Teixeira Neto wrote: Non-date remarks: ExtendedIteratorOntClass i =