right operand
- CURIE:
gmeow:rightOperand - IRI: https://blackcatinformatics.ca/gmeow/rightOperand
- Category: property
- Defined by:
gmeow:slices/rights - Box roles: RBox role (What is this?)
The value an atomic constraint tests against (odrl:rightOperand), e.g. "2030-01-01", "EU", "5". For an IRI-valued operand use gmeow:rightOperandReference.
Structure
Property shape: datatype property; gmeow:AtomicConstraint -> rdfs:Literal; functional
Practical Pattern
Use gmeow:rightOperand from gmeow:AtomicConstraint to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
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:rightOperand |
equivalence | - |
skos:closeMatch | odrl:rightOperand | gmeow-rights.sssom.tsv; gmeow:eqRights074; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:rightOperand |
projection | odrl |
projects to / <= | odrl:Constraint, odrl:constraint, odrl:leftOperand, odrl:operator, odrl:rightOperand, odrl:rightOperandReference, rdf:type | gmeow:mapOdrlConstraint; lossy: ODRL logical-constraint boolean operators (and/or/xone) are not emitted; atomic constraints project fully |
Usage Advice
Use when
- Use to carry the literal value an atomic constraint tests against (the odrl:rightOperand) — a date, a region code, a count.
Avoid when
- Avoid using it for an IRI-valued operand (use
gmeow:rightOperandReference) and avoid carrying the dimension or operator here; those aregmeow:leftOperandandgmeow:constraintOperator.
How to use
- Set
gmeow:rightOperandonce perAtomicConstraint(functional) to the literal tested value; switch togmeow:rightOperandReferencewhen the operand is a place, party, or vocabulary IRI.
Examples
- ex:until2030
gmeow:rightOperand"2030-01-01".