mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 14:13:11 +02:00
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
// (c) Copyright 2003 Hewlett-Packard Development Company, LP
|
|
// Lang tags
|
|
// Lang tags have no effect when there is a datatype (except XMLLiteral)
|
|
|
|
SELECT *
|
|
FROM <model9.n3>
|
|
WHERE (?x ?y "value"@en^^ns:someType)
|
|
USING ns FOR <http://rdf.hp.com/ns#>
|