related tag
- CURIE:
gmeow:relatedTag - IRI: https://blackcatinformatics.ca/gmeow/relatedTag
- Category: property
- Defined by:
gmeow:slices/tags - Box roles: RBox role (What is this?)
A tag related to this tag by an associative link. Symmetric. Optional.
Structure
Property shape: object property; gmeow:Tag -> gmeow:Tag
Practical Pattern
Use gmeow:relatedTag from gmeow:Tag to gmeow:Tag 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.
Folksonomy
- Source:
slices/core/tags/examples/folksonomy.ttl - Examples catalog: open in catalog#example-slices-core-tags-examples-folksonomy
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: tagging is flat-first, reified on demand ( P4). A bare
# gmeow:hasTag covers "this is tagged X". Tags themselves form a SKOS-style poly-
# hierarchy (gmeow:broaderTag / gmeow:narrowerTag / gmeow:relatedTag) inside a
# gmeow:TagScheme. When the PROVENANCE of a tagging matters — who applied it, in
# which scheme — it is promoted to a reified gmeow:Tagging relator binding tagger
# × tagged × tag × scheme, so a contested or machine-applied tag is auditable.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/tags/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ex:tagML a gmeow:Tag ;
rdfs:label "machine-learning"@en ;
gmeow:tagInScheme ex:scheme ;
gmeow:broaderTag ex:tagAI ;
gmeow:relatedTag ex:tagNLP .
Common Companion Terms
External Equivalences
Equivalent or closely aligned targets: skos
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:relatedTag |
equivalence | - |
skos:closeMatch | skos:related | gmeow-tags.sssom.tsv; gmeow:eqTags004; confidence 0.95 |
Usage Advice
Use when
- Use to link two tags by a non-hierarchical association — they travel together or co-occur — when neither is broader or narrower than the other (the counterpart of skos:related).
Avoid when
- Avoid using it for hierarchy (use
gmeow:broaderTag/gmeow:narrowerTag) and avoid asserting both directions — the property is symmetric, so one assertion suffices.
How to use
- Assert
gmeow:relatedTagonce between the two tags; symmetry makes the reverse link hold automatically, keeping the associative web flat and optional.
Examples
- ex:tagOcean
gmeow:relatedTagex:tagBeach.