query-24100671a2bd5dcb4f9b5e92908aaa0d

rq turtle/ttl

TODO

Use at

PREFIX schema: <http://schema.org/>
SELECT (COUNT(*) AS ?count) { ?sitelink schema:about [] }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?count") v1("?sitelink") a1((" ")) v1 --"schema:about"--> a1 bind1[/"count(*)"/] bind1 --as--o v2