Dreams:effect: Difference between revisions

→‎Effect data: Wrong URL generated
(→‎Effect data: affects/is affected by)
(→‎Effect data: Wrong URL generated)
Line 36: Line 36:
     BIND("Affects" AS ?description)
     BIND("Affects" AS ?description)
     target: dreamst:P9 ?value .
     target: dreamst:P9 ?value .
     BIND(CONCAT("#sdg/", SUBSTR(STR(?value), 38)) AS ?valueUrl)
     BIND(CONCAT("#effect/", SUBSTR(STR(?value), 38)) AS ?valueUrl)
   }
   }
   UNION
   UNION
   {
   {
     BIND(2 AS ?order)
     BIND(2 AS ?order)
     BIND("Is affecte by" AS ?description)
     BIND("Is affected by" AS ?description)
     target: ^dreamst:P9 ?value .
     target: ^dreamst:P9 ?value .
     BIND(CONCAT("#sdg/", SUBSTR(STR(?value), 38)) AS ?valueUrl)
     BIND(CONCAT("#effect/", SUBSTR(STR(?value), 38)) AS ?valueUrl)
   }
   }
   UNION
   UNION