https://liidr.org/trust-recommendation-in-social-internet-of-things/Device
In the SAREF ontology, a tangible object is designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function.
Instances of :Device can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class :Device | |||
| :actsAs | owl:ObjectProperty | A node acts as trustor or as trustee. | :ServiceProvider :ServiceRequestor |
| :communicatesIn | owl:ObjectProperty | A node is a component of the network. | :Network |
| :isLinkedBy | owl:ObjectProperty | Devices are linked by relationships. | :Relationship |
| 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 | |
@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#> .
:Device a owl:Class ;
rdfs:label "Device"@en ;
rdfs:comment "In the SAREF ontology, a tangible object is designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function."@en ;
rdfs:subClassOf :Node .