Skip to content

Class: StreetDetail

_Street details, in the context of address. _

__

URI: cim:StreetDetail

 classDiagram
    class StreetDetail
      StreetDetail : address_general

      StreetDetail : building_name

      StreetDetail : code

      StreetDetail : floor_identification

      StreetDetail : number

      StreetDetail : prefix

      StreetDetail : suffix

      StreetDetail : suite_number

      StreetDetail : type

      StreetDetail : within_town_limits

Slots

Name Cardinality and Range Description Inheritance
address_general 0..1
String
(if applicable) Third line of a free form address direct
building_name 0..1
String
(if applicable) In certain cases the physical location of the place of intere... direct
code 0..1
String
(if applicable) Utilities often make use of external reference systems, such ... direct
floor_identification 0..1
String
The identification by name or number, expressed as text, of the floor in the ... direct
number 0..1
String
Designator of the specific location on the street direct
prefix 0..1
String
Prefix to the street name direct
suffix 0..1
String
Suffix to the street name direct
suite_number 0..1
String
Number of the apartment or suite direct
type 0..1
String
Type of street direct
within_town_limits 0..1
Boolean
True if this street is within the legal geographical boundaries of the specif... direct

Usages

used by used in type used
StreetAddress street_detail range StreetDetail

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: StreetDetail
description: "Street details, in the context of address.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  address_general:
    name: address_general
    description: (if applicable) Third line of a free form address.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.addressGeneral3
    multivalued: false
    domain_of:
    - StreetDetail
    range: string
    required: false
  building_name:
    name: building_name
    description: (if applicable) In certain cases the physical location of the place
      of interest does not have a direct point of entry from the street, but may be
      located inside a larger structure such as a building, complex, office block,
      apartment, etc.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.buildingName
    multivalued: false
    domain_of:
    - StreetDetail
    - InternalLocation
    range: string
    required: false
  code:
    name: code
    description: (if applicable) Utilities often make use of external reference systems,
      such as those of the town-planner's department or surveyor general's mapping
      system, that allocate global reference codes to streets.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.code
    multivalued: false
    domain_of:
    - StreetDetail
    - TownDetail
    - CostType
    - OverheadCost
    - ErpReqLineItem
    - PricingStructure
    - CULaborCode
    - StandardIndustryCode
    - Reason
    range: string
    required: false
  floor_identification:
    name: floor_identification
    description: The identification by name or number, expressed as text, of the floor
      in the building as part of this address.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.floorIdentification
    multivalued: false
    domain_of:
    - StreetDetail
    range: string
    required: false
  number:
    name: number
    description: Designator of the specific location on the street.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.number
    multivalued: false
    domain_of:
    - StreetDetail
    range: string
    required: false
  prefix:
    name: prefix
    description: 'Prefix to the street name. For example: North, South, East, West.'
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:StreetDetail.prefix
    multivalued: false
    domain_of:
    - Person
    - StreetDetail
    - MarketPerson
    range: string
    required: false
  suffix:
    name: suffix
    description: 'Suffix to the street name. For example: North, South, East, West.'
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:StreetDetail.suffix
    multivalued: false
    domain_of:
    - Person
    - StreetDetail
    - MarketPerson
    range: string
    required: false
  suite_number:
    name: suite_number
    description: Number of the apartment or suite.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.suiteNumber
    multivalued: false
    domain_of:
    - StreetDetail
    range: string
    required: false
  type:
    name: type
    description: 'Type of street. Examples include: street, circle, boulevard, avenue,
      road, drive, etc.'
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:StreetDetail.type
    multivalued: false
    domain_of:
    - Asset
    - AcceptanceTest
    - Document
    - StreetDetail
    - Location
    - Priority
    - CatalogAssetType
    - Capability
    - Craft
    - OldPerson
    - Role
    - ActivityRecord
    - EndDeviceEventType
    - EndDeviceGroup
    - DemandResponseProgram
    - UsagePointGroup
    - EndDeviceControlType
    - Hazard
    - OldCrew
    - Route
    - ConstraintDuration
    - AceTariffType
    - ControlArea
    - SynchronousMachine
    - ChargeProfile
    - ChargeComponent
    - MarketRole
    - ResourceGroup
    - Quantity
    - ResourceCertification
    - Auction
    - ScheduledEvent
    - PotentialTransformer
    - BusinessRole
    range: string
    required: false
  within_town_limits:
    name: within_town_limits
    description: True if this street is within the legal geographical boundaries of
      the specified town (default).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.withinTownLimits
    multivalued: false
    domain_of:
    - StreetDetail
    range: boolean
    required: false
