Modelling/Humans: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 47: Line 47:
}
}
ORDER BY ?itemLabelEN
ORDER BY ?itemLabelEN
</SPARQL>
===Query to count all humans===
<SPARQL tryit="1">
PREFIX wb: <https://metabase.wikibase.cloud/entity/>
PREFIX wbt: <https://metabase.wikibase.cloud/prop/direct/>
SELECT (COUNT(*) AS ?count_index_terms)
WHERE
{
?item wbt:P5 wb:Q23 .
}
</SPARQL>
</SPARQL>
[[Category:Documentation|H]]
[[Category:Documentation|H]]