Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
doc:reasoning_using_computables [2016/04/27 13:54] – [Qualitative spatial relations] daniel86doc:reasoning_using_computables [2016/04/27 13:54] (current) – [Qualitative spatial relations] daniel86
Line 22: Line 22:
 <code> <code>
  rosrun rosprolog rosprolog knowrob_map_data  rosrun rosprolog rosprolog knowrob_map_data
- ?- owl_parse('package://knowrob_map_data/owl/ias_semantic_map.owl'), rdf_db:rdf_register_ns(ias_map, 'http://knowrob.org/kb/ias_semantic_map.owl#',  [keep(true)]).+ ?- owl_parse('package://knowrob_map_data/owl/ias_semantic_map.owl'), 
 +    rdf_db:rdf_register_ns(ias_map, 'http://knowrob.org/kb/ias_semantic_map.owl#',  [keep(true)]).
 </code> </code>