Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input Format - Task 2 #4

Open
lara-hdr opened this issue Feb 14, 2016 · 3 comments
Open

Input Format - Task 2 #4

lara-hdr opened this issue Feb 14, 2016 · 3 comments
Assignees

Comments

@lara-hdr
Copy link

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
Copy link
Owner

@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
Copy link
Author

lara-hdr commented Mar 8, 2016

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
Copy link
Owner

It is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants