@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix pim: <http://www.w3.org/ns/pim/space#>.

<https://onto-deside.ilabt.imec.be/css11/construction_user2/profile/card> a foaf:PersonalProfileDocument;
    foaf:maker <#me>;
    foaf:primaryTopic <#me>.
<#me> a foaf:Agent;
    foaf:name "Construction User2";
    solid:oidcIssuer <https://onto-deside.ilabt.imec.be/css11/>;
    pim:storage <https://onto-deside.ilabt.imec.be/css11/construction_user2/>;
    <https://w3id.org/security#assertionMethod> <https://onto-deside.ilabt.imec.be/css11/construction_user2/profile/key>;
    <https://w3id.org/security#verificationMethod> <https://onto-deside.ilabt.imec.be/css11/construction_user2/profile/key>.
