klms:key leaf node


URI

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

Label

KeyValuePair - key

Description

This property contains the key of a KeyValuePair.

Usage

DOMAINPROPERTYRANGE
klms:KeyValuePair klms:key 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#> .

:key a owl:DatatypeProperty ;
    rdfs:label "KeyValuePair - key"@en ;
    dcterms:identifier "klms:key" ;
    vann:usageNote "Recommended property. This property contains the key of a KeyValuePair."@en ;
    rdfs:comment "This property contains the key of a KeyValuePair."@en ;
    rdfs:domain :KeyValuePair ;
    rdfs:range xsd:string .