observable:protocols leaf node


URI

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

Label

protocols

Description

Specifies the protocols involved in the network connection, along with their corresponding state.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:protocols types:ControlledDictionary

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

observable:protocols a owl:ObjectProperty ;
    rdfs:label "protocols"@en ;
    rdfs:comment "Specifies the protocols involved in the network connection, along with their corresponding state. "@en ;
    rdfs:range types:ControlledDictionary .