@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 cert: <http://www.w3.org/ns/auth/cert#>.
@prefix XML: <http://www.w3.org/2001/XMLSchema#>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix inbox: </inbox/>.
@prefix sp: <http://www.w3.org/ns/pim/space#>.
@prefix jc: </>.

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

:me
    a schem:Person, n0:Person;
    n:fn "Gaius Julius Caesar";
    n:organization-name "Roman republic";
    n:role "Imperator";
    n:hasPhoto <https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/Retrato_de_Julio_C%C3%A9sar_%2826724093101%29.jpg/320px-Retrato_de_Julio_C%C3%A9sar_%2826724093101%29.jpg>;
    cert:key
            [
                cert:exponent 65537;
                cert:modulus
                    "f5ca06b88365312f26562d5e9f47cc3ab8da4f284a86314fb2a52ce2d9affd4c811bca981d14d3ae838df6a58b8e538872454092523547ed709002186d57630df6dff6adf2c3b50e080a727a572828cbd4d6b610e4ddd23bf796df674e967595e1074323d75f9861e3aee8aeb1e894ad57d29471952526edec04532dac738c1f3d3acc611bec55d476f0864fd5870be3bcf60eebab7e252c259881e012fd07cc5e2d6aaaa64892ee2fddef69f0d3ee9c0a655cb15f9682b5e5540f1aef8c6eed4ae81a2ba84c8f4600417abb51152aadf517c4b127f6bb687932a588f0ff7cabfce2463c61377418ddae7f459b0a640528468a3800684e17cba56bce73c46737"^^XML:hexBinary
            ];
    ldp:inbox inbox:;
    sp:preferencesFile </settings/prefs.ttl>;
    sp:storage jc:;
    solid:account jc:;
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    n0:name "Julius Caesar".

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