Skip to content

Class: WindowsRegistrykeyFacet

"A Windows registry key facet is a grouping of characteristics unique to a particular key within a Windows registry (A hierarchical database that stores low-level settings for the Microsoft Windows operating sytem and for applications that opt to use the registry). [based on https://en.wikipedia.org/wiki/Windows_Registry]"

URI: observable:WindowsRegistrykeyFacet

classDiagram class WindowsRegistrykeyFacet Facet <|-- WindowsRegistrykeyFacet WindowsRegistrykeyFacet : creator WindowsRegistrykeyFacet ..> ObservableObject : creator WindowsRegistrykeyFacet : key WindowsRegistrykeyFacet ..> string : key WindowsRegistrykeyFacet : modifiedTime WindowsRegistrykeyFacet ..> datetime : modifiedTime WindowsRegistrykeyFacet : numberOfSubkeys WindowsRegistrykeyFacet ..> integer : numberOfSubkeys WindowsRegistrykeyFacet : registryValues WindowsRegistrykeyFacet ..> WindowsRegistryValue : registryValues

Inheritance

Slots

Name Cardinality and Range Description Inheritance
creator 0..1
ObservableObject
"Specifies the name of the creator of the registry key direct
registryValues 0..1
WindowsRegistryValue
"The values that were enumerated as a result of the action on the object direct
modifiedTime 0..1
xsd:dateTime
Specifies the time that this particular version of the object was modified direct
numberOfSubkeys 0..1
xsd:integer
direct
key 0..1
xsd:string
"A key property of a single dictionary entry direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self observable:WindowsRegistrykeyFacet
native observable:WindowsRegistrykeyFacet

LinkML Source

Direct

name: WindowsRegistrykeyFacet
description: '"A Windows registry key facet is a grouping of characteristics unique
  to a particular key within a Windows registry (A hierarchical database that stores
  low-level settings for the Microsoft Windows operating sytem and for applications
  that opt to use the registry). [based on https://en.wikipedia.org/wiki/Windows_Registry]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- creator
- registryValues
- modifiedTime
- numberOfSubkeys
- key
slot_usage:
  registryValues:
    name: registryValues
    multivalued: true
    domain_of:
    - WindowsRegistrykeyFacet

Induced

name: WindowsRegistrykeyFacet
description: '"A Windows registry key facet is a grouping of characteristics unique
  to a particular key within a Windows registry (A hierarchical database that stores
  low-level settings for the Microsoft Windows operating sytem and for applications
  that opt to use the registry). [based on https://en.wikipedia.org/wiki/Windows_Registry]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slot_usage:
  registryValues:
    name: registryValues
    multivalued: true
    domain_of:
    - WindowsRegistrykeyFacet
attributes:
  creator:
    name: creator
    description: '"Specifies the name of the creator of the registry key."'
    from_schema: https://w3id.org/lmodel/uco-observable
    exact_mappings:
    - lm_core:Author
    rank: 1000
    alias: creator
    owner: WindowsRegistrykeyFacet
    domain_of:
    - WindowsRegistrykeyFacet
    range: ObservableObject
  registryValues:
    name: registryValues
    description: '"The values that were enumerated as a result of the action on the
      object."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    multivalued: true
    alias: registryValues
    owner: WindowsRegistrykeyFacet
    domain_of:
    - WindowsRegistrykeyFacet
    range: WindowsRegistryValue
  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: WindowsRegistrykeyFacet
    domain_of:
    - AccountFacet
    - BrowserBookmarkFacet
    - CalendarEntryFacet
    - EmailMessageFacet
    - FileFacet
    - NoteFacet
    - WindowsRegistrykeyFacet
    - UcoObject
    range: datetime
  numberOfSubkeys:
    name: numberOfSubkeys
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: numberOfSubkeys
    owner: WindowsRegistrykeyFacet
    domain_of:
    - WindowsRegistrykeyFacet
    range: integer
  key:
    name: key
    description: '"A key property of a single dictionary entry."'
    from_schema: https://w3id.org/lmodel/uco-types
    exact_mappings:
    - wikidata:Q937228
    narrow_mappings:
    - wikidata:Q934729
    broad_mappings:
    - wikidata:Q4818718
    alias: key
    owner: WindowsRegistrykeyFacet
    domain_of:
    - WindowsRegistrykeyFacet
    - DictionaryEntry
    range: string