ontoenv-python 0.5.5

Command line tool to manage ontologies and their imports in a local environment
1
2
3
4
5
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ex: <urn:example:> .

<urn:example:second> a owl:Ontology .
ex:second ex:hasLabel "Second" .