klms:degreeDistribution leaf node


URI

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

Label

NumericalDistribution - Degree distribution

Description

This property is used to indicate the degree distribution of an RDF graph.

Usage

DOMAINPROPERTYRANGE
klms:RDFGraph klms:degreeDistribution klms:NumericalDistribution

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

:degreeDistribution a owl:ObjectProperty ;
    rdfs:label "NumericalDistribution - Degree distribution"@en ;
    dcterms:identifier "klms:degreeDistribution" ;
    vann:usageNote "Optional property. This property is used to indicate the degree distribution of an RDF graph."@en ;
    rdfs:comment "This property is used to indicate the degree distribution of an RDF graph."@en ;
    rdfs:domain :RDFGraph ;
    rdfs:range :NumericalDistribution .