https://liidr.org/trust-recommendation-in-social-internet-of-things/hasRequestFunction
The transaction context has a requrest function
DOMAIN | PROPERTY | RANGE |
---|---|---|
:TransactionContext | :hasRequestFunction | xsd:string |
@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 .