anuzzolese / oke-challenge

19 stars 8 forks source link

Link error in task-1 training set #15

Closed jplu closed 9 years ago

jplu commented 9 years ago

Hi,

I saw an wrong link for an entity:

oke:Woman_1  a      dul:Person , owl:Individual ;
        rdfs:label  "a woman"@en ;
        owl:sameAs  dbpedia:Edward_C._Burks .

Is-this link correct ?

Cheers.

anuzzolese commented 9 years ago

Your are right.

Andrea

jplu commented 9 years ago

Another link might be wrong:

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

Should be:

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

As the other one represents the rifle and not the role.

Cheers.

anuzzolese commented 9 years ago

That's right.