Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
doc:knowrob2_migration [2020/07/22 10:51] – [Migration of commonly used queries] sasjongedoc:knowrob2_migration [2020/07/22 12:31] – [Migration of commonly used queries] sasjonge
Line 19: Line 19:
 yourontology, 'http://knowrob_yourpackage/owl/yourontology.owl#', [keep(true)]). yourontology, 'http://knowrob_yourpackage/owl/yourontology.owl#', [keep(true)]).
 </code>    | <code prolog> </code>    | <code prolog>
-?- tripledb_load('package://knowrob_yourpackage/owl/yourontology.owl',+?- tripledb_load( 
 +    'package://knowrob_yourpackage/owl/yourontology.owl',
     [      [ 
-       namespace(yourontology,'http://knowrob_yourpackage/owl/yourontology.owl#')+       namespace( 
 +           yourontology, 
 +           'http://knowrob_yourpackage/owl/yourontology.owl#' 
 +       )
     ]).     ]).
 </code>    | If you want to load the owl file and set a namespace | </code>    | If you want to load the owl file and set a namespace |