:hasRequestFunction leaf node


URI

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

Label

has request function

Description

The transaction context has a requrest function

Usage

DOMAINPROPERTYRANGE
:TransactionContext :hasRequestFunction xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasRequestFunction a owl:DatatypeProperty ;
    rdfs:label "has request function"@en ;
    rdfs:comment "The transaction context has a requrest function"@en ;
    rdfs:domain :TransactionContext ;
    rdfs:range xsd:string .