klms:value leaf node


URI

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

Label

KeyValuePair - value

Description

This property contains the value of a KeyValuePair.

Usage

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

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