- From: Thompson, Bryan B. <BRYAN.B.THOMPSON@saic.com>
- Date: Tue, 15 Mar 2005 12:14:31 -0500
- To: "'public-rdf-dawg@w3.org'" <public-rdf-dawg@w3.org>
Hello,
The "foaf" prefix is not declared in the example from section 11.2.1.4.
PREFIX a: <http://www.w3.org/2000/10/annotation-ns#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT ?annot ?given ?family
WHERE ( ?annot a:annotates <http://www.w3.org/TR/rdf-sparql-query/> )
( ?annot dc:creator ?c )
OPTIONAL { ( ?c foaf:given ?given )
( ?c foaf:family ?family ) }
AND isBlank(?c)
Thanks,
-bryan
Received on Tuesday, 15 March 2005 17:14:44 UTC