dice-group / owlapy

OWLAPY is a Python Framework for creating and manipulating OWL Ontologies.
MIT License
16 stars 1 forks source link

Using Thing and Nothing #70

Closed Demirrr closed 3 weeks ago

Demirrr commented 3 weeks ago

We should be able to import

from owlapy import Thing
from owlapy import Nothing

Currently, we have OWLRDFVocabulary and therein OWL_THING and OWL_NOTHING are defined

Demirrr commented 3 weeks ago

No need since we can genrate an object as OWLClass(IRI('http://www.w3.org/2002/07/owl#', 'Thing'))