american-art / AAT-Term-Mappings

This repository contains .XLS files of partner mapped Classification and Role terms. Partners extracted distinct object Classification terms and constituent Role terms and found AAT term equivalents.
GNU General Public License v3.0
4 stars 1 forks source link

Gilcrease Architecture and Archival #5

Open VladimirAlexiev opened 7 years ago

VladimirAlexiev commented 7 years ago

Gilcrease AAC Classification Mapping (8.2.16).xlsx maps:

According to CCO, Classification can be any principle of organization, not limited to object types. But all the others I see there are object types, so let's look for Objects. The second one is definitely wrong, as I doubt the Gilcrease holds any "archive repositories" in its collection

The AAT site has FTS "architect" and hierarchical display, but we want both so we use this [query](http://vocab.getty.edu/sparql?query=select++%7B%0D%0A++%3Fx+gvp%3AbroaderExtended+aat%3A300264092%3B+%23+objects%0D%0A+++++luc%3Aterm+%22architect*%22%3B%0D%0A+++++gvp%3AprefLabelGVP%2Fxl%3AliteralForm+%3Flabel%3B%0D%0A+++++gvp%3AparentStringAbbrev+%3Fparents%0D%0A%7D&_implicit=false&implicit=true&_equivalent=false&_form=%2Fsparql)

select * {
  ?x gvp:broaderExtended aat:300264092; # objects
     luc:term "architect*";
     gvp:prefLabelGVP/xl:literalForm ?label;
     gvp:parentStringAbbrev ?parents
}

Perhaps one of these?

For Archival, the choice is simple:

kateblanch commented 7 years ago

@diana-folsom