    @prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .

<https://princesparktouch.com/author/7846/>
  a foaf:PersonalProfileDocument ;
  dc:title "Elizabeth Prastites FOAF Profile" ;
  foaf:primaryTopic <https://princesparktouch.com/author/7846/#account> ;
  foaf:maker <https://princesparktouch.com/author/7846/#account> .

<https://princesparktouch.com/author/7846/#account>
  a sioc:UserAccount ;
  sioc:id "eprastites95@outlook.com" ;
  sioc:account_of <https://princesparktouch.com/author/7846/#person> .

<https://princesparktouch.com/author/7846/#person>
  a foaf:Person ;
  foaf:name "Elizabeth Prastites" .

