http://schema.org/width
@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 .