klms:width leaf node


URI

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

Label

Raster - Raster Image Width

Description

The width of a raster image in pixels.

Usage

DOMAINPROPERTYRANGE
klms:Raster klms:width 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#> .

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