@prefix knows: <https://data.knows.idlab.ugent.be/person/office/#>.
@prefix schema: <http://schema.org/>.

<> a <http://xmlns.com/foaf/0.1/PersonalProfileDocument>;
    <http://xmlns.com/foaf/0.1/maker> <#me>;
    <http://xmlns.com/foaf/0.1/primaryTopic> <#me>.
<#me> a <http://xmlns.com/foaf/0.1/Person>;
    <http://www.w3.org/ns/solid/terms#oidcIssuer> <../../>;
    <http://www.w3.org/ns/solid/terms#privateTypeIndex> <../settings/privateTypeIndex>;
    knows:hasAvailabilityCalendar <../../stuff/calendar/#availability-calendar>, <../stuff/calendar/vacation-calendar#>;
    <http://www.w3.org/ns/pim/space#preferencesFile> <../Settings/Preferences.ttl>;
    <http://www.w3.org/ns/solid/terms#publicTypeIndex> <publicTypeIndex.ttl>;
    <http://www.w3.org/ns/ldp#inbox> <../inbox/>;
    <http://xmlns.com/foaf/0.1/knows> <#me>, <https://matthias-evering-testprofile.solidcommunity.net/>;
    <http://www.w3.org/ns/solid/terms#community> <https://solidos.solidcommunity.net/>.
<../../stuff/calendar/#availability-calendar> schema:url "https://solidweb.me/testpro/stuff/calendar/availability".
