Skip to content

Class: DateInterval

_Interval between two dates. _

__

URI: cim:DateInterval

 classDiagram
    class DateInterval
      DateInterval : end

      DateInterval : start

Slots

Name Cardinality and Range Description Inheritance
end 0..1
date
End date of this interval direct
start 0..1
date
Start date of this interval direct

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:DateInterval
native cim:DateInterval

LinkML Source

Direct

name: DateInterval
description: "Interval between two dates.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  end:
    name: end
    description: "End date of this interval.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:DateInterval.end
    multivalued: false
    domain_of:
    - TimeInterval
    - DateInterval
    - DateTimeInterval
    - MonthDayInterval
    - Market
    - MarketStatement
    range: date
    required: false
  start:
    name: start
    description: "Start date of this interval.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:DateInterval.start
    multivalued: false
    domain_of:
    - TimeInterval
    - DateInterval
    - DateTimeInterval
    - MonthDayInterval
    - Market
    - MarketStatement
    range: date
    required: false
class_uri: cim:DateInterval

Induced

name: DateInterval
description: "Interval between two dates.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  end:
    name: end
    description: "End date of this interval.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:DateInterval.end
    multivalued: false
    alias: end
    owner: DateInterval
    domain_of:
    - TimeInterval
    - DateInterval
    - DateTimeInterval
    - MonthDayInterval
    - Market
    - MarketStatement
    range: date
    required: false
  start:
    name: start
    description: "Start date of this interval.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:DateInterval.start
    multivalued: false
    alias: start
    owner: DateInterval
    domain_of:
    - TimeInterval
    - DateInterval
    - DateTimeInterval
    - MonthDayInterval
    - Market
    - MarketStatement
    range: date
    required: false
class_uri: cim:DateInterval