Project:SPARQL/examples: Difference between revisions

m
Line 938: Line 938:
#defaultView:Map{"hide":["?geo", "?count"]}
#defaultView:Map{"hide":["?geo", "?count"]}


SELECT  ?person ?personLabel ?residenceLabel ?residence ?geo (count( ?person) as ?count)  (concat(str(?count), " publication") as ?count_lbl)
SELECT  ?person ?personLabel ?residenceLabel ?residence ?geo (count( ?person) as ?count)  #(concat(str(?count), " publication") as ?count_lbl)
WHERE {   
WHERE {   
   ?person bnwdt:P3 bnwd:Q3 . # select women
   ?person bnwdt:P3 bnwd:Q3 . # select women
579

edits