gOrgChart
: Draws the structure -> Company -> Field with ExplorationWellbore
The element which draws the above chart:
<div id="sgvzl_example_query" data-sgvizler-endpoint="http://sws.ifi.uio.no/sparql/npd" data-sgvizler-query="SELECT DISTINCT ?node ?parent WHERE{ { LET(?node := "ALL") LET(?parent := "") LET(?value := 0)} UNION {?s npdv:name ?node ; a npdv:Company . [] a npdv:Field ; npdv:hasCompany ?s . LET(?parent := "ALL") LET(?value := 0)} UNION {?s npdv:name ?node; a npdv:Field ; npdv:hasCompany [npdv:name ?parent] . [] a npdv:ExplorationWellbore ; npdv:hasField ?s . }}" data-sgvizler-chart="gOrgChart" data-sgvizler-loglevel="2" style="width:800px; height:400px;"/>
gTable