:Throughput leaf node


URI

https://liidr.org/trust-recommendation-in-social-internet-of-things/Throughput

Label

Throughput

Description

Throughput represents the amount of data that is successfully transmitted in a network in a given period of time to measure the efficiency of a network.

Usage

Instances of :Throughput can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class :Network
:isCommunicatedIn owl:ObjectProperty A network has a device as component :Device
:isFormedBy owl:ObjectProperty The network is formed by relationships. :Relationship
:isRecommendedBy owl:ObjectProperty Trustor, Trustee, Network, and Relationship classes are recommended by Trust Recommendation. :TrustRecommendation
From class owl:Thing
:#preferredNamespacePrefix owl:AnnotationProperty owl:Thing
dcterms:/creator owl:AnnotationProperty owl:Thing
dcterms:/issued owl:AnnotationProperty owl:Thing
dcterms:/modified owl:AnnotationProperty owl:Thing
dcterms:/publisher owl:AnnotationProperty owl:Thing

Implementation

@prefix : <https://liidr.org/trust-recommendation-in-social-internet-of-things/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:Throughput a owl:Class ;
    rdfs:label "Throughput"@en ;
    rdfs:comment "Throughput represents the amount of data that is successfully transmitted in a network in a given period of time to measure the efficiency of a network."@en ;
    rdfs:subClassOf :NetworkTrafficMetric .