1
vote
1answer
34 views

OWL 2 reasoning with SWRL rules

I'm trying to use the HermiT reasoner to compute inferences for an ontology which contains a set of OWL axioms and a SWRL rule: Ontology( ClassAssertion( :Student :Bob ) ClassAssertion( ...
2
votes
0answers
53 views

swrl rules to infer dataProperty values

I'm trying to test a simple SWRL rule. There are three Classes in my ontology: LivingPlace which has two sub-classes RuralArea and City. LivingPlace has one dataProperty hasHospital which has a ...
2
votes
1answer
78 views

Checking logical implication relationships between OWL expressions?

I have a simple question which I suspect has no simple answer. Essentially, I want to check whether it is true that one OWL expression (#B) follows on logically from another (#A) - in other words I ...
2
votes
2answers
666 views

SWRL tab in Protege 4

The protege SWRL tab is not available in Protege 4 versions, I have tried both protege 4.1 and protege 4.2. The axiome plugin mentioned to edit the SWRL rules in protege has been said to work only in ...
1
vote
1answer
393 views

SWRL rule using OR statements

I'm trying to figure out a way of implementing a SWRL rule that would need to make use of an OR type statement. Here is the scenario: The ontology has a class "MachineTool" which has an object ...
1
vote
1answer
365 views

The SWRL rule doesn't apply on my ontology

I'm writing a diploma thesis about how does weather affect on people's health (meteoropathy). The ontology is shown in the picture in this link: ...
8
votes
2answers
712 views

What is the purpose of SWRL rules?

Can anybody explain the purpose of SWRL rules. As far as I have understood, SWRL rules are same as stored procedures in SQL. I have made a few rules, but don't know how to utilize them in my ...