annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7785ad38967f Uploaded
atsuko
parents:
diff changeset
1 # Figure out what happens with normalization form C.
7785ad38967f Uploaded
atsuko
parents:
diff changeset
2 PREFIX foaf: <http://xmlns.com/foaf/0.1/>
7785ad38967f Uploaded
atsuko
parents:
diff changeset
3 PREFIX HR: <http://www.w3.org/2001/sw/DataAccess/tests/data/i18n/normalization.ttl#>
7785ad38967f Uploaded
atsuko
parents:
diff changeset
4 SELECT ?name
7785ad38967f Uploaded
atsuko
parents:
diff changeset
5 WHERE { [ foaf:name ?name;
7785ad38967f Uploaded
atsuko
parents:
diff changeset
6 HR:resumeĢ ?resume ] . }