16,603
edits
(→Object class quickstatements: Recipient class quickstatements) |
|||
Line 343: | Line 343: | ||
?pattern dreamst:P49 ?target_text . | ?pattern dreamst:P49 ?target_text . | ||
MINUS { ?pattern dreamst:P34 [] } | MINUS { ?pattern dreamst:P34 [] } | ||
BIND(CONCAT(SUBSTR(STR(?pattern), 38), ',', SUBSTR(STR(?target) , 38)) AS ?qs) | |||
} | |||
} | |||
</pre> | |||
=== Recipient class quickstatements === | |||
<pre> | |||
PREFIX dreams: <https://dreams.wikibase.cloud/entity/> | |||
PREFIX dreamst: <https://dreams.wikibase.cloud/prop/direct/> | |||
SELECT | |||
?qs | |||
# (COUNT(?pattern) AS ?count) ?object_text | |||
WHERE { | |||
{ BIND("qid,P55" AS ?qs) } | |||
UNION | |||
{ | |||
BIND(dreams:Q951 AS ?target) | |||
{ ?target rdfs:label ?target_text . } | |||
UNION | |||
{ ?target skos:altLabel ?target_text . } | |||
FILTER(LANG(?target_text) = 'da') | |||
?pattern dreamst:P2 dreams:Q263 . | |||
?pattern dreamst:P54 ?target_text . | |||
MINUS { ?pattern dreamst:P55 [] } | |||
BIND(CONCAT(SUBSTR(STR(?pattern), 38), ',', SUBSTR(STR(?target) , 38)) AS ?qs) | BIND(CONCAT(SUBSTR(STR(?pattern), 38), ',', SUBSTR(STR(?target) , 38)) AS ?qs) | ||
} | } |