Anonymous

Project:SPARQL/examples: Difference between revisions

From geokb
No edit summary
Line 116: Line 116:
WHERE {
WHERE {
   ?item wdt:P107 wd:Q44210 ; # Employed by the USGS
   ?item wdt:P107 wd:Q44210 ; # Employed by the USGS
         p:P107 ?prop_statement .
         p:P107 ?emp_statement .
   OPTIONAL {
   OPTIONAL {
     ?prop_statement pq:P61 ?end_time . # Any value here indicates that employment status ended at some point
     ?emp_statement pq:P61 ?end_time . # Any value here indicates that employment status ended at some point
   }
   }
   OPTIONAL {
   OPTIONAL {