klms:degree leaf node


URI

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

Label

Correlation/Joinability - Degree

Description

The degree of a Correlation/Joinability class instance.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) klms:degree xsd:int

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

:degree a owl:DatatypeProperty ;
    rdfs:label "Correlation/Joinability - Degree"@en ;
    dcterms:identifier "klms:degree" ;
    vann:usageNote "Optional property. This property can be used describe the degree of a Correlation/Joinability class instance."@en ;
    rdfs:comment "The degree of a Correlation/Joinability class instance."@en ;
    rdfs:range xsd:int .