https://csse.utoronto.ca/non_numeric_value
Identifies the non numeric value of an entity
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | bedeo:non_numeric_value | bedeo:NonQuantityValue |
@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 .