statement about
- CURIE:
gmeow:statementAbout - IRI: https://blackcatinformatics.ca/gmeow/statementAbout
- Category: property
- Defined by:
gmeow:slices/rights - Box roles: CBox role, RBox role (What is this?)
The asset a rights statement governs — the ODRL target. Usually the inverse of gmeow:hasRightsStatement; asserted on the relator so the statement is self-contained.
Structure
Property shape: object property; gmeow:RightsStatement -> gmeow:Entity
Sub-property of: gmeow:observedFeature
Practical Pattern
Use gmeow:statementAbout from gmeow:RightsStatement to gmeow:Entity 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
# --- Promoted form: the deontic rules the flat edge cannot carry.
ex:rights a gmeow:RightsStatement ;
gmeow:statementAbout ex:dataset ;
gmeow:hasPermission ex:permReproduce ;
gmeow:hasProhibition ex:prohCommercial .
Common Companion Terms
gmeow:observedFeature, gmeow:RightsStatement, gmeow:Entity
Projects To
| Profile | External Targets |
|---|---|
cc |
cc |
odrl |
odrl, rdf |
External Equivalences
Equivalent or closely aligned targets: 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:statementAbout |
equivalence | - |
skos:closeMatch | odrl:target | gmeow-rights.sssom.tsv; gmeow:eqRights004; confidence 0.75 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:statementAbout |
projection | cc |
projects to / <= | cc:Attribution, cc:requires | gmeow:mapCcRequiresAttribution; confidence 0.8; lossy: the duty's assignee, constraints and rule identity drop; CC REL carries only the class-level requirement |
gmeow:statementAbout |
projection | odrl |
projects to / <= | odrl:Asset, rdf:type | gmeow:mapOdrlAsset |
gmeow:statementAbout |
projection | odrl |
projects to / <= | odrl:Duty, odrl:action, odrl:assignee, odrl:duty, odrl:target, rdf:type | gmeow:mapOdrlPermissionDuty; lossy: the permission's own odrl:constraint (e.g. temporal validity) does not propagate to the duty — ODRL 2.2 does not inherit a permission's constraints onto its duties, so the duty's constraint scope must be stated separately on the duty rule |
gmeow:statementAbout |
projection | odrl |
projects to / <= | odrl:Duty, odrl:action, odrl:assignee, odrl:obligation, odrl:target, rdf:type | gmeow:mapOdrlDuty |
gmeow:statementAbout |
projection | odrl |
projects to / <= | odrl:Permission, odrl:action, odrl:assignee, odrl:permission, odrl:target, rdf:type | gmeow:mapOdrlPermission |
gmeow:statementAbout |
projection | odrl |
projects to / <= | odrl:Prohibition, odrl:action, odrl:assignee, odrl:prohibition, odrl:target, rdf:type | gmeow:mapOdrlProhibition |
Usage Advice
Use when
- Use to name the governed asset on the
gmeow:RightsStatementrelator (theobservedFeature) — the ODRL target — so the statement carries its own subject and can be projected standalone.
Avoid when
- Avoid using it as the entity-to-statement link (that is
gmeow:hasRightsStatement) and avoid attaching it to anything but agmeow:RightsStatement; it names the relator's subject, not a direct fact.
How to use
- Set
gmeow:statementAboutto the governed asset once perRightsStatement, mirroringgmeow:hasRightsStatement; a rule may narrow it per-rule withgmeow:ruleTargetwhen several assets share one statement.
Examples
- ex:photoRights
gmeow:statementAboutex:photo.