transcription
- CURIE:
gmeow:symbolicKindTranscription - IRI: https://blackcatinformatics.ca/gmeow/symbolicKindTranscription
- Category: individual
- Defined by:
gmeow:slices/notation - Box roles: ABox role (What is this?)
A notation system for recording spoken or signed language in a structured visual form.
Structure
Types: gmeow:SymbolicSystemKind
Practical Pattern
Use gmeow:symbolicKindTranscription as a controlled value typed as gmeow:SymbolicSystemKind.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Notation Systems
- Source:
slices/core/notation/examples/notation-systems.ttl - Examples catalog: open in catalog#example-slices-core-notation-examples-notation-systems
# --- The IPA: a transcription system FOR a language (here English).
ex:ipa a gmeow:NotationSystem ;
rdfs:label "International Phonetic Alphabet"@en ;
gmeow:notationSystemFor gmeow:langEnglish ;
gmeow:notationSystemKind gmeow:symbolicKindTranscription .