Search code examples
logicrdfowlsemantic-webturtle-rdf

Logical expression in OWL


How is a logical expression written in OWL? Any expression which contains "and" and "or" operator would do. Also provide some hints how client (for example, java program with OWL parser) must resolve this expression to true or false values. Any pointers would be much appreciated.


Solution

  • It sounds like you need to look at SWRL where you can also find examples.