observable:src leaf node


URI

https://unifiedcyberontology.org/ontology/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://unifiedcyberontology.org/ontology/uco/core#> .
@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:src a owl:ObjectProperty ;
    rdfs:label "src"@en ;
    rdfs:comment "Specifies the source(s) of the network connection."@en ;
    rdfs:range core:UcoObject .