klms:appliesTo leaf node


URI

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

Label

Dependency - Applies to

Description

TThis property is used to indicate specific characteristics that apply to a dataset's attributes.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) klms:appliesTo 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/> .

:appliesTo a owl:ObjectProperty ;
    rdfs:label "Dependency - Applies to"@en ;
    dcterms:identifier "klms:appliesTo" ;
    vann:usageNote "Optional property. This property is used to indicate specific characteristics that apply to a dataset's attributes."@en ;
    rdfs:comment "TThis property is used to indicate specific characteristics that apply to a dataset's attributes."@en ;
    rdfs:range :Attribute .