as:height leaf node


URI

http://www.w3.org/ns/activitystreams#height

Label

height

Description

The display height expressed as device independent pixels

Usage

DOMAINPROPERTYRANGE
as:Link as:height xsd:nonNegativeInteger

Implementation

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

as:height a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "height"@en ;
    rdfs:comment "The display height expressed as device independent pixels"@en ;
    rdfs:domain as:Link ;
    rdfs:range xsd:nonNegativeInteger .