@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://dunneworthy.com/author/1/>
  a foaf:PersonalProfileDocument ;
  dc:title "Peter Shaw FOAF Profile" ;
  foaf:primaryTopic <https://dunneworthy.com/author/1/#account> ;
  foaf:maker <https://dunneworthy.com/author/1/#account> .

<https://dunneworthy.com/author/1/#account>
  a sioc:UserAccount ;
  sioc:id "pete@shawfactor.com" ;
  sioc:account_of <https://dunneworthy.com/author/1/#person> .

<https://dunneworthy.com/author/1/#person>
  a foaf:Person ;
  foaf:name "Peter Shaw" .

