You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Thomas Dotch <td...@yahoo.com> on 2011/10/12 23:25:12 UTC

jena in netbeans

Hi,
how I can download a OWL-S ontology with the use of jena  in netbeans?

Re: jena in netbeans

Posted by Dave Reynolds <da...@gmail.com>.
On Wed, 2011-10-12 at 22:25 +0100, Thomas Dotch wrote: 
> Hi,
> how I can download a OWL-S ontology with the use of jena  in netbeans?

Jena has no specific support for OWL-S, but an OWL-S ontology is just
another OWL ontology which is normatively encoded in RDF. So you can use
model.read or FileManager.get().loadModel to read from the URL.

Dave