Project:SPARQL/examples: Difference between revisions

Line 258: Line 258:


<sparql tryit="1">
<sparql tryit="1">
# query for women's work activities with dates
# query for women's different kinds of work activity, with employer/organisation and dates where available


PREFIX bnwd: <https://beyond-notability.wikibase.cloud/entity/>
PREFIX bnwd: <https://beyond-notability.wikibase.cloud/entity/>
Line 297: Line 297:
# facilitated by; seems to be individuals connections rather than orgs.  instance of; doesn't seem very useful
# facilitated by; seems to be individuals connections rather than orgs.  instance of; doesn't seem very useful
      
      
   # dates (where available)
   # dates
     optional {
     optional {
     ?s ?pq ?date .  
     ?s ?pq ?date .  
579

edits