anuzzolese / oke-challenge

19 stars 8 forks source link

Issues on types in the task-1 training set #6

Closed jplu closed 9 years ago

jplu commented 9 years ago

Hi,

I saw some issues more in the task-1 training set with types of entities. I made a list.

Double type:

oke:Benjamin_F._Hopkins
        a           dul:Role , dul:Person , owl:Individual ;
        rdfs:label  "Benjamin F. Hopkins"@en ;
        owl:sameAs  dbpedia:Benjamin_F._Hopkins .

And

<http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/president_(education)>  a    dul:Role , dul:Person , owl:Individual ;
        rdfs:label  "president"@en ;
        owl:sameAs  <http://dbpedia.org/resource/Chancellor_(education)> .

Double type and double link:

oke:president  a    dul:Role , dul:Person , owl:Individual ;
        rdfs:label  "president"@en ;
        owl:sameAs  dbpedia:President_of_the_United_States , <http://dbpedia.org/resource/Chancellor_(education)> .

Cheers.

anuzzolese commented 9 years ago

Thanks Julien for having pointed out the issues. I have just fixed the data.

Andrea

On 26 Mar 2015, at 20:52, Julien Plu notifications@github.com wrote:

Spot another problem with positions:

http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-90#char=42,53 a nif:String , nif:RFC5147String ; nif:anchorOf "Charborough"@en ; nif:beginIndex "42"^^xsd:int ; nif:endIndex "53"^^xsd:int ; nif:referenceContext http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-90#char=0,313 ; itsrdf:taIdentRef oke:Charborough . Should be:

http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-90#char=177,189 a nif:String , nif:RFC5147String ; nif:anchorOf "Charborough"@en ; nif:beginIndex "177"^^xsd:int ; nif:endIndex "189"^^xsd:int ; nif:referenceContext http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-90#char=0,313 ; itsrdf:taIdentRef oke:Charborough . — Reply to this email directly or view it on GitHub https://github.com/anuzzolese/oke-challenge/issues/6#issuecomment-86689286.

jplu commented 9 years ago

You are welcome :-)

anuzzolese commented 9 years ago

All the comments have been addressed.