freme-project / Broker

FREME Broker
Apache License 2.0
2 stars 0 forks source link

Test e-Entity #12

Closed jnehring closed 9 years ago

jnehring commented 9 years ago

This is a task for @pheyvaer , @ghsnd and me. The task is to test e-Entity and to document the tests here in the issue. Test cases are

ghsnd commented 9 years ago

Here is a summary of our tests: (I will try to post the details in a next comment):

Success

Failure

Remarks / suggestions

ghsnd commented 9 years ago

e-Entity tests

0. General remarks

1. Plain text

1.1 GET very short

Result: OK

Input

Charles Michel is the prime minister of Belgium.

Ouput Turtle

@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix nif:   <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#> .
@prefix itsrdf: <http://www.w3.org/2005/11/its/rdf#> .
@prefix rutp:  <http://rdfunit.aksw.org/data/patterns#> .
@prefix rlog:  <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> .
@prefix oslc:  <http://open-services.net/ns/core#> .
@prefix rutg:  <http://rdfunit.aksw.org/data/generators#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dsp:   <http://dublincore.org/dc-dsp#> .
@prefix schema: <http://schema.org/> .
@prefix olia:  <http://purl.org/olia/olia.owl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix p:     <http://127.0.0.1:9995/spotlight#> .
@prefix rut:   <http://rdfunit.aksw.org/ns/core#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rutr:  <http://rdfunit.aksw.org/data/results#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix spin:  <http://spinrdf.org/spin#> .
@prefix rutt:  <http://rdfunit.aksw.org/data/tests#> .
@prefix ruts:  <http://rdfunit.aksw.org/data/testsuite#> .

<http://127.0.0.1:9995/spotlight#char=8,14>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Michel" ;
        nif:beginIndex        "8" ;
        nif:endIndex          "14" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=15,17> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=0,7> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

<http://127.0.0.1:9995/spotlight#char=22,27>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "prime" ;
        nif:beginIndex        "22" ;
        nif:endIndex          "27" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=28,36> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=18,21> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Prime_minister> .

nif:previousWord  a  owl:ObjectProperty .

nif:lastWord  a  owl:ObjectProperty .

nif:word  a     owl:ObjectProperty .

<urn:uuid:0711f395-dd7d-4e46-aa5d-67f6729e4cb5>
        a             rlog:Entry ;
        rlog:date     "2015-05-19T09:36:30.831Z"^^xsd:dateTime ;
        rlog:level    rlog:DEBUG ;
        rlog:message  "Finished creating 1 sentence(s) with 9 word(s) " ;
        dc:creator    "org.nlp2rdf.implementation.spotlight.SpotlightWrapper" .

<http://127.0.0.1:9995/spotlight#char=28,36>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "minister" ;
        nif:beginIndex        "28" ;
        nif:endIndex          "36" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=37,39> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=22,27> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

<http://127.0.0.1:9995/spotlight#char=47,48>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "." ;
        nif:beginIndex        "47" ;
        nif:endIndex          "48" ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=40,47> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

nif:isString  a  owl:DatatypeProperty .

nif:beginIndex  a  owl:DatatypeProperty .

rlog:level  a   owl:ObjectProperty .

nif:nextWord  a  owl:ObjectProperty .

<urn:uuid:447391fa-ca26-4a3d-96b7-217f17e37d23>
        a             rlog:Entry ;
        rlog:date     "2015-05-19T09:36:31.057Z"^^xsd:dateTime ;
        rlog:level    rlog:DEBUG ;
        rlog:message  "Annotated 1 nif:Context(s)  in 233.0 ms. (avg 233.0) producing 122 triples" ;
        dc:creator    "org.nlp2rdf.implementation.spotlight.SpotlightWS" .

nif:sentence  a  owl:ObjectProperty .

nif:anchorOf  a  owl:DatatypeProperty .

<http://127.0.0.1:9995/spotlight#char=18,21>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "the" ;
        nif:beginIndex        "18" ;
        nif:endIndex          "21" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=22,27> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=15,17> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

<http://127.0.0.1:9995/spotlight#char=37,39>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "of" ;
        nif:beginIndex        "37" ;
        nif:endIndex          "39" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=40,47> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=28,36> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

nif:firstWord  a  owl:ObjectProperty .

<http://127.0.0.1:9995/spotlight#char=15,17>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "is" ;
        nif:beginIndex        "15" ;
        nif:endIndex          "17" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=18,21> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=8,14> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

<http://127.0.0.1:9995/spotlight#char=0,7>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Charles" ;
        nif:beginIndex        "0" ;
        nif:endIndex          "7" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=8,14> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Charles_Michel_(politician)> .

rlog:date  a    owl:DatatypeProperty .

nif:Context  a  owl:Class .

nif:Sentence  a  owl:Class .

rlog:message  a  owl:DatatypeProperty .

nif:referenceContext  a  owl:ObjectProperty .

nif:endIndex  a  owl:DatatypeProperty .

nif:RFC5147String  a  owl:Class .

<http://127.0.0.1:9995/spotlight#char=40,47>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "Belgium" ;
        nif:beginIndex        "40" ;
        nif:endIndex          "47" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=47,48> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=37,39> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Belgium> .

nif:Word  a     owl:Class .

<http://127.0.0.1:9995/spotlight#char=0,48>
        a                     nif:RFC5147String , nif:Sentence , nif:Context ;
        nif:anchorOf          "Charles Michel is the prime minister of Belgium." ;
        nif:beginIndex        "0" ;
        nif:endIndex          "48" ;
        nif:firstWord         <http://127.0.0.1:9995/spotlight#char=0,7> ;
        nif:isString          "Charles Michel is the prime minister of Belgium." ;
        nif:lastWord          <http://127.0.0.1:9995/spotlight#char=47,48> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:word              <http://127.0.0.1:9995/spotlight#char=37,39> , <http://127.0.0.1:9995/spotlight#char=28,36> , <http://127.0.0.1:9995/spotlight#char=15,17> , <http://127.0.0.1:9995/spotlight#char=40,47> , <http://127.0.0.1:9995/spotlight#char=18,21> , <http://127.0.0.1:9995/spotlight#char=8,14> , <http://127.0.0.1:9995/spotlight#char=22,27> .

Ouput JSON-LD

{
  "@graph" : [ {
    "@id" : "p:char=0,48",
    "@type" : [ "nif:RFC5147String", "nif:Sentence", "nif:Context" ],
    "anchorOf" : "Charles Michel is the prime minister of Belgium.",
    "beginIndex" : "0",
    "endIndex" : "48",
    "firstWord" : "p:char=0,7",
    "isString" : "Charles Michel is the prime minister of Belgium.",
    "lastWord" : "p:char=47,48",
    "referenceContext" : "p:char=0,48",
    "word" : [ "p:char=37,39", "p:char=28,36", "p:char=15,17", "p:char=40,47", "p:char=18,21", "p:char=8,14", "p:char=22,27" ]
  }, {
    "@id" : "p:char=0,7",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Charles",
    "beginIndex" : "0",
    "endIndex" : "7",
    "nextWord" : "p:char=8,14",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48",
    "taIdentRef" : "http://dbpedia.org/resource/Charles_Michel_(politician)"
  }, {
    "@id" : "p:char=15,17",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "is",
    "beginIndex" : "15",
    "endIndex" : "17",
    "nextWord" : "p:char=18,21",
    "previousWord" : "p:char=8,14",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "p:char=18,21",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "the",
    "beginIndex" : "18",
    "endIndex" : "21",
    "nextWord" : "p:char=22,27",
    "previousWord" : "p:char=15,17",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "p:char=22,27",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "prime",
    "beginIndex" : "22",
    "endIndex" : "27",
    "nextWord" : "p:char=28,36",
    "previousWord" : "p:char=18,21",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48",
    "taIdentRef" : "http://dbpedia.org/resource/Prime_minister"
  }, {
    "@id" : "p:char=28,36",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "minister",
    "beginIndex" : "28",
    "endIndex" : "36",
    "nextWord" : "p:char=37,39",
    "previousWord" : "p:char=22,27",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "p:char=37,39",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "of",
    "beginIndex" : "37",
    "endIndex" : "39",
    "nextWord" : "p:char=40,47",
    "previousWord" : "p:char=28,36",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "p:char=40,47",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "Belgium",
    "beginIndex" : "40",
    "endIndex" : "47",
    "nextWord" : "p:char=47,48",
    "previousWord" : "p:char=37,39",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48",
    "taIdentRef" : "http://dbpedia.org/resource/Belgium"
  }, {
    "@id" : "p:char=47,48",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ".",
    "beginIndex" : "47",
    "endIndex" : "48",
    "previousWord" : "p:char=40,47",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "p:char=8,14",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Michel",
    "beginIndex" : "8",
    "endIndex" : "14",
    "nextWord" : "p:char=15,17",
    "previousWord" : "p:char=0,7",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "nif:Context",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:RFC5147String",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:Sentence",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:Word",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:anchorOf",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:beginIndex",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:endIndex",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:firstWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:isString",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:lastWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:nextWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:previousWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:referenceContext",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:sentence",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:word",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "rlog:date",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "rlog:level",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "rlog:message",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "urn:uuid:ea66588a-8a36-4413-a59a-c7fd7ea2433a",
    "@type" : "rlog:Entry",
    "date" : "2015-05-19T09:36:31.331Z",
    "level" : "rlog:DEBUG",
    "message" : "Annotated 1 nif:Context(s)  in 137.0 ms. (avg 137.0) producing 122 triples",
    "creator" : "org.nlp2rdf.implementation.spotlight.SpotlightWS"
  }, {
    "@id" : "urn:uuid:f7b7844f-cda6-4b5b-959f-dcff36a3724e",
    "@type" : "rlog:Entry",
    "date" : "2015-05-19T09:36:31.197Z",
    "level" : "rlog:DEBUG",
    "message" : "Finished creating 1 sentence(s) with 9 word(s) ",
    "creator" : "org.nlp2rdf.implementation.spotlight.SpotlightWrapper"
  } ],
  "@context" : {
    "sentence" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#sentence",
      "@type" : "@id"
    },
    "referenceContext" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#referenceContext",
      "@type" : "@id"
    },
    "previousWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#previousWord",
      "@type" : "@id"
    },
    "nextWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#nextWord",
      "@type" : "@id"
    },
    "endIndex" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#endIndex",
    "beginIndex" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#beginIndex",
    "anchorOf" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#anchorOf",
    "creator" : "http://purl.org/dc/elements/1.1/creator",
    "message" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#message",
    "level" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#level",
      "@type" : "@id"
    },
    "date" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#date",
      "@type" : "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "taIdentRef" : {
      "@id" : "http://www.w3.org/2005/11/its/rdf#taIdentRef",
      "@type" : "@id"
    },
    "firstWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#firstWord",
      "@type" : "@id"
    },
    "word" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#word",
      "@type" : "@id"
    },
    "lastWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#lastWord",
      "@type" : "@id"
    },
    "isString" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#isString",
    "dc" : "http://purl.org/dc/elements/1.1/",
    "prov" : "http://www.w3.org/ns/prov#",
    "nif" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#",
    "itsrdf" : "http://www.w3.org/2005/11/its/rdf#",
    "rutp" : "http://rdfunit.aksw.org/data/patterns#",
    "rlog" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#",
    "oslc" : "http://open-services.net/ns/core#",
    "rutg" : "http://rdfunit.aksw.org/data/generators#",
    "dcterms" : "http://purl.org/dc/terms/",
    "dsp" : "http://dublincore.org/dc-dsp#",
    "schema" : "http://schema.org/",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
    "olia" : "http://purl.org/olia/olia.owl#",
    "rut" : "http://rdfunit.aksw.org/ns/core#",
    "p" : "http://127.0.0.1:9995/spotlight#",
    "rutr" : "http://rdfunit.aksw.org/data/results#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "spin" : "http://spinrdf.org/spin#",
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rutt" : "http://rdfunit.aksw.org/data/tests#",
    "ruts" : "http://rdfunit.aksw.org/data/testsuite#"
  }
}

1.2 GET short

Result: OK

Input

Straddling the cultural boundary between Germanic and &*() Latin Europe, Belgium is home to two main linguistic groups: the Dutch-speaking, mostly Flemish community, which constitutes about 59% of the population, and the French-speaking, mostly Walloon population and Brussels inhabitants, which comprises 41% of all Belgians. Additionally, there is a small group of German-speakers who are officially recognized.

Output Turtle

@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix nif:   <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#> .
@prefix itsrdf: <http://www.w3.org/2005/11/its/rdf#> .
@prefix rutp:  <http://rdfunit.aksw.org/data/patterns#> .
@prefix rlog:  <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> .
@prefix oslc:  <http://open-services.net/ns/core#> .
@prefix rutg:  <http://rdfunit.aksw.org/data/generators#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dsp:   <http://dublincore.org/dc-dsp#> .
@prefix schema: <http://schema.org/> .
@prefix olia:  <http://purl.org/olia/olia.owl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix p:     <http://127.0.0.1:9995/spotlight#> .
@prefix rut:   <http://rdfunit.aksw.org/ns/core#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rutr:  <http://rdfunit.aksw.org/data/results#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix spin:  <http://spinrdf.org/spin#> .
@prefix rutt:  <http://rdfunit.aksw.org/data/tests#> .
@prefix ruts:  <http://rdfunit.aksw.org/data/testsuite#> .

<http://127.0.0.1:9995/spotlight#char=391,401>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "officially" ;
        nif:beginIndex        "391" ;
        nif:endIndex          "401" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=402,412> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=387,390> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Official_language> .

<http://127.0.0.1:9995/spotlight#char=50,53>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "and" ;
        nif:beginIndex        "50" ;
        nif:endIndex          "53" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=54,55> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=41,49> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

nif:RFC5147String  a  owl:Class .

<http://127.0.0.1:9995/spotlight#char=166,171>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "which" ;
        nif:beginIndex        "166" ;
        nif:endIndex          "171" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=172,183> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=164,165> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=221,236>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "French-speaking" ;
        nif:beginIndex        "221" ;
        nif:endIndex          "236" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=236,237> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=217,220> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/French_Community_of_Belgium> .

<http://127.0.0.1:9995/spotlight#char=339,340>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "," ;
        nif:beginIndex        "339" ;
        nif:endIndex          "340" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=341,346> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=327,339> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> .

<http://127.0.0.1:9995/spotlight#char=71,72>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "," ;
        nif:beginIndex        "71" ;
        nif:endIndex          "72" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=73,80> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=65,71> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=192,193>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "%" ;
        nif:beginIndex        "192" ;
        nif:endIndex          "193" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=194,196> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=190,192> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=341,346>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "there" ;
        nif:beginIndex        "341" ;
        nif:endIndex          "346" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=347,349> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=339,340> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> .

<http://127.0.0.1:9995/spotlight#char=190,192>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "59" ;
        nif:beginIndex        "190" ;
        nif:endIndex          "192" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=192,193> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=184,189> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=367,382>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "German-speakers" ;
        nif:beginIndex        "367" ;
        nif:endIndex          "382" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=383,386> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=364,366> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/German-speaking_Community_of_Belgium> .

<http://127.0.0.1:9995/spotlight#char=306,308>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "41" ;
        nif:beginIndex        "306" ;
        nif:endIndex          "308" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=308,309> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=296,305> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=101,111>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "linguistic" ;
        nif:beginIndex        "101" ;
        nif:endIndex          "111" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=112,118> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=96,100> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Language_family> .

<http://127.0.0.1:9995/spotlight#char=96,100>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "main" ;
        nif:beginIndex        "96" ;
        nif:endIndex          "100" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=101,111> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=92,95> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

nif:endIndex  a  owl:DatatypeProperty .

<http://127.0.0.1:9995/spotlight#char=387,390>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "are" ;
        nif:beginIndex        "387" ;
        nif:endIndex          "390" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=391,401> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=383,386> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> .

<http://127.0.0.1:9995/spotlight#char=184,189>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "about" ;
        nif:beginIndex        "184" ;
        nif:endIndex          "189" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=190,192> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=172,183> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=112,118>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "groups" ;
        nif:beginIndex        "112" ;
        nif:endIndex          "118" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=118,119> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=101,111> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=54,55>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "&" ;
        nif:beginIndex        "54" ;
        nif:endIndex          "55" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=55,56> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=50,53> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=41,49>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "Germanic" ;
        nif:beginIndex        "41" ;
        nif:endIndex          "49" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=50,53> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=33,40> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Germanic_languages> .

nif:previousSentence  a  owl:ObjectProperty .

<http://127.0.0.1:9995/spotlight#char=138,139>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "," ;
        nif:beginIndex        "138" ;
        nif:endIndex          "139" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=140,146> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=124,138> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=313,316>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "all" ;
        nif:beginIndex        "313" ;
        nif:endIndex          "316" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=317,325> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=310,312> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=253,263>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "population" ;
        nif:beginIndex        "253" ;
        nif:endIndex          "263" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=264,267> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=245,252> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Population> .

nif:Context  a  owl:Class .

nif:nextWord  a  owl:ObjectProperty .

<http://127.0.0.1:9995/spotlight#char=84,88>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "home" ;
        nif:beginIndex        "84" ;
        nif:endIndex          "88" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=89,91> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=81,83> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=364,366>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "of" ;
        nif:beginIndex        "364" ;
        nif:endIndex          "366" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=367,382> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=358,363> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> .

<http://127.0.0.1:9995/spotlight#char=147,154>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Flemish" ;
        nif:beginIndex        "147" ;
        nif:endIndex          "154" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=155,164> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=140,146> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Flemish_Community> .

<http://127.0.0.1:9995/spotlight#char=217,220>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "the" ;
        nif:beginIndex        "217" ;
        nif:endIndex          "220" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=221,236> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=213,216> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=57,58>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          ")" ;
        nif:beginIndex        "57" ;
        nif:endIndex          "58" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=59,64> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=56,57> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=172,183>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "constitutes" ;
        nif:beginIndex        "172" ;
        nif:endIndex          "183" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=184,189> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=166,171> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=268,276>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "Brussels" ;
        nif:beginIndex        "268" ;
        nif:endIndex          "276" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=277,288> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=264,267> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Brussels> .

<http://127.0.0.1:9995/spotlight#char=59,64>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Latin" ;
        nif:beginIndex        "59" ;
        nif:endIndex          "64" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=65,71> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=57,58> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Latin_Europe> .

<http://127.0.0.1:9995/spotlight#char=350,351>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "a" ;
        nif:beginIndex        "350" ;
        nif:endIndex          "351" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=352,357> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=347,349> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> .

<http://127.0.0.1:9995/spotlight#char=140,146>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "mostly" ;
        nif:beginIndex        "140" ;
        nif:endIndex          "146" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=147,154> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=138,139> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=124,138>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Dutch-speaking" ;
        nif:beginIndex        "124" ;
        nif:endIndex          "138" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=138,139> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=120,123> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Flemish_Community> .

<http://127.0.0.1:9995/spotlight#char=194,196>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "of" ;
        nif:beginIndex        "194" ;
        nif:endIndex          "196" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=197,200> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=192,193> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=11,14>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "the" ;
        nif:beginIndex        "11" ;
        nif:endIndex          "14" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=15,23> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=0,10> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=211,212>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "," ;
        nif:beginIndex        "211" ;
        nif:endIndex          "212" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=213,216> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=201,211> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

rlog:level  a   owl:ObjectProperty .

<http://127.0.0.1:9995/spotlight#char=352,357>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "small" ;
        nif:beginIndex        "352" ;
        nif:endIndex          "357" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=358,363> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=350,351> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> .

<http://127.0.0.1:9995/spotlight#char=383,386>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "who" ;
        nif:beginIndex        "383" ;
        nif:endIndex          "386" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=387,390> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=367,382> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> .

<http://127.0.0.1:9995/spotlight#char=81,83>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "is" ;
        nif:beginIndex        "81" ;
        nif:endIndex          "83" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=84,88> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=73,80> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=347,349>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "is" ;
        nif:beginIndex        "347" ;
        nif:endIndex          "349" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=350,351> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=341,346> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> .

<http://127.0.0.1:9995/spotlight#char=89,91>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "to" ;
        nif:beginIndex        "89" ;
        nif:endIndex          "91" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=92,95> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=84,88> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=197,200>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "the" ;
        nif:beginIndex        "197" ;
        nif:endIndex          "200" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=201,211> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=194,196> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=288,289>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "," ;
        nif:beginIndex        "288" ;
        nif:endIndex          "289" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=290,295> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=277,288> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

rlog:date  a    owl:DatatypeProperty .

nif:beginIndex  a  owl:DatatypeProperty .

<http://127.0.0.1:9995/spotlight#char=164,165>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "," ;
        nif:beginIndex        "164" ;
        nif:endIndex          "165" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=166,171> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=155,164> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=56,57>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "(" ;
        nif:beginIndex        "56" ;
        nif:endIndex          "57" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=57,58> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=55,56> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=325,326>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "." ;
        nif:beginIndex        "325" ;
        nif:endIndex          "326" ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=317,325> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=0,414>
        a               nif:RFC5147String , nif:Context ;
        nif:beginIndex  "0" ;
        nif:endIndex    "414" ;
        nif:isString    "Straddling the cultural boundary between Germanic and &*() Latin Europe, Belgium is home to two main linguistic groups: the Dutch-speaking, mostly Flemish community, which constitutes about 59% of the population, and the French-speaking, mostly Walloon population and Brussels inhabitants, which comprises 41% of all Belgians. Additionally, there is a small group of German-speakers who are officially recognized. " .

<http://127.0.0.1:9995/spotlight#char=120,123>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "the" ;
        nif:beginIndex        "120" ;
        nif:endIndex          "123" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=124,138> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=118,119> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=24,32>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "boundary" ;
        nif:beginIndex        "24" ;
        nif:endIndex          "32" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=33,40> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=15,23> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=213,216>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "and" ;
        nif:beginIndex        "213" ;
        nif:endIndex          "216" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=217,220> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=211,212> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=277,288>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "inhabitants" ;
        nif:beginIndex        "277" ;
        nif:endIndex          "288" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=288,289> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=268,276> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Demonym> .

<http://127.0.0.1:9995/spotlight#char=92,95>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "two" ;
        nif:beginIndex        "92" ;
        nif:endIndex          "95" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=96,100> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=89,91> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=201,211>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "population" ;
        nif:beginIndex        "201" ;
        nif:endIndex          "211" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=211,212> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=197,200> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Population> .

<http://127.0.0.1:9995/spotlight#char=310,312>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "of" ;
        nif:beginIndex        "310" ;
        nif:endIndex          "312" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=313,316> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=308,309> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=358,363>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "group" ;
        nif:beginIndex        "358" ;
        nif:endIndex          "363" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=364,366> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=352,357> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Musical_ensemble> .

nif:word  a     owl:ObjectProperty .

<http://127.0.0.1:9995/spotlight#char=33,40>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "between" ;
        nif:beginIndex        "33" ;
        nif:endIndex          "40" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=41,49> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=24,32> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=236,237>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "," ;
        nif:beginIndex        "236" ;
        nif:endIndex          "237" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=238,244> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=221,236> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=327,413>
        a                     nif:RFC5147String , nif:Sentence ;
        nif:anchorOf          "Additionally, there is a small group of German-speakers who are officially recognized." ;
        nif:beginIndex        "327" ;
        nif:endIndex          "413" ;
        nif:firstWord         <http://127.0.0.1:9995/spotlight#char=327,339> ;
        nif:lastWord          <http://127.0.0.1:9995/spotlight#char=412,413> ;
        nif:nextSentence      <http://127.0.0.1:9995/spotlight#char=0,326> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:word              <http://127.0.0.1:9995/spotlight#char=341,346> , <http://127.0.0.1:9995/spotlight#char=402,412> , <http://127.0.0.1:9995/spotlight#char=347,349> , <http://127.0.0.1:9995/spotlight#char=364,366> , <http://127.0.0.1:9995/spotlight#char=352,357> , <http://127.0.0.1:9995/spotlight#char=339,340> , <http://127.0.0.1:9995/spotlight#char=387,390> , <http://127.0.0.1:9995/spotlight#char=367,382> , <http://127.0.0.1:9995/spotlight#char=358,363> , <http://127.0.0.1:9995/spotlight#char=391,401> , <http://127.0.0.1:9995/spotlight#char=383,386> , <http://127.0.0.1:9995/spotlight#char=350,351> .

<http://127.0.0.1:9995/spotlight#char=15,23>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "cultural" ;
        nif:beginIndex        "15" ;
        nif:endIndex          "23" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=24,32> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=11,14> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Cultural_region> .

<urn:uuid:b5f860ba-94d9-406d-b2d4-473df34ff9e3>
        a             rlog:Entry ;
        rlog:date     "2015-05-19T09:55:01.05Z"^^xsd:dateTime ;
        rlog:level    rlog:DEBUG ;
        rlog:message  "Finished creating 2 sentence(s) with 72 word(s) " ;
        dc:creator    "org.nlp2rdf.implementation.spotlight.SpotlightWrapper" .

nif:Word  a     owl:Class .

<http://127.0.0.1:9995/spotlight#char=73,80>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Belgium" ;
        nif:beginIndex        "73" ;
        nif:endIndex          "80" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=81,83> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=71,72> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Belgium> .

<http://127.0.0.1:9995/spotlight#char=317,325>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "Belgians" ;
        nif:beginIndex        "317" ;
        nif:endIndex          "325" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=325,326> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=313,316> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Belgium> .

nif:firstWord  a  owl:ObjectProperty .

nif:anchorOf  a  owl:DatatypeProperty .

<http://127.0.0.1:9995/spotlight#char=327,339>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Additionally" ;
        nif:beginIndex        "327" ;
        nif:endIndex          "339" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=339,340> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> .

<http://127.0.0.1:9995/spotlight#char=245,252>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Walloon" ;
        nif:beginIndex        "245" ;
        nif:endIndex          "252" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=253,263> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=238,244> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Wallonia> , <http://dbpedia.org/resource/Walloon_language> .

<http://127.0.0.1:9995/spotlight#char=264,267>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "and" ;
        nif:beginIndex        "264" ;
        nif:endIndex          "267" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=268,276> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=253,263> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=308,309>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "%" ;
        nif:beginIndex        "308" ;
        nif:endIndex          "309" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=310,312> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=306,308> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=290,295>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "which" ;
        nif:beginIndex        "290" ;
        nif:endIndex          "295" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=296,305> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=288,289> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<urn:uuid:f70adb33-6d18-49a4-a970-166d59422aa0>
        a             rlog:Entry ;
        rlog:date     "2015-05-19T09:55:01.335Z"^^xsd:dateTime ;
        rlog:level    rlog:DEBUG ;
        rlog:message  "Annotated 1 nif:Context(s)  in 303.0 ms. (avg 303.0) producing 781 triples" ;
        dc:creator    "org.nlp2rdf.implementation.spotlight.SpotlightWS" .

nif:previousWord  a  owl:ObjectProperty .

<http://127.0.0.1:9995/spotlight#char=0,326>
        a                     nif:RFC5147String , nif:Sentence ;
        nif:anchorOf          "Straddling the cultural boundary between Germanic and &*() Latin Europe, Belgium is home to two main linguistic groups: the Dutch-speaking, mostly Flemish community, which constitutes about 59% of the population, and the French-speaking, mostly Walloon population and Brussels inhabitants, which comprises 41% of all Belgians." ;
        nif:beginIndex        "0" ;
        nif:endIndex          "326" ;
        nif:firstWord         <http://127.0.0.1:9995/spotlight#char=0,10> ;
        nif:lastWord          <http://127.0.0.1:9995/spotlight#char=325,326> ;
        nif:previousSentence  <http://127.0.0.1:9995/spotlight#char=327,413> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:word              <http://127.0.0.1:9995/spotlight#char=84,88> , <http://127.0.0.1:9995/spotlight#char=245,252> , <http://127.0.0.1:9995/spotlight#char=184,189> , <http://127.0.0.1:9995/spotlight#char=11,14> , <http://127.0.0.1:9995/spotlight#char=238,244> , <http://127.0.0.1:9995/spotlight#char=288,289> , <http://127.0.0.1:9995/spotlight#char=55,56> , <http://127.0.0.1:9995/spotlight#char=164,165> , <http://127.0.0.1:9995/spotlight#char=197,200> , <http://127.0.0.1:9995/spotlight#char=15,23> , <http://127.0.0.1:9995/spotlight#char=138,139> , <http://127.0.0.1:9995/spotlight#char=268,276> , <http://127.0.0.1:9995/spotlight#char=317,325> , <http://127.0.0.1:9995/spotlight#char=112,118> , <http://127.0.0.1:9995/spotlight#char=201,211> , <http://127.0.0.1:9995/spotlight#char=253,263> , <http://127.0.0.1:9995/spotlight#char=236,237> , <http://127.0.0.1:9995/spotlight#char=124,138> , <http://127.0.0.1:9995/spotlight#char=41,49> , <http://127.0.0.1:9995/spotlight#char=147,154> , <http://127.0.0.1:9995/spotlight#char=101,111> , <http://127.0.0.1:9995/spotlight#char=54,55> , <http://127.0.0.1:9995/spotlight#char=120,123> , <http://127.0.0.1:9995/spotlight#char=57,58> , <http://127.0.0.1:9995/spotlight#char=118,119> , <http://127.0.0.1:9995/spotlight#char=166,171> , <http://127.0.0.1:9995/spotlight#char=172,183> , <http://127.0.0.1:9995/spotlight#char=213,216> , <http://127.0.0.1:9995/spotlight#char=56,57> , <http://127.0.0.1:9995/spotlight#char=140,146> , <http://127.0.0.1:9995/spotlight#char=190,192> , <http://127.0.0.1:9995/spotlight#char=221,236> , <http://127.0.0.1:9995/spotlight#char=306,308> , <http://127.0.0.1:9995/spotlight#char=192,193> , <http://127.0.0.1:9995/spotlight#char=92,95> , <http://127.0.0.1:9995/spotlight#char=59,64> , <http://127.0.0.1:9995/spotlight#char=89,91> , <http://127.0.0.1:9995/spotlight#char=24,32> , <http://127.0.0.1:9995/spotlight#char=81,83> , <http://127.0.0.1:9995/spotlight#char=33,40> , <http://127.0.0.1:9995/spotlight#char=65,71> , <http://127.0.0.1:9995/spotlight#char=211,212> , <http://127.0.0.1:9995/spotlight#char=217,220> , <http://127.0.0.1:9995/spotlight#char=194,196> , <http://127.0.0.1:9995/spotlight#char=264,267> , <http://127.0.0.1:9995/spotlight#char=155,164> , <http://127.0.0.1:9995/spotlight#char=296,305> , <http://127.0.0.1:9995/spotlight#char=308,309> , <http://127.0.0.1:9995/spotlight#char=50,53> , <http://127.0.0.1:9995/spotlight#char=313,316> , <http://127.0.0.1:9995/spotlight#char=277,288> , <http://127.0.0.1:9995/spotlight#char=310,312> , <http://127.0.0.1:9995/spotlight#char=73,80> , <http://127.0.0.1:9995/spotlight#char=96,100> , <http://127.0.0.1:9995/spotlight#char=290,295> , <http://127.0.0.1:9995/spotlight#char=71,72> .

<http://127.0.0.1:9995/spotlight#char=0,10>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Straddling" ;
        nif:beginIndex        "0" ;
        nif:endIndex          "10" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=11,14> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Betting_in_poker> .

<http://127.0.0.1:9995/spotlight#char=296,305>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "comprises" ;
        nif:beginIndex        "296" ;
        nif:endIndex          "305" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=306,308> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=290,295> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=55,56>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "*" ;
        nif:beginIndex        "55" ;
        nif:endIndex          "56" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=56,57> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=54,55> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=155,164>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "community" ;
        nif:beginIndex        "155" ;
        nif:endIndex          "164" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=164,165> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=147,154> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

nif:Sentence  a  owl:Class .

nif:lastWord  a  owl:ObjectProperty .

nif:sentence  a  owl:ObjectProperty .

<http://127.0.0.1:9995/spotlight#char=402,412>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "recognized" ;
        nif:beginIndex        "402" ;
        nif:endIndex          "412" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=412,413> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=391,401> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Sovereignty> , <http://dbpedia.org/resource/List_of_states_with_limited_recognition> .

nif:nextSentence  a  owl:ObjectProperty .

<http://127.0.0.1:9995/spotlight#char=238,244>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "mostly" ;
        nif:beginIndex        "238" ;
        nif:endIndex          "244" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=245,252> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=236,237> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

<http://127.0.0.1:9995/spotlight#char=65,71>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Europe" ;
        nif:beginIndex        "65" ;
        nif:endIndex          "71" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=71,72> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=59,64> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

rlog:message  a  owl:DatatypeProperty .

<http://127.0.0.1:9995/spotlight#char=118,119>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          ":" ;
        nif:beginIndex        "118" ;
        nif:endIndex          "119" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=120,123> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=112,118> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,326> .

nif:isString  a  owl:DatatypeProperty .

<http://127.0.0.1:9995/spotlight#char=412,413>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "." ;
        nif:beginIndex        "412" ;
        nif:endIndex          "413" ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=402,412> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,414> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=327,413> .

nif:referenceContext  a  owl:ObjectProperty .

Output JSON-LD

{
  "@graph" : [ {
    "@id" : "p:char=0,10",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Straddling",
    "beginIndex" : "0",
    "endIndex" : "10",
    "nextWord" : "p:char=11,14",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Betting_in_poker"
  }, {
    "@id" : "p:char=0,326",
    "@type" : [ "nif:RFC5147String", "nif:Sentence" ],
    "anchorOf" : "Straddling the cultural boundary between Germanic and &*() Latin Europe, Belgium is home to two main linguistic groups: the Dutch-speaking, mostly Flemish community, which constitutes about 59% of the population, and the French-speaking, mostly Walloon population and Brussels inhabitants, which comprises 41% of all Belgians.",
    "beginIndex" : "0",
    "endIndex" : "326",
    "firstWord" : "p:char=0,10",
    "lastWord" : "p:char=325,326",
    "previousSentence" : "p:char=327,413",
    "referenceContext" : "p:char=0,414",
    "word" : [ "p:char=84,88", "p:char=245,252", "p:char=184,189", "p:char=11,14", "p:char=238,244", "p:char=288,289", "p:char=55,56", "p:char=164,165", "p:char=197,200", "p:char=15,23", "p:char=138,139", "p:char=268,276", "p:char=317,325", "p:char=112,118", "p:char=201,211", "p:char=253,263", "p:char=236,237", "p:char=124,138", "p:char=41,49", "p:char=147,154", "p:char=101,111", "p:char=54,55", "p:char=120,123", "p:char=57,58", "p:char=118,119", "p:char=166,171", "p:char=172,183", "p:char=213,216", "p:char=56,57", "p:char=140,146", "p:char=190,192", "p:char=221,236", "p:char=306,308", "p:char=192,193", "p:char=92,95", "p:char=59,64", "p:char=89,91", "p:char=24,32", "p:char=81,83", "p:char=33,40", "p:char=65,71", "p:char=211,212", "p:char=217,220", "p:char=194,196", "p:char=264,267", "p:char=155,164", "p:char=296,305", "p:char=308,309", "p:char=50,53", "p:char=313,316", "p:char=277,288", "p:char=310,312", "p:char=73,80", "p:char=96,100", "p:char=290,295", "p:char=71,72" ]
  }, {
    "@id" : "p:char=0,414",
    "@type" : [ "nif:RFC5147String", "nif:Context" ],
    "beginIndex" : "0",
    "endIndex" : "414",
    "isString" : "Straddling the cultural boundary between Germanic and &*() Latin Europe, Belgium is home to two main linguistic groups: the Dutch-speaking, mostly Flemish community, which constitutes about 59% of the population, and the French-speaking, mostly Walloon population and Brussels inhabitants, which comprises 41% of all Belgians. Additionally, there is a small group of German-speakers who are officially recognized. "
  }, {
    "@id" : "p:char=101,111",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "linguistic",
    "beginIndex" : "101",
    "endIndex" : "111",
    "nextWord" : "p:char=112,118",
    "previousWord" : "p:char=96,100",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Language_family"
  }, {
    "@id" : "p:char=11,14",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "the",
    "beginIndex" : "11",
    "endIndex" : "14",
    "nextWord" : "p:char=15,23",
    "previousWord" : "p:char=0,10",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=112,118",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "groups",
    "beginIndex" : "112",
    "endIndex" : "118",
    "nextWord" : "p:char=118,119",
    "previousWord" : "p:char=101,111",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=118,119",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ":",
    "beginIndex" : "118",
    "endIndex" : "119",
    "nextWord" : "p:char=120,123",
    "previousWord" : "p:char=112,118",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=120,123",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "the",
    "beginIndex" : "120",
    "endIndex" : "123",
    "nextWord" : "p:char=124,138",
    "previousWord" : "p:char=118,119",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=124,138",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Dutch-speaking",
    "beginIndex" : "124",
    "endIndex" : "138",
    "nextWord" : "p:char=138,139",
    "previousWord" : "p:char=120,123",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Flemish_Community"
  }, {
    "@id" : "p:char=138,139",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ",",
    "beginIndex" : "138",
    "endIndex" : "139",
    "nextWord" : "p:char=140,146",
    "previousWord" : "p:char=124,138",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=140,146",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "mostly",
    "beginIndex" : "140",
    "endIndex" : "146",
    "nextWord" : "p:char=147,154",
    "previousWord" : "p:char=138,139",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=147,154",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Flemish",
    "beginIndex" : "147",
    "endIndex" : "154",
    "nextWord" : "p:char=155,164",
    "previousWord" : "p:char=140,146",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Flemish_Community"
  }, {
    "@id" : "p:char=15,23",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "cultural",
    "beginIndex" : "15",
    "endIndex" : "23",
    "nextWord" : "p:char=24,32",
    "previousWord" : "p:char=11,14",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Cultural_region"
  }, {
    "@id" : "p:char=155,164",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "community",
    "beginIndex" : "155",
    "endIndex" : "164",
    "nextWord" : "p:char=164,165",
    "previousWord" : "p:char=147,154",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=164,165",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ",",
    "beginIndex" : "164",
    "endIndex" : "165",
    "nextWord" : "p:char=166,171",
    "previousWord" : "p:char=155,164",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=166,171",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "which",
    "beginIndex" : "166",
    "endIndex" : "171",
    "nextWord" : "p:char=172,183",
    "previousWord" : "p:char=164,165",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=172,183",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "constitutes",
    "beginIndex" : "172",
    "endIndex" : "183",
    "nextWord" : "p:char=184,189",
    "previousWord" : "p:char=166,171",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=184,189",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "about",
    "beginIndex" : "184",
    "endIndex" : "189",
    "nextWord" : "p:char=190,192",
    "previousWord" : "p:char=172,183",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=190,192",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "59",
    "beginIndex" : "190",
    "endIndex" : "192",
    "nextWord" : "p:char=192,193",
    "previousWord" : "p:char=184,189",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=192,193",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "%",
    "beginIndex" : "192",
    "endIndex" : "193",
    "nextWord" : "p:char=194,196",
    "previousWord" : "p:char=190,192",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=194,196",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "of",
    "beginIndex" : "194",
    "endIndex" : "196",
    "nextWord" : "p:char=197,200",
    "previousWord" : "p:char=192,193",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=197,200",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "the",
    "beginIndex" : "197",
    "endIndex" : "200",
    "nextWord" : "p:char=201,211",
    "previousWord" : "p:char=194,196",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=201,211",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "population",
    "beginIndex" : "201",
    "endIndex" : "211",
    "nextWord" : "p:char=211,212",
    "previousWord" : "p:char=197,200",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Population"
  }, {
    "@id" : "p:char=211,212",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ",",
    "beginIndex" : "211",
    "endIndex" : "212",
    "nextWord" : "p:char=213,216",
    "previousWord" : "p:char=201,211",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=213,216",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "and",
    "beginIndex" : "213",
    "endIndex" : "216",
    "nextWord" : "p:char=217,220",
    "previousWord" : "p:char=211,212",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=217,220",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "the",
    "beginIndex" : "217",
    "endIndex" : "220",
    "nextWord" : "p:char=221,236",
    "previousWord" : "p:char=213,216",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=221,236",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "French-speaking",
    "beginIndex" : "221",
    "endIndex" : "236",
    "nextWord" : "p:char=236,237",
    "previousWord" : "p:char=217,220",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/French_Community_of_Belgium"
  }, {
    "@id" : "p:char=236,237",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ",",
    "beginIndex" : "236",
    "endIndex" : "237",
    "nextWord" : "p:char=238,244",
    "previousWord" : "p:char=221,236",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=238,244",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "mostly",
    "beginIndex" : "238",
    "endIndex" : "244",
    "nextWord" : "p:char=245,252",
    "previousWord" : "p:char=236,237",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=24,32",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "boundary",
    "beginIndex" : "24",
    "endIndex" : "32",
    "nextWord" : "p:char=33,40",
    "previousWord" : "p:char=15,23",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=245,252",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Walloon",
    "beginIndex" : "245",
    "endIndex" : "252",
    "nextWord" : "p:char=253,263",
    "previousWord" : "p:char=238,244",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : [ "http://dbpedia.org/resource/Wallonia", "http://dbpedia.org/resource/Walloon_language" ]
  }, {
    "@id" : "p:char=253,263",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "population",
    "beginIndex" : "253",
    "endIndex" : "263",
    "nextWord" : "p:char=264,267",
    "previousWord" : "p:char=245,252",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Population"
  }, {
    "@id" : "p:char=264,267",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "and",
    "beginIndex" : "264",
    "endIndex" : "267",
    "nextWord" : "p:char=268,276",
    "previousWord" : "p:char=253,263",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=268,276",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "Brussels",
    "beginIndex" : "268",
    "endIndex" : "276",
    "nextWord" : "p:char=277,288",
    "previousWord" : "p:char=264,267",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Brussels"
  }, {
    "@id" : "p:char=277,288",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "inhabitants",
    "beginIndex" : "277",
    "endIndex" : "288",
    "nextWord" : "p:char=288,289",
    "previousWord" : "p:char=268,276",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Demonym"
  }, {
    "@id" : "p:char=288,289",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ",",
    "beginIndex" : "288",
    "endIndex" : "289",
    "nextWord" : "p:char=290,295",
    "previousWord" : "p:char=277,288",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=290,295",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "which",
    "beginIndex" : "290",
    "endIndex" : "295",
    "nextWord" : "p:char=296,305",
    "previousWord" : "p:char=288,289",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=296,305",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "comprises",
    "beginIndex" : "296",
    "endIndex" : "305",
    "nextWord" : "p:char=306,308",
    "previousWord" : "p:char=290,295",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=306,308",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "41",
    "beginIndex" : "306",
    "endIndex" : "308",
    "nextWord" : "p:char=308,309",
    "previousWord" : "p:char=296,305",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=308,309",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "%",
    "beginIndex" : "308",
    "endIndex" : "309",
    "nextWord" : "p:char=310,312",
    "previousWord" : "p:char=306,308",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=310,312",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "of",
    "beginIndex" : "310",
    "endIndex" : "312",
    "nextWord" : "p:char=313,316",
    "previousWord" : "p:char=308,309",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=313,316",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "all",
    "beginIndex" : "313",
    "endIndex" : "316",
    "nextWord" : "p:char=317,325",
    "previousWord" : "p:char=310,312",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=317,325",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "Belgians",
    "beginIndex" : "317",
    "endIndex" : "325",
    "nextWord" : "p:char=325,326",
    "previousWord" : "p:char=313,316",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Belgium"
  }, {
    "@id" : "p:char=325,326",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ".",
    "beginIndex" : "325",
    "endIndex" : "326",
    "previousWord" : "p:char=317,325",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=327,339",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Additionally",
    "beginIndex" : "327",
    "endIndex" : "339",
    "nextWord" : "p:char=339,340",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413"
  }, {
    "@id" : "p:char=327,413",
    "@type" : [ "nif:RFC5147String", "nif:Sentence" ],
    "anchorOf" : "Additionally, there is a small group of German-speakers who are officially recognized.",
    "beginIndex" : "327",
    "endIndex" : "413",
    "firstWord" : "p:char=327,339",
    "lastWord" : "p:char=412,413",
    "nextSentence" : "p:char=0,326",
    "referenceContext" : "p:char=0,414",
    "word" : [ "p:char=341,346", "p:char=402,412", "p:char=347,349", "p:char=364,366", "p:char=352,357", "p:char=339,340", "p:char=387,390", "p:char=367,382", "p:char=358,363", "p:char=391,401", "p:char=383,386", "p:char=350,351" ]
  }, {
    "@id" : "p:char=33,40",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "between",
    "beginIndex" : "33",
    "endIndex" : "40",
    "nextWord" : "p:char=41,49",
    "previousWord" : "p:char=24,32",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=339,340",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ",",
    "beginIndex" : "339",
    "endIndex" : "340",
    "nextWord" : "p:char=341,346",
    "previousWord" : "p:char=327,339",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413"
  }, {
    "@id" : "p:char=341,346",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "there",
    "beginIndex" : "341",
    "endIndex" : "346",
    "nextWord" : "p:char=347,349",
    "previousWord" : "p:char=339,340",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413"
  }, {
    "@id" : "p:char=347,349",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "is",
    "beginIndex" : "347",
    "endIndex" : "349",
    "nextWord" : "p:char=350,351",
    "previousWord" : "p:char=341,346",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413"
  }, {
    "@id" : "p:char=350,351",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "a",
    "beginIndex" : "350",
    "endIndex" : "351",
    "nextWord" : "p:char=352,357",
    "previousWord" : "p:char=347,349",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413"
  }, {
    "@id" : "p:char=352,357",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "small",
    "beginIndex" : "352",
    "endIndex" : "357",
    "nextWord" : "p:char=358,363",
    "previousWord" : "p:char=350,351",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413"
  }, {
    "@id" : "p:char=358,363",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "group",
    "beginIndex" : "358",
    "endIndex" : "363",
    "nextWord" : "p:char=364,366",
    "previousWord" : "p:char=352,357",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413",
    "taIdentRef" : "http://dbpedia.org/resource/Musical_ensemble"
  }, {
    "@id" : "p:char=364,366",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "of",
    "beginIndex" : "364",
    "endIndex" : "366",
    "nextWord" : "p:char=367,382",
    "previousWord" : "p:char=358,363",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413"
  }, {
    "@id" : "p:char=367,382",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "German-speakers",
    "beginIndex" : "367",
    "endIndex" : "382",
    "nextWord" : "p:char=383,386",
    "previousWord" : "p:char=364,366",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413",
    "taIdentRef" : "http://dbpedia.org/resource/German-speaking_Community_of_Belgium"
  }, {
    "@id" : "p:char=383,386",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "who",
    "beginIndex" : "383",
    "endIndex" : "386",
    "nextWord" : "p:char=387,390",
    "previousWord" : "p:char=367,382",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413"
  }, {
    "@id" : "p:char=387,390",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "are",
    "beginIndex" : "387",
    "endIndex" : "390",
    "nextWord" : "p:char=391,401",
    "previousWord" : "p:char=383,386",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413"
  }, {
    "@id" : "p:char=391,401",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "officially",
    "beginIndex" : "391",
    "endIndex" : "401",
    "nextWord" : "p:char=402,412",
    "previousWord" : "p:char=387,390",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413",
    "taIdentRef" : "http://dbpedia.org/resource/Official_language"
  }, {
    "@id" : "p:char=402,412",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "recognized",
    "beginIndex" : "402",
    "endIndex" : "412",
    "nextWord" : "p:char=412,413",
    "previousWord" : "p:char=391,401",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413",
    "taIdentRef" : [ "http://dbpedia.org/resource/Sovereignty", "http://dbpedia.org/resource/List_of_states_with_limited_recognition" ]
  }, {
    "@id" : "p:char=41,49",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "Germanic",
    "beginIndex" : "41",
    "endIndex" : "49",
    "nextWord" : "p:char=50,53",
    "previousWord" : "p:char=33,40",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Germanic_languages"
  }, {
    "@id" : "p:char=412,413",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ".",
    "beginIndex" : "412",
    "endIndex" : "413",
    "previousWord" : "p:char=402,412",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=327,413"
  }, {
    "@id" : "p:char=50,53",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "and",
    "beginIndex" : "50",
    "endIndex" : "53",
    "nextWord" : "p:char=54,55",
    "previousWord" : "p:char=41,49",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=54,55",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "&",
    "beginIndex" : "54",
    "endIndex" : "55",
    "nextWord" : "p:char=55,56",
    "previousWord" : "p:char=50,53",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=55,56",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "*",
    "beginIndex" : "55",
    "endIndex" : "56",
    "nextWord" : "p:char=56,57",
    "previousWord" : "p:char=54,55",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=56,57",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "(",
    "beginIndex" : "56",
    "endIndex" : "57",
    "nextWord" : "p:char=57,58",
    "previousWord" : "p:char=55,56",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=57,58",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ")",
    "beginIndex" : "57",
    "endIndex" : "58",
    "nextWord" : "p:char=59,64",
    "previousWord" : "p:char=56,57",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=59,64",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Latin",
    "beginIndex" : "59",
    "endIndex" : "64",
    "nextWord" : "p:char=65,71",
    "previousWord" : "p:char=57,58",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Latin_Europe"
  }, {
    "@id" : "p:char=65,71",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Europe",
    "beginIndex" : "65",
    "endIndex" : "71",
    "nextWord" : "p:char=71,72",
    "previousWord" : "p:char=59,64",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=71,72",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ",",
    "beginIndex" : "71",
    "endIndex" : "72",
    "nextWord" : "p:char=73,80",
    "previousWord" : "p:char=65,71",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=73,80",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Belgium",
    "beginIndex" : "73",
    "endIndex" : "80",
    "nextWord" : "p:char=81,83",
    "previousWord" : "p:char=71,72",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326",
    "taIdentRef" : "http://dbpedia.org/resource/Belgium"
  }, {
    "@id" : "p:char=81,83",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "is",
    "beginIndex" : "81",
    "endIndex" : "83",
    "nextWord" : "p:char=84,88",
    "previousWord" : "p:char=73,80",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=84,88",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "home",
    "beginIndex" : "84",
    "endIndex" : "88",
    "nextWord" : "p:char=89,91",
    "previousWord" : "p:char=81,83",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=89,91",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "to",
    "beginIndex" : "89",
    "endIndex" : "91",
    "nextWord" : "p:char=92,95",
    "previousWord" : "p:char=84,88",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=92,95",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "two",
    "beginIndex" : "92",
    "endIndex" : "95",
    "nextWord" : "p:char=96,100",
    "previousWord" : "p:char=89,91",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "p:char=96,100",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "main",
    "beginIndex" : "96",
    "endIndex" : "100",
    "nextWord" : "p:char=101,111",
    "previousWord" : "p:char=92,95",
    "referenceContext" : "p:char=0,414",
    "sentence" : "p:char=0,326"
  }, {
    "@id" : "nif:Context",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:RFC5147String",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:Sentence",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:Word",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:anchorOf",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:beginIndex",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:endIndex",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:firstWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:isString",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:lastWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:nextSentence",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:nextWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:previousSentence",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:previousWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:referenceContext",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:sentence",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:word",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "rlog:date",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "rlog:level",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "rlog:message",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "urn:uuid:ae3a2cc8-e28c-4c8f-bc11-44af7903e0fb",
    "@type" : "rlog:Entry",
    "date" : "2015-05-19T09:55:01.805Z",
    "level" : "rlog:DEBUG",
    "message" : "Finished creating 2 sentence(s) with 72 word(s) ",
    "creator" : "org.nlp2rdf.implementation.spotlight.SpotlightWrapper"
  }, {
    "@id" : "urn:uuid:b429ed66-31fd-4063-a7d0-0df05e77efe1",
    "@type" : "rlog:Entry",
    "date" : "2015-05-19T09:55:02.037Z",
    "level" : "rlog:DEBUG",
    "message" : "Annotated 1 nif:Context(s)  in 251.0 ms. (avg 251.0) producing 781 triples",
    "creator" : "org.nlp2rdf.implementation.spotlight.SpotlightWS"
  } ],
  "@context" : {
    "nextWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#nextWord",
      "@type" : "@id"
    },
    "anchorOf" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#anchorOf",
    "previousWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#previousWord",
      "@type" : "@id"
    },
    "taIdentRef" : {
      "@id" : "http://www.w3.org/2005/11/its/rdf#taIdentRef",
      "@type" : "@id"
    },
    "sentence" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#sentence",
      "@type" : "@id"
    },
    "endIndex" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#endIndex",
    "beginIndex" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#beginIndex",
    "referenceContext" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#referenceContext",
      "@type" : "@id"
    },
    "creator" : "http://purl.org/dc/elements/1.1/creator",
    "message" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#message",
    "level" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#level",
      "@type" : "@id"
    },
    "date" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#date",
      "@type" : "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "isString" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#isString",
    "nextSentence" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#nextSentence",
      "@type" : "@id"
    },
    "word" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#word",
      "@type" : "@id"
    },
    "firstWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#firstWord",
      "@type" : "@id"
    },
    "lastWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#lastWord",
      "@type" : "@id"
    },
    "previousSentence" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#previousSentence",
      "@type" : "@id"
    },
    "dc" : "http://purl.org/dc/elements/1.1/",
    "prov" : "http://www.w3.org/ns/prov#",
    "nif" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#",
    "itsrdf" : "http://www.w3.org/2005/11/its/rdf#",
    "rutp" : "http://rdfunit.aksw.org/data/patterns#",
    "rlog" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#",
    "oslc" : "http://open-services.net/ns/core#",
    "rutg" : "http://rdfunit.aksw.org/data/generators#",
    "dcterms" : "http://purl.org/dc/terms/",
    "dsp" : "http://dublincore.org/dc-dsp#",
    "schema" : "http://schema.org/",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
    "olia" : "http://purl.org/olia/olia.owl#",
    "rut" : "http://rdfunit.aksw.org/ns/core#",
    "p" : "http://127.0.0.1:9995/spotlight#",
    "rutr" : "http://rdfunit.aksw.org/data/results#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "spin" : "http://spinrdf.org/spin#",
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rutt" : "http://rdfunit.aksw.org/data/tests#",
    "ruts" : "http://rdfunit.aksw.org/data/testsuite#"
  }
}

1.3 GET short special characters

Result: ERROR

Input

This artwork is called "L'été, l'œuvre de Jean-Jacques de Renaisse".

Output

HTTP/1.1 406 Not Acceptable

1.4 GET short with newline

Result: ERROR

Input

This is a text
with a newline character.

Output

HTTP/1.1 406 Not Acceptable

1.5 GET very long

Result: ERROR

Input

The novel "Night and Day" of Virginia Woolf, as can be found on Project Gutenberg. Newlines are stripped.

Output

Connection reset

2. NIF

2.1 POST very short

Result: OK

input

@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix nif:   <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#> .
@prefix itsrdf: <http://www.w3.org/2005/11/its/rdf#> .
@prefix rutp:  <http://rdfunit.aksw.org/data/patterns#> .
@prefix rlog:  <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> .
@prefix oslc:  <http://open-services.net/ns/core#> .
@prefix dsp:   <http://dublincore.org/dc-dsp#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rutg:  <http://rdfunit.aksw.org/data/generators#> .
@prefix schema: <http://schema.org/> .
@prefix olia:  <http://purl.org/olia/olia.owl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix p:     <http://127.0.0.1:9995/spotlight#> .
@prefix rut:   <http://rdfunit.aksw.org/ns/core#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rutr:  <http://rdfunit.aksw.org/data/results#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix spin:  <http://spinrdf.org/spin#> .
@prefix rutt:  <http://rdfunit.aksw.org/data/tests#> .
@prefix ruts:  <http://rdfunit.aksw.org/data/testsuite#> .

nif:lastWord  a  owl:ObjectProperty .

nif:previousWord  a  owl:ObjectProperty .

<urn:uuid:1eb52471-ce7e-4761-a161-07fb201be3ba>
        a             rlog:Entry ;
        rlog:date     "2015-04-27T13:09:22.072Z"^^xsd:dateTime ;
        rlog:level    rlog:DEBUG ;
        rlog:message  "Finished creating 1 sentence(s) with 4 word(s) " ;
        dc:creator    "org.nlp2rdf.implementation.spotlight.SpotlightWrapper" .

nif:word  a     owl:ObjectProperty .

nif:isString  a  owl:DatatypeProperty .

nif:beginIndex  a  owl:DatatypeProperty .

<urn:uuid:0ef8de6c-9517-47bd-a6eb-c20f202b006c>
        a             rlog:Entry ;
        rlog:date     "2015-04-27T13:09:22.292Z"^^xsd:dateTime ;
        rlog:level    rlog:DEBUG ;
        rlog:message  "Annotated 1 nif:Context(s)  in 224.0 ms. (avg 224.0) producing 71 triples" ;
        dc:creator    "org.nlp2rdf.implementation.spotlight.SpotlightWS" .

rlog:level  a   owl:ObjectProperty .

nif:nextWord  a  owl:ObjectProperty .

nif:sentence  a  owl:ObjectProperty .

nif:anchorOf  a  owl:DatatypeProperty .

