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