SELECT * WHERE { ?card . OPTIONAL{ ?card ?fn . } OPTIONAL{ ?card ?n . OPTIONAL{ ?n ?givenname . } OPTIONAL{ ?n ?familyname . } OPTIONAL{ ?n ?additionalname . } OPTIONAL{ ?n ?nickname . } OPTIONAL{ ?n ?honorificprefix . } OPTIONAL{ ?n ?honorificsuffix . } } OPTIONAL{ ?card ?org . OPTIONAL{ ?org ?orgName . } OPTIONAL{ ?org ?orgUnit . } } OPTIONAL{ ?card ?sortString . } OPTIONAL{ ?card ?url . } OPTIONAL{ ?card ?email . } OPTIONAL{ ?card ?photo . } OPTIONAL{ ?card ?logo . } OPTIONAL{ ?card ?uid . } OPTIONAL{ ?card ?class . } OPTIONAL{ ?card ?bday . } OPTIONAL{ ?card ?rev . } OPTIONAL{ ?card ?tz . } OPTIONAL{ ?card ?category . } OPTIONAL{ ?card ?adr . } OPTIONAL{ ?card ?homeTel . } OPTIONAL{ ?card ?mobileTel . } OPTIONAL{ ?card ?tel . } OPTIONAL{ ?card ?unlabeledTel . } OPTIONAL{ ?card ?workTel . } OPTIONAL{ ?card ?title . } OPTIONAL{ ?card ?role . } OPTIONAL{ ?card ?note . } OPTIONAL{ ?card ?geo . } }