User:Battleofalma/Climate Legislation
Examples of existing legislation on WikidataEdit
Properties usedEdit
Examples of CPR sourcesEdit
Integrated National Energy And Climate Plan 2021-2030
Category: Policy Policy
Type: Plan Plan
Sectors - Industry
- Energy - Energy Sector
- Transportation - Transport
- Agriculture - Agriculture
- Economy-wide - ?
- Buildings - ?
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 | ?? |
QueriesEdit
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". }
}
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". }
}
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". }
}