schema:width leaf node


URI

http://schema.org/width

Label

hasWidth

Description

The width of an image output.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:width 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:width a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasWidth"@en ;
    rdfs:comment "The width of an image output."@en ;
    rdfs:range xsd:float .