Class: ContactSIP
"A contactSIP is a grouping of characteristics unique to details for contacting a contact entity by Session Initiation Protocol (SIP)."
URI: master:ContactSIP
 classDiagram
    class ContactSIP
      UcoInherentCharacterizationThing <|-- ContactSIP
      ContactSIP : contactSIPScope
      ContactSIP : sipAddress
          ContactSIP ..> ObservableObject : sipAddress
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- ContactSIP
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| sipAddress | 0..1  ObservableObject  | 
"A SIP address specifies Session Initiation Protocol (SIP) identifier | direct | 
| contactSIPScope | 0..1  String  | 
"contactSIPScope specifies the relevant scope (home, work, school, etc) of de... | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| ContactFacet | contactSIP | range | ContactSIP | 
| WhoisContactFacet | contactSIP | range | ContactSIP | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ContactSIP | 
| native | master:ContactSIP | 
LinkML Source
Direct
name: ContactSIP
description: '"A contactSIP is a grouping of characteristics unique to details for
  contacting a contact entity by Session Initiation Protocol (SIP)."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- sipAddress
- contactSIPScope
Induced
name: ContactSIP
description: '"A contactSIP is a grouping of characteristics unique to details for
  contacting a contact entity by Session Initiation Protocol (SIP)."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  sipAddress:
    name: sipAddress
    description: '"A SIP address specifies Session Initiation Protocol (SIP) identifier."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: sipAddress
    owner: ContactSIP
    domain_of:
    - ContactSIP
    range: ObservableObject
  contactSIPScope:
    name: contactSIPScope
    description: '"contactSIPScope specifies the relevant scope (home, work, school,
      etc) of details for contacting a contact entity by Session Initiation Protocol
      (SIP)."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: contactSIPScope
    owner: ContactSIP
    domain_of:
    - ContactSIP
    union_of:
    - '{''range'': ''ContactSIPScopeVocab''}'
    - '{''range'': ''string type''}'
    range: string