Changeset 34821


Ignore:
Timestamp:
2021-02-11T18:12:12+13:00 (3 years ago)
Author:
davidb
Message:

Brackets added to be more compatible across a range of SPARQL endpoint engines; adjusted order-by

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/countries-in-esc-by-year.sparql

    r34794 r34821  
    1 # PREFIX prov https://www.w3.org/ns/prov#
     1
    22
    33SELECT ?countries_in_esc_by_year ?country_in_year (?year AS ?Year) (?country AS ?Country)
    4        ?entrant (?entrant_label AS ?Creator) ?song (?song_label AS ?Title) ?was_derived_from AS ?WikipediaURL
     4       ?entrant (?entrant_label AS ?Creator) ?song (?song_label AS ?Title) (?was_derived_from AS ?WikipediaURL)
    55WHERE {
    66    ?countries_in_esc_by_year skos:broader dbc:Countries_in_the_Eurovision_Song_Contest_by_year.
     
    2727    }
    2828}
    29 ORDER BY DESC(?countries_in_esc_by_year)
     29ORDER BY ASC(?countries_in_esc_by_year) ?country
    3030
Note: See TracChangeset for help on using the changeset viewer.