:hasTimestamp leaf node


URI

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

Label

has timestamp

Description

A transaction context has a timestamp

Usage

DOMAINPROPERTYRANGE
:TransactionContext :hasTimestamp xsd:dateTimeStamp

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

:hasTimestamp a owl:DatatypeProperty ;
    rdfs:label "has timestamp"@en ;
    rdfs:comment "A transaction context has a timestamp"@en ;
    rdfs:domain :TransactionContext ;
    rdfs:range xsd:dateTimeStamp .