@prefix : <#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix org: <http://www.w3.org/ns/org#>.
@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 rrr: </>.
@prefix inbox: </inbox/>.
@prefix pro: <./>.
@prefix l: <https://www.w3.org/ns/iana/language-code/>.
@prefix soci: <https://solidos.github.io/profile-pane/src/ontology/socialMedia.ttl#>.

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

:id1680807962370
vcard:country-name "Japan"; vcard:locality "Koshigaya"; vcard:region "Saitama".
:id1680808094956 solid:publicId l:en.

:id1680809251796 a vcard:Work; vcard:value <mailto:semperfortis@duck.com>.

:id1736935893489 a soci:BlueSkyAccount; foaf:accountName "rrraksamam".

:id1736936024659 org:member :me.

:me
    a schema:Person, foaf:Person;
    schema:knowsLanguage
        ( :id1680808094956 ), ( :id1680808094956 ), ( :id1680808094956 ),
        ( :id1680808094956 ), ( :id1680808094956 ), ( :id1680808094956 );
    vcard:fn "Roy";
    vcard:hasAddress :id1680807962370;
    vcard:hasEmail :id1680809251796;
    vcard:hasPhoto <avatar.png>;
    vcard:note "Omnes spes demortae sunt";
    vcard:organization-name "Nessie&theKnockers Inc";
    vcard:role "CEO";
    ldp:inbox inbox:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage rrr:;
    solid:account rrr:;
    solid:oidcIssuer <https://solidweb.org>;
    solid:preferredObjectPronoun "him";
    solid:preferredRelativePronoun "his";
    solid:preferredSubjectPronoun "he";
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    foaf:account ( :id1736935893489 );
    foaf:name "rrraksamam".
l:en schema:name "English"@en.

