Changeset 34794


Ignore:
Timestamp:
2021-02-02T12:06:02+13:00 (3 years ago)
Author:
davidb
Message:

Some white-space introduced so easier to copy and paste into sparql form

File:
1 edited

Legend:

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

    r34738 r34794  
    11# PREFIX prov https://www.w3.org/ns/prov#
    22
    3 SELECT ?countries_in_esc_by_year ?country_in_year ?year AS ?Year ?country AS ?Country ?entrant ?entrant_label AS ?Creator ?song ?song_label AS ?Title ?was_derived_from AS ?WikipediaURL
     3SELECT ?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
    45WHERE {
    56    ?countries_in_esc_by_year skos:broader dbc:Countries_in_the_Eurovision_Song_Contest_by_year.
     
    1213
    1314    ?country_in_year dbp:entrant ?entrant.
     15   
    1416    ?entrant rdfs:label ?entrant_label
    1517      FILTER (lang(?entrant_label) = 'en').
Note: See TracChangeset for help on using the changeset viewer.