@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 pro: <./>.
@prefix inbox: </inbox/>.
@prefix sst: </>.
@prefix c: <https://jlangkau.solidweb.org/profile/card#>.

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

:id1625139013278
    vcard:country-name "Germany";
    vcard:locality "Dortmund";
    vcard:postal-code "44227";
    vcard:region "NRW";
    vcard:street-address "Emil-Figge-Str. 80".
:id1625139088020
    a vcard:Work;
    vcard:value <mailto:Sebastian.Steinbuss@internationaldataspaces.org>.
:id1625142785158 a vcard:Work.

:me
    a schema:Person, foaf:Person;
    vcard:fn "Sebastian Steinbuss";
    vcard:hasAddress :id1625139013278;
    vcard:hasEmail :id1625139088020;
    vcard:organization-name "International Data Spaces Association e.V.";
    vcard:role "CTO";
    ldp:inbox inbox:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage sst:;
    solid:account sst:;
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    foaf:knows c:me;
    foaf:name "Sebastian Steinbuss".

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