Skip to content

Class: UNIXProcessFacet

"A UNIX process facet is a grouping of characteristics unique to an instance of a computer program executed on a UNIX operating system."

URI: observable:UNIXProcessFacet

classDiagram class UNIXProcessFacet Facet <|-- UNIXProcessFacet UNIXProcessFacet : openFileDescriptor UNIXProcessFacet ..> integer : openFileDescriptor UNIXProcessFacet : ruid UNIXProcessFacet ..> non negative integer type : ruid

Inheritance

Slots

Name Cardinality and Range Description Inheritance
openFileDescriptor 0..1
xsd:integer
"Specifies a listing of the current file descriptors used by the Unix process direct
ruid 0..1
NonNegativeIntegerType
"Specifies the real user ID, which represents the Unix user who created the p... direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: UNIXProcessFacet
description: '"A UNIX process facet is a grouping of characteristics unique to an
  instance of a computer program executed on a UNIX operating system."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- openFileDescriptor
- ruid
slot_usage:
  openFileDescriptor:
    name: openFileDescriptor
    multivalued: true
    domain_of:
    - UNIXProcessFacet
  ruid:
    name: ruid
    multivalued: true
    domain_of:
    - UNIXProcessFacet

Induced

name: UNIXProcessFacet
description: '"A UNIX process facet is a grouping of characteristics unique to an
  instance of a computer program executed on a UNIX operating system."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slot_usage:
  openFileDescriptor:
    name: openFileDescriptor
    multivalued: true
    domain_of:
    - UNIXProcessFacet
  ruid:
    name: ruid
    multivalued: true
    domain_of:
    - UNIXProcessFacet
attributes:
  openFileDescriptor:
    name: openFileDescriptor
    description: '"Specifies a listing of the current file descriptors used by the
      Unix process."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    multivalued: true
    alias: openFileDescriptor
    owner: UNIXProcessFacet
    domain_of:
    - UNIXProcessFacet
    range: integer
  ruid:
    name: ruid
    description: '"Specifies the real user ID, which represents the Unix user who
      created the process."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    multivalued: true
    alias: ruid
    owner: UNIXProcessFacet
    domain_of:
    - UNIXProcessFacet
    range: non negative integer type