We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
american-art/PUAM#43 got me thinking.
@workergnome, do you plan to grep all AAC data, find AAT references, and then fetch or define their prefLabel?
gvp:prefLabelGVP/xl:literalForm
http://vocab.getty.edu/doc/#Term_Characteristics lists some that can be useful to you. Eg this query lists terms and their characteristics for "painting":
select * { aat:300033618 xl:prefLabel|xl:altLabel ?l. ?l dct:language gvp_lang:en; gvp:term ?term; gvp:termType ?type; gvp:termPOS ?pos; }
The text was updated successfully, but these errors were encountered:
On second thought, this is better because some terms may be missing some characteristics:
select * { aat:300033618 xl:prefLabel|xl:altLabel ?l. ?l dct:language gvp_lang:en; gvp:term ?term. optional {?l gvp:termType ?type} optional {?l gvp:termPOS ?pos} }
Sorry, something went wrong.
@workergnome Please add label "mustfix" (or whatever we called it) to this project and to this issue.
Done.
#6 is a duplicate of this
No branches or pull requests
american-art/PUAM#43 got me thinking.
@workergnome, do you plan to grep all AAC data, find AAT references, and then fetch or define their prefLabel?
gvp:prefLabelGVP/xl:literalForm
but that's pluralhttp://vocab.getty.edu/doc/#Term_Characteristics lists some that can be useful to you.
Eg this query lists terms and their characteristics for "painting":
The text was updated successfully, but these errors were encountered: