@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix ab: <http://www.w3.org/ns/pim/ab#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<#this> a vcard:AddressBook;
    dc:title "New address Book";
    vcard:nameEmailIndex <people.ttl>;
    vcard:groupIndex <groups.ttl>. 

<#this> <http://www.w3.org/ns/auth/acl#owner> <https://www.w3.org/People/Berners-Lee/card#i>.

