On 5/26/11 5:35 PM, baran_H wrote:
> Without 'distinct' it does work:
> select ?property where {
> ?s ?property ?o.
> } limit 1
>
> Why might this be?
So you are asserting that for a given data space hosting N named graphs
(named collections of triples) :
select ?property where {
?s ?property ?o.
} limit 1
and
select distinct ?property where {
?s ?property ?o.
} limit 1
and
select ?property from <namedGraphIRI> where {
?s ?property ?o.
} limit 1
and
select ?property where { graph ?g {
?s ?property ?o.
} } limit 1
are equivalent.
Again, I say, no re. cost of solution.
--
Regards,
Kingsley Idehen
President& CEO
OpenLink Software
Web: http://www.openlinksw.com
Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca: kidehen
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery,
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now.
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion