<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Sebastian, all,<br>
    <br>
       one question: have you ever thought about recommending a paramter
    for NIF-based services that controls the verbosity of the output.
    Verbosity could take two values: full or minimal.<br>
    <br>
    Full would return the full NIF output containing the input document
    plus the additional annotations.<br>
    <br>
    Minimal: would only return the additional triples added.<br>
    <br>
    I think this would be very useful because it allows to minimize the
    data sent back by a NIF service.<br>
    <br>
    I am sure you have thought about this already. What is your position
    with respect to this?<br>
    <br>
    Best regards,<br>
    <br>
    Philipp.<br>
    <br>
    <div class="moz-cite-prefix">Am 23.09.14 12:52, schrieb Sebastian
      Hellmann:<br>
    </div>
    <blockquote cite="mid:542150F3.6060801@informatik.uni-leipzig.de"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Also, I still haven't found the time
        to check in detail whether it makes sense to restrict all NIF
        services to REST. In principle yes, but as written above, this
        needs some thought and I need to read about REST once more. <br>
        <br>
        JSON-LD will also come soon, but some RDF parsers don't read it,
        because it is too complicated to parse: <br>
        <a moz-do-not-send="true" class="moz-txt-link-freetext"
          href="http://librdf.org/raptor/">http://librdf.org/raptor/</a>
        <br>
        <br>
        all the best,<br>
        Sebastian<br>
        <br>
        <blockquote type="cite">
          <h3>JSON Serializers</h3>
          <p>Two serializers for to write triples encoded in JSON:</p>
          <ol>
            <li><code>json</code>: in a resource-centric abbreviated
              form like Turtle or RDF/XML-Abbreviated as defined by: <a
                moz-do-not-send="true"
                href="http://www.w3.org/TR/2013/NOTE-rdf-json-20131107/">RDF

                1.1 JSON Alternate Serialization (RDF/JSON)</a>, W3C
              Working Group Note, 07 November 2013 </li>
            <li><code>json-triples</code>: a triple-centric format based
              on the SPARQL results in JSON format.</li>
          </ol>
          <p>JSON-LD is not supported - too complex to implement.</p>
        </blockquote>
        <br>
        <br>
        <br>
        On 23.09.2014 12:47, Sebastian Hellmann wrote:<br>
      </div>
      <blockquote cite="mid:54214FCD.3010400@informatik.uni-leipzig.de"
        type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        <div class="moz-cite-prefix">Hi Philipp,<br>
          sorry, I should have taken a look earlier. I about to go on
          holiday in two days and as you might know the pre-holiday time
          is quite work intensive... <br>
          <br>
          Yes, the guidelines look very good. I am happy that you could
          extract this from documentation.  <br>
          <br>
          Ciro deployed stanford and opennlp the other day and gets
          things runnging again:<br>
          <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://demo.nlp2rdf.org:9999/stanfordcorenlpn?f=text&amp;i=This+is+a+test.&amp;t=direct">http://demo.nlp2rdf.org:9999/stanfordcorenlpn?f=text&amp;i=This+is+a+test.&amp;t=direct</a><br>
          <br>
          There are some minor changes, which need to be discussed.<br>
          <br>
          for begin and endIndex: <br>
          Serializer should use xsd:int , Parser must accept xsd:int,
          xsd:long and xsd:nonNegativeInteger and no datatype<br>
          Note: xsd:int (32-bit signed int) is optimized by most
          databases and therefore provides benefits for SPARQL out of
          the box. <br>
          xsd:nonNegativeInteger is the correct datatype allowing the
          right-open interval of [0,inf) but I am not sure, if this
          datatype is implemented. <br>
          <br>
          <br>
          for anchorOf and isString:<br>
          Serializer must use xsd:string <br>
          -&gt; this is to avoid people adding nametags, which can be
          ambiguous.<br>
          <br>
          Other than that very good.<br>
          There is a second way to chain parsers via:<br>
          curl <a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://service1">http://service1</a> -d t="url"  
          --dataurlencode <a moz-do-not-send="true"
            class="moz-txt-link-rfc2396E"
