mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 07:29:29 +02:00
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
// (c) Copyright 2003 Hewlett-Packard Development Company, LP
|
|
// Datatypes. Data has no matching datatypes
|
|
// xsd:string - sameValueAs plain literal
|
|
|
|
SELECT ?x ?y
|
|
FROM <model8.n3>
|
|
WHERE (?x ?y "value"^^xsd:string)
|