observable:icmpType leaf node


URI

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

Label

icmpType

Description

Specifies the ICMP type byte.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:icmpType xsd:hexBinary

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:icmpType a owl:DatatypeProperty ;
    rdfs:label "icmpType"@en ;
    rdfs:comment "Specifies the ICMP type byte."@en ;
    rdfs:range xsd:hexBinary .