blockchain:OffChainData


URI

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

Label

Off-chain Data

Description

Data stored outside the blockchain but referenced by it.

Usage

Instances of blockchain:OffChainData can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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

blockchain:OffChainData a owl:Class ;
    rdfs:label "Off-chain Data"@en ;
    rdfs:comment "Data stored outside the blockchain but referenced by it."@en .