Skip to content

Class: DigitalAccountFacet

"A digital account facet is a grouping of characteristics unique to an arrangement with an entity to enable and control the provision of some capability or service within the digital domain."

URI: master:DigitalAccountFacet

classDiagram class DigitalAccountFacet Facet <|-- DigitalAccountFacet DigitalAccountFacet : accountLogin DigitalAccountFacet : displayName DigitalAccountFacet : firstLoginTime DigitalAccountFacet : isDisabled DigitalAccountFacet : lastLoginTime

Inheritance

Slots

Name Cardinality and Range Description Inheritance
isDisabled 0..1
BooleanType
"Is the digital account disabled?" direct
firstLoginTime 0..1
Datetime
"The date and time of the first login of the account direct
lastLoginTime 0..1
Datetime
"The date and time of the last login of the account direct
displayName 0..1
String
"Display name specifies the name to display for some entity within a user int... direct
accountLogin 0..1
String
"The login identifier for the digital account direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:DigitalAccountFacet
native master:DigitalAccountFacet

LinkML Source

Direct

name: DigitalAccountFacet
description: '"A digital account facet is a grouping of characteristics unique to
  an arrangement with an entity to enable and control the provision of some capability
  or service within the digital domain."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- isDisabled
- firstLoginTime
- lastLoginTime
- displayName
- accountLogin
slot_usage:
  accountLogin:
    name: accountLogin
    multivalued: true
    domain_of:
    - DigitalAccountFacet

Induced

name: DigitalAccountFacet
description: '"A digital account facet is a grouping of characteristics unique to
  an arrangement with an entity to enable and control the provision of some capability
  or service within the digital domain."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  accountLogin:
    name: accountLogin
    multivalued: true
    domain_of:
    - DigitalAccountFacet
attributes:
  isDisabled:
    name: isDisabled
    description: '"Is the digital account disabled?"'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: isDisabled
    owner: DigitalAccountFacet
    domain_of:
    - DigitalAccountFacet
    range: boolean type
  firstLoginTime:
    name: firstLoginTime
    description: '"The date and time of the first login of the account."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: firstLoginTime
    owner: DigitalAccountFacet
    domain_of:
    - DigitalAccountFacet
    range: datetime
  lastLoginTime:
    name: lastLoginTime
    description: '"The date and time of the last login of the account."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: lastLoginTime
    owner: DigitalAccountFacet
    domain_of:
    - DigitalAccountFacet
    range: datetime
  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: DigitalAccountFacet
    domain_of:
    - ContactFacet
    - DigitalAccountFacet
    - DigitalAddressFacet
    - ProfileFacet
    - WindowsServiceFacet
    range: string
  accountLogin:
    name: accountLogin
    description: '"The login identifier for the digital account."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: accountLogin
    owner: DigitalAccountFacet
    domain_of:
    - DigitalAccountFacet
    range: string