Skip to content

Commit

Permalink
Update belgium.rq
Browse files Browse the repository at this point in the history
  • Loading branch information
RVA2869 committed Dec 9, 2024
1 parent f06d64b commit 9dbcc31
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions queries/generators/belgium.rq
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,9 @@ UNION
wd:Q121856465 # delegations (8)
wd:Q112307194 # consulate generals (15)
wd:Q3917681 # embassies (83)
wd:Q5244910 # de facto embassy (1)
}
?org wdt:P31 ?type; wdt:P137 ?country .
}
UNION
{
VALUES ?type {
wd:Q5244910 # de facto embassy (1)
}
?org wdt:P31 ?type; wdt:P17 wd:Q865; wdt:P137 ?country .
}
MINUS { ?org wdt:P576 [] }
MINUS { ?org wdt:P1366 [] }
Expand All @@ -56,4 +50,4 @@ UNION

SERVICE wikibase:label { bd:serviceParam wikibase:language "en,nl,fr,de" }
}
ORDER BY ?type ?orgLabel
ORDER BY ?typeLabel ?type

0 comments on commit 9dbcc31

Please sign in to comment.