Namespace: https://nakamura196.github.io/voicevox-character-lod/ns/voicevox#
Preferred prefix: vvox:
Version: 1.0.0 | License: CC BY 4.0
| Class | Label (en) | Label (ja) | Description |
|---|---|---|---|
vvox:Character | VOICEVOX Character | VOICEVOXキャラクター | A virtual character whose voice is synthesized by the VOICEVOX engine. Subclass of schema:Person. |
vvox:CharacterPair | Character Pair | キャラクターペア | A pair of characters assigned questioner/explainer roles for dialogue-style content. |
vvox:TTSEngine | Text-to-Speech Engine | 音声合成エンジン | A software application that converts text into synthesized speech. Subclass of schema:SoftwareApplication. |
| Property | Domain | Range | Description |
|---|---|---|---|
vvox:questioner | CharacterPair | Character | The character who plays the questioner role in a pair. |
vvox:explainer | CharacterPair | Character | The character who plays the explainer role in a pair. |
vvox:hasMember | CharacterPair | Character | A character belonging to this pair (regardless of role). |
vvox:hasEngine | Character | TTSEngine | The TTS engine that synthesizes this character's voice. |
vvox:imageCreator | Character | foaf:Person | The person who created the standing image illustration. |
| Property | Domain | Range | Description |
|---|---|---|---|
vvox:speakerId | Character | xsd:integer | The numeric speaker identifier used by the VOICEVOX API. |
vvox:speechStyle | Character | xsd:string | A description of the character's speech style and typical expressions. |
vvox:displayColor | Character | xsd:string | The character's theme color as a CSS hex value. |
vvox:displayColorDark | Character | xsd:string | The character's theme color for dark mode. |
vvox:standingImage | Character | - | URL of free-to-use standing image illustration for the character. |
vvox:sampleLine | Character | xsd:string | An example line demonstrating the character's speech style. |