Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material and Type are smushed together #27

Open
workergnome opened this issue Mar 31, 2017 · 8 comments
Open

Material and Type are smushed together #27

workergnome opened this issue Mar 31, 2017 · 8 comments
Labels

Comments

@workergnome
Copy link

(Separated out from #26)


From @VladimirAlexiev:

http://data.americanartcollaborative.org/page/wam/material/illustrations
http://data.americanartcollaborative.org/page/wam/material/tumblersdrinkingglasses
A work can hardly be made of illustrations or drinking glasses, so maybe these values should be in "object type" not in "material".
(I did see once a record for a modern art installation made of 2000 lightbulbs, but the above is not such case).


From @kateblanch:

  1. We provided two types of "physical description terms" - AAT Materials and AAT Object Name.
    The term "tumblers (drinking glasses)" is used on 2 objects, and given the right type in the source data as "AAT Object Name". @bsnikhila - were both types, AAT Materials and AAT Object Name mapped accordingly? It looks like they were combined into e57_Material.
    Here is how the source data appears for object 33060:
  </ObjRecord>
  <ObjRecord>
    <ObjUnderJurisOf>The Walters Art Museum, Baltimore, Maryland, http://thewalters.org</ObjUnderJurisOf>
    <ObjectID>33060</ObjectID>
    <DataDateStamp>2016-04-26T13:10:25.753</DataDateStamp>
    <ObjectNumber>47.368</ObjectNumber>
    <ResourceURL>http://art.thewalters.org/detail/33060</ResourceURL>
    <Classification>Objects: Minerals &amp; Inorganics</Classification>
    <SubClassification>Cut &amp; Other Glasswares</SubClassification>
    <CurrentLocation>Centre Street: Fourth Floor: Lobby</CurrentLocation>
    <Provenance>Purchased by William T. Walters, Baltimore; inherited by Henry Walters 1894; by bequest to Walters Art Museum, 1931.</Provenance>
    <CreditLine>Acquired by William T. Walters</CreditLine>
    <PublicDescription>One of a group of six glasses, each of a different style, selected from a set formerly used by William T. Walters.</PublicDescription>
    <Inscription>[Monogram] WTW</Inscription>
    <Dated>after 1861</Dated>
    <DateBegin>1861</DateBegin>
    <DateEnd>1890</DateEnd>
    **<PhysicalDescription>
      <Medium>glass</Medium>
      <PhysicalDescriptionTerms>
        <ThesXRefID>776188</ThesXRefID>
        <ThesXrefType>AAT Materials</ThesXrefType>
        <Term>glass</Term>
        <SourceTermID>300010797</SourceTermID>
        <PhysDescAuthority>Getty AAT, http://www.getty.edu/research/tools/vocabularies/aat/index.html</PhysDescAuthority>
      </PhysicalDescriptionTerms>
      <PhysicalDescriptionTerms>
        <ThesXRefID>819336</ThesXRefID>
        <ThesXrefType>AAT Object Name</ThesXrefType>
        <Term>tumblers (drinking glasses)</Term>
        <SourceTermID>300043257</SourceTermID>
        <PhysDescAuthority>Getty AAT, http://www.getty.edu/research/tools/vocabularies/aat/index.html</PhysDescAuthority>
      </PhysicalDescriptionTerms>
    </PhysicalDescription>**
  </ObjRecord>
@willhays
Copy link
Collaborator

This as well. Let me know if there's anything I can contribute to help resolve this before the deadline.

Thanks,
W

@VladimirAlexiev
Copy link
Member

VladimirAlexiev commented Aug 24, 2017

Test example:
http://data.americanartcollaborative.org/page/wam/object/33060 crm:P2_has_type

http://data.americanartcollaborative.org/page/wam/object/33060/classification crm:P42_assigned

The object already has crm:P45_consists_of wam:material/glass,
which is declared skos:broadMatch http://vocab.getty.edu/aat/300010797.
In this case there's no benefit to emit two materials that are the same (and in fact the match is exactMatch not broadMatch).

@kateblanch Does WAM have materials that are not exactly matched to AAT?

@kateblanch
Copy link
Collaborator

kateblanch commented Aug 25, 2017

WAM data includes the element Physical Description Terms. The child elements ThesXrefType and Term are exact AAT matches, with the AAT ID stored in SourceTermID.

I think some filtering needs to be done on which Terms get mapped to which entities based on the ThesXrefType value.

Several values exist for ThesXrefType:
AAT Support/Ground/Base --> appropriate mapping to P45_consists_of

AAT Materials --> appropriate mapping to P45_consists_of / not good for P4 and P2

AAT Object Name --> appropriate mapping to P4_assigned and P2_has_type / not good for P45

AAT Color --> appropriate mapping to P4_assigned and P2_has_type / not good for P45

AAT Technique --> not sure about mapping this, needs more research

@VladimirAlexiev
Copy link
Member

  • if I remember correctly, AAC maps Support/Ground/Base to "MMO has part - consists of - Material"
  • Technique maps to Production - P32_used_general_technique but I don't know if it's in the AAC mapping

@kateblanch
Copy link
Collaborator

@bsnikhila - checking in on this issue, is it possible to add a ThesXrefType value condition to the mappings for P45, P4, P2?
P45 = AAT Support/Ground/Base + AAT Materials
P4 + P2 = AAT Object Name

Or, let me know if this is confusing or impossible :)!

@bsnikhila
Copy link
Contributor

bsnikhila commented Oct 11, 2017

AAT Support/Ground/Base and AAT Materials are mapped to Medium (P45). AAT Object Name and AAT Color are mapped to Object Type (P41 and P2). AAT Technique is mapped to Technique (P32). Please let me know if this is right.

@willhays
Copy link
Collaborator

I'm not sure if Has Type and Classified are the right properties to use for AAT Color. It seems to not quite fit, but it also might be way over my head! Though, I can't find an example in the target model or a better property to use. Have other institutions run across this in their data sets?

Also, I can only find one AAT Color ThesXrefType in our WAM data, so it is sort of a moot point, unless there are lots of other instances.

Materials, Support/Ground/Base, Object Name, and Technique sound good to me.

@bsnikhila
Copy link
Contributor

I don't think we have mapped Color in any other museum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants