Hello I have Employee ontology where different employees have different
positions and tasks. Some are in technical positions performing technical
tasks and have low salaries. Some are on managerial posts and have huge
salaries.
I will add salaries dynamically using Jena for each employee using Property
and value.
Select * where { emp:employee emp:hasTask ?task} It will display all
employees tasks i-e both technical and managerial.
I need Jena rules in which we can say: emp:employee emp:hasSalary greater
than $4,000, the query returns only managerial tasks and technical tasks
hides from her.
Thanks for understanding my problem. If some one needs more explanation, I
can provide.
regards