Hi, I found some interesting behaviour:
When I execute the query
SELECT DISTINCT * WHERE {
?s coin:hasFindtype ?o
}
I get a lot of results:
db:coin/1 coin:Hoard
db:coin/2 coin:Hoard
db:coin/3 coin:Hoard
db:coin/4 coin:Hoard
... (and many more)
But if I change it to
SELECT DISTINCT * WHERE {
?s coin:hasFindtype coin:Hoard
}
I get a "[no results]".
How can something like that happen??
Thanks for reply and kind regards
markus
