30,537
edits
Line 956: | Line 956: | ||
<syntaxhighlight lang="SPARQL"> | <syntaxhighlight lang="SPARQL"> | ||
SELECT (COUNT(?string) AS ?stringCount) | SELECT (COUNT(?string) AS ?stringCount) | ||
#declared variable that will be counted and passed to another variable to display as a number | # declared variable that will be counted and passed to another variable to display as a number | ||
WHERE { | WHERE { |