ns = "http://example.com/whateveryouwant#";;

Sent from my iPhone

> On 7 Apr 2015, at 7:20 am, hlel emna <[email protected]> wrote:
> 
> I tried to create an ontology with jena
> 
> String ns=??????;
> 
> OntModel m = ModelFactory.*createOntologyModel*();
> 
> OntClass autt = m.createClass(ns+"Auteur");
> 
>      OntClass thaut = m.createClass(ns+"Theme");
> 
>      OntClass motc = m.createClass(ns+ "Mot-Clé");
> 
> ………….
> 
> how I can chose the namespace:

Reply via email to