@prefix foaf: <http:> .
@prefix dc: <http:> .
@prefix sioc: <http:> .

<https:>
  a foaf:PersonalProfileDocument ;
  dc:title "Umay Yayınevi FOAF Profile" ;
  foaf:primaryTopic <https:> ;
  foaf:maker <https:> .

<https:>
  a sioc:UserAccount ;
  sioc:name "Umay Yayınevi" .