Dreams:report: Difference between revisions

→‎Patterns: Interchanged lines
(→‎Patterns: Add mitigation)
(→‎Patterns: Interchanged lines)
Line 103: Line 103:


   ?significance ?significanceLabel
   ?significance ?significanceLabel
  ?mitigation ?mitigationLabel ?mitigationUrl


   ?quote  
   ?quote  
  ?mitigation ?mitigationLabel ?mitigationUrl


   ?project_phase ?project_phaseLabel
   ?project_phase ?project_phaseLabel
Line 161: Line 161:
     BIND(CONCAT(COALESCE(?recipient_label, ""), ' (', ?recipient_text, ')') AS ?recipientLabel)
     BIND(CONCAT(COALESCE(?recipient_label, ""), ' (', ?recipient_text, ')') AS ?recipientLabel)
    
    
    OPTIONAL { ?pattern dreamst:P18 ?quote . }
     OPTIONAL {
     OPTIONAL {
       ?pattern dreamst:P56 ?mitigation .
       ?pattern dreamst:P56 ?mitigation .
Line 172: Line 170:
     BIND(COALESCE(?recipient, ?recipient_text) AS ?recipient)
     BIND(COALESCE(?recipient, ?recipient_text) AS ?recipient)
     BIND(CONCAT(COALESCE(?recipient_label, ""), ' (', ?recipient_text, ')') AS ?recipientLabel)
     BIND(CONCAT(COALESCE(?recipient_label, ""), ' (', ?recipient_text, ')') AS ?recipientLabel)
      
 
     OPTIONAL { ?pattern dreamst:P18 ?quote . }
 
     OPTIONAL { ?pattern dreamst:P19 ?project_phase . }
     OPTIONAL { ?pattern dreamst:P19 ?project_phase . }