compared with
Current by reneta.popova
on May 08, 2013 10:30.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History

{noformat}
<http://example.org/ontology/Place> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://proton.semanticweb.org/2006/05/protont#Location> .
<http://example.org/ontology/Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://proton.semanticweb.org/2006/05/protont#Person> .
<http://example.org/ontology/Organisation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://proton.semanticweb.org/2006/05/protont#Organization> .
<http://example.org/ontology/Place> <http://www.w3.org/2000/01/rdf-schema#subClassOf>
<http://proton.semanticweb.org/2006/05/protont#Location> .

<http://example.org/ontology/Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf>
<http://proton.semanticweb.org/2006/05/protont#Person> .

<http://example.org/ontology/Organisation> <http://www.w3.org/2000/01/rdf-schema#subClassOf>
<http://proton.semanticweb.org/2006/05/protont#Organization> .
{noformat}

To make the new classes visible in the Web UI, add statements such as:

{code} {noformat}
<http://example.org/ontology/Philosopher> <http://www.ontotext.com/kim/2006/05/kimso#visibilityLevel1> "" .
{code} {noformat}

Append those statements to *<KIM_HOME>/context/default/kb/visibility.nt*.