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.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksGuideAllGraphs
>
> Best Regards
> Hugh Williams
> Professional Services
> OpenLink Software
> Home Page:http://www.openlinksw.com
> Community Support:https://community.openlinksw.com
> Company Blog:https://medium.com/openlink-software-blog
> Virtuoso Blog:https://medium.com/virtuoso-blog
> Data Access Drivers 
> Blog:https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers
> LinkedIn -- http://www.linkedin.com/company/openlink-software/
> Twitter -- http://twitter.com/OpenLink
> Google+ -- http://plus.google.com/100570109519069333827/
> Facebook -- http://www.facebook.com/OpenLinkSoftware
> Universal Data Access, Integration, and Management Technology Providers
>
>> On 4 May 2022, at 08:58, Luís de Sousa  wrote:
>>
>> Hi there,
>>
>> 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.
>>
>> Thank you.
>>
>> LUÍS MOREIRA DE SOUSA | GeoInformatics
>> ISRIC - World Soil Information
>> Wageningen, Netherlands
>> +31 643 84 40 91
>> isric.org
>>
>> ___
>> Virtuoso-users mailing list
>> Virtuoso-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


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 Support: https://community.openlinksw.com 

Company Blog: https://medium.com/openlink-software-blog 

Virtuoso Blog: https://medium.com/virtuoso-blog 

Data Access Drivers Blog: 
https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers 

LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers





> On 4 May 2022, at 08:58, Luís de Sousa  wrote:
> 
> Hi there,
> 
> 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.
> 
> Thank you.
> 
> LUÍS MOREIRA DE SOUSA | GeoInformatics
> ISRIC - World Soil Information
> Wageningen, Netherlands
> +31 643 84 40 91
> isric.org
> 
> 
> 
> 
> ___
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


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 {graph ?g {?s ?p ?o}};



Patrick
—
OpenLink Software

___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


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

2022-05-04 Thread Luís de Sousa
Hi there,

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.

Thank you.

LUÍS MOREIRA DE SOUSA | GeoInformatics
ISRIC - World Soil Information
Wageningen, Netherlands
+31 643 84 40 91
isric.org




___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users