anuzzolese / oke-challenge

19 stars 8 forks source link

Type error in task-1 training set #19

Closed jplu closed 9 years ago

jplu commented 9 years ago

Hi,

I saw type error in the model:

oke:Grinnell_College  a  dul:Person , owl:Individual ;
        rdfs:label  "Grinnell College"@en ;
        owl:sameAs  dbpedia:Grinnell_College .

Should be:

oke:Grinnell_College  a  dul:Organization , owl:Individual ;
        rdfs:label  "Grinnell College"@en ;
        owl:sameAs  dbpedia:Grinnell_College .

And

oke:Coles_Bashford  a  dul:Role , owl:Individual ;
        rdfs:label  "Coles Bashford"@en ;
        owl:sameAs  dbpedia:Coles_Bashford .

Should be:

oke:Coles_Bashford  a  dul:Person , owl:Individual ;
        rdfs:label  "Coles Bashford"@en ;
        owl:sameAs  dbpedia:Coles_Bashford .

And

oke:Methodist_Episcopal
        a           dul:Person , owl:Individual ;
        rdfs:label  "Methodist Episcopal"@en ;
        owl:sameAs  dbpedia:Methodist_Episcopal_Church .

Should be:

oke:Methodist_Episcopal
        a           dul:Role , owl:Individual ;
        rdfs:label  "Methodist Episcopal"@en ;
        owl:sameAs  dbpedia:Methodist_Episcopal_Church .

Cheers.

anuzzolese commented 9 years ago

Right. Fixed.