You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Serge Vilvovsky <se...@gmail.com> on 2013/04/02 21:00:54 UTC

Need to read the individuals from OWL

Hello,

I need to read the individuals from OWL file that was created using Protege.

Could you please, let me know how to do it and if possible to provide the
examples?

Thank you,
Serge

Re: Need to read the individuals from OWL

Posted by Serge Vilvovsky <se...@gmail.com>.
Thank you, it looks like working.


On Tue, Apr 2, 2013 at 3:08 PM, Cong Wang <jo...@gmail.com> wrote:

> Hi Serge,
>
> You can use owlapi, by first load an ontology, and call
> ontology.getIndividualsInSignature(true)
>
>
> On Tue, Apr 2, 2013 at 3:00 PM, Serge Vilvovsky <se...@gmail.com>
> wrote:
>
> > Hello,
> >
> > I need to read the individuals from OWL file that was created using
> > Protege.
> >
> > Could you please, let me know how to do it and if possible to provide the
> > examples?
> >
> > Thank you,
> > Serge
> >
>
>
>
> --
> Cong Wang
> Ph.D Candidate,
> Kno.e.sis Center,
> Wright State University.
>

Re: Need to read the individuals from OWL

Posted by Cong Wang <jo...@gmail.com>.
Hi Serge,

You can use owlapi, by first load an ontology, and call
ontology.getIndividualsInSignature(true)


On Tue, Apr 2, 2013 at 3:00 PM, Serge Vilvovsky <se...@gmail.com> wrote:

> Hello,
>
> I need to read the individuals from OWL file that was created using
> Protege.
>
> Could you please, let me know how to do it and if possible to provide the
> examples?
>
> Thank you,
> Serge
>



-- 
Cong Wang
Ph.D Candidate,
Kno.e.sis Center,
Wright State University.