http://stelar-project.eu/klms#height
The height of a raster image in pixels.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:Raster | klms:height | xsd:int |
@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 .