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

<https://princesparktouch.com/author/1935/#account>
  a sioc:UserAccount ;
  sioc:id "philip@thewinedepository.com.au" ;
  sioc:account_of <https://princesparktouch.com/author/1935/#person> .

<https://princesparktouch.com/author/1935/#person>
  a foaf:Person ;
  foaf:name "Philip Smith" .

