This visualisation shows the DBpedia Ontology using the Bostock Collapsible Tree.
Differently from the previous example (DBpedia Ontology Tree), there is no overview but the collapsible nodes allow an easy exploration of the ontology in an interactive way.
Gray nodes contains subclasses while white nodes are leaves.
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v3.min.js"></script>
<link rel="stylesheet" href="index.css">
<title>Collapsible DBpedia Ontology Tree</title>
</head>
<body>
<script src="index.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v3.min.js