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

<https://boomersclub.com.au/author/1001708/#account>
  a sioc:UserAccount ;
  sioc:id "laurabarry.la@gmail.com" ;
  sioc:account_of <https://boomersclub.com.au/author/1001708/#person> .

<https://boomersclub.com.au/author/1001708/#person>
  a foaf:Person ;
  foaf:name "Laura Barry" .

