Changeset 37307


Ignore:
Timestamp:
2023-02-08T23:32:02+13:00 (15 months ago)
Author:
davidb
Message:

Flipped around the OPTIONAL and SERVICE blocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/eurovision-lod/trunk/sites/eurovision/collect/eurovision/prepare/errata-lod/local--countries-in-esc-by-year-just-YYYY--with-errata.sparql.in

    r37302 r37307  
    113113  OPTIONAL {
    114114    SERVICE <https://dbpedia.org/sparql> {
    115 
    116115      ?song_robust prov:wasDerivedFrom ?was_derived_from.
    117 
     116    }
     117  } 
     118  OPTIONAL {
     119    SERVICE <https://dbpedia.org/sparql> {
    118120      ?country_in_year dbo:abstract ?country_in_year_abstract_en
    119121        FILTER (lang(?country_in_year_abstract_en) = 'en').
    120 
     122    }
     123  } 
     124  OPTIONAL {
     125    SERVICE <https://dbpedia.org/sparql> {
    121126      ?entrant_robust dbo:abstract ?entrant_abstract_en
    122127        FILTER (lang(?entrant_abstract_en) = 'en').
    123 
     128    }
     129  } 
     130  OPTIONAL {
     131    SERVICE <https://dbpedia.org/sparql> {
    124132      ?song_robust dbo:abstract ?song_abstract_en
    125133        FILTER (lang(?song_abstract_en) = 'en').
Note: See TracChangeset for help on using the changeset viewer.