https://unifiedcyberontology.org/ontology/uco/observable#destinationPort
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:destinationPort | xsd:integer |
@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 .