query-a98e7bbc2a3d2e4112a3b9ecb82cd011
This property requires explanation ]reply[13:09, 7 July 2016 (UTC)) talk (JakobVoss. To me it looks like both properties could be merged because the difference can be derived from context. This list of items that use both properties may help to better understand or find examples to explain: -- (P527)has part(s) This property requires better explanation and automatic checks to better differentiate from
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?classPart ?classPartLabel ?part ?partLabel {
?item wdt:P2670 ?classPart ; wdt:P527 ?part
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?classPart"):::projected
v1("?item"):::projected
v3("?part"):::projected
c4(["bd:serviceParam"]):::iri
c6(["en"]):::literal
v1 --"wdt:P2670"--> v2
v1 --"wdt:P527"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end