:containsBlock


Label

contains Block

Description

Relates an Ethereum Blockchain to a Block that it contains.

Usage

DOMAINPROPERTYRANGE
:Blockchain :containsBlock :Block

Implementation

@prefix : <http://ethon.consensys.net/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:containsBlock a owl:ObjectProperty ;
    rdfs:label "contains Block" ;
    :suggestedStringRepresentation "containsBlock" ;
    rdfs:comment "Relates an Ethereum Blockchain to a Block that it contains."@en ;
    rdfs:domain :Blockchain ;
    rdfs:range :Block ;
    rdfs:subPropertyOf :NetworkObjectProperty ;
    ns:term_status "unstable" .