@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 org: <http://www.w3.org/ns/org#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@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 prof: <./>.
@prefix c3: <https://michielbdejong.inrupt.net/profile/card#>.
@prefix inb: </inbox/>.
@prefix tim: </>.
@prefix l: <https://www.w3.org/ns/iana/language-code/>.
@prefix skill: <http://data.europa.eu/esco/skill/>.
@prefix c2: <https://timea.solidcommunity.net/profile/card#>.

skill:19a8293b-8e95-4de3-983f-77484079c389
schema:name "Java (computer programming)".
prof:card a foaf:PersonalProfileDocument; foaf:maker :me; foaf:primaryTopic :me.

:id1629189983448
    a solid:CurrentRole;
    schema:description "I work on SolidOS";
    schema:startDate "2021-08-02"^^xsd:date;
    vcard:role "Software Engineer";
    org:member :me;
    org:organization :id1629189994814 .
:id1629189994814 a schema:Corporation; schema:name "Inrupt".

:id1631630334471 solid:publicId l:en.

:id1631630638859 solid:publicId skill:19a8293b-8e95-4de3-983f-77484079c389 .

:id1631639037874 solid:publicId l:en.

:id1631639047218 solid:publicId l:it.

:id1631639089832 solid:publicId l:de.

:me
    a schema:Person, foaf:Person;
    schema:knowsLanguage
        ( :id1631639037874 :id1631639047218 :id1631639089832 ),
        ( :id1631639037874 ), ( :id1631639037874 :id1631639047218 );
    schema:skills :id1631630638859;
    rdfs:seeAlso c2:me;
    vcard:bday "1986-12-15"^^xsd:date;
    vcard:fn "Timea is Testing";
    vcard:hasAddress :id1628770506080;
    vcard:hasPhoto <20180909_103544.jpg>;
    vcard:role "new";
    acl:trustedApp
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin c3:me
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:3000>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:8080>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://otto-aa.github.io>
            ];
    ldp:inbox inb:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage tim:;
    solid:account tim:;
    solid:preferredObjectPronoun "her";
    solid:preferredRelativePronoun "hers";
    solid:preferredSubjectPronoun "she";
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    foaf:name "Timea Test".
l:de schema:name "Deut\u00e4nap\u00fck"@vo.

l:en schema:name "English"@en.

l:it schema:name "Italian"@en.


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