Re: [Virtuoso-users] Obtain list of knowledge graphs in iSQL

2022-05-09 Thread Luí­s Moreira de Sousa via Virtuoso-users
Thank you Patrick and Hugh for the replies, both informative. Best regards. -- Luís --- Original Message --- On Wednesday, May 4th, 2022 at 1:06 PM, Hugh Williams via Virtuoso-users wrote: > Hi Luís, > > Methods for listing RDF graphs in Virtuoso are documented at: > > http://vos.openl

Re: [Virtuoso-users] Obtain list of knowledge graphs in iSQL

2022-05-04 Thread Hugh Williams via Virtuoso-users
Hi Luís, Methods for listing RDF graphs in Virtuoso are documented at: http://vos.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksGuideAllGraphs Best Regards Hugh Williams Professional Services OpenLink Software Home Page: http://www.openlinksw.com Community S

Re: [Virtuoso-users] Obtain list of knowledge graphs in iSQL

2022-05-04 Thread Patrick van Kleef via Virtuoso-users
Hi, > is there any isql command to list the URIs of the knowledge graphs currently > in triple store? There are instructions to load and delete graphs, but I > cannot find one to list those currently loaded. > You can try the following command in isql: SQL> sparql select distinct ?g where {