python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Inverse property with range restriction
In Protege, I have defined a class :Person, and an object property :likes (with domain :Person and range :Person).
I have defined an inverse property of :likes called :isLikedBy.
Then I define an add...
lOlive
Votes: 0
Answers: 1
SPARQL Query the triples created using Protégé ontological approach for distinct classes with object properties
I have a question about querying the object properties that can be defined between classes.I have created triples using the protege ontological approach where,I have created two classes named "A&...
arash
Votes: 0
Answers: 1