has copyright

Relates a work to its reified copyright.

Structure

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

Practical Pattern

Use gmeow:hasCopyright from gmeow:Entity to gmeow:Copyright 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.

Licensed Dataset

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: rights are flat-first, promoted on demand ( P4). The
# common case is a single gmeow:hasLicense + gmeow:hasCopyright edge — no relator
# needed. Only when the deontic RULES matter (who may do what, under which duty,
# what is forbidden) is the flat form PROMOTED to a gmeow:RightsStatement bearing
# the ODRL-superset trio: gmeow:Permission / gmeow:Prohibition / gmeow:Duty, each
# over an open gmeow:RightsAction value. A licence is itself an Agreement, aligned
# to CC/ODRL by reference (spdxLicenseId, licenseFamily) — never owl:sameAs (P5).
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/rights/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

# --- The asset, with the FLAT-first rights edges (the common case) plus a
#     promoted RightsStatement because permissions/prohibitions/duties are needed.
ex:dataset a gmeow:Dataset ;
    gmeow:title "Coastal Bird Survey 2026"@en ;
    gmeow:hasCopyright       ex:copyright ;
    gmeow:hasLicense         ex:ccbync ;
    gmeow:hasRightsStatement ex:rights .

Common Companion Terms

gmeow:Entity, gmeow:Copyright

Projects To

Profile External Targets
dcterms dcterms
schema-org schema

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:hasCopyright projection dcterms projects to / <= dcterms:dateCopyrighted gmeow:mapDctermsDateCopyrighted; confidence 0.8
gmeow:hasCopyright projection dcterms projects to / <= dcterms:rights gmeow:mapDctermsRights; confidence 0.8; lossy: the structured Copyright collapses to a free-text dcterms:rights string
gmeow:hasCopyright projection dcterms projects to / <= dcterms:rightsHolder gmeow:mapDctermsRightsHolder; confidence 0.85; lossy: the Copyright relator (year, notice, status) collapses to a flat dcterms:rightsHolder edge
gmeow:hasCopyright projection schema-org projects to / <= schema:copyrightHolder gmeow:mapSchemaCopyrightHolder; confidence 0.85; lossy: the Copyright relator (year, notice, status) collapses to a flat schema:copyrightHolder edge
gmeow:hasCopyright projection schema-org projects to / <= schema:copyrightNotice gmeow:mapSchemaCopyrightNotice; confidence 0.9; lossy: the structured Copyright relator (holder, year, status) collapses to a flat schema:copyrightNotice edge
gmeow:hasCopyright projection schema-org projects to / <= schema:copyrightYear gmeow:mapSchemaCopyrightYear; confidence 0.9; lossy: the Copyright relator (holder, notice, status) collapses to a flat schema:copyrightYear edge

Usage Advice

Use when

Avoid when

How to use

Examples

Use For Consumers