Class: UNIXAccountFacet
"A UNIX account facet is a grouping of characteristics unique to an account on a UNIX operating system."
 classDiagram
    class UNIXAccountFacet
      Facet <|-- UNIXAccountFacet
      UNIXAccountFacet : gid
      UNIXAccountFacet : shell
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- UNIXAccountFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| gid | 0..1  Integer  | 
direct | |
| shell | 0..1  String  | 
direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:UNIXAccountFacet | 
| native | master:UNIXAccountFacet | 
LinkML Source
Direct
name: UNIXAccountFacet
description: '"A UNIX account facet is a grouping of characteristics unique to an
  account on a UNIX operating system."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- gid
- shell
Induced
name: UNIXAccountFacet
description: '"A UNIX account facet is a grouping of characteristics unique to an
  account on a UNIX operating system."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  gid:
    name: gid
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q975373
    rank: 1000
    alias: gid
    owner: UNIXAccountFacet
    domain_of:
    - UNIXAccountFacet
    range: integer
  shell:
    name: shell
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: shell
    owner: UNIXAccountFacet
    domain_of:
    - UNIXAccountFacet
    range: string