@prefix : <https://pods.solidcommunity.au/jessicamoore/profile/card#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix pro: <https://pods.solidcommunity.au/jessicamoore/profile/>.

pro:card a foaf:PersonalProfileDocument;
    foaf:maker <#me>;
    foaf:primaryTopic <#me>.
<#me> a foaf:Person;
    solid:oidcIssuer <https://pods.solidcommunity.au/>, <https://pods.privateinsights.au>;
    vcard:fn "Jess Moore";
    vcard:Gender "Female";
    foaf:name "Jess Moore".
