Project:SPARQL/examples: Difference between revisions

From Beyond Notability
Line 1,076: Line 1,076:
   OPTIONAL { ?property schema:description ?propertyDescription . }
   OPTIONAL { ?property schema:description ?propertyDescription . }
    
    
# FILTER(LANG(?propertyLabel) = 'en')
  FILTER(LANG(?propertyLabel) = 'en') # removes language dups
}
}