|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (10)
View Page History
h1. Intro
To showcase cross-collection search, we need to do some co-referencing BM/Yale&Getty.
- Manual co-referencing work will be done by BM/YCBA students/interns. Onto to load and check
- Yale already does coreference to VIAF/ULAN.
- Yale already does coreference to VIAF/ULAN.

h2. Coreference Data
Vladimir put the coreferencing data to a [Google sheet|https://docs.google.com/spreadsheet/ccc?key=0ArBFygWDV2_PdDBvVUE0UlllcFNFVm8xY3lxVE5yNUE&usp=sharing]. Ask one of the editors (Vladimir, Dominic, Lec, Emmannuelle) for access.
Vladimir put the coreferencing data to a [Google sheet|https://docs.google.com/spreadsheet/ccc?key=0ArBFygWDV2_PdDBvVUE0UlllcFNFVm8xY3lxVE5yNUE&usp=sharing]. Ask one of the editors (Vladimir, Dominic, Lec, Emmannuelle) for access.
It has the following columns:
- term name
- term name

- respective thesaurus used by BM
- BM term matched, if different from the first column
- BM term matched, if different from the first column
- additional vocabularies (eg VIAF, LCNAF for Actors). TODO these are not needed if Yale uses consistently one thesaurus.
Note: VIAF incorporates ULAN (has more records) though it has fewer details per record
- extra details used for disambiguation (eg life years)
h2. Tasks
- extra details used for disambiguation (eg life years)
h2. Tasks
Tasks as of 4 Sep 2013:
- Yale should ensure the IDs in col B are actually used in the RDF export, else coref won't happen
- Yale should ensure the IDs in col B are actually used in the RDF export, else coref won't happen

h2. sameAs (RKD example)
From the above sheet we'll generate the required coreference statements. We created such statements by hand for RKD (1 artist and some major cities):
{noformat}
{noformat}

{noformat}
h2. sameAs (Yale-BM-RKD example)
{noformat}
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix crm: <http://erlangen-crm.org/current/> .
@prefix rkd-plaats: <http://rkd.nl/thesaurus/plaats/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
<http://rkd.nl/thesaurus/artist/Rembrandt> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/43386>. # "Rembrandt"
<http://collection.britishmuseum.org/id/person-institution/43386/birth> crm:P7_took_place_at rkd-plaats:leiden. # RS-1049
<http://rkd.nl/thesaurus/plaats/amsterdam> owl:sameAs <http://collection.britishmuseum.org/id/place/x35907>. # "Amsterdam"
<http://rkd.nl/thesaurus/plaats/antwerpen> owl:sameAs <http://collection.britishmuseum.org/id/place/x26828>. # "Antwerpen"
<http://rkd.nl/thesaurus/plaats/berlijn> owl:sameAs <http://collection.britishmuseum.org/id/place/x28188>. # "Berlin city"
<http://rkd.nl/thesaurus/plaats/den-haag> owl:sameAs <http://collection.britishmuseum.org/id/place/x26598>. # "The Hague"
<http://rkd.nl/thesaurus/plaats/edinburgh> owl:sameAs <http://collection.britishmuseum.org/id/place/x35936>. # "Edinburgh"
<http://rkd.nl/thesaurus/plaats/frankfurt-am-main> owl:sameAs <http://collection.britishmuseum.org/id/place/x38575>. # "Frankfurt"
<http://rkd.nl/thesaurus/plaats/kassel-hessen> owl:sameAs <http://collection.britishmuseum.org/id/place/x95993>. # "Hessel-Kassel"
<http://rkd.nl/thesaurus/plaats/kopenhagen> owl:sameAs <http://collection.britishmuseum.org/id/place/x21264>. # "Copenhagen city"
<http://rkd.nl/thesaurus/plaats/leiden> owl:sameAs <http://collection.britishmuseum.org/id/place/x30129>. # "Leiden"
<http://rkd.nl/thesaurus/plaats/londen> owl:sameAs <http://collection.britishmuseum.org/id/place/x17731>. # "London"
<http://rkd.nl/thesaurus/plaats/madrid-spanje> owl:sameAs <http://collection.britishmuseum.org/id/place/x27383>. # "Madrid"
<http://rkd.nl/thesaurus/plaats/new-york-city> owl:sameAs <http://collection.britishmuseum.org/id/place/x18120>. # "New York city"
<http://rkd.nl/thesaurus/plaats/parijs> owl:sameAs <http://collection.britishmuseum.org/id/place/x18074>. # "Paris France"
<http://rkd.nl/thesaurus/plaats/stockholm> owl:sameAs <http://collection.britishmuseum.org/id/place/x27768>. # "Stockholm city"
<http://rkd.nl/thesaurus/plaats/wenen> owl:sameAs <http://collection.britishmuseum.org/id/place/x29166>. # "Vienna"
<http://collection.britishmuseum.org/id/person-institution/104636> owl:sameAs <http://collection.britishmuseum.org/id/the-british-museum>. # "The British Museum"
<http://collection.britishart.yale.edu/id/person-institution/1090> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/19518>. # "Robert Polhill Bevan"
<http://vocab.getty.edu/aat/3300033618> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x8227>. # "painting"
<http://vocab.getty.edu/aat/3300033618> owl:sameAs <http://rkd.nl/thesaurus/object/painting>. # "painting"
<http://collection.britishmuseum.org/id/thesauri/x10489> owl:sameAs <http://vocab.getty.edu/aat/300014078>. # "canvas"
<http://collection.britishmuseum.org/id/thesauri/x10489> owl:sameAs <http://rkd.nl/thesaurus/support/canvas>. # "canvas"
<http://vocab.getty.edu/ulan/500026846> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/23457> . #John Constable
<http://vocab.getty.edu/ulan/500008907> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/16877> . #Robert Adam
<http://vocab.getty.edu/ulan/500012641> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/181430> . #Giovanni Battista Borra
<http://vocab.getty.edu/ulan/500014103> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/23760> . #John Sell Cotman
<http://vocab.getty.edu/ulan/500001142> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/78797> . #Sir John Soane
<http://vocab.getty.edu/ulan/500016371> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/164994> . #George Edmund Street
<http://vocab.getty.edu/ulan/500012871> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/16935> . #Jacques-Laurent Agasse
<http://vocab.getty.edu/ulan/500115200> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/28215> . #Thomas Gainsborough
<http://vocab.getty.edu/ulan/500016966> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/31354> . #John Frederick Herring
<http://vocab.getty.edu/ulan/500004242> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/31785> . #William Hogarth
<http://vocab.getty.edu/ulan/500029910> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/32199> . #John Hoyland
<http://vocab.getty.edu/ulan/500004856> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/34705> . #Sir Edwin Henry Landseer
<http://vocab.getty.edu/ulan/500016261> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/35158> . #Edward Lear
<http://vocab.getty.edu/ulan/500024825> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/39696> . #Alfred J. Munnings
<http://vocab.getty.edu/ulan/500018534> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/42319> . #James Pollard
<http://vocab.getty.edu/ulan/500032263> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/47668> . #George Stubbs
<http://vocab.getty.edu/ulan/500026846> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/49003> . #Joseph Mallord William Turner
<http://vocab.getty.edu/ulan/500253675> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/38091> . #Paul Mellon
<http://vocab.getty.edu/ulan/500005965> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/39555> . #Mary Moser
#Places
<http://vocab.getty.edu/tgn/7011781> owl:sameAs <http://collection.britishmuseum.org/id/place/x17731> . #London
<http://vocab.getty.edu/tgn/1100093> owl:sameAs <http://collection.britishmuseum.org/id/place/x17732> . #St Paul's Cathedral
<http://vocab.getty.edu/tgn/1100283> owl:sameAs <http://collection.britishmuseum.org/id/place/x103095> . #Hadleigh castle
<http://vocab.getty.edu/tgn/7008591> owl:sameAs <http://collection.britishmuseum.org/id/place/x17728> . #United Kingdom
<http://vocab.getty.edu/tgn/7002445> owl:sameAs <http://collection.britishmuseum.org/id/place/x17729> . #England
<http://vocab.getty.edu/tgn/1000003> owl:sameAs <http://collection.britishmuseum.org/id/place/x20468> . #Europe
<http://vocab.getty.edu/tgn/7008118> owl:sameAs <http://collection.britishmuseum.org/id/place/x25791> . #Derbyshire
<http://vocab.getty.edu/tgn/7011913> owl:sameAs <http://collection.britishmuseum.org/id/place/x25820> . #Thames
#Object types
<http://vocab.getty.edu/aat/300033973> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x6544> . #drawing
<http://vocab.getty.edu/aat/300041338> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x8049> . #Intaglio print
#Techniques
<http://vocab.getty.edu/aat/300053218> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x12179> . #intaglio printing
<http://vocab.getty.edu/aat/300053303> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x12424> . #wood-engraving
<http://vocab.getty.edu/aat/300053239> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x12369> . #stipple engraving
#Subjects
<http://vocab.getty.edu/aat/300250148> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x12750> . #Horses (animals)
<http://vocab.getty.edu/aat/300007836> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x12568> . #bridge (built work)
<http://vocab.getty.edu/aat/300014184> skos:broader <http://collection.britishmuseum.org/id/thesauri/x11409>.
{noformat}
{noformat}
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix crm: <http://erlangen-crm.org/current/> .
@prefix rkd-plaats: <http://rkd.nl/thesaurus/plaats/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
<http://rkd.nl/thesaurus/artist/Rembrandt> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/43386>. # "Rembrandt"
<http://collection.britishmuseum.org/id/person-institution/43386/birth> crm:P7_took_place_at rkd-plaats:leiden. # RS-1049
<http://rkd.nl/thesaurus/plaats/amsterdam> owl:sameAs <http://collection.britishmuseum.org/id/place/x35907>. # "Amsterdam"
<http://rkd.nl/thesaurus/plaats/antwerpen> owl:sameAs <http://collection.britishmuseum.org/id/place/x26828>. # "Antwerpen"
<http://rkd.nl/thesaurus/plaats/berlijn> owl:sameAs <http://collection.britishmuseum.org/id/place/x28188>. # "Berlin city"
<http://rkd.nl/thesaurus/plaats/den-haag> owl:sameAs <http://collection.britishmuseum.org/id/place/x26598>. # "The Hague"
<http://rkd.nl/thesaurus/plaats/edinburgh> owl:sameAs <http://collection.britishmuseum.org/id/place/x35936>. # "Edinburgh"
<http://rkd.nl/thesaurus/plaats/frankfurt-am-main> owl:sameAs <http://collection.britishmuseum.org/id/place/x38575>. # "Frankfurt"
<http://rkd.nl/thesaurus/plaats/kassel-hessen> owl:sameAs <http://collection.britishmuseum.org/id/place/x95993>. # "Hessel-Kassel"
<http://rkd.nl/thesaurus/plaats/kopenhagen> owl:sameAs <http://collection.britishmuseum.org/id/place/x21264>. # "Copenhagen city"
<http://rkd.nl/thesaurus/plaats/leiden> owl:sameAs <http://collection.britishmuseum.org/id/place/x30129>. # "Leiden"
<http://rkd.nl/thesaurus/plaats/londen> owl:sameAs <http://collection.britishmuseum.org/id/place/x17731>. # "London"
<http://rkd.nl/thesaurus/plaats/madrid-spanje> owl:sameAs <http://collection.britishmuseum.org/id/place/x27383>. # "Madrid"
<http://rkd.nl/thesaurus/plaats/new-york-city> owl:sameAs <http://collection.britishmuseum.org/id/place/x18120>. # "New York city"
<http://rkd.nl/thesaurus/plaats/parijs> owl:sameAs <http://collection.britishmuseum.org/id/place/x18074>. # "Paris France"
<http://rkd.nl/thesaurus/plaats/stockholm> owl:sameAs <http://collection.britishmuseum.org/id/place/x27768>. # "Stockholm city"
<http://rkd.nl/thesaurus/plaats/wenen> owl:sameAs <http://collection.britishmuseum.org/id/place/x29166>. # "Vienna"
<http://collection.britishmuseum.org/id/person-institution/104636> owl:sameAs <http://collection.britishmuseum.org/id/the-british-museum>. # "The British Museum"
<http://collection.britishart.yale.edu/id/person-institution/1090> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/19518>. # "Robert Polhill Bevan"
<http://vocab.getty.edu/aat/3300033618> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x8227>. # "painting"
<http://vocab.getty.edu/aat/3300033618> owl:sameAs <http://rkd.nl/thesaurus/object/painting>. # "painting"
<http://collection.britishmuseum.org/id/thesauri/x10489> owl:sameAs <http://vocab.getty.edu/aat/300014078>. # "canvas"
<http://collection.britishmuseum.org/id/thesauri/x10489> owl:sameAs <http://rkd.nl/thesaurus/support/canvas>. # "canvas"
<http://vocab.getty.edu/ulan/500026846> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/23457> . #John Constable
<http://vocab.getty.edu/ulan/500008907> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/16877> . #Robert Adam
<http://vocab.getty.edu/ulan/500012641> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/181430> . #Giovanni Battista Borra
<http://vocab.getty.edu/ulan/500014103> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/23760> . #John Sell Cotman
<http://vocab.getty.edu/ulan/500001142> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/78797> . #Sir John Soane
<http://vocab.getty.edu/ulan/500016371> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/164994> . #George Edmund Street
<http://vocab.getty.edu/ulan/500012871> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/16935> . #Jacques-Laurent Agasse
<http://vocab.getty.edu/ulan/500115200> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/28215> . #Thomas Gainsborough
<http://vocab.getty.edu/ulan/500016966> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/31354> . #John Frederick Herring
<http://vocab.getty.edu/ulan/500004242> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/31785> . #William Hogarth
<http://vocab.getty.edu/ulan/500029910> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/32199> . #John Hoyland
<http://vocab.getty.edu/ulan/500004856> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/34705> . #Sir Edwin Henry Landseer
<http://vocab.getty.edu/ulan/500016261> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/35158> . #Edward Lear
<http://vocab.getty.edu/ulan/500024825> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/39696> . #Alfred J. Munnings
<http://vocab.getty.edu/ulan/500018534> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/42319> . #James Pollard
<http://vocab.getty.edu/ulan/500032263> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/47668> . #George Stubbs
<http://vocab.getty.edu/ulan/500026846> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/49003> . #Joseph Mallord William Turner
<http://vocab.getty.edu/ulan/500253675> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/38091> . #Paul Mellon
<http://vocab.getty.edu/ulan/500005965> owl:sameAs <http://collection.britishmuseum.org/id/person-institution/39555> . #Mary Moser
#Places
<http://vocab.getty.edu/tgn/7011781> owl:sameAs <http://collection.britishmuseum.org/id/place/x17731> . #London
<http://vocab.getty.edu/tgn/1100093> owl:sameAs <http://collection.britishmuseum.org/id/place/x17732> . #St Paul's Cathedral
<http://vocab.getty.edu/tgn/1100283> owl:sameAs <http://collection.britishmuseum.org/id/place/x103095> . #Hadleigh castle
<http://vocab.getty.edu/tgn/7008591> owl:sameAs <http://collection.britishmuseum.org/id/place/x17728> . #United Kingdom
<http://vocab.getty.edu/tgn/7002445> owl:sameAs <http://collection.britishmuseum.org/id/place/x17729> . #England
<http://vocab.getty.edu/tgn/1000003> owl:sameAs <http://collection.britishmuseum.org/id/place/x20468> . #Europe
<http://vocab.getty.edu/tgn/7008118> owl:sameAs <http://collection.britishmuseum.org/id/place/x25791> . #Derbyshire
<http://vocab.getty.edu/tgn/7011913> owl:sameAs <http://collection.britishmuseum.org/id/place/x25820> . #Thames
#Object types
<http://vocab.getty.edu/aat/300033973> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x6544> . #drawing
<http://vocab.getty.edu/aat/300041338> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x8049> . #Intaglio print
#Techniques
<http://vocab.getty.edu/aat/300053218> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x12179> . #intaglio printing
<http://vocab.getty.edu/aat/300053303> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x12424> . #wood-engraving
<http://vocab.getty.edu/aat/300053239> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x12369> . #stipple engraving
#Subjects
<http://vocab.getty.edu/aat/300250148> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x12750> . #Horses (animals)
<http://vocab.getty.edu/aat/300007836> owl:sameAs <http://collection.britishmuseum.org/id/thesauri/x12568> . #bridge (built work)
<http://vocab.getty.edu/aat/300014184> skos:broader <http://collection.britishmuseum.org/id/thesauri/x11409>.
{noformat}
h1. How to search for BM terms
# Go to [http://test.researchspace.org:8081/sparql] (ask the same people for crendentials)
# Enter a query like this one
# Enter a query like this one

h2. Explore narrower terms
The AAT Object 300041338 "intaglio print" corresponds to BM object x8049 "nature print". How did I find this guy, if it has no altLabel mentioning "intaglio"?
- first found BM x12179 "intaglio print; intaglio, intaglio-print, *nature print*": but this is a Technique not Object.
- first found BM x12179 "intaglio print; intaglio, intaglio-print, *nature print*": but this is a Technique not Object.
