Class: ContactProfile
"A contactProfile is a grouping of characteristics unique to details for contacting a contact entity by online service."
 classDiagram
    class ContactProfile
      UcoInherentCharacterizationThing <|-- ContactProfile
      ContactProfile : contactProfilePlatform
          ContactProfile ..> ObservableObject : contactProfilePlatform
      ContactProfile : profile
          ContactProfile ..> ObservableObject : profile
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- ContactProfile
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| contactProfilePlatform | 0..1  ObservableObject  | 
"A contactProfile platform specifies an online service platform associated wi... | direct | 
| profile | 0..1  ObservableObject  | 
"A profile specifies a particular online service profile | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| ContactAffiliation | contactProfile | range | ContactProfile | 
| ContactFacet | contactProfile | range | ContactProfile | 
| WhoisContactFacet | contactProfile | range | ContactProfile | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ContactProfile | 
| native | master:ContactProfile | 
| narrow | wikidata:Q252500 | 
LinkML Source
Direct
name: ContactProfile
description: '"A contactProfile is a grouping of characteristics unique to details
  for contacting a contact entity by online service."'
from_schema: https://w3id.org/lmodel/uco-master
narrow_mappings:
- wikidata:Q252500
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- contactProfilePlatform
- profile
Induced
name: ContactProfile
description: '"A contactProfile is a grouping of characteristics unique to details
  for contacting a contact entity by online service."'
from_schema: https://w3id.org/lmodel/uco-master
narrow_mappings:
- wikidata:Q252500
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  contactProfilePlatform:
    name: contactProfilePlatform
    description: '"A contactProfile platform specifies an online service platform
      associated with a contact."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: contactProfilePlatform
    owner: ContactProfile
    domain_of:
    - ContactProfile
    range: ObservableObject
  profile:
    name: profile
    description: '"A profile specifies a particular online service profile."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: profile
    owner: ContactProfile
    domain_of:
    - ContactProfile
    range: ObservableObject