@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema> .

<http://hosi.org/TakashiSuga.rdf> a foaf:PersonalProfileDocument;
   rdfs:label "Description of Dr. Takashi Suga for the hosi.org";
   foaf:primaryTopic <http://hosi.org/TakashiSuga> .

<http://hosi.org/TakashiSuga> a foaf:Person;
   foaf:currentProject <https://github.com/suchowan/when_exe>;
   foaf:familyName "Suga";
   foaf:givenName "Takashi";
   foaf:homepage <http://www.asahi-net.or.jp/~dd6t-sg>;
   foaf:mbox <mailto:suchowan@box.email.ne.jp>;
   foaf:name "Takashi Suga",
     "須賀隆"@ja;
   foaf:nick "suchowan";
   foaf:title "Dr.";
   foaf:weblog <https://suchowan.seesaa.net/tag/when.exe> .
