query-179ceca66d78d426916619405856014c
Cleanup bot descriptionCan someone fix the following descriptions:
Use at
- https://query.wikidata.org/sparql
PREFIX schema: <http://schema.org/>
SELECT *
{
?item schema:description "Non-profit organisation in the USA"@en
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2([sNon-profit organisation in the USA^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal
v1 --"schema:description"--> c2