observable:destinationPort leaf node


URI

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

Label

destinationPort

Description

Specifies the destination port used in the connection, as an integer in the range of 0 - 65535.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:destinationPort xsd:integer

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:destinationPort a owl:DatatypeProperty ;
    rdfs:label "destinationPort"@en ;
    rdfs:comment "Specifies the destination port used in the connection, as an integer in the range of 0 - 65535."@en ;
    rdfs:range xsd:integer .