Re: [Virtuoso-users] Getting a list of rule sets defined in the database.

2012-10-19 Thread Hugh Williams
Hi You can run the following query to obtain a list of defined rule sets: SELECT * FROM sys_rdf_schema ; which is listed in the example rule sets in the documentation at: http://docs.openlinksw.com/virtuoso/rdfsparqlrule.html#rdfsparqlruleowlrelationexample1 Best Regards Hugh

[Virtuoso-users] Getting a list of rule sets defined in the database.

2012-10-19 Thread Y. Dong
Hi, OK. This may be a no-brainer for many but I just can't find it. I made a rule set using the command rdfs_rule_set (in name varchar, in uri varchar, in remove int := 0), but now I can't remember the name of the rule set. There must be some way to get a list of rule sets defined in the databa

Re: [Virtuoso-users] Loading RDF into Virtuoso

2012-10-19 Thread David Brooks
I suggest using the SPARQL graph endpoint at http://localhost:8890/sparql-graph-crud/ along with libcurl (or equivalent) in your application. Use POST to extend an existing graph, PUT to replace a graph, and DELETE to remove one, specifying the graph via a parameter of 'graph_uri' (e.g. POST

[Virtuoso-users] Loading RDF into Virtuoso

2012-10-19 Thread Uldis Bojars
Hi, What is the best way for inserting RDF/XML data into Virtuoso (Open Source edition) if the following conditions are true: - data to be loaded is generated by the application (=it is not a file on a filesystem) - data needs to be loaded into a named graph G -- if G already has some data,