mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Test-8-05 : Regular expression testing
|
|
SELECT *
|
|
FROM <model1.nt>
|
|
WHERE (?x ?y ?z)
|
|
AND ?x eq 'http://rdf.hp.com/r-1' && ( ?y ~~ /1$/ )
|