<http://127.0.0.1:9995/spotlight#char=0,16>
        a                     nif:Context , nif:Sentence , nif:RFC5147String ;
        nif:anchorOf          "Charles Michel is the prime minister of Belgium." ;
        nif:beginIndex        "0" ;
        nif:endIndex          "16" ;
        nif:firstWord         <http://127.0.0.1:9995/spotlight#char=0,4> ;
        nif:isString          "Charles Michel is the prime minister of Belgium." ;
        nif:lastWord          <http://127.0.0.1:9995/spotlight#char=15,16> ;
        nif:word              <http://127.0.0.1:9995/spotlight#char=5,7> , <http://127.0.0.1:9995/spotlight#char=8,15> .

rlog:date  a    owl:DatatypeProperty .

nif:firstWord  a  owl:ObjectProperty .

nif:Context  a  owl:Class .

rlog:message  a  owl:DatatypeProperty .

nif:Sentence  a  owl:Class .

nif:referenceContext  a  owl:ObjectProperty .

nif:endIndex  a  owl:DatatypeProperty .

nif:RFC5147String  a  owl:Class .

nif:Word  a     owl:Class .

output Turtle

@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix nif:   <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#> .
@prefix itsrdf: <http://www.w3.org/2005/11/its/rdf#> .
@prefix rutp:  <http://rdfunit.aksw.org/data/patterns#> .
@prefix rlog:  <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> .
@prefix oslc:  <http://open-services.net/ns/core#> .
@prefix rutg:  <http://rdfunit.aksw.org/data/generators#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dsp:   <http://dublincore.org/dc-dsp#> .
@prefix schema: <http://schema.org/> .
@prefix olia:  <http://purl.org/olia/olia.owl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix p:     <http://127.0.0.1:9995/spotlight#> .
@prefix rut:   <http://rdfunit.aksw.org/ns/core#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rutr:  <http://rdfunit.aksw.org/data/results#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix spin:  <http://spinrdf.org/spin#> .
@prefix rutt:  <http://rdfunit.aksw.org/data/tests#> .
@prefix ruts:  <http://rdfunit.aksw.org/data/testsuite#> .

<http://127.0.0.1:9995/spotlight#char=8,14>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Michel" ;
        nif:beginIndex        "8" ;
        nif:endIndex          "14" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=15,17> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=0,7> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

<http://127.0.0.1:9995/spotlight#char=22,27>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "prime" ;
        nif:beginIndex        "22" ;
        nif:endIndex          "27" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=28,36> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=18,21> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Prime_minister> .

nif:previousWord  a  owl:ObjectProperty .

nif:lastWord  a  owl:ObjectProperty .

nif:word  a     owl:ObjectProperty .

<http://127.0.0.1:9995/spotlight#char=28,36>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "minister" ;
        nif:beginIndex        "28" ;
        nif:endIndex          "36" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=37,39> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=22,27> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

<http://127.0.0.1:9995/spotlight#char=47,48>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "." ;
        nif:beginIndex        "47" ;
        nif:endIndex          "48" ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=40,47> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

nif:isString  a  owl:DatatypeProperty .

nif:beginIndex  a  owl:DatatypeProperty .

rlog:level  a   owl:ObjectProperty .

nif:nextWord  a  owl:ObjectProperty .

<urn:uuid:1d37ce27-f1e7-43ef-82c5-f153e0b72a3f>
        a             rlog:Entry ;
        rlog:date     "2015-05-19T11:37:43.977Z"^^xsd:dateTime ;
        rlog:level    rlog:DEBUG ;
        rlog:message  "Finished creating 1 sentence(s) with 9 word(s) " ;
        dc:creator    "org.nlp2rdf.implementation.spotlight.SpotlightWrapper" .

nif:sentence  a  owl:ObjectProperty .

nif:anchorOf  a  owl:DatatypeProperty .

<http://127.0.0.1:9995/spotlight#char=18,21>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "the" ;
        nif:beginIndex        "18" ;
        nif:endIndex          "21" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=22,27> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=15,17> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

<http://127.0.0.1:9995/spotlight#char=37,39>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "of" ;
        nif:beginIndex        "37" ;
        nif:endIndex          "39" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=40,47> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=28,36> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

nif:firstWord  a  owl:ObjectProperty .

<http://127.0.0.1:9995/spotlight#char=15,17>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "is" ;
        nif:beginIndex        "15" ;
        nif:endIndex          "17" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=18,21> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=8,14> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> .

<urn:uuid:f2227198-6646-476d-b43a-27b699fce570>
        a             rlog:Entry ;
        rlog:date     "2015-05-19T11:37:44.196Z"^^xsd:dateTime ;
        rlog:level    rlog:DEBUG ;
        rlog:message  "Annotated 1 nif:Context(s)  in 278.0 ms. (avg 278.0) producing 122 triples" ;
        dc:creator    "org.nlp2rdf.implementation.spotlight.SpotlightWS" .

<http://127.0.0.1:9995/spotlight#char=0,7>
        a                     nif:RFC5147String , nif:Word ;
        nif:anchorOf          "Charles" ;
        nif:beginIndex        "0" ;
        nif:endIndex          "7" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=8,14> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Charles_Michel_(politician)> .

rlog:date  a    owl:DatatypeProperty .

nif:Context  a  owl:Class .

nif:Sentence  a  owl:Class .

rlog:message  a  owl:DatatypeProperty .

nif:referenceContext  a  owl:ObjectProperty .

nif:endIndex  a  owl:DatatypeProperty .

nif:RFC5147String  a  owl:Class .

<http://127.0.0.1:9995/spotlight#char=40,47>
        a                     nif:Word , nif:RFC5147String ;
        nif:anchorOf          "Belgium" ;
        nif:beginIndex        "40" ;
        nif:endIndex          "47" ;
        nif:nextWord          <http://127.0.0.1:9995/spotlight#char=47,48> ;
        nif:previousWord      <http://127.0.0.1:9995/spotlight#char=37,39> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:sentence          <http://127.0.0.1:9995/spotlight#char=0,48> ;
        itsrdf:taIdentRef     <http://dbpedia.org/resource/Belgium> .

nif:Word  a     owl:Class .

<http://127.0.0.1:9995/spotlight#char=0,48>
        a                     nif:RFC5147String , nif:Sentence , nif:Context ;
        nif:anchorOf          "Charles Michel is the prime minister of Belgium." ;
        nif:beginIndex        "0" ;
        nif:endIndex          "48" ;
        nif:firstWord         <http://127.0.0.1:9995/spotlight#char=0,7> ;
        nif:isString          "Charles Michel is the prime minister of Belgium." ;
        nif:lastWord          <http://127.0.0.1:9995/spotlight#char=47,48> ;
        nif:referenceContext  <http://127.0.0.1:9995/spotlight#char=0,48> ;
        nif:word              <http://127.0.0.1:9995/spotlight#char=37,39> , <http://127.0.0.1:9995/spotlight#char=28,36> , <http://127.0.0.1:9995/spotlight#char=15,17> , <http://127.0.0.1:9995/spotlight#char=40,47> , <http://127.0.0.1:9995/spotlight#char=18,21> , <http://127.0.0.1:9995/spotlight#char=8,14> , <http://127.0.0.1:9995/spotlight#char=22,27> .

output JSON-LD

