observable:dst leaf node


URI

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

Label

dst

Description

Specifies the destination(s) of the network connection.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:dst 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:dst a owl:ObjectProperty ;
    rdfs:label "dst"@en ;
    rdfs:comment "Specifies the destination(s) of the network connection."@en ;
    rdfs:range observable:ObservableObject .