It is considered bad form to use a domain that you don't own, control or have 
permission to use in a URL. Try using http://example.com instead.

Sent from my iPhone

> On 6 Apr 2015, at 4:35 am, hlel emna <[email protected]> wrote:
> 
> I tried to create an ontology with jena and I chose the following namespace:
> 
> String ns=”http://www.ontologie.fr/monOntologie”;
> 
> OntModel m = ModelFactory.*createOntologyModel*();
> 
> OntClass autt = m.createClass(ns+"Auteur");
> 
>      OntClass thaut = m.createClass(ns+"Theme");
> 
>      OntClass motc = m.createClass(ns+ "Mot-Clé");
> 
> ………….
> 
> but my supervisor gives me this note: Your ontology is not really published
> anywhere.  The namespace looks made up.
> 
> Please, how I can resolve this problem???

Reply via email to