Exemple #1
0
 function view_private_profile()
 {
     $turtle = SMOBTools::triples_from_graph(SMOB_ROOT . "me");
     header('Content-Type: text/turtle; charset=utf-8');
     return $turtle;
 }