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: master:WindowsRegistrykeyFacet
 classDiagram
    class WindowsRegistrykeyFacet
      Facet <|-- WindowsRegistrykeyFacet
      WindowsRegistrykeyFacet : creator
          WindowsRegistrykeyFacet ..> ObservableObject : creator
      WindowsRegistrykeyFacet : key
      WindowsRegistrykeyFacet : modifiedTime
      WindowsRegistrykeyFacet : numberOfSubkeys
      WindowsRegistrykeyFacet : registryValues
          WindowsRegistrykeyFacet ..> WindowsRegistryValue : registryValues
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- WindowsRegistrykeyFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
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  Datetime  | 
Specifies the time that this particular version of the object was modified | direct | 
| numberOfSubkeys | 0..1  Integer  | 
direct | |
| key | 0..1  String  | 
"A key property of a single dictionary entry | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:WindowsRegistrykeyFacet | 
| native | master: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-master
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-master
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-master
    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-master
    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-master
    broad_mappings:
    - sumo:TimePoint
    rank: 1000
    alias: modifiedTime
    owner: WindowsRegistrykeyFacet
    domain_of:
    - UcoObject
    - AccountFacet
    - BrowserBookmarkFacet
    - CalendarEntryFacet
    - EmailMessageFacet
    - FileFacet
    - NoteFacet
    - WindowsRegistrykeyFacet
    range: datetime
  numberOfSubkeys:
    name: numberOfSubkeys
    from_schema: https://w3id.org/lmodel/uco-master
    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-master
    exact_mappings:
    - wikidata:Q937228
    narrow_mappings:
    - wikidata:Q934729
    broad_mappings:
    - wikidata:Q4818718
    rank: 1000
    alias: key
    owner: WindowsRegistrykeyFacet
    domain_of:
    - DictionaryEntry
    - WindowsRegistrykeyFacet
    range: string