:TransactionContext leaf node


URI

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

Label

Transaction Context

Description

The transaction context involves all attributes to model the perceived trust based in a given context.

Usage

Instances of :TransactionContext can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class :TransactionContext
:hasRequestFunction owl:DatatypeProperty The transaction context has a requrest function xsd:string
:hasTimestamp owl:DatatypeProperty A transaction context has a timestamp xsd:dateTimeStamp
:hasTrustValue owl:DatatypeProperty A transaction context has a trust value owl:Thing
:isEstablishedBy owl:ObjectProperty The transaction context is established by the trustor. :ServiceRequestor
:isRequiredBy owl:ObjectProperty The transaction context is required by the trustor and the trustee. :ServiceProvider :ServiceRequestor
:representsTrustValueIn owl:ObjectProperty The transaction context has a representsation of the trust value. :RepresentationOfTrust
:requires owl:ObjectProperty The transaction context requires a trustor and a trustee. :ServiceProvider :ServiceRequestor
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#> .

:TransactionContext a owl:Class ;
    rdfs:label "Transaction Context"@en ;
    rdfs:comment "The transaction context involves all attributes to model the perceived trust based in a given context."@en .