python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Problem in Infer Data Property in Protege
I have a two disjoint ontology classes Book and Learner.
hasRated is an object property that links Learner with book
e.g. Learner hasRated Book
withRatingValue is a data property with Domain as Lear...

Anil Dadhwal
Votes: 0
Answers: 1
SWRL Rules in Protege 5.5.0
I have 2 Classes(Agent and Penalty). Also, I have hasPoint(Penalty) and hasWeight(Agent) data properties. When I write this SWRL Rule, I got an error:
Agent(?a) ^ hasWeight(?a,?x) ^ Penalty(?p) ^ hasP...
Mahir Israyılov
Votes: 0
Answers: 1
Issue regarding the use of Ontology in python code
I've worked on a project related to the NLP. I built an ontology for that but I don't know to exploit it in my code.
Would you mind giving me some tips or indicates regarding the use/extract meaningfu...
Japy
Votes: 0
Answers: 0