@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://umayyayinevi.com/author/halkbilimci/>
  a foaf:PersonalProfileDocument ;
  dc:title "Umay Yayınevi FOAF Profile" ;
  foaf:primaryTopic <https://umayyayinevi.com/author/halkbilimci/#account> ;
  foaf:maker <https://umayyayinevi.com/author/halkbilimci/#account> .

<https://umayyayinevi.com/author/halkbilimci/#account>
  a sioc:UserAccount ;
  sioc:name "Umay Yayınevi" .

