@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://rewiredweightloss.lhero.org/author/1001275/>
  a foaf:PersonalProfileDocument ;
  dc:title "Glenn Sargent FOAF Profile" ;
  foaf:primaryTopic <https://rewiredweightloss.lhero.org/author/1001275/#account> ;
  foaf:maker <https://rewiredweightloss.lhero.org/author/1001275/#account> .

<https://rewiredweightloss.lhero.org/author/1001275/#account>
  a sioc:UserAccount ;
  sioc:id "glenn.sargent@gmail.com" ;
  sioc:account_of <https://rewiredweightloss.lhero.org/author/1001275/#person> .

<https://rewiredweightloss.lhero.org/author/1001275/#person>
  a foaf:Person ;
  foaf:name "Glenn Sargent" .

