Linked Open Data / 5-Star

VOICEVOX キャラクター LOD VOICEVOX Character LOD

VOICEVOXキャラクターのLinked Open Dataデータセット — 27キャラクター・7対話ペアの構造化データをCC BY 4.0で公開 Linked Open Data dataset for VOICEVOX characters — 27 characters and 7 dialogue pairs as structured data, published under CC BY 4.0

CC BY 4.0 5-Star LOD RDF/OWL SHACL validated SPARQL Dydra

データ概要 Dataset Overview

27キャラクターCharacters
7対話ペアDialogue Pairs
-トリプル数Triples
7Wikidata連携Wikidata Links

ダウンロード Downloads

オントロジー設計 Ontology Design

名前空間Namespace: https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#  |  詳細ドキュメント Full documentation

クラス / プロパティClass / Property Type 説明Description
vvox:Characterowl:ClassVOICEVOXキャラクターVOICEVOX character
vvox:CharacterPairowl:Class対話用キャラクターペアDialogue character pair
vvox:TTSEngineowl:Class音声合成エンジンText-to-speech engine
vvox:speakerIdDatatypePropertyVOICEVOX話者IDVOICEVOX speaker ID
vvox:speechStyleDatatypeProperty口調の説明Speech style description
vvox:questionerObjectProperty質問役Questioner role
vvox:explainerObjectProperty解説役Explainer role
vvox:hasEngineObjectProperty対応エンジンAssociated engine
vvox:hasMemberObjectPropertyペアのメンバーPair member
vvox:displayColorDatatypePropertyテーマカラーTheme color
vvox:sampleLineDatatypeProperty口調サンプルSample dialogue line

外部語彙External vocabularies: schema: foaf: dcterms: owl: skos:

キャラクター一覧 Characters

関係グラフ Relationship Graph

キャラクターとペアの関係をインタラクティブに可視化 Interactive visualization of character and pair relationships

SPARQLクエリ例 SPARQL Query Examples

全キャラクター一覧 List all characters

PREFIX vvox: <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#>
PREFIX schema: <https://schema.org/>

SELECT ?char ?name ?speakerId WHERE {
  ?char a vvox:Character ;
        schema:name ?name ;
        vvox:speakerId ?speakerId .
  FILTER(lang(?name) = "ja")
}
ORDER BY ?speakerId

対話ペアと役割 Dialogue pairs with roles

PREFIX vvox: <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#>
PREFIX schema: <https://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

SELECT ?pairLabel ?questionerName ?explainerName WHERE {
  ?pair a vvox:CharacterPair ;
        rdfs:label ?pairLabel ;
        vvox:questioner/schema:name ?questionerName ;
        vvox:explainer/schema:name ?explainerName .
  FILTER(lang(?pairLabel) = "ja")
  FILTER(lang(?questionerName) = "ja")
  FILTER(lang(?explainerName) = "ja")
}

Wikidataリンク Wikidata links

PREFIX vvox: <https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#>
PREFIX schema: <https://schema.org/>
PREFIX owl: <http://www.w3.org/2002/07/owl#>

SELECT ?name ?wikidataUri WHERE {
  ?char a vvox:Character ;
        schema:name ?name ;
        owl:sameAs ?wikidataUri .
  FILTER(lang(?name) = "ja")
  FILTER(STRSTARTS(STR(?wikidataUri), "http://www.wikidata.org/"))
}

SPARQLエンドポイント SPARQL Endpoint

以下のDydra SPARQLエンドポイントでクエリを実行できます: You can execute queries via the Dydra SPARQL endpoint below:

https://dydra.com/ut-digital-archives/voicevox-character-lod/sparql

ライセンス License

本データセットは This dataset is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0) ライセンスで提供されています。 .

各キャラクターの利用規約は、それぞれの公式ガイドラインに従ってください。 Please follow each character's official guidelines for usage terms.

立ち絵素材: 坂本アヒル氏 | データセットに含まれるキャラクターは各権利者に帰属します Standing illustrations: Sakamoto Ahiru | Characters in this dataset belong to their respective rights holders