wlpotter / csv-to-srophe

A set of XQuery modules for converting CSV data to Srophe-compliant TEI XML records. Developed for Syriaca.org
GNU General Public License v3.0
1 stars 1 forks source link

Change `entryFree/@type="skos:concept"` to the full URI #42

Closed wlpotter closed 2 years ago

wlpotter commented 2 years ago

Current: "skos:concept"

Update to: "http://www.w3.org/2004/02/skos/core#Concept"

@dlschwartz FYI since every keyword is treated as a skos:Concept, we don't mark it anywhere in the spreadsheet; the script just adds it automatically as the entryFree/@type. Unless there might be a reason down the line to have keywords that aren't skos:Concept, I think it's fine not to mark in the spreadsheet?

FWIW, if a keyword isn't a skos:Concept I'm not sure we'd want an XML record for it anyway?

dlschwartz commented 2 years ago

@wlpotter I agree. At least as far as I can see, everything in the taxonomy will by definition be a skos:concept (or some equivalent in another vocabulary should our ontology work take us there).