ConstraintOperators
ODRL Core Vocabulary Terms related to Constraint Operators
classDiagram
class ConstraintOperators
click ConstraintOperators href "../ConstraintOperators"
ConstraintOperators : eq
ConstraintOperators --> "0..1" String : eq
click String href "../String"
ConstraintOperators : gt
ConstraintOperators --> "0..1" String : gt
click String href "../String"
ConstraintOperators : gteq
ConstraintOperators --> "0..1" String : gteq
click String href "../String"
ConstraintOperators : hasPart
ConstraintOperators --> "0..1" String : hasPart
click String href "../String"
ConstraintOperators : isA
ConstraintOperators --> "0..1" String : isA
click String href "../String"
ConstraintOperators : isAllOf
ConstraintOperators --> "0..1" String : isAllOf
click String href "../String"
ConstraintOperators : isAnyOf
ConstraintOperators --> "0..1" String : isAnyOf
click String href "../String"
ConstraintOperators : isNoneOf
ConstraintOperators --> "0..1" String : isNoneOf
click String href "../String"
ConstraintOperators : isPartOf
ConstraintOperators --> "0..1" String : isPartOf
click String href "../String"
ConstraintOperators : lt
ConstraintOperators --> "0..1" String : lt
click String href "../String"
ConstraintOperators : lteq
ConstraintOperators --> "0..1" String : lteq
click String href "../String"
ConstraintOperators : neq
ConstraintOperators --> "0..1" String : neq
click String href "../String"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
eq | 0..1 xsd:string |
Equals operator | direct |
gt | 0..1 xsd:string |
Greater than operator | direct |
gteq | 0..1 xsd:string |
Greater than or equal to operator | direct |
lt | 0..1 xsd:string |
Less than operator | direct |
lteq | 0..1 xsd:string |
Less than or equal to operator | direct |
neq | 0..1 xsd:string |
Not equal to operator | direct |
isA | 0..1 xsd:string |
Relationship of type | direct |
hasPart | 0..1 xsd:string |
Has part relationship | direct |
isPartOf | 0..1 xsd:string |
Is part of relationship | direct |
isAllOf | 0..1 xsd:string |
Is all of a set relationship | direct |
isAnyOf | 0..1 xsd:string |
Is any of a | direct |
isNoneOf | 0..1 xsd:string |
Is none of a | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Constraint | operator | any_of[range] | ConstraintOperators |
Identifier and Mapping Information
Schema Source
- from schema: http://www.w3.org/ns/odrl/2/
LinkML Source
Direct
name: ConstraintOperators
description: ODRL Core Vocabulary Terms related to Constraint Operators
from_schema: http://www.w3.org/ns/odrl/2/
slots:
- eq
- gt
- gteq
- lt
- lteq
- neq
- isA
- hasPart
- isPartOf
- isAllOf
- isAnyOf
- isNoneOf
Induced
name: ConstraintOperators
description: ODRL Core Vocabulary Terms related to Constraint Operators
from_schema: http://www.w3.org/ns/odrl/2/
attributes:
eq:
name: eq
description: Equals operator.
from_schema: http://www.w3.org/ns/odrl/2/
alias: eq
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
gt:
name: gt
description: Greater than operator.
from_schema: http://www.w3.org/ns/odrl/2/
alias: gt
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
gteq:
name: gteq
description: Greater than or equal to operator.
from_schema: http://www.w3.org/ns/odrl/2/
alias: gteq
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
lt:
name: lt
description: Less than operator.
from_schema: http://www.w3.org/ns/odrl/2/
alias: lt
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
lteq:
name: lteq
description: Less than or equal to operator.
from_schema: http://www.w3.org/ns/odrl/2/
alias: lteq
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
neq:
name: neq
description: Not equal to operator.
from_schema: http://www.w3.org/ns/odrl/2/
alias: neq
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
isA:
name: isA
description: Relationship of type.
from_schema: http://www.w3.org/ns/odrl/2/
alias: isA
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
hasPart:
name: hasPart
description: Has part relationship.
from_schema: http://www.w3.org/ns/odrl/2/
alias: hasPart
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
isPartOf:
name: isPartOf
description: Is part of relationship.
from_schema: http://www.w3.org/ns/odrl/2/
alias: isPartOf
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
isAllOf:
name: isAllOf
description: Is all of a set relationship.
from_schema: http://www.w3.org/ns/odrl/2/
alias: isAllOf
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
isAnyOf:
name: isAnyOf
description: Is any of a.
from_schema: http://www.w3.org/ns/odrl/2/
alias: isAnyOf
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string
isNoneOf:
name: isNoneOf
description: Is none of a.
from_schema: http://www.w3.org/ns/odrl/2/
alias: isNoneOf
owner: ConstraintOperators
domain_of:
- ConstraintOperators
range: string