:Function leaf node


URI

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

Label

Function

Description

A function is a node in Social Internet of Things.

Superclasses (1)

Usage

Instances of :Function can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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#> .

:Function a owl:Class ;
    rdfs:label "Function"@en ;
    rdfs:comment "A function is a node in Social Internet of Things."@en ;
    rdfs:subClassOf :Node .