Project:SPARQL/examples: Difference between revisions

From Beyond Notability
Line 1,082: Line 1,082:
   }  
   }  
    
    
   FILTER(LANG(?propertyLabel) = 'en') # fix label language dups . but why doesn't SERVICE work?
   FILTER(LANG(?propertyLabel) = 'en')  
 
  # fix label language dups; but why doesn't SERVICE work?  
 
  # ahhh: https://en.wikibooks.org/wiki/SPARQL/FILTER#FILTER_on_values_in_Labels


}
}