1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-02 17:23:18 +02:00
2010-01-24 09:19:39 +00:00

8 lines
273 B
Plaintext

// (c) Copyright 2002 Hewlett-Packard Development Company, LP
// Tutorial query 4
SELECT ?resource, ?givenName
FROM <vc-db-1.rdf>
WHERE (?resource, <http://www.w3.org/2001/vcard-rdf/3.0#N>, ?z) ,
(?z, <http://www.w3.org/2001/vcard-rdf/3.0#Given>, ?givenName)