@prefix : <#>.
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix schema: <http://schema.org/>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix space: <http://www.w3.org/ns/pim/space#>.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sec: <https://w3id.org/security#>.
@prefix c91: </public/keys/c9192340-98af-11ed-adcb-437de5ef4a71.jsonld#>.
@prefix bbo: </>.
@prefix inbox: </inbox/>.
@prefix pro: <./>.
@prefix c: <https://uvdsl.solid.aifb.kit.edu/profile/card#>.

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

:id1673346765782 a vcard:Work; vcard:value <mailto:bboi@unisa.it>.

:me
    a schema:Person, foaf:Person;
    vcard:bday "1999-01-05"^^xsd:date;
    vcard:fn "Biagio Boi";
    vcard:hasEmail :id1673346765782;
    vcard:hasPhoto <DSC09324-2.jpg>;
    vcard:organization-name "UNISA";
    vcard:role "PhD Student";
    acl:trustedApp
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <https://unisa.it>
            ];
    ldp:inbox inbox:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage bbo:;
    solid:account bbo:;
    solid:oidcIssuer <https://solidcommunity.net/>;
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    foaf:knows c:me;
    foaf:name "Biagio Boi";
    sec:assertionMethod c91:key.
