http://stelar-project.eu/klms#numColumns
The number of columns of a tabular dataset.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:Tabular | klms:numColumns | 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#> .
:numColumns a owl:DatatypeProperty ;
rdfs:label "Tabular - Number of Columns"@en ;
dcterms:identifier "klms:numColumns" ;
vann:usageNote "Optional property. This property describes the number of columns of a tabular dataset."@en ;
rdfs:comment "The number of columns of a tabular dataset."@en ;
rdfs:domain :Tabular ;
rdfs:range xsd:int .