observable:src leaf node


URI

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

Label

src

Description

Specifies the source(s) of the network connection.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:src core:UcoObject

Implementation

@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@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#> .

observable:src a owl:ObjectProperty ;
    rdfs:label "src"@en ;
    rdfs:comment "Specifies the source(s) of the network connection."@en ;
    rdfs:range core:UcoObject .