chemical compound (E2)

language codelabeldescriptionaliasesedit
enchemical compoundedit
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

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:Q68 . }

START = @<ChemicalCompound>

<ChemicalCompound> {
  wdt:P1 [ wd:Q68 ] ; # instance of
  wdt:P2 IRI ; # same as
  wdt:P23 IRI ; # chemical structure
}