http://stelar-project.eu/klms#InclusionDependency
A class used to describe inclusion dependencies among attributes.
Instances of klms:InclusionDependency can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class klms:Dependency | |||
klms:left | owl:ObjectProperty | This property is used to indicate a left dependency. | klms:Attribute |
klms:right | owl:ObjectProperty | This property is used to indicate a right dependency. | klms:Attribute |
From class owl:Thing | |||
klms:appliesTo | owl:ObjectProperty | TThis property is used to indicate specific characteristics that apply to a dataset's attributes. | klms:Attribute |
klms:contains | owl:ObjectProperty | This property is used to indicate a contains relation among classes. | owl:Thing |
klms:count | owl:DatatypeProperty | A count. | xsd:int |
klms:crs | owl:DatatypeProperty | The CRS of a geospatial dataset. | xsd:string |
klms:degree | owl:DatatypeProperty | The degree of a Correlation/Joinability class instance. | xsd:int |
@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/> .
:InclusionDependency a owl:Class ;
rdfs:label "InclusionDependency"@en ;
dcterms:identifier "klms:InclusionDependency" ;
vann:usageNote "Optional class. A class used to describe inclusion dependencies among attributes."@en,
"Optional class. Geospatial-aware profiles associated to the various bands of a set of raster images that consist a Dataset published or curated by a single agent."@en ;
rdfs:comment "A class used to describe inclusion dependencies among attributes."@en ;
rdfs:subClassOf :Dependency .