{
  "@graph" : [ {
    "@id" : "p:char=0,48",
    "@type" : [ "nif:RFC5147String", "nif:Sentence", "nif:Context" ],
    "anchorOf" : "Charles Michel is the prime minister of Belgium.",
    "beginIndex" : "0",
    "endIndex" : "48",
    "firstWord" : "p:char=0,7",
    "isString" : "Charles Michel is the prime minister of Belgium.",
    "lastWord" : "p:char=47,48",
    "referenceContext" : "p:char=0,48",
    "word" : [ "p:char=37,39", "p:char=28,36", "p:char=15,17", "p:char=40,47", "p:char=18,21", "p:char=8,14", "p:char=22,27" ]
  }, {
    "@id" : "p:char=0,7",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Charles",
    "beginIndex" : "0",
    "endIndex" : "7",
    "nextWord" : "p:char=8,14",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48",
    "taIdentRef" : "http://dbpedia.org/resource/Charles_Michel_(politician)"
  }, {
    "@id" : "p:char=15,17",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "is",
    "beginIndex" : "15",
    "endIndex" : "17",
    "nextWord" : "p:char=18,21",
    "previousWord" : "p:char=8,14",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "p:char=18,21",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "the",
    "beginIndex" : "18",
    "endIndex" : "21",
    "nextWord" : "p:char=22,27",
    "previousWord" : "p:char=15,17",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "p:char=22,27",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "prime",
    "beginIndex" : "22",
    "endIndex" : "27",
    "nextWord" : "p:char=28,36",
    "previousWord" : "p:char=18,21",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48",
    "taIdentRef" : "http://dbpedia.org/resource/Prime_minister"
  }, {
    "@id" : "p:char=28,36",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "minister",
    "beginIndex" : "28",
    "endIndex" : "36",
    "nextWord" : "p:char=37,39",
    "previousWord" : "p:char=22,27",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "p:char=37,39",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "of",
    "beginIndex" : "37",
    "endIndex" : "39",
    "nextWord" : "p:char=40,47",
    "previousWord" : "p:char=28,36",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "p:char=40,47",
    "@type" : [ "nif:Word", "nif:RFC5147String" ],
    "anchorOf" : "Belgium",
    "beginIndex" : "40",
    "endIndex" : "47",
    "nextWord" : "p:char=47,48",
    "previousWord" : "p:char=37,39",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48",
    "taIdentRef" : "http://dbpedia.org/resource/Belgium"
  }, {
    "@id" : "p:char=47,48",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : ".",
    "beginIndex" : "47",
    "endIndex" : "48",
    "previousWord" : "p:char=40,47",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "p:char=8,14",
    "@type" : [ "nif:RFC5147String", "nif:Word" ],
    "anchorOf" : "Michel",
    "beginIndex" : "8",
    "endIndex" : "14",
    "nextWord" : "p:char=15,17",
    "previousWord" : "p:char=0,7",
    "referenceContext" : "p:char=0,48",
    "sentence" : "p:char=0,48"
  }, {
    "@id" : "nif:Context",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:RFC5147String",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:Sentence",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:Word",
    "@type" : "owl:Class"
  }, {
    "@id" : "nif:anchorOf",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:beginIndex",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:endIndex",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:firstWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:isString",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "nif:lastWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:nextWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:previousWord",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:referenceContext",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:sentence",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "nif:word",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "rlog:date",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "rlog:level",
    "@type" : "owl:ObjectProperty"
  }, {
    "@id" : "rlog:message",
    "@type" : "owl:DatatypeProperty"
  }, {
    "@id" : "urn:uuid:413bbad2-9f54-4d3d-b464-62d3d273f09d",
    "@type" : "rlog:Entry",
    "date" : "2015-05-19T11:37:44.481Z",
    "level" : "rlog:DEBUG",
    "message" : "Annotated 1 nif:Context(s)  in 163.0 ms. (avg 163.0) producing 122 triples",
    "creator" : "org.nlp2rdf.implementation.spotlight.SpotlightWS"
  }, {
    "@id" : "urn:uuid:4a72c76f-2299-4fc8-8d9b-6c34a171b98d",
    "@type" : "rlog:Entry",
    "date" : "2015-05-19T11:37:44.32Z",
    "level" : "rlog:DEBUG",
    "message" : "Finished creating 1 sentence(s) with 9 word(s) ",
    "creator" : "org.nlp2rdf.implementation.spotlight.SpotlightWrapper"
  } ],
  "@context" : {
    "creator" : "http://purl.org/dc/elements/1.1/creator",
    "message" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#message",
    "level" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#level",
      "@type" : "@id"
    },
    "date" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#date",
      "@type" : "http://www.w3.org/2001/XMLSchema#dateTime"
    },
    "sentence" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#sentence",
      "@type" : "@id"
    },
    "referenceContext" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#referenceContext",
      "@type" : "@id"
    },
    "previousWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#previousWord",
      "@type" : "@id"
    },
    "nextWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#nextWord",
      "@type" : "@id"
    },
    "endIndex" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#endIndex",
    "beginIndex" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#beginIndex",
    "anchorOf" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#anchorOf",
    "taIdentRef" : {
      "@id" : "http://www.w3.org/2005/11/its/rdf#taIdentRef",
      "@type" : "@id"
    },
    "firstWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#firstWord",
      "@type" : "@id"
    },
    "word" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#word",
      "@type" : "@id"
    },
    "lastWord" : {
      "@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#lastWord",
      "@type" : "@id"
    },
    "isString" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#isString",
    "dc" : "http://purl.org/dc/elements/1.1/",
    "prov" : "http://www.w3.org/ns/prov#",
    "nif" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#",
    "itsrdf" : "http://www.w3.org/2005/11/its/rdf#",
    "rutp" : "http://rdfunit.aksw.org/data/patterns#",
    "rlog" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#",
    "oslc" : "http://open-services.net/ns/core#",
    "rutg" : "http://rdfunit.aksw.org/data/generators#",
    "dcterms" : "http://purl.org/dc/terms/",
    "dsp" : "http://dublincore.org/dc-dsp#",
    "schema" : "http://schema.org/",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
    "olia" : "http://purl.org/olia/olia.owl#",
    "rut" : "http://rdfunit.aksw.org/ns/core#",
    "p" : "http://127.0.0.1:9995/spotlight#",
    "rutr" : "http://rdfunit.aksw.org/data/results#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "spin" : "http://spinrdf.org/spin#",
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rutt" : "http://rdfunit.aksw.org/data/tests#",
    "ruts" : "http://rdfunit.aksw.org/data/testsuite#"
  }
}

2.2 POST short with quotes

This test contains escaped quotes and linebreaks, as described as """long literal""" in the (turtle spec)[http://www.w3.org/TeamSubmission/turtle/#sec-tutorial].

Result: ERROR

HTTP/1.1 406 Not Acceptable

Input

@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix nif:   <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#> .
@prefix itsrdf: <http://www.w3.org/2005/11/its/rdf#> .
@prefix rutp:  <http://rdfunit.aksw.org/data/patterns#> .
@prefix rlog:  <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#> .
@prefix oslc:  <http://open-services.net/ns/core#> .
@prefix dsp:   <http://dublincore.org/dc-dsp#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rutg:  <http://rdfunit.aksw.org/data/generators#> .
@prefix schema: <http://schema.org/> .
@prefix olia:  <http://purl.org/olia/olia.owl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix p:     <http://127.0.0.1:9995/spotlight#> .
@prefix rut:   <http://rdfunit.aksw.org/ns/core#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rutr:  <http://rdfunit.aksw.org/data/results#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix spin:  <http://spinrdf.org/spin#> .
@prefix rutt:  <http://rdfunit.aksw.org/data/tests#> .
@prefix ruts:  <http://rdfunit.aksw.org/data/testsuite#> .

nif:lastWord  a  owl:ObjectProperty .

nif:previousWord  a  owl:ObjectProperty .

<urn:uuid:1eb52471-ce7e-4761-a161-07fb201be3ba>
        a             rlog:Entry ;
        rlog:date     "2015-04-27T13:09:22.072Z"^^xsd:dateTime ;
        rlog:level    rlog:DEBUG ;
        rlog:message  "Finished creating 1 sentence(s) with 4 word(s) " ;
        dc:creator    "org.nlp2rdf.implementation.spotlight.SpotlightWrapper" .

nif:word  a     owl:ObjectProperty .

nif:isString  a  owl:DatatypeProperty .

nif:beginIndex  a  owl:DatatypeProperty .

<urn:uuid:0ef8de6c-9517-47bd-a6eb-c20f202b006c>
        a             rlog:Entry ;
        rlog:date     "2015-04-27T13:09:22.292Z"^^xsd:dateTime ;
        rlog:level    rlog:DEBUG ;
        rlog:message  "Annotated 1 nif:Context(s)  in 224.0 ms. (avg 224.0) producing 71 triples" ;
        dc:creator    "org.nlp2rdf.implementation.spotlight.SpotlightWS" .

rlog:level  a   owl:ObjectProperty .

nif:nextWord  a  owl:ObjectProperty .

nif:sentence  a  owl:ObjectProperty .

nif:anchorOf  a  owl:DatatypeProperty .

<http://127.0.0.1:9995/spotlight#char=0,16>
        a                     nif:Context , nif:Sentence , nif:RFC5147String ;
        nif:anchorOf          """Alice's Adventures in Wonderland retold in words of one syllable is a retelling by J. C. Gorham of Lewis Carroll's novel, written in 1905 and published by A. L. Burt of New York. It is one of a series of \"One Syllable Books\" published by Burt, which were \"selected specially for young people's reading, and told in simple language for youngest readers\". The series included such works as Aesop's Fables, Anderson's Fairy Tales, Bible Heroes, Grimm's Fairy Tales, The Life of Christ, Lives of the Presidents, Pilgrim's Progress, Reynard the Fox, Robinson Crusoe, Sanford and Merton, and Swiss Family Robinson.

Gorham re-told Gulliver's Travels in 1896, and Black Beauty in 1905.

The book features the original illustrations by John Tenniel.""" ;
        nif:beginIndex        "0" ;
        nif:endIndex          "16" ;
        nif:firstWord         <http://127.0.0.1:9995/spotlight#char=0,4> ;
        nif:isString          """Alice's Adventures in Wonderland retold in words of one syllable is a retelling by J. C. Gorham of Lewis Carroll's novel, written in 1905 and published by A. L. Burt of New York. It is one of a series of \"One Syllable Books\" published by Burt, which were \"selected specially for young people's reading, and told in simple language for youngest readers\". The series included such works as Aesop's Fables, Anderson's Fairy Tales, Bible Heroes, Grimm's Fairy Tales, The Life of Christ, Lives of the Presidents, Pilgrim's Progress, Reynard the Fox, Robinson Crusoe, Sanford and Merton, and Swiss Family Robinson.

Gorham re-told Gulliver's Travels in 1896, and Black Beauty in 1905.

The book features the original illustrations by John Tenniel.""" ;
        nif:lastWord          <http://127.0.0.1:9995/spotlight#char=15,16> ;
        nif:word              <http://127.0.0.1:9995/spotlight#char=5,7> , <http://127.0.0.1:9995/spotlight#char=8,15> .

rlog:date  a    owl:DatatypeProperty .

nif:firstWord  a  owl:ObjectProperty .

nif:Context  a  owl:Class .

rlog:message  a  owl:DatatypeProperty .

nif:Sentence  a  owl:Class .

nif:referenceContext  a  owl:ObjectProperty .

nif:endIndex  a  owl:DatatypeProperty .

nif:RFC5147String  a  owl:Class .

nif:Word  a     owl:Class .

Output

HTTP/1.1 406 Not Acceptable
jnehring commented 9 years ago

My remarks on e-Entity:

ghsnd commented 9 years ago

A remark on our test results: we encoded the input parameter for plain text as a URL parameter for the GET request. That explains the failure of large texts or texts with linebreaks. I just discovered that the code seems to also rely on the body, if provided. However, GET is not to be used for sending a body along with it (there are lots of discussions on this topic on fora, and the HTTP spec doesn't force servers to take the body into account). We used the Apache HTTP client for the tests, and it doesn't even support adding a body to a GET request.

Hence our earlier suggestion on using POST for plain text as well...