You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenAnzo
I'm not sure whether this is a bug or not in Anzo, but I looked at the
SPARQL specification and nothing stands out to me why I'm receiving
the following behavior from Anzo. I have my basic test TRIG file that
contains two persons. I added a new property called property:item
whose object is a reference to another URI that contains a fragment
identifier. Looks like this:
Looks like valid RDF and URIs to me. Now I run the following SPARQL
query against it that is suppose to get all triples for <person/
5#item> however, Anzo returns me all the triples for <person/5#item>
and <person/10#item> and appears to ignore the FILTER clause. Anybody
have any ideas on why?
CONSTRUCT
{
?s ?p ?o .
}
FROM NAMED domain:person
WHERE
{
GRAPH domain:person
{
?s a class:item ;
?p ?o .
FILTER ( ?s = <http://example.org/person/5#item> ) .
}
}
Lee Feigenbaum
unread,
Aug 17, 2009, 1:21:15 PM8/17/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to open...@googlegroups.com
Hi Andy,
I just tried this one out and can't reproduce it. It may be that the fix
for the BASE error that I just emailed about fixed this as well. If you
continue to have this trouble w/ the latest nightly as of tomorrow,
please let us know.