query-4908f8dc277c1f144bdf53eb2b2daaeb

rq turtle/ttl

part of (P361) vs. member of (P463) 18:43, 30 January 2020 (UTC)) talk (Premeditated - https://w.wiki/Fzz: "organization, musical group, or club to which the subject belongs", Terry is a member of that comedy group. By the looks of it, there is more people struggling with the same problem. (P463)member of . (Q16402)Monty Python : "object of which the subject is a part", Terry is a part of (P361)part of . (Q16402)Monty Python → (P463)member of and/or (Q16402)Monty Python → (P361)part of can be (Q166159)Terry Jones ? Both property have a lot in common, but are also quite different. Example (P463)member of and/or (P361)part of I have a dilemma. When should we use , it didn't find the members:(Q7785)Commonwealth of Nations I have some doubts that it works that way by default. I tried it on 19:41, 1 February 2020 (UTC)❫ ✉ ❪ChristianKl. (P463)member of , the result should still show up. If someone is a member then the idea is to use the more specific (P361)part of and someone asks the query service for all (P463)member of . If you use (P361)part of which in turn is a subproperty of (P1416)affiliation is a subproperty of (P463)member of 23:56, 30 January 2020 (UTC)) talk (GhoustonGenerally, "member of" would be used for human groups, being more specific than "part of". But some people prefer "part of" because it has in inverse property "has part": you need the inverse if you want to list the members in a Wikipedia template.

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?x ?xLabel WHERE {
 ?x wdt:P361 wd:Q7785
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?x"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q7785"]):::iri v1 --"wdt:P361"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end