名前空間Namespace:
https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#
|
詳細ドキュメント
Full documentation
| クラス / プロパティClass / Property | 型Type | 説明Description |
|---|---|---|
vvox:Character | owl:Class | VOICEVOXキャラクターVOICEVOX character |
vvox:CharacterPair | owl:Class | 対話用キャラクターペアDialogue character pair |
vvox:TTSEngine | owl:Class | 音声合成エンジンText-to-speech engine |
vvox:speakerId | DatatypeProperty | VOICEVOX話者IDVOICEVOX speaker ID |
vvox:speechStyle | DatatypeProperty | 口調の説明Speech style description |
vvox:questioner | ObjectProperty | 質問役Questioner role |
vvox:explainer | ObjectProperty | 解説役Explainer role |
vvox:hasEngine | ObjectProperty | 対応エンジンAssociated engine |
vvox:hasMember | ObjectProperty | ペアのメンバーPair member |
vvox:displayColor | DatatypeProperty | テーマカラーTheme color |
vvox:sampleLine | DatatypeProperty | 口調サンプルSample dialogue line |
外部語彙External vocabularies:
schema: foaf: dcterms: owl: skos:
キャラクターとペアの関係をインタラクティブに可視化 Interactive visualization of character and pair relationships
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
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")
}
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/"))
}
以下のDydra SPARQLエンドポイントでクエリを実行できます: You can execute queries via the Dydra SPARQL endpoint below:
https://dydra.com/ut-digital-archives/voicevox-character-lod/sparql
本データセットは 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