Another title could be: Is there an inverse of "member of"? I don't see anything like that.
I can get all the person who are member of an organization.
SELECT ?p ?pLabel WHERE {
?p wdt:P463 wd:Q3227220.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
But I can't understand the way to get the inverse:
- I've got a given human person (with ID or label)
- I want the organizations he is "member of"
Question 1: 1Is it possible to do it or it's a feature to "not be able" to do that?
Question 2: If it's possible, is there a wizard somewhere to find a magic peace of sheet?