SEKO

The masterdata file has been in a google sheet hosted by the editor of the dataset WHen the major editorial work has been done, the data will be converted to RDF

Masterdata table structure

There are two types of rows

Formatting

Column labels and descriptions

Expected data structure after conversion in Turtle format Values from the table are represented with the column label.

A   a skos:Concept      ;
#   owl:deprecated TRUE   ;    # for decprecated concepts only
#   dct:isReplacedBy    Y ;    # for decprecated concepts only
    skos:prefLabel     "C"@fi, 
                       "D"@sv, 
                       "E"@en ;
    dct:spatial          J ;    # URL, link to YSO-paikat
    skos:broader         L ;    # link to seko concept as seko:nnnnn
    skos:related         N ;    # links to github issues
    skos:exactMatch O, P, T ;  # links to YSO, Wikidata, MIMO
    V                    W ;    # predicate + object - mapping to LCMPT
    skos:related         Z ;    # related concept within the vocabulary
    dct:subject [ a skos:Concept ; skos:notation "S" ] ; # Using a blank node
    skos:broadMatch     T ;    # Hornbostel-Sachs mapping as URL 
    skos:closeMatch     U ;    # link to corresponding concept in dbpedia 
    rdfs:seeAlso        X ;    # link to documentation etc.
    skos:definition    AA ;    # comma spearated language-tagged strings
    skos:scopeNote     AB ;    # comma spearated language-tagged strings
    skos:changeNote    AC ;    # rdfs:Literal  (public note)
    skos:editorialNote  Q ;    # rdfs:Literal
    skos:historyNote   AE ;    # previous changes, first issue etc.
    skos:modified      AD ;    # last modification date,  xsd:date
    skos:statusNote    AE .    # value from controlled vocabulary?

skos:altLabel and skos:hiddenLabel could be loaded as triplets directly

`A` skos:altLabel     "`F`"@`E` .
`A` skos:hiddenLabel  "`H`"@`J` .

these need to be modelled carefully H-S notation, H-S link thinking how they are stored: The content editor will add only the notation (dropdown?) The link should appear automatically S ; the HS class code T ; link to the local clasas definition with local labels