コード例 #1
0
ファイル: PrivateProfile.php プロジェクト: anukat2015/smob
 function view_private_profile()
 {
     $turtle = SMOBTools::triples_from_graph(SMOB_ROOT . "me");
     header('Content-Type: text/turtle; charset=utf-8');
     return $turtle;
 }