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
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtuoso-users
