[NLP2RDF] Two implementations, please give feedback to the parameters
Sebastian Hellmann
hellmann at informatik.uni-leipzig.de
Fri Aug 23 17:45:09 CEST 2013
Dear all,
there are two new prototypes available:
One is a SPARQL based validator for NIF 2.0 as a jar:
https://github.com/NLP2RDF/software#nif-validator
The other is a small php webservice, which converts text to NIF 2.0:
https://github.com/NLP2RDF/software/blob/master/php/nif-ws.php
(badly documented, but deployed)
There are many ways to use it:
http://nlp2rdf.lod2.eu/nif-ws.php?informat=text&input=My+favourite+actress+is+Natalie+Portman&outformat=turtle
Your own prefix:
http://nlp2rdf.lod2.eu/nif-ws.php?informat=text&input=My+favourite+actress+is+Natalie+Portman&outformat=turtle&prefix=http://myapp.org/doc5/
curl --data-urlencode input at text.txt
"http://nlp2rdf.lod2.eu/nif-ws.php?informat=text"
curl -H "Accept: application/rdf+xml"
"http://nlp2rdf.lod2.eu/nif-ws.php?informat=text&input=My+favourite+actress+is+Natalie+Portman#char=0,39"
curl -H "Accept: text/plain"
"http://nlp2rdf.lod2.eu/nif-ws.php?informat=text&input=My+favourite+actress+is+Natalie+Portman#char=0,39"
We implemented this to check what would be the most practical
parameters. Personally, I found it quite relieving that both the
validator and the web service only have one set of parameters.
It is like a standard cockpit for NIF. The parameters are documented here:
http://persistence.uni-leipzig.org/nlp2rdf/specification/api.html
All feedback is welcome,
Sebastian
By the way, I started a discussion regarding Fragment identifiers in RDF
1.1. It is not at the core of NIF, so I didn't cc this list.
http://lists.w3.org/Archives/Public/public-rdf-comments/2013Aug/0051.html
--
Dipl. Inf. Sebastian Hellmann
Department of Computer Science, University of Leipzig
Events:
* NLP & DBpedia 2013 (http://nlp-dbpedia2013.blogs.aksw.org, Extended
Deadline: *July 18th*)
* LSWT 23/24 Sept, 2013 in Leipzig (http://aksw.org/lswt)
Venha para a Alemanha como PhD: http://bis.informatik.uni-leipzig.de/csf
Projects: http://nlp2rdf.org , http://linguistics.okfn.org ,
http://dbpedia.org/Wiktionary , http://dbpedia.org
Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann
Research Group: http://aksw.org
More information about the NLP2RDF
mailing list