oke-challenge-2016 icon indicating copy to clipboard operation
oke-challenge-2016 copied to clipboard

Input Format - Task 2

Open lara-hdr opened this issue 9 years ago • 3 comments

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

lara-hdr avatar Feb 14 '16 20:02 lara-hdr

@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.

anuzzolese avatar Feb 15 '16 15:02 anuzzolese

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

lara-hdr avatar Mar 08 '16 01:03 lara-hdr

It is correct.

anuzzolese avatar Mar 08 '16 11:03 anuzzolese