@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://boomersclub.com.au/author/1001673/>
  a foaf:PersonalProfileDocument ;
  dc:title "Margaret Gregory FOAF Profile" ;
  foaf:primaryTopic <https://boomersclub.com.au/author/1001673/#account> ;
  foaf:maker <https://boomersclub.com.au/author/1001673/#account> .

<https://boomersclub.com.au/author/1001673/#account>
  a sioc:UserAccount ;
  sioc:id "gregoryms@bigpond.com" ;
  sioc:account_of <https://boomersclub.com.au/author/1001673/#person> .

<https://boomersclub.com.au/author/1001673/#person>
  a foaf:Person ;
  foaf:name "Margaret Gregory" .

