anuzzolese / oke-challenge-2016

22 stars 8 forks source link

Input Format - Task 2 #4

Open lara-hdr opened 8 years ago

lara-hdr commented 8 years ago

Hi, I would like to know what will the system's input consist of for the second task. Do we have both the dbpedia entities and their respective definitions, or only the definitions?

Thank you! Lara

anuzzolese commented 8 years ago

@lara-hdr
Basically, the input consists of set of couples <dbpedia_entity,definition>. This input is represented by using RDF with the NIF notation. For example, look at https://github.com/anuzzolese/oke-challenge-2016/blob/master/example_data/task2.ttl for more details.

lara-hdr commented 8 years ago

Hello, If I understand well, for the first sentence, the input will be :

http://www.ontologydesignpatterns.org/data/oke-challenge/task-2/sentence-1#char=0,150 a nif:RFC5147String , nif:String , nif:Context ; nif:isString "Brian Banner is a fictional villain from the Marvel Comics Universe created by Bill Mantlo and Mike Mignola and first appearing in print in late 1985." ; nif:beginIndex "0"^^xsd:int ; nif:endIndex "150"^^xsd:int .

dbpedia:Brian_Banner rdfs:label "Brian Banner"@en .

http://www.ontologydesignpatterns.org/data/oke-challenge/task-2/sentence-1#char=0,12 a nif:RFC5147String , nif:String ; nif:anchorOf "Brian Banner"@en ; nif:referenceContext http://www.ontologydesignpatterns.org/data/oke-challenge/task-2/sentence-1#char=0,150 ; nif:beginIndex "0"^^xsd:int ; nif:endIndex "12"^^xsd:int ; itsrdf:taIdentRef dbpedia:Brian_Banner .

Thank you Lara

anuzzolese commented 8 years ago

It is correct.