comparison sparql/sparql/test/dawg/data-r2/i18n/.svn/text-base/normalization-01.rq.svn-base @ 0:7785ad38967f default tip

Uploaded
author atsuko
date Thu, 25 Aug 2011 22:14:55 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7785ad38967f
1 # Figure out what happens with normalization form C.
2 PREFIX foaf: <http://xmlns.com/foaf/0.1/>
3 PREFIX HR: <http://www.w3.org/2001/sw/DataAccess/tests/data/i18n/normalization.ttl#>
4 SELECT ?name
5 WHERE { [ foaf:name ?name;
6 HR:resumeĢ ?resume ] . }