On 12/10/10 2:59 PM, Jamshaid Ashraf wrote:
Hi,

I can use rdfs_rule_set to specify the schema to be used for performing inferencing based in RDFS rules (sub class & sub property)

1) What I need to do if I need 2 or more schemas (seperate rdf graphs/files) to be part of same inference context (logical name)? should i run rdfs_rule_set multiple times with different (in uri) value of 2nd parameter with SAME inference context like
   rdfs_rule_set('http://abc/inference1', 'http://xyz/schema1', '0')
   rdfs_rule_set('http://abc/inference1', 'http://xyz/schema2', '0')


Put all the inference triples in one graph, then associate that graph IRI with a rule.

2) In SPARQL query screen (http://localhost:8890/sparql) what is "Default Graph URI" field? when It should be used? is it same as the FROM value in SPARQL query?

Yes.

Kingsley


regards
jamshaid


------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages,
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev


_______________________________________________
Virtuoso-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


--

Regards,

Kingsley Idehen 
President&  CEO
OpenLink Software
Web: http://www.openlinksw.com
Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca: kidehen





Reply via email to