ClimateKG:Dashboard
Appearance
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.
Browse All Items
[edit source]All items in the knowledge graph with their labels, descriptions, and statement counts.
Items by Class
[edit source]Items grouped by their instance of type (property P1). Requires the instance of property to be populated.
Properties
[edit source]All properties defined in this knowledge graph, their data types, and usage counts.
Recently Modified
[edit source]The 20 most recently edited items.
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.