mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 17:08:07 +02:00
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
// (c) Copyright 2003 Hewlett-Packard Development Company, LP
|
|
// Datatypes: test handling in WHERE clause
|
|
// Tests in WHERE are on the lexical representation.
|
|
|
|
SELECT ?z
|
|
FROM <model8.n3>
|
|
WHERE (?x ?y ?z)
|
|
AND ?z eq "value"^^ns:someType
|
|
USING ns FOR <http://rdf.hp.com/ns#>
|