Class: ProfileFacet
"A profile facet is a grouping of characteristics unique to an explicit digital representation of identity and characteristics of the owner of a single user account associated with an online service or application. [based on https://en.wikipedia.org/wiki/User_profile]"
URI: master:ProfileFacet
 classDiagram
    class ProfileFacet
      Facet <|-- ProfileFacet
      ProfileFacet : contactAddress
          ProfileFacet ..> ContactAddress : contactAddress
      ProfileFacet : contactEmail
          ProfileFacet ..> ContactEmail : contactEmail
      ProfileFacet : contactMessaging
          ProfileFacet ..> ContactMessaging : contactMessaging
      ProfileFacet : contactPhone
          ProfileFacet ..> ContactPhone : contactPhone
      ProfileFacet : contactURL
          ProfileFacet ..> ContactURL : contactURL
      ProfileFacet : displayName
      ProfileFacet : name
      ProfileFacet : profileAccount
          ProfileFacet ..> ObservableObject : profileAccount
      ProfileFacet : profileCreated
      ProfileFacet : profileIdentity
          ProfileFacet ..> Identity : profileIdentity
      ProfileFacet : profileService
          ProfileFacet ..> ObservableObject : profileService
      ProfileFacet : profileWebsite
          ProfileFacet ..> ObservableObject : profileWebsite
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- ProfileFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| profileIdentity | 0..1  Identity  | 
"Specifies the identity associated with the profile" | direct | 
| contactAddress | 0..1  ContactAddress  | 
"contactAddress specifies information characterizing a geolocation address of... | direct | 
| contactEmail | 0..1  ContactEmail  | 
"contactEmail specifies information characterizing details for contacting a c... | direct | 
| contactMessaging | 0..1  ContactMessaging  | 
"contactMessaging specifies information characterizing details for contacting... | direct | 
| contactPhone | 0..1  ContactPhone  | 
"contactPhone specifies information characterizing details for contacting a c... | direct | 
| contactURL | 0..1  ContactURL  | 
"contactURL specifies information characterizing details for contacting a con... | direct | 
| profileAccount | 0..1  ObservableObject  | 
"Specifies the online service account associated with the profile" | direct | 
| profileService | 0..1  ObservableObject  | 
"Specifies the online service associated with the profile" | direct | 
| profileWebsite | 0..1  ObservableObject  | 
"Specifies the website URL associated with the profile" | direct | 
| profileCreated | 0..1  Datetime  | 
"Specifies the date and time the profile was created" | direct | 
| name | 0..1  String  | 
The name of a particular concept characterization | direct | 
| displayName | 0..1  String  | 
"Display name specifies the name to display for some entity within a user int... | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ProfileFacet | 
| native | master:ProfileFacet | 
LinkML Source
Direct
name: ProfileFacet
description: '"A profile facet is a grouping of characteristics unique to an explicit
  digital representation of identity and characteristics of the owner of a single
  user account associated with an online service or application. [based on https://en.wikipedia.org/wiki/User_profile]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- profileIdentity
- contactAddress
- contactEmail
- contactMessaging
- contactPhone
- contactURL
- profileAccount
- profileService
- profileWebsite
- profileCreated
- name
- displayName
Induced
name: ProfileFacet
description: '"A profile facet is a grouping of characteristics unique to an explicit
  digital representation of identity and characteristics of the owner of a single
  user account associated with an online service or application. [based on https://en.wikipedia.org/wiki/User_profile]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  profileIdentity:
    name: profileIdentity
    description: '"Specifies the identity associated with the profile"'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: profileIdentity
    owner: ProfileFacet
    domain_of:
    - ProfileFacet
    range: Identity
  contactAddress:
    name: contactAddress
    description: '"contactAddress specifies information characterizing a geolocation
      address of a contact entity."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - sumo:PostalPlace
    close_mappings:
    - sumo:ContactSite
    rank: 1000
    alias: contactAddress
    owner: ProfileFacet
    domain_of:
    - ContactFacet
    - ProfileFacet
    range: ContactAddress
  contactEmail:
    name: contactEmail
    description: '"contactEmail specifies information characterizing details for contacting
      a contact entity by email."'
    from_schema: https://w3id.org/lmodel/uco-master
    close_mappings:
    - wikidata:P968
    rank: 1000
    alias: contactEmail
    owner: ProfileFacet
    domain_of:
    - ContactAffiliation
    - ContactFacet
    - ProfileFacet
    range: ContactEmail
  contactMessaging:
    name: contactMessaging
    description: '"contactMessaging specifies information characterizing details for
      contacting a contact entity by digital messaging."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: contactMessaging
    owner: ProfileFacet
    domain_of:
    - ContactAffiliation
    - ContactFacet
    - ProfileFacet
    range: ContactMessaging
  contactPhone:
    name: contactPhone
    description: '"contactPhone specifies information characterizing details for contacting
      a contact entity by telephone."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: contactPhone
    owner: ProfileFacet
    domain_of:
    - ContactAffiliation
    - ContactFacet
    - ProfileFacet
    range: ContactPhone
  contactURL:
    name: contactURL
    description: '"contactURL specifies information characterizing details for contacting
      a contact entity by Uniform Resource Locator (URL)."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: contactURL
    owner: ProfileFacet
    domain_of:
    - ContactAffiliation
    - ContactFacet
    - ProfileFacet
    range: ContactURL
  profileAccount:
    name: profileAccount
    description: '"Specifies the online service account associated with the profile"'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: profileAccount
    owner: ProfileFacet
    domain_of:
    - ProfileFacet
    range: ObservableObject
  profileService:
    name: profileService
    description: '"Specifies the online service associated with the profile"'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: profileService
    owner: ProfileFacet
    domain_of:
    - ProfileFacet
    range: ObservableObject
  profileWebsite:
    name: profileWebsite
    description: '"Specifies the website URL associated with the profile"'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: profileWebsite
    owner: ProfileFacet
    domain_of:
    - ProfileFacet
    range: ObservableObject
  profileCreated:
    name: profileCreated
    description: '"Specifies the date and time the profile was created"'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: profileCreated
    owner: ProfileFacet
    domain_of:
    - ProfileFacet
    range: datetime
  name:
    name: name
    description: The name of a particular concept characterization.
    comments:
    - This annotation is typically used to describe an artifact such as a controlled
      vocabulary, document, ontology, or other similar resource.
    from_schema: https://w3id.org/lmodel/uco-master
    aliases:
    - label
    - display name
    - title
    - alt label
    exact_mappings:
    - CSO:named_entity
    - gr:name
    - lm_core:name
    - om:name
    - REPR:name
    - schema:name
    broad_mappings:
    - CSO:named_entity
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: ProfileFacet
    domain_of:
    - UcoObject
    - AlternateDataStreamFacet
    - EnvironmentVariable
    - OnlineServiceFacet
    - ProfileFacet
    - WindowsPESection
    - WindowsRegistryValue
    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-master
    broad_mappings:
    - NCIT:C70896
    rank: 1000
    alias: displayName
    owner: ProfileFacet
    domain_of:
    - ContactFacet
    - DigitalAccountFacet
    - DigitalAddressFacet
    - ProfileFacet
    - WindowsServiceFacet
    range: string