Class: ContactListFacet
"A contact list facet is a grouping of characteristics unique to a set of multiple individual contacts such as that found in a digital address book."
 classDiagram
    class ContactListFacet
      Facet <|-- ContactListFacet
      ContactListFacet : contact
          ContactListFacet ..> ObservableObject : contact
      ContactListFacet : sourceApplication
          ContactListFacet ..> ObservableObject : sourceApplication
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- ContactListFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| sourceApplication | 0..1  ObservableObject  | 
"Source application specifies the software application that a particular cont... | direct | 
| contact | 0..1  ObservableObject  | 
"contact specifies information characterizing contact details for a single en... | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ContactListFacet | 
| native | master:ContactListFacet | 
LinkML Source
Direct
name: ContactListFacet
description: '"A contact list facet is a grouping of characteristics unique to a set
  of multiple individual contacts such as that found in a digital address book."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- sourceApplication
- contact
slot_usage:
  contact:
    name: contact
    multivalued: true
    domain_of:
    - ContactListFacet
Induced
name: ContactListFacet
description: '"A contact list facet is a grouping of characteristics unique to a set
  of multiple individual contacts such as that found in a digital address book."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  contact:
    name: contact
    multivalued: true
    domain_of:
    - ContactListFacet
attributes:
  sourceApplication:
    name: sourceApplication
    description: '"Source application specifies the software application that a particular
      contact or contact list is associated with."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: sourceApplication
    owner: ContactListFacet
    domain_of:
    - ContactFacet
    - ContactListFacet
    range: ObservableObject
  contact:
    name: contact
    description: '"contact specifies information characterizing contact details for
      a single entity."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: contact
    owner: ContactListFacet
    domain_of:
    - ContactListFacet
    range: ObservableObject