has rights statement
- CURIE:
gmeow:hasRightsStatement - IRI: https://blackcatinformatics.ca/gmeow/hasRightsStatement
- Category: property
- Defined by:
gmeow:slices/rights - Box roles: CBox role, RBox role (What is this?)
Relates an entity (typically a gmeow:CreativeWork or gmeow:InformationObject) to a machine-readable rights statement that governs it — the GMEOW analogue of odrl:hasPolicy.
Structure
Property shape: object property; gmeow:Entity -> gmeow:RightsStatement
Practical Pattern
Use gmeow:hasRightsStatement from gmeow:Entity to gmeow:RightsStatement 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
# --- 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:RightsStatement
Projects To
| Profile | External Targets |
|---|---|
odrl |
odrl |
External Equivalences
Equivalent or closely aligned targets: ma, odrl
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:hasRightsStatement |
equivalence | - |
skos:closeMatch | ma:hasPolicy | gmeow-rights.sssom.tsv; gmeow:eqRights200; confidence 0.7 |
gmeow:hasRightsStatement |
equivalence | - |
skos:closeMatch | odrl:hasPolicy | gmeow-rights.sssom.tsv; gmeow:eqRights003; confidence 0.8 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:hasRightsStatement |
projection | odrl |
projects to / = | odrl:hasPolicy | gmeow:mapOdrlHasPolicy; confidence 0.9 |
Usage Advice
Use when
- Use to attach a reified
gmeow:RightsStatementto the asset it governs when permissions, prohibitions, or duties are expressed; the rights-bearing analogue of odrl:hasPolicy.
Avoid when
- Avoid for the flat case (an asset that simply bears a licence or copyright — use
gmeow:hasLicense/gmeow:hasCopyright) and avoid pointing it at anything but the governed asset; the inverse direction isgmeow:statementAbout.
How to use
- Assert one
gmeow:hasRightsStatementper governing statement; mirror it on the relator withgmeow:statementAboutso the statement is self-contained.
Examples
- ex:photo
gmeow:hasRightsStatementex:photoRights.