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: observable:DigitalAccountFacet

classDiagram class DigitalAccountFacet Facet <|-- DigitalAccountFacet DigitalAccountFacet : accountLogin DigitalAccountFacet ..> string : accountLogin DigitalAccountFacet : displayName DigitalAccountFacet ..> string : displayName DigitalAccountFacet : firstLoginTime DigitalAccountFacet ..> datetime : firstLoginTime DigitalAccountFacet : isDisabled DigitalAccountFacet ..> boolean type : isDisabled DigitalAccountFacet : lastLoginTime DigitalAccountFacet ..> datetime : lastLoginTime

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self observable:DigitalAccountFacet
native observable: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-observable
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-observable
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-observable
    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-observable
    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-observable
    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-observable
    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-observable
    rank: 1000
    multivalued: true
    alias: accountLogin
    owner: DigitalAccountFacet
    domain_of:
    - DigitalAccountFacet
    range: string