bedeo:non_numeric_value leaf node


URI

https://csse.utoronto.ca/non_numeric_value

Label

Non numeric value

Description

Identifies the non numeric value of an entity

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) bedeo:non_numeric_value bedeo:NonQuantityValue

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

bedeo:non_numeric_value a owl:ObjectProperty ;
    rdfs:label "Non numeric value"@en ;
    rdfs:comment "Identifies the non numeric value of an entity"@en ;
    rdfs:range bedeo:NonQuantityValue .