@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://natoine.fr/index.php/author/natoine/>
  a foaf:PersonalProfileDocument ;
  dc:title "natoine FOAF Profile" ;
  foaf:primaryTopic <https://natoine.fr/index.php/author/natoine/#account> ;
  foaf:maker <https://natoine.fr/index.php/author/natoine/#account> .

<https://natoine.fr/index.php/author/natoine/#account>
  a sioc:UserAccount ;
  sioc:name "natoine" .

