@base <http://dydra.com/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://nakamura196.github.io/voicevox-character-lod/lod/voicevox>
    a <https://schema.org/Dataset> ;
    <https://schema.org/creator> <https://github.com/nakamura196> ;
    <https://schema.org/dateCreated> "2026-03-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    <https://schema.org/dateModified> "2026-03-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    <https://schema.org/description> "Linked Open Data dataset describing characters, speech styles, and dialogue pairs of the VOICEVOX text-to-speech engine."@en, "VOICEVOXテキスト音声合成エンジンのキャラクター・口調・対話ペアを記述するLinked Open Dataデータセット。"@ja ;
    <https://schema.org/isBasedOn> <https://voicevox.hiroshiba.jp/> ;
    <https://schema.org/license> <https://creativecommons.org/licenses/by/4.0/> ;
    <https://schema.org/name> "VOICEVOX Character LOD"@en, "VOICEVOX キャラクター LOD"@ja ;
    <https://schema.org/url> <https://nakamura196.github.io/voicevox-character-lod/> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox>
    <http://purl.org/dc/terms/created> "2026-03-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    <http://purl.org/dc/terms/creator> <https://github.com/nakamura196> ;
    <http://purl.org/dc/terms/description> "An OWL ontology describing characters, speech styles, and dialogue pairs available in the VOICEVOX text-to-speech engine."@en, "VOICEVOXテキスト音声合成エンジンで利用可能なキャラクター・口調・対話ペアを記述するOWLオントロジー。"@ja ;
    <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
    <http://purl.org/dc/terms/modified> "2026-03-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    <http://purl.org/dc/terms/title> "VOICEVOX Character Ontology"@en, "VOICEVOX キャラクターオントロジー"@ja ;
    a <http://www.w3.org/2002/07/owl#Ontology> ;
    <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://voicevox.hiroshiba.jp/> ;
    <http://www.w3.org/2002/07/owl#versionInfo> "1.0.0" .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A virtual character whose voice is synthesized by the VOICEVOX engine."@en, "VOICEVOXエンジンで音声合成されるバーチャルキャラクター。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "VOICEVOX Character"@en, "VOICEVOXキャラクター"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://schema.org/Person> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A pair of characters assigned questioner/explainer roles for dialogue-style content."@en, "対話コンテンツにおいて質問役・解説役を担うキャラクターのペア。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Character Pair"@en, "キャラクターペア"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#TTSEngine>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A software application that converts text into synthesized speech."@en, "テキストを合成音声に変換するソフトウェア。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Text-to-Speech Engine"@en, "音声合成エンジン"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://schema.org/SoftwareApplication> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#chibijii>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/chibishiki_jii/> ;
    <http://xmlns.com/foaf/0.1/nick> "Chibi Jii"@en, "ちび式じい"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#d7ccc8" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#795548" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "それはよいことじゃ"@ja, "なるほどのう"@ja, "ほっほっほ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 42 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "穏やかなおじいさん口調。「〜じゃのう」「〜かのう」を使う"@ja ;
    <https://schema.org/description> "An elderly character with a gentle and flavorful speaking style."@en, "おじいさんキャラクター。穏やかで味わい深い口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/chibishiki_jii/> ;
    <https://schema.org/name> "Chibishiki Jii"@en, "ちび式じい"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The character's theme color as a CSS hex value."@en, "キャラクターのテーマカラー（CSS hex値）。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Display Color"@en, "表示カラー"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The character's theme color for dark mode."@en, "ダークモード用のテーマカラー。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Display Color (Dark)"@en, "表示カラー（ダーク）"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#explainer>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The character who plays the explainer role in a pair."@en, "ペアにおいて解説役を担うキャラクター。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Explainer"@en, "解説役"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#goki>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/goki/> ;
    <http://xmlns.com/foaf/0.1/nick> "Goki"@en, "後鬼"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#ffcc80" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#ef6c00" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "それで？"@ja, "ふむ…"@ja, "わかった"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 27 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "落ち着いた口調と荒々しい口調を使い分ける"@ja ;
    <https://schema.org/description> "An oni-themed character with multiple personality styles."@en, "鬼をモチーフにしたキャラクター。複数の人格スタイルを持つ。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/goki/> ;
    <https://schema.org/name> "Goki"@en, "後鬼"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The TTS engine that synthesizes this character's voice."@en, "このキャラクターの音声を合成するTTSエンジン。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "has engine"@en, "対応エンジン"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#TTSEngine> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasMember>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A character belonging to this pair (regardless of role)."@en, "このペアに属するキャラクター（役割問わず）。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "has member"@en, "メンバー"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hau>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/amehare_hau/> ;
    <http://xmlns.com/foaf/0.1/nick> "Hau"@en, "はう"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#4dd0e1" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#00acc1" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#imageCreator> <https://twitter.com/sakamoto_ahr> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "えっと、それって何？"@ja, "なるほど〜！"@ja, "わぁ、すごいね！"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 10 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "元気でハキハキした口調。「〜だよ！」「えっと〜」「がんばろう！」を使う"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#standingImage> <https://seiga.nicovideo.jp/seiga/im10913655> ;
    <https://schema.org/description> "An energetic character with a lively speaking style. A nursing student."@en, "元気でハキハキした口調のキャラクター。看護学生。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/amehare_hau/> ;
    <https://schema.org/name> "Amehare Hau"@en, "雨晴はう"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#himari>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/meimei_himari/> ;
    <http://xmlns.com/foaf/0.1/nick> "Himari"@en, "ひまり"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#f8bbd0" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#c2185b" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "うん、そうだよ〜"@ja, "へぇ〜、おもしろいね〜"@ja, "わかった〜"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 14 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "おっとりのんびりした口調。「〜だよ〜」「〜なの〜」を使う"@ja ;
    <https://schema.org/description> "A soothing, gentle-voiced character with a relaxed speaking style."@en, "おっとりした癒し系の声のキャラクター。のんびりとした口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/meimei_himari/> ;
    <https://schema.org/name> "Meimei Himari"@en, "冥鳴ひまり"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hiroshiba>
    a <http://xmlns.com/foaf/0.1/Person>, <https://schema.org/Person> ;
    <http://www.w3.org/2002/07/owl#sameAs> <https://github.com/Hiroshiba> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://hiroshiba.jp/> ;
    <http://xmlns.com/foaf/0.1/name> "ヒホ"@ja ;
    <https://schema.org/name> "Hiho (Kazuyuki Hiroshiba)"@en, "ヒホ（廣芝和之）"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#imageCreator>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The person who created the standing image illustration."@en, "立ち絵イラストの制作者。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Image Creator"@en, "立ち絵作者"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/Person> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#itako>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/tohoku_itako/> ;
    <http://xmlns.com/foaf/0.1/nick> "Itako"@en, "イタコ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#ce93d8" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#7b1fa2" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "ええ、そうですわ"@ja, "おもしろいですわね"@ja, "なるほどですわ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 109 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "落ち着いた大人の女性口調。「〜ですわ」「〜ですね」を使う"@ja ;
    <https://schema.org/description> "A character supporting Tohoku region with a calm, mature female tone."@en, "東北応援キャラクター。落ち着いた大人の女性の口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/tohoku_itako/> ;
    <https://schema.org/license> <https://zunko.jp/guideline.html> ;
    <https://schema.org/name> "Tohoku Itako"@en, "東北イタコ"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#kenzaki>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/kenzaki_mesuo/> ;
    <http://xmlns.com/foaf/0.1/nick> "Mesuo"@en, "雌雄"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#80cbc4" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#00897b" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "そういうことか"@ja, "なかなか面白いね"@ja, "ふーん、そうなんだ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 21 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "クールで中性的な口調。「〜だね」「〜かな」を使う"@ja ;
    <https://schema.org/description> "An androgynous-voiced character with a cool, intellectual tone."@en, "中性的な声のキャラクター。クールで知的な口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/kenzaki_mesuo/> ;
    <https://schema.org/name> "Kenzaki Mesuo"@en, "剣崎雌雄"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#kiritan>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2002/07/owl#sameAs> <http://www.wikidata.org/entity/Q55634043> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/tohoku_kiritan/> ;
    <http://xmlns.com/foaf/0.1/nick> "Kiritan"@en, "きりたん"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#ce93d8" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#ab47bc" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#imageCreator> <https://twitter.com/sakamoto_ahr> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "そうですね"@ja, "つまり〜ということです"@ja, "理解しました"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 108 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "冷静でクールな口調。「〜です」「〜ですね」「つまり〜ということです」を使う"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#standingImage> <https://seiga.nicovideo.jp/seiga/im10849149> ;
    <https://schema.org/description> "A calm, cool character with a composed speaking style."@en, "冷静でクールな口調のキャラクター。「つまり〜ということです」を使う。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/tohoku_kiritan/> ;
    <https://schema.org/license> <https://zunko.jp/guideline.html> ;
    <https://schema.org/name> "Tohoku Kiritan"@en, "東北きりたん"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#kotaro>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/shirakami_kotaro/> ;
    <http://xmlns.com/foaf/0.1/nick> "Kotaro"@en, "虎太郎"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#80deea" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#00838f" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "おもしれー！"@ja, "すげー！"@ja, "それってどういうこと？"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 12 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "元気で活発な少年口調。「〜だよ！」「すげー！」「やった！」を使う"@ja ;
    <https://schema.org/description> "An energetic boy character with a bright and lively tone."@en, "元気いっぱいの少年キャラクター。明るく活発な口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/shirakami_kotaro/> ;
    <https://schema.org/name> "Shirakami Kotaro"@en, "白上虎太郎"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#kouzakura>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/seikishi_kouzakura/> ;
    <http://xmlns.com/foaf/0.1/nick> "Kouzakura"@en, "紅桜"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#ef5350" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#b71c1c" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "これぞ真理…！"@ja, "ふっ…面白い"@ja, "我が力を見よ！"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 51 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "中二病風の大げさな口調。「〜であるぞ」「〜なのだ！」を使う"@ja ;
    <https://schema.org/description> "A chuunibyou-style character with dramatic, theatrical speech."@en, "中二病風のキャラクター。大げさで芝居がかった口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/seikishi_kouzakura/> ;
    <https://schema.org/name> "Holy Knight Kouzakura"@en, "†聖騎士 紅桜†"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#maron>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/kurita_maron/> ;
    <http://xmlns.com/foaf/0.1/nick> "Maron"@en, "まろん"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#bcaaa4" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#5d4037" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "あら、そうですの"@ja, "ごきげんよう"@ja, "素敵ですわ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 67 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "優しく丁寧な口調。「〜ですわ」「〜ですの」を使う"@ja ;
    <https://schema.org/description> "A gentle female character with a kind, polite speaking style."@en, "おっとりした女性キャラクター。優しく丁寧な口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/kurita_maron/> ;
    <https://schema.org/name> "Kurita Maron"@en, "栗田まろん"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#metan>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2002/07/owl#sameAs> <http://www.wikidata.org/entity/Q113476218> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/shikoku_metan/> ;
    <http://xmlns.com/foaf/0.1/nick> "Metan"@en, "めたん"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#ff4081" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#c51162" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#imageCreator> <https://twitter.com/sakamoto_ahr> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "〜のよ"@ja, "そのとおりよ！"@ja, "説明するわね"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 2 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "「〜よ」「〜わ」語尾。丁寧で分かりやすく説明する"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#standingImage> <https://seiga.nicovideo.jp/seiga/im10849150> ;
    <https://schema.org/description> "A polite character who explains things clearly. Characterized by feminine speech patterns."@en, "丁寧で分かりやすく説明するキャラクター。「〜よ」「〜わ」語尾が特徴。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/shikoku_metan/> ;
    <https://schema.org/license> <https://zunko.jp/guideline.html> ;
    <https://schema.org/name> "Shikoku Metan"@en, "四国めたん"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#miko>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/ouka_miko/> ;
    <http://xmlns.com/foaf/0.1/nick> "Miko"@en, "ミコ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#ffab91" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#e64a19" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "がんばるよ！"@ja, "それいいね！"@ja, "やっほー！"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 43 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "明るく元気な口調。「〜だよ！」「〜ね！」を使う"@ja ;
    <https://schema.org/description> "An UTAU-originated character with multiple forms."@en, "UTAU発のキャラクター。複数のフォーム（第二形態等）を持つ。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/ouka_miko/> ;
    <https://schema.org/name> "Ouka Miko"@en, "櫻歌ミコ"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#mochiko>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/mochiko/> ;
    <http://xmlns.com/foaf/0.1/nick> "Mochiko"@en, "もち子"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#b39ddb" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#673ab7" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "えへへ"@ja, "がんばります！"@ja, "はい、そうです"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 20 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "やわらかくかわいい口調。「〜です」「〜ですよ」を使う"@ja ;
    <https://schema.org/description> "A soft, cute-voiced character with a gentle speaking style."@en, "やわらかくかわいい声のキャラクター。おっとりした口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/mochiko/> ;
    <https://schema.org/name> "Mochiko-san"@en, "もち子さん"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#nekoaru>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/nekotsukai_aru/> ;
    <http://xmlns.com/foaf/0.1/nick> "Aru"@en, "アル"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#fff59d" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#f57f17" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "おもしろそう"@ja, "にゃるほど"@ja, "まぁいいか"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 55 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "気まぐれで自由な口調。「〜にゃ」「〜かも」を使う"@ja ;
    <https://schema.org/description> "A cat-themed character with a capricious, free-spirited tone."@en, "猫をモチーフにしたキャラクター。気まぐれで自由な口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/nekotsukai_aru/> ;
    <https://schema.org/name> "Nekotsukai Aru"@en, "猫使アル"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#nekobii>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/nekotsukai_bii/> ;
    <http://xmlns.com/foaf/0.1/nick> "Bii"@en, "ビィ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#c5e1a5" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#558b2f" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "うん…"@ja, "そうかも"@ja, "ちょっと気になる"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 58 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "おとなしく控えめな口調。「〜だよ」「〜かな」を使う"@ja ;
    <https://schema.org/description> "A companion character to Nekotsukai Aru with a quieter tone."@en, "猫使アルと対をなすキャラクター。おとなしめの口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/nekotsukai_bii/> ;
    <https://schema.org/name> "Nekotsukai Bii"@en, "猫使ビィ"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#no7>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/no7/> ;
    <http://xmlns.com/foaf/0.1/nick> "No.7"@en, "No.7"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#b0bec5" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#607d8b" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "データを確認します"@ja, "了解しました"@ja, "報告します"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 29 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "無機質で淡々とした口調。「〜です」「〜ます」を使う"@ja ;
    <https://schema.org/description> "A robotic, inorganic-voiced character with announcement and reading styles."@en, "ロボット風の無機質な声のキャラクター。アナウンス・読み上げスタイルを持つ。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/no7/> ;
    <https://schema.org/name> "No.7"@en, "No.7"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#nurserobot>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/nurse_robot_type_t/> ;
    <http://xmlns.com/foaf/0.1/nick> "Nurse Robot"@en, "ナースロボ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#e6ee9c" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#9e9d24" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "お体の調子はいかがですか"@ja, "ご説明いたします"@ja, "了解しました"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 47 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "丁寧で機械的な口調。「〜です」「〜ですね」を使う"@ja ;
    <https://schema.org/description> "A nurse robot character with a polite, mechanical speaking style."@en, "ナースロボットのキャラクター。丁寧で機械的な口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/nurse_robot_type_t/> ;
    <https://schema.org/name> "Nurse Robot Type T"@en, "ナースロボ＿タイプT"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#pair_hau_whitecul>
    <http://purl.org/dc/terms/description> "Energetic x Intellectual. Hau asks briskly while WhiteCUL explains thoughtfully."@en, "元気ナース×知的。はうがハキハキ質問し、WhiteCULが知的に解説。"@ja ;
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Hau x WhiteCUL"@en, "はう × WhiteCUL"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#explainer> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#whitecul> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasMember> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hau>, <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#whitecul> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#questioner> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hau> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#pair_kotaro_ryusei>
    <http://purl.org/dc/terms/description> "Boy x Man. Kotaro asks energetically while Ryusei explains in a deep tone."@en, "少年×大人。虎太郎が元気に質問し、龍星が渋く解説。"@ja ;
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Kotaro x Ryusei"@en, "虎太郎 × 龍星"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#explainer> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#ryusei> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasMember> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#kotaro>, <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#ryusei> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#questioner> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#kotaro> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#pair_nekoaru_nekobii>
    <http://purl.org/dc/terms/description> "Cat-user pair. Aru asks capriciously while Bii explains quietly."@en, "猫使ペア。アルが気まぐれに質問し、ビィが控えめに解説。"@ja ;
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Aru x Bii"@en, "アル × ビィ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#explainer> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#nekobii> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasMember> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#nekoaru>, <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#nekobii> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#questioner> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#nekoaru> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#pair_tsumugi_kiritan>
    <http://purl.org/dc/terms/description> "Gyaru x Cool. Tsumugi asks casually while Kiritan explains calmly."@en, "ギャル×クール。つむぎがカジュアルに質問し、きりたんが冷静に解説。"@ja ;
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Tsumugi x Kiritan"@en, "つむぎ × きりたん"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#explainer> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#kiritan> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasMember> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#kiritan>, <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#tsumugi> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#questioner> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#tsumugi> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#pair_usagi_sora>
    <http://purl.org/dc/terms/description> "Shy x Gentle. Usagi asks timidly while Sora explains kindly."@en, "控えめ×おっとり。うさぎがおどおど質問し、そらが優しく解説。"@ja ;
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Usagi x Sora"@en, "うさぎ × そら"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#explainer> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sora> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasMember> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sora>, <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#usagi> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#questioner> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#usagi> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#pair_zundamon_metan>
    <http://purl.org/dc/terms/description> "Classic pair. Zundamon asks naive questions while Metan explains politely."@en, "定番ペア。ずんだもんが素朴に質問し、めたんが丁寧に解説。"@ja ;
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Zundamon x Metan"@en, "ずんだもん × めたん"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#explainer> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#metan> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasMember> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#metan>, <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#zundamon> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#questioner> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#zundamon> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#pair_zunko_itako>
    <http://purl.org/dc/terms/description> "Tohoku sisters. Zunko asks cheerfully while Itako explains calmly."@en, "東北姉妹。ずん子が元気に質問し、イタコが落ち着いて解説。"@ja ;
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Zunko x Itako"@en, "ずん子 × イタコ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#explainer> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#itako> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasMember> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#itako>, <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#zunko> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#questioner> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#zunko> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#questioner>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The character who plays the questioner role in a pair."@en, "ペアにおいて質問役を担うキャラクター。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#CharacterPair> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Questioner"@en, "質問役"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#range> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#ritsu>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/namine_ritsu/> ;
    <http://xmlns.com/foaf/0.1/nick> "Ritsu"@en, "リツ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#fff176" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#f9a825" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "それでいいんじゃない？"@ja, "なるほどね"@ja, "はっきり言うけどさ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 9 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "力強くストレートな口調。はっきりした物言い"@ja ;
    <https://schema.org/description> "A powerful, husky-voiced character. Also famous as an UTAU-originated character."@en, "力強くハスキーな声のキャラクター。UTAU発のキャラクターとしても有名。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/namine_ritsu/> ;
    <https://schema.org/name> "Namine Ritsu"@en, "波音リツ"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#ryusei>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/aoyama_ryusei/> ;
    <http://xmlns.com/foaf/0.1/nick> "Ryusei"@en, "龍星"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#90a4ae" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#546e7a" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "そういうことだ"@ja, "なるほどな"@ja, "興味深いな"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 13 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "低く落ち着いた男性口調。「〜だな」「〜だろう」を使う"@ja ;
    <https://schema.org/description> "A deep, cool-voiced character with a mature masculine tone."@en, "低く渋い声のキャラクター。落ち着いた大人の男性の口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/aoyama_ryusei/> ;
    <https://schema.org/name> "Aoyama Ryusei"@en, "青山龍星"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "An example line demonstrating the character's speech style."@en, "キャラクターの口調を示すサンプル台詞。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Sample Line"@en, "口調サンプル"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sayo>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/sayo/> ;
    <http://xmlns.com/foaf/0.1/nick> "SAYO"@en, "小夜"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#e0e0e0" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#757575" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "そう…"@ja, "なるほど…そういうこと"@ja, "不思議ね"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 46 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "静かで落ち着いた口調。「〜ね」「〜かしら」を使う"@ja ;
    <https://schema.org/description> "A quiet, calm-voiced character with a mysterious atmosphere."@en, "静かで落ち着いた声のキャラクター。ミステリアスな雰囲気。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/sayo/> ;
    <https://schema.org/name> "SAYO"@en, "小夜/SAYO"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sora>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/kyushu_sora/> ;
    <http://xmlns.com/foaf/0.1/nick> "Sora"@en, "そら"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#ea80fc" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#aa00ff" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#imageCreator> <https://twitter.com/sakamoto_ahr> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "〜ではないでしょうか"@ja, "そうですね"@ja, "素敵ですね"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 16 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "おっとりした丁寧な口調。「〜ですね」「〜でしょう」「〜かしら」を使う"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#standingImage> <https://seiga.nicovideo.jp/seiga/im10924061> ;
    <https://schema.org/description> "A gentle character with a polite speaking style."@en, "おっとりした丁寧な口調のキャラクター。「〜ですね」「〜かしら」を使う。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/kyushu_sora/> ;
    <https://schema.org/license> <https://zunko.jp/guideline.html> ;
    <https://schema.org/name> "Kyushu Sora"@en, "九州そら"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The numeric speaker identifier used by the VOICEVOX API."@en, "VOICEVOX APIで使用される数値の話者識別子。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "VOICEVOX Speaker ID"@en, "VOICEVOX話者ID"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A description of the character's speech style and typical expressions."@en, "キャラクターの口調と典型的な表現の説明。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Speech Style"@en, "口調"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#standingImage>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "URL of free-to-use standing image illustration for the character."@en, "キャラクターの立ち絵素材のURL。"@ja ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Standing Image"@en, "立ち絵素材"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#takehiro>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/genno_takehiro/> ;
    <http://xmlns.com/foaf/0.1/nick> "Takehiro"@en, "武宏"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#a5d6a7" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#388e3c" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "なるほど、そういうことですか"@ja, "確かにそうですね"@ja, "説明しましょう"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 11 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "落ち着いた丁寧な男性口調。「〜ですね」「〜でしょうか」を使う"@ja ;
    <https://schema.org/description> "A calm young man's voice character with a polite, business-like tone."@en, "落ち着いた青年の声のキャラクター。サラリーマン風の丁寧な口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/genno_takehiro/> ;
    <https://schema.org/name> "Genno Takehiro"@en, "玄野武宏"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#tsumugi>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2002/07/owl#sameAs> <http://www.wikidata.org/entity/Q113476220> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/kasukabe_tsumugi/> ;
    <http://xmlns.com/foaf/0.1/nick> "Tsumugi"@en, "つむぎ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#ffab40" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#ff6d00" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#imageCreator> <https://twitter.com/sakamoto_ahr> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "えー、マジ？"@ja, "それやばくない？"@ja, "なるほどね〜！"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 8 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "明るくギャルっぽい口調。「〜じゃん」「マジ？」「やばくない？」を使う"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#standingImage> <https://seiga.nicovideo.jp/seiga/im10849150> ;
    <https://schema.org/description> "A bright, gyaru-style character. Frequently uses casual expressions like 'Maji?' (Really?)"@en, "明るくギャルっぽい口調のキャラクター。「〜じゃん」「マジ？」を多用。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/kasukabe_tsumugi/> ;
    <https://schema.org/license> <https://tsumugi-official.studio.site/rule> ;
    <https://schema.org/name> "Kasukabe Tsumugi"@en, "春日部つむぎ"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#usagi>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/chugoku_usagi/> ;
    <http://xmlns.com/foaf/0.1/nick> "Usagi"@en, "うさぎ"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#ef9a9a" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#e53935" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#imageCreator> <https://twitter.com/sakamoto_ahr> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "えっと…それって何かな…？"@ja, "す、すごい…！"@ja, "な、なるほど…！"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 61 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "おどおどした控えめな口調。「〜かな…」「えっと…」「すごい…！」を使う"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#standingImage> <https://seiga.nicovideo.jp/seiga/im11023586> ;
    <https://schema.org/description> "A shy, reserved character who uses hesitant speech patterns."@en, "おどおどした控えめな口調のキャラクター。「〜かな…」「えっと…」を使う。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/chugoku_usagi/> ;
    <https://schema.org/license> <https://zunko.jp/guideline.html> ;
    <https://schema.org/name> "Chugoku Usagi"@en, "中国うさぎ"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#TTSEngine>, <https://schema.org/SoftwareApplication> ;
    <http://www.w3.org/2002/07/owl#sameAs> <http://www.wikidata.org/entity/Q106428182> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/> ;
    <https://schema.org/applicationCategory> "Multimedia"@en, "マルチメディア"@ja ;
    <https://schema.org/author> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hiroshiba> ;
    <https://schema.org/description> "Free text-to-speech and singing voice synthesis software. Available for both commercial and non-commercial use."@en, "無料で使えるテキスト読み上げ・歌声合成ソフトウェア。商用・非商用問わず利用可能。"@ja ;
    <https://schema.org/license> <https://github.com/VOICEVOX/voicevox/blob/main/LICENSE> ;
    <https://schema.org/name> "VOICEVOX"@en, "VOICEVOX"@ja ;
    <https://schema.org/operatingSystem> "Windows, macOS, Linux" ;
    <https://schema.org/url> <https://voicevox.hiroshiba.jp/> .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#whitecul>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/whitecul/> ;
    <http://xmlns.com/foaf/0.1/nick> "WhiteCUL"@en, "WhiteCUL"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#90caf9" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#1e88e5" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#imageCreator> <https://twitter.com/sakamoto_ahr> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "それはね"@ja, "ポイントはここだよ"@ja, "簡単に説明するね"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 23 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "知的で落ち着いた口調。「〜だよ」「〜だね」「〜かな」を使う"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#standingImage> <https://seiga.nicovideo.jp/seiga/im10934660> ;
    <https://schema.org/description> "An intellectual character with a calm speaking style."@en, "知的で落ち着いた口調のキャラクター。「〜だよ」「〜だね」を使う。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/whitecul/> ;
    <https://schema.org/name> "WhiteCUL"@en, "WhiteCUL"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#zundamon>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2002/07/owl#sameAs> <http://www.wikidata.org/entity/Q113476219> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/zundamon/> ;
    <http://xmlns.com/foaf/0.1/nick> "Zundamon"@en, "ずんだもん"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#69f0ae" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#00c853" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#imageCreator> <https://twitter.com/sakamoto_ahr> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "〜って何なのだ？"@ja, "なるほどなのだ！"@ja, "へぇ〜！すごいのだ！"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 3 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "「〜のだ」「〜なのだ」語尾。好奇心旺盛で素朴な質問をする"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#standingImage> <https://seiga.nicovideo.jp/seiga/im10849148> ;
    <https://schema.org/description> "A curious character who asks naive questions. Characterized by the '~noda' speech pattern."@en, "好奇心旺盛で素朴な質問をするキャラクター。「〜のだ」「〜なのだ」語尾が特徴。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/zundamon/> ;
    <https://schema.org/license> <https://zunko.jp/guideline.html> ;
    <https://schema.org/name> "Zundamon"@en, "ずんだもん"@ja .

