@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 inbox: </inbox/>.
@prefix pro: <./>.
@prefix do: </>.

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

:id1694007584551
    vcard:country-name "Germany";
    vcard:locality "Musterstadt";
    vcard:postal-code "01331";
    vcard:region "Sachsen";
    vcard:street-address "Musterstra\u00dfe 75".
:id1698840497660 a vcard:Home; vcard:value <mailto:theregister@solid-social.de>.


:me
    a schema:Person, foaf:Person;
    vcard:bday "1981-10-19"^^xsd:date;
    vcard:fn "The Register";
    vcard:hasAddress :id1694007584551;
    vcard:hasEmail :id1698840497660;
    vcard:hasPhoto <1.png>;
    vcard:note "Just message us";
    vcard:organization-name "Example Company";
    vcard:role "Employee";
    ldp:inbox inbox:;
    solid:oidcIssuer <https://solidcommunity.net/>;
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    foaf:name "".
