1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-24 14:20:19 +01:00
Files
audacity/lib-src/redland/rasqal/tests/rdql/testsuite/test-8-05
2010-01-24 09:19:39 +00:00

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$/ )