Page 1 of 1

tesauro configuracion

PostPosted:Tue Jun 19, 2012 5:08 pm
by comgunner
Saludos desde Mexico!

Tengro problemas para generar mi tesauro (No genera nada marca Founded 0 terms in level 0 )mi configuracion es la siguiente:
Code: Select all
kea.thesaurus.skos.file 	/opt/tesauro/agrovoc.rdf
kea.thesaurus.owl.file 	/opt/tesauro/agrovoc.owl
kea.thesaurus.vocabulary.serql 	SELECT X, UID FROM {X} skos:prefLabel {UID} WHERE lang(UID) ="en" USING NAMESPACE rdf=,skos=,rdfs=,dc=,dcterms=,foaf=
kea.thesaurus.base.url 	http://www.fao.org/aos/agrovoc
kea.thesaurus.tree.root 	SELECT DISTINCT UID, TEXT FROM {UID} Y {OBJECT}, {UID} rdfs:label {TEXT} ; [rdfs:subClassOf {CLAZZ}] where not bound (CLAZZ) and lang (TEXT)="en" USING NAMESPACE foaf=,dcterms=,rdf=,owl=,rdfs=,skos=,dc=
kea.thesaurus.tree.childs 	SELECT DISTINCT UID, TEXT FROM {UID} rdfs:subClassOf {CLAZZ, {UID} rdfs:label {TEXT} where xsd:string(CLAZZ) = "RDFparentID" and lang (TEXT) ="en" USING NAMESPACE foaf=,dcterms=,rdf=,owl=,rdfs=,skos=,dc=
kea.model.file 	/opt/tesauro/cstr.model
kea.automatic.keyword.extraction.number 	10
kea.automatic.keyword.extraction.restriction 	true
kea.stopwords.file 	/opt/tesauro/stopwords_en.txt
Founded 0 terms in level 0
Level '1'
alguien sabe que esta mal?

Adjunto mis archivos OWL , RDF y model

http://www.2shared.com/file/zK5rBgMM/1_online.html

Tambien ocupe estos sin Exito

http://www.few.vu.nl/~wrvhage/oaei2007/agrovoc/

Re: tesauro configuracion

PostPosted:Wed Jun 20, 2012 3:06 pm
by jllort
Ojo que para que te genere esto tienes que reiniciar el jboss, cada cambio que hagas aquí se precisa reiniciar la aplicación. Has utilizado exactamente el mismo ejemplo que esta en la documentacion ?