Class: ContactSIP
"A contactSIP is a grouping of characteristics unique to details for contacting a contact entity by Session Initiation Protocol (SIP)."
classDiagram
class ContactSIP
UcoInherentCharacterizationThing <|-- ContactSIP
ContactSIP : contactSIPScope
ContactSIP ..> string : 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 xsd: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-observable
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | observable:ContactSIP |
| native | observable: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-observable
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-observable
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-observable
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-observable
rank: 1000
alias: contactSIPScope
owner: ContactSIP
domain_of:
- ContactSIP
union_of:
- '{''range'': ''ContactSIPScopeVocab''}'
- '{''range'': ''string type''}'
range: string