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

classDiagram class AccountFacet Facet <|-- AccountFacet AccountFacet : accountIdentifier AccountFacet ..> string : accountIdentifier AccountFacet : accountIssuer AccountFacet ..> UcoObject : accountIssuer AccountFacet : accountType AccountFacet ..> string : accountType AccountFacet : expirationDate AccountFacet ..> datetime : expirationDate AccountFacet : isActive AccountFacet ..> boolean type : isActive AccountFacet : modifiedTime AccountFacet ..> datetime : modifiedTime AccountFacet : observableCreatedTime AccountFacet ..> datetime : 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
xsd:dateTime
"Specifies the date in which the registered domain will expire direct
modifiedTime 0..1
xsd:dateTime
Specifies the time that this particular version of the object was modified direct
observableCreatedTime 0..1
xsd:dateTime
"The date and time at which the observable object being characterized was cre... direct
accountIdentifier 0..1
xsd:string
"The unique identifier for the account direct
accountType 0..1
xsd: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-observable

Mappings

Mapping Type Mapped Value
self observable:AccountFacet
native observable: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-observable
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-observable
rank: 1000
is_a: Facet
attributes:
  accountIssuer:
    name: accountIssuer
    description: '"The issuer of this account."'
    from_schema: https://w3id.org/lmodel/uco-observable
    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-observable
    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-observable
    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-observable
    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-core
    broad_mappings:
    - sumo:TimePoint
    alias: modifiedTime
    owner: AccountFacet
    domain_of:
    - AccountFacet
    - BrowserBookmarkFacet
    - CalendarEntryFacet
    - EmailMessageFacet
    - FileFacet
    - NoteFacet
    - WindowsRegistrykeyFacet
    - UcoObject
    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-observable
    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-observable
    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-observable
    rank: 1000
    alias: accountType
    owner: AccountFacet
    domain_of:
    - AccountFacet
    union_of:
    - '{''range'': ''AccountTypeVocab''}'
    - '{''range'': ''string type''}'
    range: string