schema:videoFrameSize leaf node


URI

http://schema.org/videoFrameSize

Label

hasVideoFrameSize

Description

The frame size of the video output.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:videoFrameSize xsd:string

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:videoFrameSize a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasVideoFrameSize"@en ;
    rdfs:comment "The frame size of the video output."@en ;
    rdfs:range xsd:string .