@prefix : <#>.
@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 r: </>.
@prefix inbox: </inbox/>.
@prefix pro: <./>.
@prefix l: <https://www.w3.org/ns/iana/language-code/>.

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

:id1650912769954 a vcard:Home; vcard:value <mailto:Rachel@Moosader.com>.

:id1650913291793 solid:publicId l:en.

:id1650913298217 solid:publicId l:eo.

:me
    a schema:Person, foaf:Person;
    schema:knowsLanguage
    ( :id1650913291793 :id1650913298217 ), ( :id1650913291793 );
    vcard:fn "Rachel Wil Sha Singh";
    vcard:hasEmail :id1650912769954;
    vcard:hasPhoto <194821290_10101198891036675_629594366938316206_n.jpg>;
    vcard:note "Hi!";
    ldp:inbox inbox:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage r:;
    solid:account r:;
    solid:preferredObjectPronoun "them";
    solid:preferredRelativePronoun "theirs";
    solid:preferredSubjectPronoun "they";
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:profileBackgroundColor "#6600cc"^^xsd:color;
    solid:profileHighlightColor "#2e3436"^^xsd:color;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    foaf:name "Rachel Singh";
    foaf:nick "RWSS".
l:en schema:name "English"@en.

l:eo schema:name "Esperanto"@en.


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