mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 06:03:13 +02:00
8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Tutorial query 7
|
|
|
|
SELECT ?prop
|
|
FROM <vc-db-2.rdf>
|
|
WHERE (<http://somewhere/JohnSmith/> , ?prop, "John Smith")
|
|
USING vCard FOR <http://www.w3.org/2001/vcard-rdf/3.0#>
|