@base <https://solid-practioners.trinpod.us/profile/card> .
@prefix space: <http://www.w3.org/ns/pim/space#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solid: <http://www.w3.org/ns/solid/terms#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix solid-practioners: <https://solid-practioners.trinpod.us/node/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://solid-practioners.trinpod.us/profile/card> 
    foaf:maker <https://solid-practioners.trinpod.us/i> ;
    foaf:primaryTopic <https://solid-practioners.trinpod.us/i> ;
    a <http://xmlns.com/foaf/0.1/PersonalProfileDocument> ;
    rdfs:label "solid-practioners_card"^^xsd:string ;
    vcard:url "https://solid-practioners.trinpod.us/node/t_80"^^xsd:string .
<https://solid-practioners.trinpod.us/i> 
    foaf:name "Solid Practioners"^^xsd:string ;
    ldp:inbox <https://solid-practioners.trinpod.us/inbox/> ;
    a <http://www.w3.org/2006/vcard/ns#WebId> ;
    solid:account <https://solid-practioners.trinpod.us/> ;
    solid:oidcIssuer <https://trinpod.us> ;
    solid:publicTypeIndex <https://solid-practioners.trinpod.us/profile/settings/publicTypeIndex> ;
    space:storage <https://solid-practioners.trinpod.us/> ;
    vcard:url "https://solid-practioners.trinpod.us/i"^^xsd:string .
