Search Mailing List Archives
[protege-discussion] A few questions
Tania Tudorache
tudorache at stanford.edu
Tue Oct 2 18:22:18 PDT 2007
Andrew,
Please post in future the OWL related questions on the Protege-OWL
mailing list.
The Protege-OWL API loads all the imports of an ontology, not all the
referenced entities. It might be the case that the an entity is
referenced but there is no explicit import statement for it.
In case you need a lazy load approach, you can use the OWL Database
backend, which loads the entities on demand from the database.
Currently, the OWL database backend does not support imports, but we
plan to add this sometimes in early 2008.
Cheers,
Tania
Andrew Coler wrote:
> I've looked around the web and couldn't find a definitive answer.
>
> Does the Protege 3.2.2 API load an ENTIRE OWL file INCLUDING all
> outside references when you call CreateJenaOWLModelFromUri? Or, does
> the references only get called once the objects are called?
>
> And on the side of development for JSP, anyone recommend any XSLT
> transformers? I've looked at OWLGene but I don't think it's that
> complete. Anyone have any suggestions on using the API for JSP to
> transform it to XSLT?
>
> Thanks a bunch.
> ------------------------------------------------------------------------
>
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>
More information about the protege-discussion
mailing list