section (E1)
Jump to navigation
Jump to search
language code | label | description | aliases | edit |
---|---|---|---|---|
en | section | a piece of text in a larger text, see Q18 | edit |
PREFIX wd: <https://kg-ipclimatec-reports.wikibase.cloud/entity/>
PREFIX wdt: <https://kg-ipclimatec-reports.wikibase.cloud/prop/direct/>
# SELECT ?section WHERE { ?section wdt:P1 wd:Q18 . }
START = @<section>
<section> {
wdt:P1 . + ; # instance of
wdt:P4 . + ; # part of
}