klms:left leaf node


URI

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

Label

Dependency - Left

Description

This property is used to indicate a left dependency.

Usage

DOMAINPROPERTYRANGE
klms:Dependency klms:left klms:Attribute

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

:left a owl:ObjectProperty ;
    rdfs:label "Dependency - Left"@en ;
    dcterms:identifier "klms:left" ;
    vann:usageNote "Optional property. This property is used to indicate a left dependency."@en ;
    rdfs:comment "This property is used to indicate a left dependency."@en ;
    rdfs:domain :Dependency ;
    rdfs:range :Attribute .