klms:nestingLevel leaf node


URI

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

Label

Attribute - Nesting Level

Description

The nesting of the attribute.

Usage

DOMAINPROPERTYRANGE
klms:Attribute klms:nestingLevel 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#> .

:nestingLevel a owl:DatatypeProperty ;
    rdfs:label "Attribute - Nesting Level"@en ;
    dcterms:identifier "klms:nestingLevel" ;
    vann:usageNote "Optional property. This property describes the nesting of the attribute (in case of nested attributes or property hierarchies)."@en ;
    rdfs:comment "The nesting of the attribute."@en ;
    rdfs:domain :Attribute ;
    rdfs:range xsd:int .