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: master:DeviceFacet
 classDiagram
    class DeviceFacet
      Facet <|-- DeviceFacet
      DeviceFacet : deviceType
      DeviceFacet : manufacturer
          DeviceFacet ..> Identity : manufacturer
      DeviceFacet : model
      DeviceFacet : serialNumber
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- DeviceFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| manufacturer | 0..1  Identity  | 
direct | |
| deviceType | 0..1  String  | 
direct | |
| model | 0..1  String  | 
direct | |
| serialNumber | 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:DeviceFacet | 
| native | master: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-master
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-master
rank: 1000
is_a: Facet
attributes:
  manufacturer:
    name: manufacturer
    description: ''
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: manufacturer
    owner: DeviceFacet
    domain_of:
    - DeviceFacet
    - OperatingSystemFacet
    - SoftwareFacet
    range: Identity
  deviceType:
    name: deviceType
    from_schema: https://w3id.org/lmodel/uco-master
    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-master
    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-master
    rank: 1000
    alias: serialNumber
    owner: DeviceFacet
    domain_of:
    - DeviceFacet
    - X509CertificateFacet
    range: string