href="http://demo.nlp2rdf.org:9999/stanfordcorenlpn?f=text&amp;i=This+is+a+test.&amp;t=direct">"http://demo.nlp2rdf.org:9999/stanfordcorenlpn?f=text&amp;i=This+is+a+test.&amp;t=direct"</a><br>
          <br>
          All the best,<br>
          Sebastian<br>
          <br>
          On 23.09.2014 09:16, Philipp Cimiano wrote:<br>
        </div>
        <blockquote cite="mid:54211E4E.9050906@cit-ec.uni-bielefeld.de"
          type="cite">Dear all, <br>
          <br>
            I was wondering why I have received no feedback other than
          from Mariano Rico on the document I sent two weeks ago. My
          goal is to finalize the guidelines for the LIDER project this
          week, so I would appreciate any feedback. Confirming that the
          way we have implemented the NIF-based services is fine would
          also be an important type of feedback ;-) <br>
          <br>
          I attach the document again for ease of reference. <br>
          <br>
          Any feedback is welcome, thanks a lot! <br>
          <br>
          Philipp. <br>
          <br>
          Am 09.09.14 16:27, schrieb Philipp Cimiano: <br>
          <blockquote type="cite">Dear all, <br>
            <br>
             I just joined the list. In the context of the European
            LIDER project, I am trying to put together some guidelines
            on how to implement NIF-based Restful NLP services. <br>
            <br>
            Our student Benjamin Siemoneit (CC) has put together a
            document describing how he has set up two services, wrapping
            the Stanford POS tagger and the Stanford parser. <br>
            <br>
            The document is attached. I would be very happy to get some
            feedback on the document, i.e. on <br>
            <br>
            1) Parameters of services <br>
            2) use of NIF vocabulary <br>
            3) chaining of services via curl <br>
            <br>
            Enjoy the document ;-) <br>
            <br>
            Philipp. <br>
            <br>
          </blockquote>
          <br>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
          <pre wrap="">_______________________________________________
NLP2RDF mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:NLP2RDF@lists.informatik.uni-leipzig.de">NLP2RDF@lists.informatik.uni-leipzig.de</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.informatik.uni-leipzig.de/mailman/listinfo/nlp2rdf">http://lists.informatik.uni-leipzig.de/mailman/listinfo/nlp2rdf</a>
</pre>
        </blockquote>
        <br>
        <br>
        <div class="moz-signature">-- <br>
          <small>Sebastian Hellmann<br>
            AKSW/NLP2RDF research group<br>
            Insitute for Applied Informatics (InfAI) and DBpedia
            Association<br>
            Events: <br>
            * <b>Sept. 1-5, 2014</b> Conference Week in Leipzig,
            including <br>
            ** <b>Sept 2nd</b>, <a moz-do-not-send="true"
              href="http://mlode2014.nlp2rdf.org/">MLODE 2014</a> <br>
            ** <b>Sept 3rd</b>, <a moz-do-not-send="true"
              href="http://wiki.dbpedia.org/meetings/Leipzig2014">2nd
              DBpedia Community Meeting</a><br>
            ** <b>Sept 4th-5th</b>, <a moz-do-not-send="true"
              href="http://semantics.cc/">SEMANTiCS (formerly
              i-SEMANTICS) </a><br>
            Venha para a Alemanha como PhD: <a moz-do-not-send="true"
              href="http://bis.informatik.uni-leipzig.de/csf">http://bis.informatik.uni-leipzig.de/csf</a><br>
            Projects: <a moz-do-not-send="true"
              href="http://dbpedia.org">http://dbpedia.org</a>, <a
              moz-do-not-send="true" href="http://nlp2rdf.org">http://nlp2rdf.org</a>,
            <a moz-do-not-send="true" href="http://linguistics.okfn.org">http://linguistics.okfn.org</a>,
            <a moz-do-not-send="true"
              href="http://www.w3.org/community/ld4lt">https://www.w3.org/community/ld4lt</a><br>
            Homepage: <a moz-do-not-send="true"
              href="http://aksw.org/SebastianHellmann">http://aksw.org/SebastianHellmann</a><br>
            Research Group: <a moz-do-not-send="true"
              href="http://aksw.org">http://aksw.org</a><br>
            Thesis:<br>
            <a moz-do-not-send="true"
              href="http://tinyurl.com/sh-thesis-summary">http://tinyurl.com/sh-thesis-summary</a><br>
            <a moz-do-not-send="true"
              href="http://tinyurl.com/sh-thesis">http://tinyurl.com/sh-thesis</a><br>
          </small></div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
