Skip to content

Commit

Permalink
fix: adapt dashboard type SPARQL query
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Jun 6, 2024
1 parent 2603568 commit 9aafa65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _posts/2017-04-12-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ select replace(str(COALESCE(?subTop, 'none')),'http://www.snik.eu/ontology/meta/
from <http://www.snik.eu/ontology>
{
?class a owl:Class.
OPTIONAL {?class meta:subTopClass ?subTop.}
?class meta:subTopClass|a ?subTop.
?subTop rdfs:subClassOf meta:Top.
}"
data-sgvizler-chart="google.visualization.PieChart"
style="width:100%; height:400px;">
Expand Down

0 comments on commit 9aafa65

Please sign in to comment.