copyright work
- CURIE:
gmeow:copyrightWork - IRI: https://blackcatinformatics.ca/gmeow/copyrightWork
- Category: property
- Defined by:
gmeow:slices/rights - Box roles: RBox role (What is this?)
The work a copyright protects. Functional: one copyright relator is about one work.
Structure
Property shape: object property; gmeow:Copyright -> gmeow:InformationObject; functional
Practical Pattern
Use gmeow:copyrightWork from gmeow:Copyright to gmeow:InformationObject 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
- Source:
slices/core/rights/examples/licensed-dataset.ttl - Examples catalog: open in catalog#example-slices-core-rights-examples-licensed-dataset
# --- Flat copyright fact.
ex:copyright a gmeow:Copyright ;
gmeow:copyrightWork ex:dataset ;
gmeow:copyrightHolder ex:researcher ;
gmeow:copyrightYear "2026"^^xsd:gYear ;
gmeow:copyrightStatus gmeow:copyrightStatusInCopyright .
Common Companion Terms
gmeow:Copyright, gmeow:InformationObject
Usage Advice
Use when
- Use to bind the protected work to its
gmeow:Copyrightrelator — the work-side player of the copyright.
Avoid when
- Avoid binding several works to one copyright (it is functional — each work has its own
Copyrightrelator) and avoid using it as the work-to-copyright link, which isgmeow:hasCopyright.
How to use
- Set
gmeow:copyrightWorkonce perCopyright(functional) to thegmeow:InformationObjectit protects, mirroring the work'sgmeow:hasCopyright.
Examples
- ex:reportCopyright
gmeow:copyrightWorkex:report.