NLP2RDF mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:NLP2RDF@lists.informatik.uni-leipzig.de">NLP2RDF@lists.informatik.uni-leipzig.de</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.informatik.uni-leipzig.de/mailman/listinfo/nlp2rdf">http://lists.informatik.uni-leipzig.de/mailman/listinfo/nlp2rdf</a>
</pre>
      </blockquote>
      <br>
      <br>
      <div class="moz-signature">-- <br>
        <small>Sebastian Hellmann<br>
          AKSW/NLP2RDF research group<br>
          Insitute for Applied Informatics (InfAI) and DBpedia
          Association<br>
          Events: <br>
          * <b>Sept. 1-5, 2014</b> Conference Week in Leipzig,
          including <br>
          ** <b>Sept 2nd</b>, <a moz-do-not-send="true"
            href="http://mlode2014.nlp2rdf.org/">MLODE 2014</a> <br>
          ** <b>Sept 3rd</b>, <a moz-do-not-send="true"
            href="http://wiki.dbpedia.org/meetings/Leipzig2014">2nd
            DBpedia Community Meeting</a><br>
          ** <b>Sept 4th-5th</b>, <a moz-do-not-send="true"
            href="http://semantics.cc/">SEMANTiCS (formerly i-SEMANTICS)
          </a><br>
          Venha para a Alemanha como PhD: <a moz-do-not-send="true"
            href="http://bis.informatik.uni-leipzig.de/csf">http://bis.informatik.uni-leipzig.de/csf</a><br>
          Projects: <a moz-do-not-send="true" href="http://dbpedia.org">http://dbpedia.org</a>,
          <a moz-do-not-send="true" href="http://nlp2rdf.org">http://nlp2rdf.org</a>,
          <a moz-do-not-send="true" href="http://linguistics.okfn.org">http://linguistics.okfn.org</a>,
          <a moz-do-not-send="true"
            href="http://www.w3.org/community/ld4lt">https://www.w3.org/community/ld4lt</a><br>
          Homepage: <a moz-do-not-send="true"
            href="http://aksw.org/SebastianHellmann">http://aksw.org/SebastianHellmann</a><br>
          Research Group: <a moz-do-not-send="true"
            href="http://aksw.org">http://aksw.org</a><br>
          Thesis:<br>
          <a moz-do-not-send="true"
            href="http://tinyurl.com/sh-thesis-summary">http://tinyurl.com/sh-thesis-summary</a><br>
          <a moz-do-not-send="true" href="http://tinyurl.com/sh-thesis">http://tinyurl.com/sh-thesis</a><br>
        </small></div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
--
Prof. Dr. Philipp Cimiano
AG Semantic Computing
Exzellenzcluster für Cognitive Interaction Technology (CITEC)
Universität Bielefeld

Tel: +49 521 106 12249
Fax: +49 521 106 6560
Mail: <a class="moz-txt-link-abbreviated" href="mailto:cimiano@cit-ec.uni-bielefeld.de">cimiano@cit-ec.uni-bielefeld.de</a>

Office CITEC-2.307
Universitätsstr. 21-25
33615 Bielefeld, NRW
Germany
</pre>
  </body>
</html>