You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this doesn't compute the depth of the class hierarchy but just the in-degree for each node connected via rdfs:subClassOf property. the same holds for the property hierarchy:
https://github.com/SANSA-Stack/SANSA-RDF/blob/ca96ea21d010a02c01c34aa0d9ecce51c4135d71/sansa-rdf-spark/src/main/scala/net/sansa_stack/rdf/spark/stats/RDFStatistics.scala#L127-L135
this doesn't compute the depth of the class hierarchy but just the in-degree for each node connected via
rdfs:subClassOf
property. the same holds for the property hierarchy:https://github.com/SANSA-Stack/SANSA-RDF/blob/ca96ea21d010a02c01c34aa0d9ecce51c4135d71/sansa-rdf-spark/src/main/scala/net/sansa_stack/rdf/spark/stats/RDFStatistics.scala#L143-L153
The text was updated successfully, but these errors were encountered: