Skip to content

Class: SIPAddressFacet

"A SIP address facet is a grouping of characteristics unique to a Session Initiation Protocol (SIP) standards conformant identifier assigned to a user to enable routing and management of SIP standards conformant communication to or from that user loosely coupled from any particular devices."

URI: observable:SIPAddressFacet

classDiagram class SIPAddressFacet DigitalAddressFacet <|-- SIPAddressFacet SIPAddressFacet : addressValue SIPAddressFacet ..> string : addressValue SIPAddressFacet : displayName SIPAddressFacet ..> string : displayName

Inheritance

Slots

Name Cardinality and Range Description Inheritance
addressValue 0..1
xsd:string
"The value of an address DigitalAddressFacet
displayName 0..1
xsd:string
"Display name specifies the name to display for some entity within a user int... DigitalAddressFacet

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-observable

Mappings

Mapping Type Mapped Value
self observable:SIPAddressFacet
native observable:SIPAddressFacet

LinkML Source

Direct

name: SIPAddressFacet
description: '"A SIP address facet is a grouping of characteristics unique to a Session
  Initiation Protocol (SIP) standards conformant identifier assigned to a user to
  enable routing and management of SIP standards conformant communication to or from
  that user loosely coupled from any particular devices."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: DigitalAddressFacet

Induced

name: SIPAddressFacet
description: '"A SIP address facet is a grouping of characteristics unique to a Session
  Initiation Protocol (SIP) standards conformant identifier assigned to a user to
  enable routing and management of SIP standards conformant communication to or from
  that user loosely coupled from any particular devices."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: DigitalAddressFacet
attributes:
  addressValue:
    name: addressValue
    description: '"The value of an address."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: addressValue
    owner: SIPAddressFacet
    domain_of:
    - DigitalAddressFacet
    range: string
  displayName:
    name: displayName
    description: '"Display name specifies the name to display for some entity within
      a user interface."'
    from_schema: https://w3id.org/lmodel/uco-observable
    broad_mappings:
    - NCIT:C70896
    rank: 1000
    alias: displayName
    owner: SIPAddressFacet
    domain_of:
    - ContactFacet
    - DigitalAccountFacet
    - DigitalAddressFacet
    - ProfileFacet
    - WindowsServiceFacet
    range: string