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

NPGObjThesTerms2 should be mapped #68

Open
VladimirAlexiev opened this issue Mar 10, 2017 · 4 comments
Open

NPGObjThesTerms2 should be mapped #68

VladimirAlexiev opened this issue Mar 10, 2017 · 4 comments

Comments

@VladimirAlexiev
Copy link
Member

NPGObjThesTerms2 includes very useful concepts that should be mapped:

count ThesXrefType map to URL example
1974 Execution place Creation Location npg/place/tgn/World/continents/North_and_Central_America/nations/United_States/states/California/counties/Los_Angeles/inhabited_places/Los_Angeles/neighborhoods/Hollywood
19011 Medium Object Materials npg/thes/Medium/Ink
5338 Other Classification Classification npg/thes/Other_Classification/Abstract
60 Place depicted Subject
29363 Portrait Objects Subject
5456 Portrait Setting ???
52 Related place Subject
1265 Shape crm:P2_has_type npg/thes/Shape/Oval
15130 Sitter Type ??? see below
13141 Support Object Materials npg/thes/Support/Paper

I think that Sitter Type should be mapped to crm:P2_has_type such as "individual portrait", "group portrait", "non-portrait"...

$ csvgrep -c 2 -m Sitter NPGObjThesTerms2.csv|csvcut -c 3|sort|uniq -c|sort -rn
    193 Individual
     13 Non-portrait
      8 Group
      7 Political
      4 Professional
      3 Unrelated
      3 Artistic
      2 Couple
      1 Term
      1 Parent(s) and Child(ren)

The last col (URL Example) applies only if NPG does not map the respective set of concepts to AAT & TGN. If they map the concepts, use AAT directly. For TGN, use tgn:nnnnn-place not just tgn:nnnnn

@bsnikhila
Copy link
Contributor

I mapped everything except for the shape and the sitter type. I was not sure the Shape goes in as P2_has_type. I felt the object 'has shape' Oval rather than 'is of type' Oval. But if you want me to map it that way, I'll go ahead and do it.

@VladimirAlexiev
Copy link
Member Author

@workergnome @azaroth42 what do you think?

@workergnome
Copy link

I don't think there's an easy way to explicitly model shape, so thinking of it as a classification rather than a description of geometry makes sense to me...it's not a great as it could be, but I don't know if there's a better middle ground within the CRM.

@azaroth42
Copy link

👍 to P2. What we mean is "This object is an instance of the class of Oval things".

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

No branches or pull requests

5 participants