schema:height leaf node


URI

http://schema.org/height

Label

hasHeight

Description

The height of an image output.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:height xsd:float

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:height a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasHeight"@en ;
    rdfs:comment "The height of an image output."@en ;
    rdfs:range xsd:float .