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')
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?
regards
jamshaid