Hi Rupert see the response inline. thanks Alessandra > Hi > > I made also some recent changes to the KeywordLinking engine ( STANBOL-622, > STANBOL-623) however I do not think that those can cause this. Because of the > big difference in the processing time (112ms with the new version compared to > 3284ms with the old) I think is is more likely that something is wrong with > the Entity ReferencedSite used by the garanteKeywordLinking engine. > I used the same rdf to make the garanteKeywordLinking, I did it by using indexing tools in the TRUNK Release.
> While checking this possibility I discovered that a failure in the Execution > of the KeywordLinkingEngine does not correctly mark the execution of the > Chain as failed - what is clearly a Bug I will need to investigate. This > would explain that there are no results while the Enhancer still reports a > "200 OK". > > You can also check this manually by sending a request by using the default > Enhancer UI and afterwards inspecting the "Enhancement Process Metadata". > There the Execution for the garanteKeywordLinking should be marked as failed. > An other possibility is also to post a /find query directly to the Entityhub > ReferencedSite (http://{host}:{port}/entityhub/site/{site-name}/find). > I checked manually the enhancer, and the result is in the following (as you can see all processes are completed) 0ms: completed in 1ms : tika ( required , start: 16-13-33.640, completion: 16-13-33.641) 2ms: completed in 8ms : langid ( required , start: 16-13-33.642, completion: 16-13-33.650) 10ms: completed in 3ms : ner ( required , start: 16-13-33.650, completion: 16-13-33.653) 13ms: completed in 1ms : dbpediaLinking ( required , start: 16-13-33.653, completion: 16-13-33.654) 15ms: completed in 2ms : entityhubExtraction ( required , start: 16-13-33.655, completion: 16-13-33.657) 15ms: completed in 141ms : garanteKeywordLinking ( required , start: 16-13-33.655, completion: 16-13-33.796) > About the Chains: > > The ordering of the default Chain looks OK. So I do not think that this is > the cause of the reported problem. > > On 26.05.2012, at 13:12, Alessandra Donnini wrote: >> I tried also to change engine order by setting a list chain (but I need the >> default chain because I would like to use it with contenthub) and I changed >> the order. >> >> tika ( required , TikaEngine) >> langid ( required , LangIdEnhancementEngine) >> entityhubExtraction ( required , KeywordLinkingEngine) >> garanteKeywordLinking ( required , KeywordLinkingEngine) >> dbpediaLinking ( required , NamedEntityTaggingEngine) > > If you name this chain "default" it will be used as "default" chain. If > several chains with the name "default" are present the one with the higher > "service.ranking" is used as default ([1] provides details). This is the only default chain in the system. > > Can you please check if the ReferencesSite is available. If not try to > stop/start the bundle. In any case I will look why the EnhancementJobManager > does not correctly mark the enhancement process as failed of a required > EnhancementEngine reports an error while processing a ContentItem. > The ReferencesSite should be this, it seems available and it is like the old one. Bundle org.apache.stanbol.entityhub.core (81) Implementation Class org.apache.stanbol.entityhub.core.impl.ReferencedSiteImpl Default State enabled Activation immediate Configuration Policy require Service Type service Services org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite Reference offlineMode ["Satisfied","Service Name: org.apache.stanbol.commons.stanboltools.offline.OfflineMode","Multiple: single","Optional: optional","Policy: dynamic","No Services bound"] Properties component.id = 43 component.name = org.apache.stanbol.entityhub.site.referencedSite org.apache.stanbol.entityhub.site.cacheId = garanteIndex org.apache.stanbol.entityhub.site.cacheStrategy = all org.apache.stanbol.entityhub.site.defaultExpireDuration = 0 org.apache.stanbol.entityhub.site.defaultMappedEntityState = proposed org.apache.stanbol.entityhub.site.defaultSymbolState = proposed org.apache.stanbol.entityhub.site.dereferencerType = org.apache.stanbol.entityhub.dereferencer.SparqlDereferencer org.apache.stanbol.entityhub.site.description = short description (http://www.example.org) org.apache.stanbol.entityhub.site.fieldMappings = [# Licensed to the Apache Software Foundation (ASF) under one or more, # contributor license agreements. See the NOTICE file distributed with, # this work for additional information regarding copyright ownership., # The ASF licenses this file to You under the Apache License, Version 2.0, # (the "License"); you may not use this file except in compliance with, # the License. You may obtain a copy of the License at, #, # http://www.apache.org/licenses/LICENSE-2.0, #, # Unless required by applicable law or agreed to in writing, software, # distributed under the License is distributed on an "AS IS" BASIS,, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied., # See the License for the specific language governing permissions and, # limitations under the License., #, #NOTE: THIS IS A DEFAULT MAPPING SPECIFICATION THAT INCLUDES MAPPINGS FOR, # COMMON ONTOLOGIES. USERS MIGHT WANT TO ADAPT THIS CONFIGURATION BY, # COMMENTING/UNCOMMENTING AND/OR ADDING NEW MAPPINGS, , # --- Define the Languages for all fields ---, # to restrict languages to be imported (for all fields), #| @=null;en;de;fr;it, , #NOTE: null is used to import labels with no specified language, , # --- Define the Languages for all fields ---, # Uncomment to restrict indexing to a specific list of languages, otherwise all, # languages are indexed, #| @=null;en;de;fr;it, , # --- RDF RDFS and OWL Mappings ---, # This configuration only index properties that are typically used to store, # instance data defined by such namespaces. This excludes ontology definitions, , # NOTE that nearly all other ontologies are are using properties of these three, # schemas, therefore it is strongly recommended to include such information!, , rdf:type | d=entityhub:ref, , rdfs:label , rdfs:comment, rdfs:seeAlso | d=entityhub:ref, , , owl:sameAs | d=entityhub:ref, , #If one likes to also index ontologies one should add the following statements, #owl:*, #rdfs:*, , # --- Dublin Core (DC) ---, # The default configuration imports all dc-terms data and copies values for the, # old dc-elements standard over to the according properties of the dc-terms, # standard., , # NOTE that a lot of other ontologies are also using DC for some of there data, # therefore it is strongly recommended to include such information!, , #mapping for all dc-terms properties, dc:*, , # copy dc:title to rdfs:label, dc:title > rdfs:label, , # deactivated by default, because such mappings are mapped to dc-terms, #dc-elements:*, , # mappings for the dc-elements properties to the dc-terms, dc-elements:contributor > dc:contributor, dc-elements:coverage > dc:coverage, dc-elements:creator > dc:creator, dc-elements:date > dc:date, dc-elements:description > dc:description, dc-elements:format > dc:format, dc-elements:identifier > dc:identifier, dc-elements:language > dc:language, dc-elements:publisher > dc:publisher, dc-elements:relation > dc:relation, dc-elements:rights > dc:rights, dc-elements:source > dc:source, dc-elements:subject > dc:subject, dc-elements:title > dc:title, dc-elements:type > dc:type, #also use dc-elements:title as label, dc-elements:title > rdfs:label, , # --- Social Networks (via foaf) ---, #The Friend of a Friend schema is often used to describe social relations between people, foaf:*, , # copy the name of a person over to rdfs:label, foaf:name > rdfs:label, , # additional data types checks, foaf:knows | d=entityhub:ref, foaf:made | d=entityhub:ref, foaf:maker | d=entityhub:ref, foaf:member | d=entityhub:ref, foaf:homepage | d=xsd:anyURI, foaf:depiction | d=xsd:anyURI, foaf:img | d=xsd:anyURI, foaf:logo | d=xsd:anyURI, #page about the entity, foaf:page | d=xsd:anyURI, , , # --- Schema.org --, , # Defines an Ontology used by search engines (Google, Yahoo and Bing) for , # indexing websites., , schema:*, # Copy all names of schema instances over to rdfs:label, schema:name > rdfs:label, , # --- Simple Knowledge Organization System (SKOS) ---, , # A common data model for sharing and linking knowledge organization systems , # via the Semantic Web. Typically used to encode controlled vocabularies as, # a thesaurus , skos:*, , # copy all SKOS labels (preferred, alternative and hidden) over to rdfs:label, skos:prefLabel > rdfs:label, skos:altLabel > rdfs:label, skos:hiddenLabel > rdfs:label, , # copy values of **Match relations to the according related, broader and narrower, skos:relatedMatch > skos:related, skos:broadMatch > skos:broader, skos:narrowMatch > skos:skos:narrower, , #similar mappings for transitive variants are not contained, because transitive, #reasoning is not directly supported by the Entityhub., , # Some SKOS thesaurus do use "skos:transitiveBroader" and "skos:transitiveNarrower", # however such properties are only intended to be used by reasoners to, # calculate transitive closures over broader/narrower hierarchies., # see http://www.w3.org/TR/skos-reference/#L2413 for details, # to correct such cases we will copy transitive relations to their counterpart, skos:narrowerTransitive > skos:narrower, skos:broaderTransitive > skos:broader, , , # --- Semantically-Interlinked Online Communities (SIOC) ---, , # An ontology for describing the information in online communities. , # This information can be used to export information from online communities , # and to link them together. The scope of the application areas that SIOC can , # be used for includes (and is not limited to) weblogs, message boards, , # mailing lists and chat channels., sioc:*, , # --- biographical information (bio), # A vocabulary for describing biographical information about people, both living, # and dead. (see http://vocab.org/bio/0.1/), bio:*, , # --- Rich Site Summary (rss) ---, rss:*, , # --- GoodRelations (gr) ---, # GoodRelations is a standardised vocabulary for product, price, and company data, gr:*, , # --- Creative Commons Rights Expression Language (cc), # The Creative Commons Rights Expression Language (CC REL) lets you describe , # copyright licenses in RDF., cc:*, , , , , , ] org.apache.stanbol.entityhub.site.id = garante org.apache.stanbol.entityhub.site.name = garante org.apache.stanbol.entityhub.site.searcherType = org.apache.stanbol.entityhub.searcher.SparqlSearcher service.factoryPid = org.apache.stanbol.entityhub.site.referencedSite service.pid = org.apache.stanbol.entityhub.site.referencedSite.1c2c521e-c621-4803-8a07-f3717ad5eee0 service.vendor = Apache Stanbol (incubating) > best > Rupert > > [1] > http://incubator.apache.org/stanbol/docs/trunk/enhancer/chains/#default-chain > > > >> >> TRUNK VERSION error.log >> >> 26.05.2012 11:41:01.145 *INFO* [90672497@qtp-1851965079-42] >> org.apache.stanbol.enhancer.jersey.resource.EnhancerRootResource enhance >> from From: Caso gemelline siamesi: Garante ai media, rispettate la dignit? >> delle bambine >> >> Il Garante per la protezione dei dati personali ha aperto un'istruttoria >> sulla vicenda delle due gemelline siamesi, dopo aver ricevuto la >> segnalazione dei genitori che hanno lamentato la diffusione da parte di >> organi di informazione dei nomi delle due piccole. >> >> L'Autorit?, sottolineando con forza la necessit? di aderire alla richiesta >> di riservatezza espressa dalla famiglia delle due bambine, raccomanda a >> tutti i media il rigoroso rispetto delle garanzie poste a tutela dei minori >> dal Codice deontologico dei giornalisti e dalla Carta di Treviso. Tali >> disposizioni prevedono espressamente che, ai fini di tutelare la loro >> personalit?, i giornalisti non pubblichino i nomi dei minori coinvolti in >> fatti di cronaca e che il diritto del minore alla riservatezza deve sempre >> essere considerato come primario rispetto al diritto di cronaca. >> >> L'Autorit? raccomanda inoltre ai media di astenersi dall'ulteriore >> pubblicazione di dati identificativi delle due bambine e dal riportare >> dettagli eccedenti che possono ledere la dignit? delle due piccole, anche >> rimuovendoli dai siti on line. >> 26.05.2012 11:41:01.146 *INFO* [90672497@qtp-1851965079-42] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'tika' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@4f1fc720, optional false) >> 26.05.2012 11:41:01.147 *INFO* [Thread-78] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'tika' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@4f1fc720, optional >> false) >> 26.05.2012 11:41:01.148 *INFO* [Thread-78] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'langid' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@2f4a2e75, optional false) >> 26.05.2012 11:41:01.155 *INFO* [Thread-79] >> org.apache.stanbol.enhancer.engines.langid.LangIdEnhancementEngine language >> identified as it >> 26.05.2012 11:41:01.156 *INFO* [Thread-79] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'langid' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@2f4a2e75, optional >> false) >> 26.05.2012 11:41:01.156 *INFO* [Thread-79] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'ner' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@2f301b94, optional false) >> 26.05.2012 11:41:01.157 *INFO* [Thread-80] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-ner-organization.bin via the DataFileProvider >> 26.05.2012 11:41:01.158 *INFO* [Thread-80] >> org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore No NER Model >> for organization and language it available! >> 26.05.2012 11:41:01.158 *INFO* [Thread-80] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-ner-person.bin via the DataFileProvider >> 26.05.2012 11:41:01.158 *INFO* [Thread-80] >> org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore No NER Model >> for person and language it available! >> 26.05.2012 11:41:01.158 *INFO* [Thread-80] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-ner-location.bin via the DataFileProvider >> 26.05.2012 11:41:01.158 *INFO* [Thread-80] >> org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore No NER Model >> for location and language it available! >> 26.05.2012 11:41:01.158 *INFO* [Thread-80] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'ner' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@2f301b94, optional >> false) >> 26.05.2012 11:41:01.159 *INFO* [Thread-80] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'dbpediaLinking' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@7f62a9bf, optional false) >> 26.05.2012 11:41:01.160 *INFO* [Thread-81] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'dbpediaLinking' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@7f62a9bf, optional >> false) >> 26.05.2012 11:41:01.160 *INFO* [Thread-81] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'garanteKeywordLinking' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@2cc29ba3, optional false) >> 26.05.2012 11:41:01.161 *INFO* [Thread-81] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'entityhubExtraction' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@26767bef, optional false) >> 26.05.2012 11:41:01.162 *INFO* [Thread-82] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-sent.bin via the DataFileProvider >> 26.05.2012 11:41:01.163 *INFO* [Thread-82] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-token.bin via the DataFileProvider >> 26.05.2012 11:41:01.163 *INFO* [Thread-82] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-pos-perceptron.bin via the DataFileProvider >> 26.05.2012 11:41:01.163 *INFO* [Thread-82] >> org.apache.stanbol.commons.opennlp.OpenNLP No perceptron based POS model for >> language itavailable. Will try to load maxent model >> 26.05.2012 11:41:01.163 *INFO* [Thread-82] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-pos-maxent.bin via the DataFileProvider >> 26.05.2012 11:41:01.255 *INFO* [Thread-82] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'garanteKeywordLinking' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@2cc29ba3, optional >> false) >> 26.05.2012 11:41:01.256 *INFO* [Thread-82] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'entityhubExtraction' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@26767bef, optional >> false) >> 26.05.2012 11:41:01.257 *INFO* [90672497@qtp-1851965079-42] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EventJobManagerImpl >> Finished EnhancementJob for ContentItem >> <urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6> after 112ms >> 26.05.2012 11:41:01.258 *INFO* [90672497@qtp-1851965079-42] >> org.apache.stanbol.enhancer.jersey.resource.ContentItemResource ... 1ms fro >> parsing Enhancement Reuslts >> >> >> --------------------- >> OLD INSTALLATION error.log >> 26.05.2012 11:44:17.578 *INFO* [1887955391@qtp-1700675012-0] >> org.apache.stanbol.commons.web.base.processor.FreemarkerViewProcessor >> Assigned default freemarker configuration >> 26.05.2012 11:44:32.113 *INFO* [1344760078@qtp-1700675012-3] >> org.apache.stanbol.enhancer.jersey.resource.EnhancerRootResource enhance >> from From: Caso gemelline siamesi: Garante ai media, rispettate la dignit? >> delle bambine >> >> Il Garante per la protezione dei dati personali ha aperto un'istruttoria >> sulla vicenda delle due gemelline siamesi, dopo aver ricevuto la >> segnalazione dei genitori che hanno lamentato la diffusione da parte di >> organi di informazione dei nomi delle due piccole. >> >> L'Autorit?, sottolineando con forza la necessit? di aderire alla richiesta >> di riservatezza espressa dalla famiglia delle due bambine, raccomanda a >> tutti i media il rigoroso rispetto delle garanzie poste a tutela dei minori >> dal Codice deontologico dei giornalisti e dalla Carta di Treviso. Tali >> disposizioni prevedono espressamente che, ai fini di tutelare la loro >> personalit?, i giornalisti non pubblichino i nomi dei minori coinvolti in >> fatti di cronaca e che il diritto del minore alla riservatezza deve sempre >> essere considerato come primario rispetto al diritto di cronaca. >> >> L'Autorit? raccomanda inoltre ai media di astenersi dall'ulteriore >> pubblicazione di dati identificativi delle due bambine e dal riportare >> dettagli eccedenti che possono ledere la dignit? delle due piccole, anche >> rimuovendoli dai siti on line. >> 26.05.2012 11:44:32.145 *INFO* [1344760078@qtp-1700675012-3] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'tika' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@de1abf0, optional false) >> 26.05.2012 11:44:32.150 *INFO* [Thread-19] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'tika' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@de1abf0, optional >> false) >> 26.05.2012 11:44:32.151 *INFO* [Thread-19] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'langid' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@5adf20ae, optional false) >> 26.05.2012 11:44:32.168 *INFO* [Thread-20] >> org.apache.stanbol.enhancer.engines.langid.LangIdEnhancementEngine language >> identified as it >> 26.05.2012 11:44:32.170 *INFO* [Thread-20] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'langid' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@5adf20ae, optional >> false) >> 26.05.2012 11:44:32.170 *INFO* [Thread-20] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'ner' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@6edaae1d, optional false) >> 26.05.2012 11:44:32.173 *INFO* [Thread-21] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-ner-organization.bin via the DataFileProvider >> 26.05.2012 11:44:32.173 *INFO* [Thread-21] >> org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore No NER Model >> for organization and language it available! >> 26.05.2012 11:44:32.173 *INFO* [Thread-21] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-ner-person.bin via the DataFileProvider >> 26.05.2012 11:44:32.173 *INFO* [Thread-21] >> org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore No NER Model >> for person and language it available! >> 26.05.2012 11:44:32.173 *INFO* [Thread-21] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-ner-location.bin via the DataFileProvider >> 26.05.2012 11:44:32.173 *INFO* [Thread-21] >> org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore No NER Model >> for location and language it available! >> 26.05.2012 11:44:32.174 *INFO* [Thread-21] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'ner' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@6edaae1d, optional >> false) >> 26.05.2012 11:44:32.174 *INFO* [Thread-21] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'dbpediaLinking' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@56dd2ac6, optional false) >> 26.05.2012 11:44:32.176 *INFO* [Thread-22] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'dbpediaLinking' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@56dd2ac6, optional >> false) >> 26.05.2012 11:44:32.177 *INFO* [Thread-22] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'dbpediaLinkingMy' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@522359b7, optional false) >> 26.05.2012 11:44:32.178 *INFO* [Thread-22] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'entityhubExtraction' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@4f62cf6a, optional false) >> 26.05.2012 11:44:32.179 *INFO* [Thread-22] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Started >> Execution of 'garanteLinking' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 (chain: >> default, node: org.apache.clerezza.rdf.core.BNode@ed72782, optional false) >> 26.05.2012 11:44:32.192 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-sent.bin via the DataFileProvider >> 26.05.2012 11:44:32.193 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-token.bin via the DataFileProvider >> 26.05.2012 11:44:32.196 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-pos-perceptron.bin via the DataFileProvider >> 26.05.2012 11:44:32.196 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP No perceptron based POS model for >> language itavailable. Will try to load maxent model >> 26.05.2012 11:44:32.196 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-pos-maxent.bin via the DataFileProvider >> 26.05.2012 11:44:32.200 *INFO* [Thread-23] >> org.apache.stanbol.commons.solr.RegisteredSolrServerTracker ... in >> addingService for org.apache.stanbol.commons.solr.IndexReference@33931942 >> (ref: [org.apache.solr.core.SolrCore]) >> 26.05.2012 11:44:32.252 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:narrowMatch > skos:skos:narrower >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dbp-ont:populationTotal | d=xsd:long >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:narrowerTransitive > skos:narrower >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dbp-ont:birthDate | d=xsd:dateTime >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: geo:alt | >> d=xsd:int >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:hiddenLabel > rdfs:label >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:subject | d=entityhub:ref > dc:subject >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: geo:lat | >> d=xsd:double >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> rdfs:label | d=entityhub:text >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:prefLabel > rdfs:label >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> foaf:homepage | d=xsd:anyURI >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:broadMatch > skos:broader >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:broaderTransitive > skos:broader >> 26.05.2012 11:44:32.253 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> rdfs:seeAlso | d=entityhub:ref >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dbp-ont:deathDate | d=xsd:dateTime >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: rdf:type >> | d=entityhub:ref >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:altLabel > rdfs:label >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dbp-ont:wikiPageRedirects | d=entityhub:ref > rdfs:seeAlso >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: geo:long >> | d=xsd:double >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> rdfs:comment | @=null;en >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> owl:sameAs | d=entityhub:ref >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> foaf:depiction | d=xsd:anyURI >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc:subject | d=entityhub:ref >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: skos:* >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dbp-ont:elevation | d=xsd:int > geo:alt >> 26.05.2012 11:44:32.254 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:relatedMatch > skos:related >> 26.05.2012 11:44:32.255 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dbp-ont:thumbnail | d=xsd:anyURI > foaf:depiction >> 26.05.2012 11:44:34.996 *INFO* [Thread-23] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'dbpediaLinkingMy' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@522359b7, optional >> false) >> 26.05.2012 11:44:34.998 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-sent.bin via the DataFileProvider >> 26.05.2012 11:44:34.998 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-token.bin via the DataFileProvider >> 26.05.2012 11:44:34.998 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-pos-perceptron.bin via the DataFileProvider >> 26.05.2012 11:44:34.998 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP No perceptron based POS model for >> language itavailable. Will try to load maxent model >> 26.05.2012 11:44:34.999 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-pos-maxent.bin via the DataFileProvider >> 26.05.2012 11:44:34.999 *INFO* [Thread-23] >> org.apache.stanbol.commons.solr.RegisteredSolrServerTracker ... in >> addingService for org.apache.stanbol.commons.solr.IndexReference@2789eebb >> (ref: [org.apache.solr.core.SolrCore]) >> 26.05.2012 11:44:35.189 *INFO* [Thread-23] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'entityhubExtraction' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@4f62cf6a, optional >> false) >> 26.05.2012 11:44:35.190 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-sent.bin via the DataFileProvider >> 26.05.2012 11:44:35.190 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-token.bin via the DataFileProvider >> 26.05.2012 11:44:35.191 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-pos-perceptron.bin via the DataFileProvider >> 26.05.2012 11:44:35.191 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP No perceptron based POS model for >> language itavailable. Will try to load maxent model >> 26.05.2012 11:44:35.191 *INFO* [Thread-23] >> org.apache.stanbol.commons.opennlp.OpenNLP Unable to load Resource >> it-pos-maxent.bin via the DataFileProvider >> 26.05.2012 11:44:35.191 *INFO* [Thread-23] >> org.apache.stanbol.commons.solr.RegisteredSolrServerTracker ... in >> addingService for org.apache.stanbol.commons.solr.IndexReference@4e8d69f8 >> (ref: [org.apache.solr.core.SolrCore]) >> 26.05.2012 11:44:35.213 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: sioc:* >> 26.05.2012 11:44:35.214 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:relation > dc:relation >> 26.05.2012 11:44:35.214 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:narrowerTransitive > skos:narrower >> 26.05.2012 11:44:35.214 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:date > dc:date >> 26.05.2012 11:44:35.214 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:hiddenLabel > rdfs:label >> 26.05.2012 11:44:35.214 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> rdfs:label >> 26.05.2012 11:44:35.214 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> foaf:homepage | d=xsd:anyURI >> 26.05.2012 11:44:35.214 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> foaf:depiction | d=xsd:anyURI >> 26.05.2012 11:44:35.215 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:broadMatch > skos:broader >> 26.05.2012 11:44:35.215 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:coverage > dc:coverage >> 26.05.2012 11:44:35.215 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:broaderTransitive > skos:broader >> 26.05.2012 11:44:35.215 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:title > rdfs:label >> 26.05.2012 11:44:35.215 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: foaf:page >> | d=xsd:anyURI >> 26.05.2012 11:44:35.215 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:rights > dc:rights >> 26.05.2012 11:44:35.215 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: cc:* >> 26.05.2012 11:44:35.215 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:altLabel > rdfs:label >> 26.05.2012 11:44:35.216 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: gr:* >> 26.05.2012 11:44:35.216 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> rdfs:seeAlso | d=entityhub:ref >> 26.05.2012 11:44:35.216 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: foaf:logo >> | d=xsd:anyURI >> 26.05.2012 11:44:35.216 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: skos:* >> 26.05.2012 11:44:35.216 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:relatedMatch > skos:related >> 26.05.2012 11:44:35.216 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: dc:* >> 26.05.2012 11:44:35.216 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: bio:* >> 26.05.2012 11:44:35.216 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:narrowMatch > skos:skos:narrower >> 26.05.2012 11:44:35.217 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: rdf:type >> | d=entityhub:ref >> 26.05.2012 11:44:35.217 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: foaf:* >> 26.05.2012 11:44:35.217 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:type > dc:type >> 26.05.2012 11:44:35.217 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> skos:prefLabel > rdfs:label >> 26.05.2012 11:44:35.217 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: dc:title >> > rdfs:label >> 26.05.2012 11:44:35.217 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: schema:* >> 26.05.2012 11:44:35.217 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> schema:name > rdfs:label >> 26.05.2012 11:44:35.217 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> rdfs:comment >> 26.05.2012 11:44:35.217 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:language > dc:language >> 26.05.2012 11:44:35.217 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:creator > dc:creator >> 26.05.2012 11:44:35.218 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> owl:sameAs | d=entityhub:ref >> 26.05.2012 11:44:35.218 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:format > dc:format >> 26.05.2012 11:44:35.218 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:title > dc:title >> 26.05.2012 11:44:35.218 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: rss:* >> 26.05.2012 11:44:35.218 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:contributor > dc:contributor >> 26.05.2012 11:44:35.218 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:identifier > dc:identifier >> 26.05.2012 11:44:35.218 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:publisher > dc:publisher >> 26.05.2012 11:44:35.218 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: foaf:made >> | d=entityhub:ref >> 26.05.2012 11:44:35.218 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> foaf:member | d=entityhub:ref >> 26.05.2012 11:44:35.219 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:source > dc:source >> 26.05.2012 11:44:35.219 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: foaf:name >> > rdfs:label >> 26.05.2012 11:44:35.219 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: foaf:img >> | d=xsd:anyURI >> 26.05.2012 11:44:35.219 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:subject > dc:subject >> 26.05.2012 11:44:35.219 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> foaf:knows | d=entityhub:ref >> 26.05.2012 11:44:35.219 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> foaf:maker | d=entityhub:ref >> 26.05.2012 11:44:35.219 *INFO* [Thread-23] >> org.apache.stanbol.entityhub.core.site.CacheUtils > add Mapping: >> dc-elements:description > dc:description >> 26.05.2012 11:44:35.402 *INFO* [Thread-23] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EnhancementJob Execution >> of 'garanteLinking' for ContentItem >> urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6 completed >> (chain: default, node: org.apache.clerezza.rdf.core.BNode@ed72782, optional >> false) >> 26.05.2012 11:44:35.402 *INFO* [1344760078@qtp-1700675012-3] >> org.apache.stanbol.enhancer.jobmanager.event.impl.EventJobManagerImpl >> Finished EnhancementJob for ContentItem >> <urn:content-item-sha1-4e57bc31298623b503ca9a454c0f55486f1594d6> after 3284ms >> 26.05.2012 11:44:35.412 *INFO* [1344760078@qtp-1700675012-3] >> org.apache.stanbol.enhancer.jersey.resource.ContentItemResource ... 9ms fro >> parsing Enhancement Reuslts >> >> >> -------------------------------------------- >> >> >> >> >
