Skip to content

ConstraintOperands

ODRL Core Vocabulary Terms related to Logical Constraint Operands

URI: odrl:ConstraintOperands

 classDiagram
    class ConstraintOperands
    click ConstraintOperands href "../ConstraintOperands"
      ConstraintOperands : and




    ConstraintOperands --> "0..1" String : and
    click String href "../String"


      ConstraintOperands : andSequence




    ConstraintOperands --> "0..1" String : andSequence
    click String href "../String"


      ConstraintOperands : or




    ConstraintOperands --> "0..1" String : or
    click String href "../String"


      ConstraintOperands : xone




    ConstraintOperands --> "0..1" String : xone
    click String href "../String"


Slots

Name Cardinality and Range Description Inheritance
or 0..1
xsd:string
Or operand direct
xone 0..1
xsd:string
Logical XOR operand direct
and 0..1
xsd:string
And operand direct
andSequence 0..1
xsd:string
Logical AND sequence operand direct

Identifier and Mapping Information

Schema Source

  • from schema: http://www.w3.org/ns/odrl/2/

LinkML Source

Direct

name: ConstraintOperands
description: ODRL Core Vocabulary Terms related to Logical Constraint Operands
from_schema: http://www.w3.org/ns/odrl/2/
slots:
- or
- xone
- and
- andSequence

Induced

name: ConstraintOperands
description: ODRL Core Vocabulary Terms related to Logical Constraint Operands
from_schema: http://www.w3.org/ns/odrl/2/
attributes:
  or:
    name: or
    description: Or operand.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: or
    owner: ConstraintOperands
    domain_of:
    - ConstraintOperands
    range: string
  xone:
    name: xone
    description: Logical XOR operand.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: xone
    owner: ConstraintOperands
    domain_of:
    - ConstraintOperands
    range: string
  and:
    name: and
    description: And operand.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: and
    owner: ConstraintOperands
    domain_of:
    - ConstraintOperands
    range: string
  andSequence:
    name: andSequence
    description: Logical AND sequence operand.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: andSequence
    owner: ConstraintOperands
    domain_of:
    - ConstraintOperands
    range: string