klms:height leaf node


URI

http://stelar-project.eu/klms#height

Label

Raster - Raster Image Height

Description

The height of a raster image in pixels.

Usage

DOMAINPROPERTYRANGE
klms:Raster klms:height xsd:int

Implementation

@prefix : <http://stelar-project.eu/klms#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:height a owl:DatatypeProperty ;
    rdfs:label "Raster - Raster Image Height"@en ;
    dcterms:identifier "klms:height" ;
    vann:usageNote "Optional property. This property describes the height of a raster image in pixels."@en ;
    rdfs:comment "The height of a raster image in pixels."@en ;
    rdfs:domain :Raster ;
    rdfs:range xsd:int .