    @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://princesparktouch.com/author/8094/>
  a foaf:PersonalProfileDocument ;
  dc:title "Angel Lorenzo Alonso FOAF Profile" ;
  foaf:primaryTopic <https://princesparktouch.com/author/8094/#account> ;
  foaf:maker <https://princesparktouch.com/author/8094/#account> .

<https://princesparktouch.com/author/8094/#account>
  a sioc:UserAccount ;
  sioc:id "angel.lorenzo@logista.es" ;
  sioc:account_of <https://princesparktouch.com/author/8094/#person> .

<https://princesparktouch.com/author/8094/#person>
  a foaf:Person ;
  foaf:name "Angel Lorenzo Alonso" .

