http://stelar-project.eu/klms#appliesTo
TThis property is used to indicate specific characteristics that apply to a dataset's attributes.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | klms:appliesTo | klms:Attribute |
@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 .