Class: WirelessNetworkConnectionFacet
"A wireless network connection facet is a grouping of characteristics unique to a connection (completed or attempted) across an IEEE 802.11 standards-conformant digital network (a group of two or more computer systems linked together). [based on https://www.webopedia.com/TERM/N/network.html]"
URI: master:WirelessNetworkConnectionFacet
 classDiagram
    class WirelessNetworkConnectionFacet
      Facet <|-- WirelessNetworkConnectionFacet
      WirelessNetworkConnectionFacet : baseStation
      WirelessNetworkConnectionFacet : password
      WirelessNetworkConnectionFacet : ssid
      WirelessNetworkConnectionFacet : wirelessNetworkSecurityMode
          WirelessNetworkConnectionFacet ..> WirelessNetworkSecurityModeEnum : wirelessNetworkSecurityMode
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- WirelessNetworkConnectionFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| baseStation | 0..1  String  | 
"The baseStation | direct | 
| password | 0..1  String  | 
"Specifies an authentication password | direct | 
| ssid | 0..1  String  | 
"network identifier | direct | 
| wirelessNetworkSecurityMode | 0..1  String  | 
"Specifies the security mode of a wireless network (None, WEP, WPA, etc) | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:WirelessNetworkConnectionFacet | 
| native | master:WirelessNetworkConnectionFacet | 
LinkML Source
Direct
name: WirelessNetworkConnectionFacet
description: '"A wireless network connection facet is a grouping of characteristics
  unique to a connection (completed or attempted) across an IEEE 802.11 standards-conformant
  digital network (a group of two or more computer systems linked together). [based
  on https://www.webopedia.com/TERM/N/network.html]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- baseStation
- password
- ssid
- wirelessNetworkSecurityMode
slot_usage:
  wirelessNetworkSecurityMode:
    name: wirelessNetworkSecurityMode
    domain_of:
    - WirelessNetworkConnectionFacet
    range: WirelessNetworkSecurityModeEnum
Induced
name: WirelessNetworkConnectionFacet
description: '"A wireless network connection facet is a grouping of characteristics
  unique to a connection (completed or attempted) across an IEEE 802.11 standards-conformant
  digital network (a group of two or more computer systems linked together). [based
  on https://www.webopedia.com/TERM/N/network.html]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  wirelessNetworkSecurityMode:
    name: wirelessNetworkSecurityMode
    domain_of:
    - WirelessNetworkConnectionFacet
    range: WirelessNetworkSecurityModeEnum
attributes:
  baseStation:
    name: baseStation
    description: "\"The baseStation.\"\n  close_mappings:\n- wikidata:Q1332343  #\
      \ cell site"
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q1379116
    rank: 1000
    alias: baseStation
    owner: WirelessNetworkConnectionFacet
    domain_of:
    - WirelessNetworkConnectionFacet
    range: string
  password:
    name: password
    description: '"Specifies an authentication password."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - edam.data:1690
    - NCIT:C42710
    - sumo:password
    - wikidata:Q161157
    rank: 1000
    alias: password
    owner: WirelessNetworkConnectionFacet
    domain_of:
    - AccountAuthenticationFacet
    - URLFacet
    - WirelessNetworkConnectionFacet
    range: string
  ssid:
    name: ssid
    description: '"network  identifier."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: ssid
    owner: WirelessNetworkConnectionFacet
    domain_of:
    - WirelessNetworkConnectionFacet
    range: string
  wirelessNetworkSecurityMode:
    name: wirelessNetworkSecurityMode
    description: '"Specifies the security mode of a wireless network (None, WEP, WPA,
      etc)."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: wirelessNetworkSecurityMode
    owner: WirelessNetworkConnectionFacet
    domain_of:
    - WirelessNetworkConnectionFacet
    range: WirelessNetworkSecurityModeEnum