authority link

Links a GMEOW entity to a record in an external authority, registry, database, gazetteer, or catalogue by IRI. It is a see-also authority pointer, not an OWL identity merge; assert the strength of the coreference separately with skos:exactMatch or skos:closeMatch. The range is intentionally open. Wikidata is the recommended hub because its cross-references reach many other authorities.

Structure

Property shape: object property; gmeow:Entity -> ?

Practical Pattern

Use gmeow:authorityLink from gmeow:Entity to ? 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.

Authority Links

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: coreference WITHOUT identity merge. A locally-recorded
# person is linked to two external authority records — a confident match and a
# near (uncertain) one — using gmeow:authorityLink (the flat pointer) alongside
# skos:exactMatch / skos:closeMatch (graded alignment). GMEOW NEVER asserts
# owl:sameAs to an external entity (Principle 5): identity is aligned by
# reference, with confidence, never collapsed. A creative work and its later
# annotated edition show the intra-corpus coreference edges (editionOf,
# supersedes) that relate distinct records of the "same" thing.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/coreference/> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .

# --- A locally-recorded person aligned to external authorities. The exact match
#     is asserted with confidence; the near one stays a CLOSE (not exact) match,
#     so a downstream consumer can choose its own merge threshold.
ex:recordedAuthor a gmeow:Person ;
    gmeow:name "Lin Saito"@en ;
    gmeow:authorityLink <https://orcid.org/0000-0002-1825-0097> ,
                        <http://www.wikidata.org/entity/Q42> ;
    skos:exactMatch <https://orcid.org/0000-0002-1825-0097> ;
    skos:closeMatch <http://www.wikidata.org/entity/Q42> .

Located Place

# --- The containment spine: each place is a first-class Place, related by
#     gmeow:containedInPlace, with gazetteer alignment by reference.
ex:canada a gmeow:Place ;
    gmeow:name "Canada"@en ;
    gmeow:placeType gmeow:placeTypeCountry ;
    gmeow:authorityLink wd:Q16 ;
    skos:exactMatch wd:Q16 .

ex:alberta a gmeow:Place ;
    gmeow:name "Alberta"@en ;
    gmeow:placeType gmeow:placeTypeRegion ;
    gmeow:containedInPlace ex:canada ;
    gmeow:authorityLink wd:Q1951 ;
    skos:exactMatch wd:Q1951 .

Common Companion Terms

gmeow:Entity, gmeow:Identifier, gmeow:hasIdentifier

Cross-Cutting Concerns

identifiers and coreference

Projects To

Profile External Targets
schema-org schema

External Equivalences

Equivalent or closely aligned targets: mads, schema, whg

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:authorityLink equivalence - skos:exactMatch mads:hasCloseExternalAuthority gmeow-coreference.sssom.tsv; gmeow:eqCoreference006; confidence 0.9
gmeow:authorityLink equivalence - skos:closeMatch schema:sameAs gmeow-coreference.sssom.tsv; gmeow:eqCoreference001; confidence 0.7
gmeow:authorityLink equivalence - skos:closeMatch whg:closeMatch gmeow-places.sssom.tsv; gmeow:eqPlaces075; confidence 0.7

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:authorityLink projection schema-org projects to / <= schema:sameAs gmeow:mapSchemaExactAuthorityLink; confidence 0.8; lossy: authority provenance, confidence, standpoint, and exact-vs-close match distinction collapse to a schema.org identity URL; skos:closeMatch authority links are not emitted

Usage Advice

Use when

Avoid when

How to use

Examples

Use For Consumers

Published Alignment Graph

Alignments

RelationTarget
closeMatchschema:sameAs
closeMatchwhg:closeMatch
exactMatchmads:hasCloseExternalAuthority