Tagged Questions
0
votes
0answers
38 views
owl:AllDisjointClasses in FuXi.Syntax.InfixOWL
I'm using FuXi.Syntax.InfixOWL to generate an owl ontology in Python. The trouble I'm having is that I'd like to declare some classes as being mutually disjoint, but I don't know how to do this in ...
3
votes
1answer
138 views
Refering OWL Class In SPARQL Filter Stament
I have developed an ontology which you can access with the link exist in the code below. The code working fine except FILTER section. If I use equal operator in FILTER, it does not return anything. If ...
1
vote
1answer
267 views
How do I automate instantiation of OWL ontological classes?
Given a certain OWL, I would like automate the classification of data based on the classes and properties defined in the ontology.
I developed my ontology in Protegè, in OWL format. It would be nice ...
4
votes
6answers
436 views
A class subclass of itself. Why mutual subclassing is forbidden?
Complex question I assume, but studying OWL opened a new perspective to live, the universe and everything. I'm going philosophical here.
I am trying to achieve a class C which is subclass of B which ...
10
votes
3answers
2k views
Is there a Python library to handle OWL?
It could be something as big as Jena or something smaller. Do you know anything?