Skip to content

Class: AccountFacet

"An 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."

URI: master:AccountFacet

classDiagram class AccountFacet Facet <|-- AccountFacet AccountFacet : accountIdentifier AccountFacet : accountIssuer AccountFacet ..> UcoObject : accountIssuer AccountFacet : accountType AccountFacet : expirationDate AccountFacet : isActive AccountFacet : modifiedTime AccountFacet : observableCreatedTime AccountFacet : owner AccountFacet ..> UcoObject : owner

Inheritance

Slots

Name Cardinality and Range Description Inheritance
accountIssuer 0..1
UcoObject
"The issuer of this account direct
owner 0..1
UcoObject
"Specifies the owner of an observable Object direct
isActive 0..1
BooleanType
"Indicates whether the network connection is still active direct
expirationDate 0..1
Datetime
"Specifies the date in which the registered domain will expire direct
modifiedTime 0..1
Datetime
Specifies the time that this particular version of the object was modified direct
observableCreatedTime 0..1
Datetime
"The date and time at which the observable object being characterized was cre... direct
accountIdentifier 0..1
String
"The unique identifier for the account direct
accountType 0..1
String
"The type of account, for instance bank, phone, application, service, etc direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AccountFacet
description: '"An 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."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- accountIssuer
- owner
- isActive
- expirationDate
- modifiedTime
- observableCreatedTime
- accountIdentifier
- accountType

Induced

name: AccountFacet
description: '"An 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."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  accountIssuer:
    name: accountIssuer
    description: '"The issuer of this account."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: accountIssuer
    owner: AccountFacet
    domain_of:
    - AccountFacet
    range: UcoObject
  owner:
    name: owner
    description: '"Specifies the owner of an observable Object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: owner
    owner: AccountFacet
    domain_of:
    - AccountFacet
    - CalendarEntryFacet
    - CalendarFacet
    - FilePermissionsFacet
    range: UcoObject
  isActive:
    name: isActive
    description: '"Indicates whether the network connection is still active."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: isActive
    owner: AccountFacet
    domain_of:
    - AccountFacet
    - NetworkConnectionFacet
    range: boolean type
  expirationDate:
    name: expirationDate
    description: '"Specifies the date in which the registered domain will expire."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q898931
    rank: 1000
    alias: expirationDate
    owner: AccountFacet
    domain_of:
    - AccountFacet
    - WhoisFacet
    range: datetime
  modifiedTime:
    name: modifiedTime
    description: Specifies the time that this particular version of the object was
      modified. The object creator can use the time it deems most appropriate as the
      time this version of the object was modified. The value of the modified property
      for a given object version MUST be later than or equal to the value of the created
      property. Object creators MUST update the modified property when creating a
      new version of an object. The modified timestamp MUST be precise to the nearest
      millisecond (exactly three digits after the decimal place in seconds).
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - sumo:TimePoint
    rank: 1000
    alias: modifiedTime
    owner: AccountFacet
    domain_of:
    - UcoObject
    - AccountFacet
    - BrowserBookmarkFacet
    - CalendarEntryFacet
    - EmailMessageFacet
    - FileFacet
    - NoteFacet
    - WindowsRegistrykeyFacet
    range: datetime
  observableCreatedTime:
    name: observableCreatedTime
    description: '"The date and time at which the observable object being characterized
      was created. This time pertains to an intrinsic characteristic of the observable
      object, and would be consistent across independent characterizations or observations
      of the observable object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: observableCreatedTime
    owner: AccountFacet
    domain_of:
    - AccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - DiskPartitionFacet
    - EventRecordFacet
    - FileFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - NoteFacet
    - ProcessFacet
    - WindowsTaskFacet
    range: datetime
  accountIdentifier:
    name: accountIdentifier
    description: '"The unique identifier for the account."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - sumo:AccountID
    related_mappings:
    - wikidata:Q28378282
    rank: 1000
    alias: accountIdentifier
    owner: AccountFacet
    domain_of:
    - AccountFacet
    range: string
  accountType:
    name: accountType
    description: '"The type of account, for instance bank, phone, application, service,
      etc."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: accountType
    owner: AccountFacet
    domain_of:
    - AccountFacet
    union_of:
    - '{''range'': ''AccountTypeVocab''}'
    - '{''range'': ''string type''}'
    range: string