<https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#zunko>
    a <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#Character> ;
    <http://www.w3.org/2002/07/owl#sameAs> <http://www.wikidata.org/entity/Q11526103> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://voicevox.hiroshiba.jp/product/tohoku_zunko/> ;
    <http://xmlns.com/foaf/0.1/nick> "Zunko"@en, "ずん子"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColor> "#81c784" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#displayColorDark> "#2e7d32" ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#hasEngine> <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#voicevox> ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#sampleLine> "えへへ、そうだよ！"@ja, "がんばろうね！"@ja, "楽しいね！"@ja ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speakerId> 107 ;
    <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#speechStyle> "明るく元気な口調。「〜だよ」「〜ね」を使う"@ja ;
    <https://schema.org/description> "A character supporting Tohoku region. An elder-sister figure to Zundamon with a bright, cheerful tone."@en, "東北応援キャラクター。ずんだもんの姉的存在。明るく元気な口調。"@ja ;
    <https://schema.org/image> <https://voicevox.hiroshiba.jp/product/tohoku_zunko/> ;
    <https://schema.org/license> <https://zunko.jp/guideline.html> ;
    <https://schema.org/name> "Tohoku Zunko"@en, "東北ずん子"@ja .

<https://twitter.com/sakamoto_ahr>
    a <http://xmlns.com/foaf/0.1/Person>, <https://schema.org/Person> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://twitter.com/sakamoto_ahr> ;
    <http://xmlns.com/foaf/0.1/name> "坂本アヒル"@ja ;
    <https://schema.org/description> "Creator of standing image illustrations for official VOICEVOX characters"@en, "VOICEVOX公式キャラクターの立ち絵素材を制作"@ja ;
    <https://schema.org/name> "Sakamoto Ahiru"@en, "坂本アヒル"@ja .

