http://stelar-project.eu/klms#nestingLevel
The nesting of the attribute.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:Attribute | klms:nestingLevel | 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#> .
: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 .