klms:numRecords leaf node


URI

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

Label

Hierarchical - Number of records

Description

The number of records of a hierarchical dataset.

Usage

DOMAINPROPERTYRANGE
klms:Hierarchical klms:numRecords 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#> .

:numRecords a owl:DatatypeProperty ;
    rdfs:label "Hierarchical - Number of records"@en ;
    dcterms:identifier "klms:numRecords" ;
    vann:usageNote "Optional property. This property describes the number of records of a hierarchical dataset."@en ;
    rdfs:comment "The number of records of a hierarchical dataset."@en ;
    rdfs:domain :Hierarchical ;
    rdfs:range xsd:int .