Changeset 35967


Ignore:
Timestamp:
2022-01-11T14:56:30+13:00 (2 years ago)
Author:
davidb
Message:

Now working with all-caps on 3letter title disambiguation for better consistency

Location:
main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/errata-lod
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/errata-lod/local--countries-in-esc-by-year-in-1956--with-errata.json

    r35877 r35967  
    1010        "Year": { "type": "literal" , "value": "1956" } ,
    1111        "Country": { "type": "literal" , "xml:lang": "en" , "value": "Germany" } ,
    12         "TitleDisambiguation": { "type": "literal" , "value": "Sog" } ,
     12        "TitleDisambiguation": { "type": "literal" , "value": "SOG" } ,
    1313        "entrant_robust": { "type": "uri" , "value": "http://dbpedia.org/resource/Freddy_Quinn" } ,
    1414        "Creator": { "type": "literal" , "value": "Freddy Quinn" } ,
     
    2525        "Year": { "type": "literal" , "value": "1956" } ,
    2626        "Country": { "type": "literal" , "xml:lang": "en" , "value": "Germany" } ,
    27         "TitleDisambiguation": { "type": "literal" , "value": "ImW" } ,
     27        "TitleDisambiguation": { "type": "literal" , "value": "IMW" } ,
    2828        "entrant_robust": { "type": "uri" , "value": "http://dbpedia.org/resource/Walter_Andreas_Schwarz" } ,
    2929        "Creator": { "type": "literal" , "value": "Walter Andreas Schwarz" } ,
     
    4040        "Year": { "type": "literal" , "value": "1956" } ,
    4141        "Country": { "type": "literal" , "xml:lang": "en" , "value": "Netherlands" } ,
    42         "TitleDisambiguation": { "type": "literal" , "value": "Voo" } ,
     42        "TitleDisambiguation": { "type": "literal" , "value": "VOO" } ,
    4343        "entrant_robust": { "type": "uri" , "value": "http://dbpedia.org/resource/Corry_Brokken" } ,
    4444        "Creator": { "type": "literal" , "value": "Corry Brokken" } ,
     
    5555        "Year": { "type": "literal" , "value": "1956" } ,
    5656        "Country": { "type": "literal" , "xml:lang": "en" , "value": "Netherlands" } ,
    57         "TitleDisambiguation": { "type": "literal" , "value": "Dev" } ,
     57        "TitleDisambiguation": { "type": "literal" , "value": "DEV" } ,
    5858        "entrant_robust": { "type": "uri" , "value": "http://dbpedia.org/resource/Jetty_Paerl" } ,
    5959        "Creator": { "type": "literal" , "value": "Jetty Paerl" } ,
     
    7070        "Year": { "type": "literal" , "value": "1956" } ,
    7171        "Country": { "type": "literal" , "xml:lang": "en" , "value": "Switzerland" } ,
    72         "TitleDisambiguation": { "type": "literal" , "value": "Das" } ,
     72        "TitleDisambiguation": { "type": "literal" , "value": "DAS" } ,
    7373        "entrant_robust": { "type": "uri" , "value": "http://dbpedia.org/resource/Lys_Assia" } ,
    7474        "Creator": { "type": "literal" , "value": "Lys Assia" } ,
     
    8585        "Year": { "type": "literal" , "value": "1956" } ,
    8686        "Country": { "type": "literal" , "xml:lang": "en" , "value": "Switzerland" } ,
    87         "TitleDisambiguation": { "type": "literal" , "value": "Ref" } ,
     87        "TitleDisambiguation": { "type": "literal" , "value": "REF" } ,
    8888        "entrant_robust": { "type": "uri" , "value": "http://dbpedia.org/resource/Lys_Assia" } ,
    8989        "Creator": { "type": "literal" , "value": "Lys Assia" } ,
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/errata-lod/local--countries-in-esc-by-year-in-1956--with-errata.sparql

    r35059 r35967  
    7575  BIND(REPLACE(REPLACE(str(?song_robust), "^.*/(.*?)(_+\\(.*song\\))?$", "$1"),"_"," ") AS ?song_label).
    7676
    77   BIND(SUBSTR(REPLACE(?song_label," ",""),1,3) AS ?song_label_3char).
     77  BIND(UCASE(SUBSTR(REPLACE(?song_label," ",""),1,3)) AS ?song_label_3char).
    7878
    7979
Note: See TracChangeset for help on using the changeset viewer.