Project:SPARQL/examples: Difference between revisions

Line 2,780: Line 2,780:
       # this needs to be limited to dates... I think
       # this needs to be limited to dates... I think
       FILTER(DATATYPE(?pqs) = xsd:dateTime).  
       FILTER(DATATYPE(?pqs) = xsd:dateTime).  
    ## to check for edtf dates
    ## docs: https://github.com/ProfessionalWiki/WikibaseEdtf     
    ## i think it should be just a matter of changing the datatype filter to xsd:edtf
    ## 0 results which is *probably* correct so not adding it at present.
    ##  FILTER(DATATYPE(?pqs) = xsd:edtf).
    
    
         # get stuff about pq  
         # get stuff about pq  
586

edits