anuzzolese / oke-challenge

19 stars 8 forks source link

Redirect links as sameAs in the task-1 training set #17

Closed jplu closed 9 years ago

jplu commented 9 years ago

Hi,

After investigating the sameAs links provided in the training set, I saw severals links that are redirect links:

oke:Iowa_District_Court
        a           dul:Organization , owl:Individual ;
        rdfs:label  "Iowa District Court"@en ;
        owl:sameAs  dbpedia:United_States_District_Court_for_the_District_of_Iowa .

Should be:

oke:Iowa_District_Court
        a           dul:Organization , owl:Individual ;
        rdfs:label  "Iowa District Court"@en ;
        owl:sameAs  dbpedia:List_of_former_United_States_district_courts .

The next one:

oke:Chungju_National_University
        a           dul:Organization , owl:Individual ;
        rdfs:label  "Chungju National University"@en ;
        owl:sameAs  dbpedia:Chungju_National_University .

Should be:

oke:Chungju_National_University
        a           dul:Organization , owl:Individual ;
        rdfs:label  "Chungju National University"@en ;
        owl:sameAs  dbpedia:Korea_National_University_of_Transportation .

The next one:

oke:Cumming  a      dul:Person , owl:Individual ;
        rdfs:label  "Cumming"@en ;
        owl:sameAs  dbpedia:Charles_Atherton_Cumming .

Should be:

oke:Cumming  a      dul:Person , owl:Individual ;
        rdfs:label  "Cumming"@en .

Because the link doesn't exists in DBpedia see here

The next one is:

oke:Richard_Taylor  a  dul:Person , owl:Individual ;
        rdfs:label  "Richard Taylor"@en ;
        owl:sameAs  <http://dbpedia.org/resource/Richard_Taylor_(UK_politician)> .

Should be:

oke:Richard_Taylor  a  dul:Person , owl:Individual ;
        rdfs:label  "Richard Taylor"@en ;
        owl:sameAs  dbpedia:Richard_Taylor_(British_politician) .

The next one is:

oke:School_of_Oriental_and_African_Studies
        a           dul:Organization , owl:Individual ;
        rdfs:label  "School of Oriental and African Studies"@en ;
        owl:sameAs  dbpedia:School_of_Oriental_and_African_Studies .

Should be:

oke:School_of_Oriental_and_African_Studies
        a           dul:Organization , owl:Individual ;
        rdfs:label  "School of Oriental and African Studies"@en ;
        owl:sameAs  dbpedia:SOAS,_University_of_London .

The next one is:

oke:entrepreneur  a  dul:Role , owl:Individual ;
        rdfs:label  "entrepreneur"@en ;
        owl:sameAs  dbpedia:Entrepreneur .

Should be:

oke:entrepreneur  a  dul:Role , owl:Individual ;
        rdfs:label  "entrepreneur"@en ;
        owl:sameAs  dbpedia:Entrepreneurship .

The next one is:

oke:City_University_of_New_York_Graduate_Center
        a           dul:Organization , owl:Individual ;
        rdfs:label  "City University of New York Graduate Center"@en ;
        owl:sameAs  dbpedia:CUNY_Graduate_Center .

Should be:

oke:City_University_of_New_York_Graduate_Center
        a           dul:Organization , owl:Individual ;
        rdfs:label  "City University of New York Graduate Center"@en ;
        owl:sameAs  dbpedia:The_Graduate_Center,_CUNY .

The next one is:

oke:Nickerson_family  a  dul:Organization , owl:Individual ;
        rdfs:label  "Nickerson family"@en ;
        owl:sameAs  dbpedia:Nickerson .

This one is a disambiguation link, so as I don't see the correct one I prefer to let you pick it up the correct link in the list.

Cheers.

anuzzolese commented 9 years ago

Fixed.