Dreams:effect: Difference between revisions
Jump to navigation
Jump to search
Line 92: | Line 92: | ||
?subjekt ?subjektLabel ?subjektUrl | ?subjekt ?subjektLabel ?subjektUrl | ||
? | ?påvirkning ?påvirkningLabel ?påvirkningUrl | ||
?recipient ?recipientLabel ?recipientUrl | ?recipient ?recipientLabel ?recipientUrl | ||
Line 122: | Line 122: | ||
OPTIONAL { | OPTIONAL { | ||
?mønster dreamst:P34 ? | ?mønster dreamst:P34 ?påvirkning . | ||
? | ?påvirkning rdfs:label ?påvirkning_label . | ||
FILTER (LANG(? | FILTER (LANG(?påvirkning_label) = 'da') | ||
BIND(CONCAT("#effect/", SUBSTR(STR(? | BIND(CONCAT("#effect/", SUBSTR(STR(?påvirkning), 38)) AS ?påvirkningUrl) | ||
} | } | ||
OPTIONAL { ?mønster dreamst:P49 ? | OPTIONAL { ?mønster dreamst:P49 ?påvirkning_text } | ||
BIND(COALESCE(? | BIND(COALESCE(?påvirkning, ?påvirkning_text) AS ?påvirkning) | ||
BIND(CONCAT(? | BIND(CONCAT(?påvirkning_text, " (", COALESCE(?påvirkning_label, ""), ")") AS ?påvirkningLabel) | ||
OPTIONAL { | OPTIONAL { |
Revision as of 14:36, 9 December 2022
Effektdata
PREFIX target: <https://dreams.wikibase.cloud/entity/Q179> PREFIX dreams: <https://dreams.wikibase.cloud/entity/> PREFIX dreamst: <https://dreams.wikibase.cloud/prop/direct/> PREFIX dreamsp: <https://dreams.wikibase.cloud/prop/> PREFIX dreamspsv: <https://dreams.wikibase.cloud/prop/statement/værdi/> SELECT DISTINCT (?description AS ?beskrivelse) ?værdi ?værdiLabel ?værdiUrl WHERE { BIND(target: AS ?effect) { BIND(1 AS ?order) BIND("Effekt" AS ?description) BIND(target: AS ?værdi) . } UNION { BIND(5 AS ?order) BIND("Overbegreb" AS ?description) target: dreamst:P10 ?værdi . BIND(SUBSTR(STR(?værdi), 38) AS ?q) BIND(CONCAT("#effect/", ?q) AS ?værdiUrl) } UNION { BIND(6 AS ?order) BIND("Overbegreb" AS ?description) target: ^dreamst:P10 ?værdi . BIND(SUBSTR(STR(?værdi), 38) AS ?q) BIND(CONCAT("#effect/", ?q) AS ?værdiUrl) } UNION { BIND(6 AS ?order) BIND("Påvirker" AS ?description) target: dreamst:P9 ?værdi . BIND(CONCAT("#effect/", SUBSTR(STR(?værdi), 38)) AS ?værdiUrl) } UNION { BIND(2 AS ?order) BIND("Er påvirket af" AS ?description) target: ^dreamst:P9 ?værdi . BIND(CONCAT("#effect/", SUBSTR(STR(?værdi), 38)) AS ?værdiUrl) } UNION { BIND(10 AS ?order) BIND("SDG" AS ?description) target: dreamst:P42 ?værdi . BIND(CONCAT("#sdg/", SUBSTR(STR(?værdi), 38)) AS ?værdiUrl) } UNION { BIND(11 AS ?order) BIND("arter.dk" AS ?description) target: dreamst:P45 ?værdi_ . BIND(CONCAT(?værdi_, " ↗") AS ?værdi) BIND(CONCAT("https://arter.dk/taxa/taxon/details/", ?værdi_) AS ?værdiUrl) } UNION { BIND(20 AS ?order) BIND("Scholia" AS ?description) target: dreamst:P3 ?værdi_ . BIND(CONCAT(?værdi_, " ↗") AS ?værdi) BIND(CONCAT("https://scholia.toolforge.org/topic/", ?værdi_) AS ?værdiUrl) } SERVICE wikibase:label { bd:serviceParam wikibase:language "da,en". } } ORDER BY ?order
Mønstre
PREFIX target: <https://dreams.wikibase.cloud/entity/Q309> PREFIX dreams: <https://dreams.wikibase.cloud/entity/> PREFIX dreamst: <https://dreams.wikibase.cloud/prop/direct/> PREFIX dreamsp: <https://dreams.wikibase.cloud/prop/> PREFIX dreamspsv: <https://dreams.wikibase.cloud/prop/statement/value/> SELECT ?mønster ("🔍" AS ?mønsterLabel) (CONCAT("#pattern/", SUBSTR(STR(?mønster), 38)) AS ?mønsterUrl) ?rapport ?rapportLabel (CONCAT("#report/", SUBSTR(STR(?rapport), 38)) AS ?rapportUrl) ?subjekt ?subjektLabel ?subjektUrl ?påvirkning ?påvirkningLabel ?påvirkningUrl ?recipient ?recipientLabel ?recipientUrl ?signifikans ?signifikansLabel ?afbødning ?afbødningLabel ?afbødningUrl ?quote ?projektfase ?projektfaseLabel (CONCAT("#projectphase/", SUBSTR(STR(?projektfase), 38)) AS ?projektfaseUrl) ?link ?linkUrl WHERE { ?mønster dreamst:P2 dreams:Q263 ; ( dreamst:P33