uwlib-cams / uwlswd_vocabs_marc_006_008

https://uwlib-cams.github.io/uwlswd/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

need triple to state type of material "some" vocabs apply to #20

Open gerontakos opened 9 months ago

gerontakos commented 9 months ago

Here's something to apply; I can answer any questions. Some vocabs only make sense in the MARC context; the 006/007/008 RDF vocabularies are outside the MARC context. As a result, we don't know the type of material a "some" vocabulary applies to. We need a triple in the "some" vocabs that explicitly state the type of material. Here's what we need:

  1. @gerontakos: create a property "appliesToMaterial"
  2. @dkreisstomkins : create a triple in all concepts of every "some" vocabulary that uses, as the value of the new property appliesToMaterial, literal values from the following 2 lists (note: we could create a vocabulary but why go to the trouble?).
    • TYPE OF MATERIAL / FORM OF MATERIAL:
    • books
    • computerFiles
    • maps
    • music
    • continuingResources
    • visualMaterials
    • mixedMaterials

Note that this will be created in the RDF/XML, so there's no way to repeat the property (i.e. assign multiple values to appliesToMaterial) exept to actually repeat the field:

<uw:appliesToMaterial>books</uw:appliesToMaterial>
<uw:appliesToMaterial>maps</uw:appliesToMaterial>
<uw:appliesToMaterial>music</uw:appliesToMaterial>

etc.

briesenberg07 commented 9 months ago

+1 for providing data clarifying usage for the 'some' vocabs!