@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/1002658/>
  a foaf:PersonalProfileDocument ;
  dc:title "Jennifer Tejada Cruz FOAF Profile" ;
  foaf:primaryTopic <https://princesparktouch.com/author/1002658/#account> ;
  foaf:maker <https://princesparktouch.com/author/1002658/#account> .

<https://princesparktouch.com/author/1002658/#account>
  a sioc:UserAccount ;
  sioc:id "jeni.viale@gmail.com" ;
  sioc:account_of <https://princesparktouch.com/author/1002658/#person> .

<https://princesparktouch.com/author/1002658/#person>
  a foaf:Person ;
  foaf:name "Jennifer Tejada Cruz" .

