mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Tutorial query 8
|
|
|
|
SELECT ?b
|
|
FROM <vc-db-2.rdf>
|
|
WHERE (<http://somewhere/JohnSmith/> , <vCard:N>, ?b)
|
|
USING vCard FOR <http://www.w3.org/2001/vcard-rdf/3.0#>
|