writing system as notation

When a writing system is also a notation system — e.g. Braille as a tactile notation, or a bespoke conlang script that doubles as a featural notation. NON-FUNCTIONAL: a writing system may be classified as a notation by some standpoints and not by others (Principle 9).

Structure

Property shape: object property; gmeow:WritingSystem -> gmeow:NotationSystem

Practical Pattern

Use gmeow:writingSystemAsNotation from gmeow:WritingSystem to gmeow:NotationSystem when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Notation Systems

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: notation systems, one machinery for every symbol set . A
# gmeow:NotationSystem is classified by an open gmeow:notationSystemKind
# (musical / mathematical / transcription / encoding / stenographic …), so staff
# notation, IPA, Morse and a math syntax are the SAME kind of object — a symbolic
# system for representing something. A transcription notation declares which
# language it transcribes (gmeow:notationSystemFor); a script is itself a notation
# system, reached from the writing system via gmeow:writingSystemAsNotation.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/notation/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

# --- A script IS a notation system: the Latin writing system, viewed as the
#     encoding notation it provides.
ex:latin a gmeow:WritingSystem ;
    rdfs:label                  "Latin script"@en ;
    gmeow:writingSystemAsNotation ex:latinNotation .

Common Companion Terms

gmeow:WritingSystem, gmeow:NotationSystem

Usage Advice

Use when

Avoid when

How to use

Examples