ponto:Protocol leaf node


URI

http://www.mobr.ai/ontologies/ponto#Protocol

Label

Protocol

Description

A system of rules that allows two or more entities of a communications system to transmit information. The protocol defines the rules, syntax, semantics, and synchronization of communication and possible recovery methods.

Usage

Instances of ponto:Protocol can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:Protocol a owl:Class ;
    rdfs:label "Protocol" ;
    rdfs:comment "A system of rules that allows two or more entities of a communications system to transmit information. The protocol defines the rules, syntax, semantics, and synchronization of communication and possible recovery methods." ;
    rdfs:subClassOf owl:Thing .