klms:numRows leaf node


URI

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

Label

Tabular - Number of Rows

Description

The number of rows of a tabular dataset.

Usage

DOMAINPROPERTYRANGE
klms:Tabular klms:numRows 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#> .

:numRows a owl:DatatypeProperty ;
    rdfs:label "Tabular - Number of Rows"@en ;
    dcterms:identifier "klms:numRows" ;
    vann:usageNote "Optional property. This property describes the number of rows of a tabular dataset."@en ;
    rdfs:comment "The number of rows of a tabular dataset."@en ;
    rdfs:domain :Tabular ;
    rdfs:range xsd:int .