blockchain:hasHash leaf node


URI

http://www.mobr.ai/ontologies/blockchain#hasHash

Label

has hash

Description

The cryptographic hash identifier of an entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing blockchain:hasHash xsd:decimal

Implementation

@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@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#> .

blockchain:hasHash a owl:DatatypeProperty ;
    rdfs:label "has hash"@en ;
    rdfs:comment "The cryptographic hash identifier of an entity."@en ;
    rdfs:domain owl:Thing ;
    rdfs:range xsd:decimal .