-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
curl -X POST -H "Cache-Control: no-cache" -H "Postman-Token: 6da7f638-ac30-79e5-d80f-e78d44c530f5" -d 'Welcome to Europe!' "http://api-dev.freme-project.eu/current/e-entity/freme-ner/documents?language=en&dataset=dbpedia&informat=text"
produces
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix itsrdf: <http://www.w3.org/2005/11/its/rdf#> .
@prefix nif: <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#> .
<http://freme-project.eu/#char=11,17>
a nif:RFC5147String , nif:Phrase , nif:Word , nif:String ;
nif:anchorOf "Europe"^^xsd:string ;
nif:beginIndex "11"^^xsd:nonNegativeInteger ;
nif:endIndex "17"^^xsd:nonNegativeInteger ;
nif:referenceContext <http://freme-project.eu/#char=0,18> ;
itsrdf:taClassRef <http://dbpedia.org/ontology/Location> , <http://dbpedia.org/ontology/PopulatedPlace> , <http://dbpedia.org/ontology/Place> , <http://www.w3.org/2002/07/owl#Thing> , <http://dbpedia.org/ontology/Continent> ;
itsrdf:taConfidence "0.5313763171783054"^^xsd:double ;
itsrdf:taIdentRef <http://dbpedia.org/resource/Europe> .
<http://freme-project.eu/#char=0,18>
a nif:String , nif:Context , nif:RFC5147String ;
nif:beginIndex "0"^^xsd:nonNegativeInteger ;
nif:endIndex "18"^^xsd:nonNegativeInteger ;
nif:isString "Welcome to Europe!" , "Welcome to Europe!"^^xsd:string .
<http://freme-project.eu/#char=0,7>
a nif:Phrase , nif:Word , nif:String , nif:RFC5147String ;
nif:anchorOf "Welcome"^^xsd:string ;
nif:beginIndex "0"^^xsd:nonNegativeInteger ;
nif:endIndex "7"^^xsd:nonNegativeInteger ;
nif:referenceContext <http://freme-project.eu/#char=0,18> ;
itsrdf:taClassRef <http://dbpedia.org/ontology/Film> , <http://dbpedia.org/ontology/Work> , <http://dbpedia.org/ontology/Wikidata:Q11424> , <http://www.w3.org/2002/07/owl#Thing> ;
itsrdf:taConfidence "0.49767660362327676"^^xsd:double ;
itsrdf:taIdentRef <http://dbpedia.org/resource/Welcome_(2007_film)> .
It does not happen when I specify nif-version=2.1