User:Battleofalma/Climate Legislation

Examples of existing legislation on Wikidata edit

Properties used edit

Examples of CPR sources edit

Integrated National Energy And Climate Plan 2021-2030

Category: Policy Policy

Type: Plan Plan

Sectors - Industry

Property Mapping
CPR Property CPR Value WD Property/Value
Category
Policy Policy
Type
Plan Plan
Sectors Example Industry
Energy Energy Sector
Transportation Transport
Agriculture Agriculture
Example Economy-wide ??
Example Buildings ??

Queries edit

Simple instances of legislation

SELECT ?item ?itemLabel #the labels for the things in the query

WHERE { ?item wdt:P31 wd:Q49371 #instance of legislation
      
      


    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Instances of legislation and subclasses of

SELECT ?item ?itemLabel #the labels for the things in the query

WHERE { ?item (wdt:P31/wdt:P279*) wd:Q49371 #instance or subclasses of legislation.
      
      


    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Instances of statute and subclasses of

SELECT ?item ?itemLabel #the labels for the things in the query

WHERE { ?item (wdt:P31/wdt:P279*) wd:Q820655 #instance of statute or subclass of.
      
      


    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!