query-f0af026c3fe905c47ececf9c54a80ae0
delete triples from WDQS: ?a rdf:type schema:Article
Use at
- https://query.wikidata.org/sparql
PREFIX schema: <http://schema.org/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT (COUNT(*) as ?count)
{
[] rdf:type schema:Article
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?count")
a1((" "))
c2(["schema:Article"]):::iri
a1 --"a"--> c2
bind1[/"count(*)"/]
bind1 --as--o v1