@prefix : <#>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix pro: <./>.
@prefix n0: <http://xmlns.com/foaf/0.1/>.
@prefix schem: <http://schema.org/>.
@prefix n: <http://www.w3.org/2006/vcard/ns#>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix inbox: </inbox/>.
@prefix sp: <http://www.w3.org/ns/pim/space#>.
@prefix cleop: </>.
@prefix cert: <http://www.w3.org/ns/auth/cert#>.
@prefix XML: <http://www.w3.org/2001/XMLSchema#>.

pro:card a n0:PersonalProfileDocument; n0:maker :me; n0:primaryTopic :me.

:me
    a schem:Person, n0:Person;
    n:fn "Cleopatra";
    n:organization-name "Ptolemaic Kingdom of Egypt";
    n:role "Queen of Egypt ";
    n:hasPhoto <https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Statue_of_a_Ptolemaic_Queen%2C_perhaps_Cleopatra_VII_MET_89.2.660_EGDP013678.jpg/400px-Statue_of_a_Ptolemaic_Queen%2C_perhaps_Cleopatra_VII_MET_89.2.660_EGDP013678.jpg>;
    ldp:inbox inbox:;
    sp:preferencesFile </settings/prefs.ttl>;
    sp:storage cleop:;
    solid:account cleop:;
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    n0:name "Cleopatra";
cert:key
            [
                cert:exponent 65537;
                cert:modulus
                    "a4239b506db8a953a7ef26c55c28c9f6525a16a1174de148798205904f36082c566d0adb92686c8111b6a739f58471716b1b9f2d58a58296a464a8a042fb3eaca6ff4493408969875058d850cdf53317bdfbfbe5dba47078b527781380663fbd8da2c75c15b3162c8c774b9dbfa83181ff15da35567c10355a6398527ad6c142cd091af915783e4120a23df36b7294d881d94f97e4d4cbd9dcbb6b92fe963c8328332676d36d756ab4f3efedf3544925d333446a9211e41a0521ff7ac9872613226dd5b1b222326d3cfba95ed4db35a171891f6e696f827ad5c6ec4a995ce4aa6775734e2c6238088f23839ab65c2abce3565b657f7770fd66d0c350c25220cb"^^XML:hexBinary
            ];.

<#me> <http://www.w3.org/ns/solid/terms#oidcIssuer> <https://solidcommunity.net/>. # Automatically added for Solid 0.9 compatibility
