https://ontology.unifiedcyberontology.org/uco/observable/src
Specifies the source(s) of the network connection.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:src | core:UcoObject |
@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 .