section (E1)

From IPCC
Revision as of 06:47, 23 April 2023 by Egonw (talk | contribs) (Created a new Schema: section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
language codelabeldescriptionaliasesedit
ensectiona piece of text in a larger text, see Q18edit
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
}