Agreement Name
- CURIE:
gmeow:AgreementName - IRI: https://blackcatinformatics.ca/gmeow/AgreementName
- Category: class
- Defined by:
gmeow:slices/agreements - Box roles: TBox role (What is this?)
An appellation borne by an agreement — a formal title, short name, or multilingual version of a contract or legal instrument. Carries its own gmeow:nameLanguage and gmeow:nameScript so co-equal multilingual names are separate first-class objects.
Structure
Subclass of: gmeow:Appellation
Practical Pattern
Use gmeow:AgreementName as a specialized kind of gmeow:Appellation. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Employment Contract
- Source:
slices/core/agreements/examples/employment-contract.ttl - Examples catalog: open in catalog#example-slices-core-agreements-examples-employment-contract
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: an agreement as a relator. A gmeow:Agreement (here a
# gmeow:Contract, the legally-enforceable specialization) is a gufo:Relator that
# binds its parties via gmeow:hasParty — the agreement IS the relationship, not a
# property of either party. It bears a structured gmeow:AgreementName (an
# Appellation, so multilingual co-equal titles are first-class). Other relators
# can be gmeow:foundedOn it: the employment Membership below exists BECAUSE of the
# contract, so its grounding is recorded rather than assumed.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/agreements/> .
ex:contractName a gmeow:AgreementName ;
gmeow:fullName "Acme Robotics — Reyes Employment Agreement (2026)"@en .
Common Companion Terms
External Equivalences
Equivalent or closely aligned targets: schema
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:AgreementName |
equivalence | - |
skos:broadMatch | schema:name | gmeow-names.sssom.tsv; gmeow:eqNames052; confidence 0.6 |
Usage Advice
Use when
- Use to name an agreement as a first-class appellation — a formal title, short name, or one of several co-equal multilingual versions of a contract or legal instrument.
Avoid when
- Avoid folding the title into a bare label on the
Agreementwhen language or script matters, and avoid privileging one multilingual version over its co-equal siblings; each name is its own object with its owngmeow:nameLanguageandgmeow:nameScript.
How to use
- Mint one
AgreementNameper co-equal title, setgmeow:nameLanguageandgmeow:nameScripton each, and attach them to the agreement through the appellation-bearing construct rather than as a single privileged string.
Examples
- ex:nafta a
gmeow:AgreementName;gmeow:nameLanguageex:english.