Line 5: |
Line 5: |
| * list of foundations | | * list of foundations |
| | | |
− | [https://tinyurl.com/y6hgo34f data cleaning]
| + | {{SPARQL|label=data cleaning |
| + | |query= |
| + | SELECT DISTINCT ?sub ?subLabel WHERE { |
| + | ?s pdiot:P4 ?sub. |
| + | FILTER NOT EXISTS {?sub pdiot:P103 ?id}. |
| + | SERVICE wikibase:label { |
| + | bd:serviceParam wikibase:language "en" . |
| + | } |
| + | } |
| + | LIMIT 100 |
| + | }} |