You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requesting that data corresponding to MARC Authority 368 $c and $d** be added to contextual information for LCNAF RWO lookups.
**RE: 368 $d: @AdamSchiff it doesn't appear that 368$d values come through in the RDF for bf:Persons/real-world objects, so I don't believe that it is available to display in QA lookup context.
Happy to provide additional information as needed--thanks!
Yet, fetching the term from LOCNAMES_RWO_LD4L_CACHE does not yield the requested context. Maybe only some entity descriptor value labels are output to context?
More the requested data points from id.loc.gov data
...assuming that cached data is the MADS+SKOS 'flavor'
<lcnaf> a bf:Person,
madsrdf:RWO,
foaf:Person;
madsrdf:entityDescriptor <lcdgt_or_lcsh> .
<lcdgt_or_lcsh> a skos:Concept ; # or madsrdf:Occupation, or ...?
madsrdf:authoritativeLabel "desired string to add to context" .
EXAMPLE: Alexie, Sherman, 1966-
<http://id.loc.gov/rwo/agents/n91093126> a bf:Person,
madsrdf:RWO,
foaf:Person ;
madsrdf:entityDescriptor <http://id.loc.gov/authorities/demographicTerms/dg2015060001>,
<http://id.loc.gov/authorities/demographicTerms/dg2015060124>,
<http://id.loc.gov/authorities/demographicTerms/dg2016060400>,
<http://id.loc.gov/authorities/demographicTerms/dg2016060401>,
<http://id.loc.gov/authorities/demographicTerms/dg2022060019>,
<http://id.loc.gov/authorities/subjects/sh85123215>,
<http://id.loc.gov/authorities/subjects/sh85126844> ;
[...]
<http://id.loc.gov/authorities/demographicTerms/dg2015060001> a skos:Concept ;
madsrdf:authoritativeLabel "Americans" .
<http://id.loc.gov/authorities/demographicTerms/dg2015060124> a skos:Concept ;
madsrdf:authoritativeLabel "Washingtonians (Washington State)" .
<http://id.loc.gov/authorities/demographicTerms/dg2016060400> a skos:Concept ;
madsrdf:authoritativeLabel "Spokane (North American people)" .
<http://id.loc.gov/authorities/demographicTerms/dg2016060401> a skos:Concept ;
madsrdf:authoritativeLabel "Coeur d'Alene (North American people)" .
<http://id.loc.gov/authorities/demographicTerms/dg2022060019> a skos:Concept ;
madsrdf:authoritativeLabel "Seattleites" .
<http://id.loc.gov/authorities/subjects/sh85123215> a skos:Concept ;
madsrdf:authoritativeLabel "Coeur d'Alene Indians" .
<http://id.loc.gov/authorities/subjects/sh85126844> a skos:Concept ;
madsrdf:authoritativeLabel "Spokane Indians" .
For tracking purposes, please create a separate issue for each indexing improvement request.
Please describe the expected performance and accuracy of a particular vocabulary.
@eichmann do you remember which serialization of LOC names you downloaded? It looks like madsrdf:entityDescriptor isn't in the data in fuseki, but the values are included in the n-triples here https://id.loc.gov/rwo/agents/n91093126.nt
REQUEST
Requesting that data corresponding to MARC Authority 368 $c
and $d** be added to contextual information for LCNAF RWO lookups.**RE: 368 $d: @AdamSchiff it doesn't appear that 368$d values come through in the RDF for bf:Persons/real-world objects, so I don't believe that it is available to display in QA lookup context.
Happy to provide additional information as needed--thanks!
DETAILS
Looking at Indexing of External Data for Look-ups > LCNAF tab, I do see what seem to be the required data points:
Yet, fetching the term from LOCNAMES_RWO_LD4L_CACHE does not yield the requested context. Maybe only some entity descriptor value labels are output to context?
More the requested data points from id.loc.gov data
...assuming that cached data is the MADS+SKOS 'flavor'
EXAMPLE: Alexie, Sherman, 1966-
For tracking purposes, please create a separate issue for each indexing improvement request.
The text was updated successfully, but these errors were encountered: