Nathan Sjoquist
Results
1
comments of
Nathan Sjoquist
If you want to query the named graph without using the default graph, this should work: `select ?a ?b ?c from named where { graph {?a ?b ?c} }limit 100...