http://www.w3.org/ns/activitystreams#height
The display height expressed as device independent pixels
DOMAIN | PROPERTY | RANGE |
---|---|---|
as:Link | as:height | xsd:nonNegativeInteger |
@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 .