american-art / linking

Curation tool and record linkage code for AAC (http://linking.americanartcollaborative.org)
MIT License
0 stars 0 forks source link

RDF representation of match #1

Open VladimirAlexiev opened 7 years ago

VladimirAlexiev commented 7 years ago

@caknoblock @mit2nil @workergnome Currently it is (eg IMA, Nathaniel Currier) :

<http://data.americanartcollaborative.org/ima/actor/628704>
  skos:exactMatch 
    <http://vocab.getty.edu/ulan/500029333>
  1. You should use ulan/nnn-agent (eg http://vocab.getty.edu/ulan/500029333-agent), see red in http://vocab.getty.edu/doc/#Cons_of_the_Dual_Approach. The IMA actor represents a person, and the ULAN URL representing a person is nnn-agent.
  2. I would also argue you should use owl:sameAs (the two individuals represent the same real-world entity) instead of skos:exactMatch. But some argue against this because if you load AAC and ULAN into a repo that implements owl:sameAs smushing, that would intermix the two sets of statements. So you could leave it as is.
VladimirAlexiev commented 7 years ago

Joan Cobb says: before Oct we may change these URLs. So wait until Oct.