bedeo:is_tangible leaf node


URI

https://csse.utoronto.ca/is_tangible

Label

Is tangible

Description

Indicates whether an asset has a physical existence

Usage

DOMAINPROPERTYRANGE
bedeo:asset bedeo:is_tangible 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_tangible a owl:DatatypeProperty ;
    rdfs:label "Is tangible"@en ;
    rdfs:comment "Indicates whether an asset has a physical existence"@en ;
    rdfs:domain bedeo:asset ;
    rdfs:range xsd:boolean .