Jump to content

ClimateKG:Dashboard

From ClimateKG
Revision as of 09:21, 14 April 2026 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ClimateKG — Data Dashboard

[edit source]

Live overview of the ClimateKG knowledge graph. Statistics and tables are populated directly from the <a href="https://dev-climatekg.semanticclimate.org/query/">SPARQL endpoint</a>. Requires JavaScript.

Items
Browse →
Properties
Browse →
Statements
By item →
Last Updated
Recent →

Browse All Items

[edit source]

All items in the knowledge graph with their labels, descriptions, and statement counts.

↗ Open in Query Service

Items by Class

[edit source]

Items grouped by their instance of type (property P1). Requires the instance of property to be populated.

↗ Open in Query Service

Properties

[edit source]

All properties defined in this knowledge graph, their data types, and usage counts.

↗ Open in Query Service

Recently Modified

[edit source]

The 20 most recently edited items.

↗ Open in Query Service

Explore with SPARQL

[edit source]

Use the Query Service to run custom queries against the knowledge graph.

Useful example queries

[edit source]
Query Description Link
SELECT ?item ?itemLabel WHERE { ?item wikibase:statements ?s . SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } All items with English labels Run
SELECT ?prop ?propLabel WHERE { ?prop a wikibase:Property . SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } All properties Run
SELECT ?item ?itemLabel ?stmts WHERE { ?item wikibase:statements ?stmts . FILTER(?stmts > 0) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY DESC(?stmts) Items with the most statements Run

SPARQL reference prefixes

[edit source]

The following prefixes are pre-configured in the Query Service:

PREFIX wd:  <https://dev-climatekg.semanticclimate.org/entity/>
PREFIX wdt: <https://dev-climatekg.semanticclimate.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd:  <http://www.bigdata.com/rdf#>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

Dashboard auto-populates from SPARQL endpoint. Page source: ClimateKG:Dashboard.