observable:macAddress leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#macAddress

Label

macAddress

Description

Specifies the MAC or hardware address of the physical network card.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:macAddress observable:ObservableObject

Implementation

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

observable:macAddress a owl:ObjectProperty ;
    rdfs:label "macAddress"@en ;
    rdfs:comment "Specifies the MAC or hardware address of the physical network card. "@en ;
    rdfs:range observable:ObservableObject .