608
edits
(Created a new Schema: section) |
(Updated Schema text: Extended) |
||
Schema / Line 4: | Schema / Line 4: | ||
# SELECT ?section WHERE { ?section wdt:P1 wd:Q18 . } | # SELECT ?section WHERE { ?section wdt:P1 wd:Q18 . } | ||
START = @< | START = @<Section> | ||
< | <Section> { | ||
wdt:P1 | wdt:P1 [ wd:Q18 ] ; # instance of | ||
wdt:P4 . | 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 | |||
} | } |