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

Entity reference without given URIs #4

Open
kurzum opened this issue Jul 10, 2013 · 0 comments
Open

Entity reference without given URIs #4

kurzum opened this issue Jul 10, 2013 · 0 comments
Milestone

Comments

@kurzum
Copy link
Member

kurzum commented Jul 10, 2013

raised by rupert:
http://lists.informatik.uni-leipzig.de/pipermail/nlp2rdf/2013-July/000134.html

GIven the same entity is found on different position within the text, we need to designate a property to attach the labels to the entity uri, e.g.

prefix:char=10,15 
   itsrdf:taIdentRef dbpedia:Barack_Obama . 
dbpedia:Barack_Obama 
   my:surfaceForm "Barack Obama" , "President B. Obama" , "Obama"  .

Furthermore, we might need a shortcut property for EntityAnnotations, if such a uri is missing:

prefix:char=10,15 
   itsrdf:annotation urn:etetoiu4942 . 
urn:etetoiu4942 
   a nif:EntityAnnotation ;
   fise:entity-label "Barack Obama" , "President B. Obama" , "Obama"  .

or require to mint a new URI, as is done by open calais

prefix:char=10,15 
   itsrdf:annotation urn:etetoiu4942 . 
urn:etetoiu4942 
   a nif:EntityAnnotation ;
   itsrdf:taIdentRef urn:enitiy-klfödsdokpodfe923230.
urn:enitiy-klfödsdokpodfe923230 
   my:surfaceForm "Barack Obama" , "President B. Obama" , "Obama"  .
@sandroacoelho sandroacoelho added this to the 2.0 milestone Sep 9, 2016
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