Changeset 35050


Ignore:
Timestamp:
2021-04-11T00:07:25+12:00 (3 years ago)
Author:
davidb
Message:

New example; tweak of list of winners comment

Location:
main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/transform/dataviz
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/transform/dataviz/list-of-winners.xsl

    r35046 r35050  
    1111  <xsl:template name="ssv-list-of-winners">
    1212
    13        
     13
     14
     15   
    1416        <div id="ssv-list-of-winners" style="display: none;">
    1517
    16 <!-- Determine if their is any bias in the position in the competition for where you perform in the lineup -->
     18<!-- Work out the ESC list of winners from gsdlextracted:Place = 1 filter -->
    1719<xsl:text>
    1820PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
     
    2022PREFIX gsdlextracted: &lt;http://greenstone.org/gsdlextracted#&gt;
    2123
    22 SELECT (?year AS ?Year) (?country AS ?Country) (?title as ?Title) (?creator as ?Artist)
     24SELECT (?year AS ?Year) (?country AS ?Country) (?title as ?Title) (GROUP_CONCAT(?creator; SEPARATOR="; ") AS ?Artist)
    2325WHERE {
    2426    GRAPH &lt;http://localhost:4040/greenstone/data/</xsl:text><xsl:value-of select="$collName"/><xsl:text>&gt;  {
     
    3335   }
    3436}
    35 ORDER BY ?year ?country ?title
     37GROUP BY ?year ?country ?title   
     38ORDER BY ?year ?country
    3639</xsl:text>
    3740        </div>
     
    4548<!-- -->
    4649<xsl:text>
    47 title=Eurovison Hall of Fame: Winners Through the Ages|height=800|width=750|fontSize=11
     50title=Eurovison Hall of Fame: Winners Through the Ages|height=800|width=700|fontSize=11
    4851</xsl:text>
    4952        </div>
     
    5255<!-- -->
    5356<xsl:text>
    54   width:900px; height:400px; margin-left: auto; margin-right: auto; overflow-y: scroll; overflow-x: hidden;
     57  width:710px; height:400px; margin-left: auto; margin-right: auto; overflow-y: scroll; overflow-x: hidden;
    5558  color: black; background-color: white;
    5659</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.