Skip to content

Class: DeviceFacet

"A device facet is a grouping of characteristics unique to a piece of equipment or a mechanism designed to serve a special purpose or perform a special function. [based on https://www.merriam-webster.com/dictionary/device]"

URI: observable:DeviceFacet

classDiagram class DeviceFacet Facet <|-- DeviceFacet DeviceFacet : deviceType DeviceFacet ..> string : deviceType DeviceFacet : manufacturer DeviceFacet ..> Identity : manufacturer DeviceFacet : model DeviceFacet ..> string : model DeviceFacet : serialNumber DeviceFacet ..> string : serialNumber

Inheritance

Slots

Name Cardinality and Range Description Inheritance
manufacturer 0..1
Identity
direct
deviceType 0..1
xsd:string
direct
model 0..1
xsd:string
direct
serialNumber 0..1
xsd:string
direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DeviceFacet
description: '"A device facet is a grouping of characteristics unique to a piece of
  equipment or a mechanism designed to serve a special purpose or perform a special
  function. [based on https://www.merriam-webster.com/dictionary/device]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- manufacturer
- deviceType
- model
- serialNumber

Induced

name: DeviceFacet
description: '"A device facet is a grouping of characteristics unique to a piece of
  equipment or a mechanism designed to serve a special purpose or perform a special
  function. [based on https://www.merriam-webster.com/dictionary/device]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
attributes:
  manufacturer:
    name: manufacturer
    description: ''
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: manufacturer
    owner: DeviceFacet
    domain_of:
    - DeviceFacet
    - OperatingSystemFacet
    - SoftwareFacet
    range: Identity
  deviceType:
    name: deviceType
    from_schema: https://w3id.org/lmodel/uco-observable
    narrow_mappings:
    - NCIT:C53265
    rank: 1000
    alias: deviceType
    owner: DeviceFacet
    domain_of:
    - DeviceFacet
    range: string
  model:
    name: model
    from_schema: https://w3id.org/lmodel/uco-observable
    exact_mappings:
    - wikidata:Q62008942
    rank: 1000
    alias: model
    owner: DeviceFacet
    domain_of:
    - DeviceFacet
    range: string
  serialNumber:
    name: serialNumber
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: serialNumber
    owner: DeviceFacet
    domain_of:
    - DeviceFacet
    - X509CertificateFacet
    range: string