Project:RedirectionScript

From MaRDI portal
Revision as of 15:22, 29 February 2024 by Larissa (talk | contribs)

SPARQL queries

Count number of items that redirect to another item

SELECT (COUNT (DISTINCT ?o) AS ?count)
WHERE
{
   ?o owl:sameAs ?sa .
}