mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 14:13:11 +02:00
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Tutorial query 5
|
|
|
|
SELECT ?resource
|
|
FROM <vc-db-2.rdf>
|
|
WHERE (?resource, <info:age>, ?age)
|
|
AND ?age >= 24
|
|
USING info FOR <http://somewhere/peopleInfo#> |