class_uri: cim:StreetDetail

Induced

name: StreetDetail
description: "Street details, in the context of address.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  address_general:
    name: address_general
    description: (if applicable) Third line of a free form address.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.addressGeneral3
    multivalued: false
    alias: address_general
    owner: StreetDetail
    domain_of:
    - StreetDetail
    range: string
    required: false
  building_name:
    name: building_name
    description: (if applicable) In certain cases the physical location of the place
      of interest does not have a direct point of entry from the street, but may be
      located inside a larger structure such as a building, complex, office block,
      apartment, etc.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.buildingName
    multivalued: false
    alias: building_name
    owner: StreetDetail
    domain_of:
    - StreetDetail
    - InternalLocation
    range: string
    required: false
  code:
    name: code
    description: (if applicable) Utilities often make use of external reference systems,
      such as those of the town-planner's department or surveyor general's mapping
      system, that allocate global reference codes to streets.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.code
    multivalued: false
    alias: code
    owner: StreetDetail
    domain_of:
    - StreetDetail
    - TownDetail
    - CostType
    - OverheadCost
    - ErpReqLineItem
    - PricingStructure
    - CULaborCode
    - StandardIndustryCode
    - Reason
    range: string
    required: false
  floor_identification:
    name: floor_identification
    description: The identification by name or number, expressed as text, of the floor
      in the building as part of this address.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.floorIdentification
    multivalued: false
    alias: floor_identification
    owner: StreetDetail
    domain_of:
    - StreetDetail
    range: string
    required: false
  number:
    name: number
    description: Designator of the specific location on the street.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.number
    multivalued: false
    alias: number
    owner: StreetDetail
    domain_of:
    - StreetDetail
    range: string
    required: false
  prefix:
    name: prefix
    description: 'Prefix to the street name. For example: North, South, East, West.'
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:StreetDetail.prefix
    multivalued: false
    alias: prefix
    owner: StreetDetail
    domain_of:
    - Person
    - StreetDetail
    - MarketPerson
    range: string
    required: false
  suffix:
    name: suffix
    description: 'Suffix to the street name. For example: North, South, East, West.'
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:StreetDetail.suffix
    multivalued: false
    alias: suffix
    owner: StreetDetail
    domain_of:
    - Person
    - StreetDetail
    - MarketPerson
    range: string
    required: false
  suite_number:
    name: suite_number
    description: Number of the apartment or suite.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.suiteNumber
    multivalued: false
    alias: suite_number
    owner: StreetDetail
    domain_of:
    - StreetDetail
    range: string
    required: false
  type:
    name: type
    description: 'Type of street. Examples include: street, circle, boulevard, avenue,
      road, drive, etc.'
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:StreetDetail.type
    multivalued: false
    alias: type
    owner: StreetDetail
    domain_of:
    - Asset
    - AcceptanceTest
    - Document
    - StreetDetail
    - Location
    - Priority
    - CatalogAssetType
    - Capability
    - Craft
    - OldPerson
    - Role
    - ActivityRecord
    - EndDeviceEventType
    - EndDeviceGroup
    - DemandResponseProgram
    - UsagePointGroup
    - EndDeviceControlType
    - Hazard
    - OldCrew
    - Route
    - ConstraintDuration
    - AceTariffType
    - ControlArea
    - SynchronousMachine
    - ChargeProfile
    - ChargeComponent
    - MarketRole
    - ResourceGroup
    - Quantity
    - ResourceCertification
    - Auction
    - ScheduledEvent
    - PotentialTransformer
    - BusinessRole
    range: string
    required: false
  within_town_limits:
    name: within_town_limits
    description: True if this street is within the legal geographical boundaries of
      the specified town (default).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StreetDetail.withinTownLimits
    multivalued: false
    alias: within_town_limits
    owner: StreetDetail
    domain_of:
    - StreetDetail
    range: boolean
    required: false
class_uri: cim:StreetDetail