Hi, I have the bookmarks example installed. I can log in as dba dba and see my bookmarks in the local site server, where I have placed one bookmark.
Unfortunately I can't figure out how to access the information via the isql utility. I have the following command isql 1111 dba dba errors=stdout <dumpusersbookmarks.sprql >test.out with dumpuserbookmarks.sprql being the example code from one of the examples you have from working with bookmarks: sparql prefix sioc: <http://rdfs.org/sioc/ns#> prefix sioct: <http://rdfs.org/sioc/types#> prefix dct: <http://purl.org/dc/elements/1.1/> prefix dcc: <http://purl.org/dc/terms/> prefix bmk: <http://www.w3.org/2002/01/bookmark#> select ?bookmark where { ?forum a sioct:BookmarkFolder . ?forum sioc:container_of ?post . optional{ ?post bmk:recalls ?bookmark}. } the response in test.out is: Connected to OpenLink Virtuoso Driver: 05.08.3034 OpenLink Virtuoso ODBC Driver OpenLink Interactive SQL (Virtuoso), version 0.9849b. Type HELP; for help and EXIT; to exit. SQL> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Type the rest of statement, end with a semicolon (;)> Exactly what should I be ending with a semicolon here? Given that the query is one of the examples on the site? Syntactically it's correct isn't it? Best Regards, Bryan Rasmussen