bedeo:is_liquid leaf node


URI

https://csse.utoronto.ca/is_liquid

Label

Is liquid

Description

Indicates whether an asset can be easily converted to cash or cash equivalents

Usage

DOMAINPROPERTYRANGE
bedeo:asset bedeo:is_liquid xsd:boolean

Implementation

@prefix bedeo: <https://csse.utoronto.ca/> .
@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#> .

bedeo:is_liquid a owl:DatatypeProperty ;
    rdfs:label "Is liquid"@en ;
    rdfs:comment "Indicates whether an asset can be easily converted to cash or cash equivalents"@en ;
    rdfs:domain bedeo:asset ;
    rdfs:range xsd:boolean .