RDF Graph Measures for the Analysis of RDF Graphs

Home / User generated / my-experiment

Measures

Notation Description Value
m graph volume (no. of edges) 2,917,160
n graph size (no. of vertices) 860,179
dmax max degree 109,359
d+max max in-degree 109,359
d-max max out-degree 391
z mean total degree 6.783
h+
h-index, respecting in-degree
Known from citation networks, this measure is an indicator for the importance of a vertex in the graph, similar to a centrality measure. A value of h means that for the number of h vertices the degree of these vertices is greater or equal to h. A high value of h could be an indicator for a "dense" graph and that its vertices are more "prestigious". The value is computed by respecting the in-degree distribution of the graph, denoted as h+.
401
h h-index, respecting total degree 416
pmu fill, respecting unique edges only 0
p fill, respecting overall edges 0
mp
parallel edges
Based on the measure mu, this is the number of parallel edges, i.e., the total number of edges that share the same pair of source and target vertices. It is computed by subtracting mu from the total number of edges m, i.e. mp = m – mu.
50,838
mu
unique edges
In RDF, a pair of subject and object resources may be described with more than one predicate. Hence, in the graphs, there may exist a fraction of all edges that share the same pair of (subject and object) vertices. The value for mu represents the total number of edges without counting these multiple edges between a pair of vertices.
2,866,322
y reciprocity 0.026
δ
diameter (approximated)
The diameter is the longest shortest path between a pair of two vertices in the graph (as there can be more than one path for the pair of vertices). As this requires all possible paths to be computed, this is a very computational intensive measure. We used the pseudo_diameter-algorithm provided by graph-tool, which is an approximation method for the diameter of the graph. As the graph can have many components, this algorithm very often returns the value of 1. If this should be the case for this graph, we compute the diameter for the largest connecting component.
24
PR max pagerank value 0.005
Cd+ max in-degree centrality 0.127
Cd- max out-degree centrality 0
Cd max degree centrality 0.127
α powerlaw exponent, degree distribution 2.366
dminα dmin for α 53
α+ powerlaw exponent, in-degree distribution 1.922
dminα+ dmin for α+ 16
σ+ standard deviation, in-degree distribution 219.976
σ- standard deviation, out-degree distribution 7.671
cv+ coefficient variation, in-degree distribution 6,486.41
cv- coefficient variation, out-degree distribution 226.185
σ2+ variance, in-degree distribution 48,389.603
σ2- variance, out-degree distribution 58.84
C+d graph centralization 0.127
z- mean out-degree 5.529
$$deg^{--}(G)$$ max partial out-degree 389
$$\overline{deg^{--}}(G)$$ mean partial out-degree 1.223
$$deg^-_L(G)$$ max labelled out-degree 28
$$\overline{deg^-_L}(G)$$ mean labelled out-degree 4.522
$$deg^-_D(G)$$ max direct out-degree 391
$$\overline{deg^-_D}(G)$$ mean direct out-degree 5.432
z+ mean in-degree 3.5
$$deg^{++}(G)$$ max partial in-degree 109,359
$$\overline{deg^{++}}(G)$$ mean partial in-degree 2.38
$$deg^+_L(G)$$ max labelled in-degree 11
$$\overline{deg^+_L}(G)$$ mean labelled in-degree 1.471
$$deg^+_D(G)$$ max direct in-degree 109,344
$$\overline{deg^+_D}(G)$$ mean direct in-degree 3.439
$$deg_P(G)$$ max predicate degree 527,692
$$\overline{deg_P}(G)$$ mean predicate degree 25,366.609
$$deg^+_P(G)$$ max predicate in-degree 527,629
$$\overline{deg^+_P}(G)$$ mean predicate in-degree 20,745.356
$$deg^-_P(G)$$ max predicate out-degree 436,717
$$\overline{deg^-_P}(G)$$ mean predicate out-degree 10,659.652
$$\propto_{s-o}(G)$$ subject-object ratio 0.582
$$r_L(G)$$ ratio of repreated predicate lists 0.996
$$deg_{PL}(G)$$ max predicate list degree 170,117
$$\overline{deg_{PL}}(G)$$ mean predicate list degree 225.294
$$C_G$$ distinct classes 44
$$S^C_G$$ all different typed subjects 527,629
$$r_T(G)$$ ratio of typed subjects 1

Plots

Degree distribution shown here
In-degree distribution shown here
Last update of this page: 25 March 2020 13:38:39 CET