observable:sourcePort leaf node


URI

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

Label

sourcePort

Description

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

Usage

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

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

observable:sourcePort a owl:DatatypeProperty ;
    rdfs:label "sourcePort"@en ;
    rdfs:comment """Specifies the source port used in the connection, as an integer in the range of 0 - 65535.
          """@en ;
    rdfs:range xsd:integer .