1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 23:49:28 +02:00
2010-01-24 09:19:39 +00:00

10 lines
276 B
Plaintext

// (c) Copyright 2003 Hewlett-Packard Development Company, LP
// Datatypes
// No match: the value in the model is datatyped
// and the query datatype is different
SELECT ?x ?y
FROM <model8.n3>
WHERE (?x ?y "value"^^ex:someType)
USING ex FOR <http://example.com/ns#>