section (E1)

From IPCC
Jump to navigation Jump to search
language codelabeldescriptionaliasesedit
ensectiona piece of text in a larger text, see Q18edit
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

PREFIX p: <http://www.wikidata.org/prop/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
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 . }

# Run with: https://shex-simple.toolforge.org/wikidata/packages/shex-webapp/doc/shex-simple.html?data=Endpoint:%20https://kg-ipclimatec-reports.wikibase.cloud/sparql&hideData&manifest=[]&textMapIsSparqlQuery&schemaURL=%2F%2Fkg-ipclimatec-reports.wikibase.cloud%2Fwiki%2FSpecial%3AEntitySchemaText%2FE1

START = @<Section>

<Section> {
  wdt:P1 [ wd:Q18 ] ; # instance of
  wdt:P4 . * ; # part of
  wdt:P11 @<Section> * ; # cites
  p:P3 @<Statement> * # has the statement
}

<Statement> {
  pq:P1 . ? ; # instance of
  pq:P5 @<Confidence> ? ; # confidence
  pq:P8 xsd:integer ? ; # series ordinal
  pq:P9 @<SpacialScope> ? # spacial scope
}

<Confidence> {
  wdt:P1 [ wd:Q1 ] # instance of 'confidence'
}

<SpacialScope> {
  wdt:P1 [ wd:Q32 ] ; # instance of 'ecosystem'
  wdt:P2 IRI ? # same as
}