query-7629d420a7049793289344096dec0b50
P393 or P1545Which one? (or something else?) ⟩25⟨ (P1545)series ordinal ⟩ (Q9448)Premier League ⟨ (P3450)sports season of league or competition ⟩ (Q19346732)2015–16 Premier League ⟨ ⟩25⟨ (P393)edition number ⟩ (Q9448)Premier League ⟨ (P3450)sports season of league or competition ⟩ (Q19346732)2015–16 Premier League ⟨ (Please don't discuss about P3450). I want to use P393 or P1545 as a qualifier. Problem has a value used as qualifier constraint. It should be used as qualifier.(P1545)series ordinal has a value only constraint. It shouldn't be used as qualifier.(P393)edition number P1545 seems more logical to be used. But, honestly, I haven't understood the difference between those two properties.
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item
WHERE
{
{ ?item wdt:P3450 [] }
{ ?item wdt:P393 [] }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
a2((" "))
v1 --"wdt:P3450"--> a1
v1 --"wdt:P393"--> a2