Active
Project:
VARQL
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2011 at 22:09 UTC
Updated:
27 Feb 2011 at 22:09 UTC
... like so:
REFIX foaf:
SELECT DISTINCT ?node_profile_field_home_page ?node_profile_field_page
where {
?s foaf:homepage ?node_profile_field_home_page .
?s foaf:page ?node_profile_field_page .
}
LIMIT 10
It would be useful to have an example of what is actually displayed (and whether this query is correct).