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)
what is the best approach to the cost compare
If one bottle costs more than one cap, which statement is true?
one bottle + one cap costs more than two bottles
one bottle costs more than two caps
two caps cost more than one bottle
one bottle + on...
calmsoul
Votes: 0
Answers: 1
OWL reasoning from command line with minimal dependencies
I have an OWL file in rdf/xml syntax which contains an asserted ontology. I want to apply an OWL DL reasoner to derive additional axioms. I know I could open the file in protegé and apply the reasoner...
cknoll
Votes: 0
Answers: 2
How is: "A subclassOf of B, C" interpreted? As AND or OR in rdfs / owl / description logic?
Is the following interpreted as the intersection (AND) in the sense that members of class A are members of B and C; or as the disjunction (OR) that members of A are a member of B, or a member of C, or...
user3352632
Votes: 0
Answers: 1
OWLAPI: Reasoning over ontology with disjunctions
I have an ontology with one individual a and 6 classes (A, B, C, D, E, F). Individual belongs to the following disjunctions: (A or B; C or D; E or F).
There is some way how can I infer that an individ...
IvetX
Votes: 0
Answers: 1