observable:WifiAddressFacet leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/WifiAddressFacet

Label

WifiAddressFacet

Description

A Wi-Fi address facet is a grouping of characteristics unique to a media access control (MAC) standards conformant identifier assigned to a device network interface to enable routing and management of IEEE 802.11 standards-conformant communications to and from that device.

Target Classes (1)

Shape Properties

Instances of observable:WifiAddressFacet can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

observable:DigitalAddressFacet
observable:addressValue 1 xsd:string
observable:displayName 1 xsd:string

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

observable:WifiAddressFacet a owl:Class,
        sh:NodeShape ;
    rdfs:label "WifiAddressFacet"@en ;
    rdfs:comment "A Wi-Fi address facet is a grouping of characteristics unique to a media access control (MAC) standards conformant identifier assigned to a device network interface to enable routing and management of IEEE 802.11 standards-conformant communications to and from that device."@en ;
    rdfs:subClassOf observable:MACAddressFacet ;
    sh:targetClass observable:WifiAddressFacet .