Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
doc:important_concepts [2021/02/18 08:07] – [Description Logics, Classes, Instances, OWL, Prolog] daniel86doc:important_concepts [2022/03/31 08:26] (current) – [Description Logics, Classes, Instances, OWL, Prolog] sasjonge
Line 12: Line 12:
 KnowRob is implemented in [[http://www.swi-prolog.org|SWI Prolog]]. On the one hand, Prolog is used for loading, storing and reasoning on the knowledge which is represented in OWL. When OWL files are loaded into the system, they are internally stored as triples KnowRob is implemented in [[http://www.swi-prolog.org|SWI Prolog]]. On the one hand, Prolog is used for loading, storing and reasoning on the knowledge which is represented in OWL. When OWL files are loaded into the system, they are internally stored as triples
 <code> <code>
- rdf(Subject, Predicate, Object)+ triple(Subject, Predicate, Object)
 </code> </code>