    @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/1002497/>
  a foaf:PersonalProfileDocument ;
  dc:title "Phil Morrison FOAF Profile" ;
  foaf:primaryTopic <https://princesparktouch.com/author/1002497/#account> ;
  foaf:maker <https://princesparktouch.com/author/1002497/#account> .

<https://princesparktouch.com/author/1002497/#account>
  a sioc:UserAccount ;
  sioc:id "philmorrison12@gmail.com" ;
  sioc:account_of <https://princesparktouch.com/author/1002497/#person> .

<https://princesparktouch.com/author/1002497/#person>
  a foaf:Person ;
  foaf:name "Phil Morrison" .

