http://stelar-project.eu/klms#degree
The degree of a Correlation/Joinability class instance.
@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 .