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

<https://boomersclub.com.au/author/1001724/#account>
  a sioc:UserAccount ;
  sioc:id "elio.baldan@gmail.com" ;
  sioc:account_of <https://boomersclub.com.au/author/1001724/#person> .

<https://boomersclub.com.au/author/1001724/#person>
  a foaf:Person ;
  foaf:name "Elio Baldan" .

