NatLibFi / SEKO

Translation project of the Finnish SEKO vocabulary
https://natlibfi.github.io/SEKO/
3 stars 0 forks source link

SEKO3

Voluntary translation project of SEKO, the Finnish medium of performance vocabulary. Purpose - to add Swedish and English skos:prefLabel and links to corresponding concepts in YSO, and Library of Congress Medium of Performance Thesaurus for Music LCMPT and to Wikidata items with the corresponding SEKO-ID (P10063). See also LCMPT ID (P8516) and MIMO instrument ID (P3763), UNIMARC: Medium of Performance ID (P11214), MusicBrainz instrument ID (P1330).

Note! As of March 2023 the list of instrument names in Swedish is lacking 91 labels. 67 English labels are missing. MIMO may have some, but additional labels are needed.

Note! There are several possibly problematic concepts due to overlapping distribution of the same or similar instruments over several cultural and linguistic regions. Some concepts may need to be split up and some others should be joined to a single concept. These will be brought up as issues where they can be then discussed. See the list at https://github.com/NatLibFi/SEKO/issues

Sources for labels

BIBFRAME

For mapping purposes the appropriate concepts in SEKO3 could be marked as instances of bf:MusicEnsemble or bf:MusicInstrument.

Wikidata mappings

# get all subclasses of "musical instrument" about 4300 and get identifiers from them
        SELECT DISTINCT ?item ?itemLabel ?SEKO_ID ?LCMPT_ID ?MIMO_ID ?MB_ID ?GMO_ID ?MOP_ID 
         WHERE {
           SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
           ?item wdt:P279+ wd:Q34379.
           OPTIONAL { ?item wdt:P10063 ?SEKO_ID. }
           OPTIONAL { ?item wdt:P8516 ?LCMPT_ID .}
           OPTIONAL { ?item wdt:P1330 ?MB_ID . }
           OPTIONAL { ?item wdt:P3763 ?MIMO_ID . }
           OPTIONAL { ?item wdt:P8591 ?GMO_ID . }
           OPTIONAL { ?item wdt:P11214 ?MOP_ID . }
         }

Work in process: view the masterdata Google sheet