klms:type leaf node


URI

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

Label

Attribute - Type

Description

The type of an attribute.

Usage

DOMAINPROPERTYRANGE
klms:Attribute klms:type xsd:string

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#> .

:type a owl:DatatypeProperty ;
    rdfs:label "Attribute - Type"@en ;
    dcterms:identifier "klms:type" ;
    vann:usageNote "Optional property. This property describes the type of an attribute."@en ;
    rdfs:comment "The type of an attribute."@en ;
    rdfs:domain :Attribute ;
    rdfs:range xsd:string .