Project:SPARQL/examples: Difference between revisions

m
Line 574: Line 574:
    
    
   ?person bnp:P102 ?s .  # served on P102
   ?person bnp:P102 ?s .  # served on P102
  ?person ?p ?s .    # for claim
    ?s bnps:P102 ?service .
 
  ?claim wikibase:claim ?p;     
        wikibase:statementProperty ?ps;
        wikibase:propertyType ?prop_type.   
   
    ?s ?ps ?service . # service on what
      
      
   optional {  #qualifiers, if any
   optional {  #qualifiers, if any
579

edits