Hi!.
I have installed openkm 6.2 in windows 7. Now I like connect some thesaurus (eurovoc), but I don't get.
Following the instructions
http://wiki.openkm.com/index.php/Thesaurus and configuring openkm.cfg I get the next error message: "Warning: kea.thesaurus.owl.file is empty"
Folder "vocabulary" has a "owl file", and my openkm.cfg configuration offers the instruction "kea.thesaurus.owl.file=vocabulary/eurovoc.owl"
This is my openjm.cfg:
Code: Select all# OpenKM Hibernate configuration values
hibernate.dialect=org.hibernate.dialect.HSQLDialect
hibernate.hbm2ddl=none
wizard.property.groups=okg:consulting,okg:technology
wizard.keywords=on
wizard.categories=on
kea.thesaurus.owl.file=C:/tomcat/vocabulary/eurovoc.owl
kea.thesaurus.base.url=http://eurovoc.europa.eu/drupal/?q=es
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=<http://xmlns.com/foaf/0.1/>, dcterms=<http://purl.org/dc/terms/>,
rdf=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>, owl=<http://www.w3.org/2002/07/owl#>, rdfs=<http://www.w3.org/2000/01/rdf-schema#>,
skos=<http://www.w3.org/2004/02/skos/core#>, dc=<http://purl.org/dc/elements/1.1/>
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=<http://xmlns.com/foaf/0.1/>, dcterms=<http://purl.org/dc/terms/>,
rdf=<http://www.w3.org /1999/02/22-rdf-syntax-ns#>, owl=<http://www.w3.org/2002/07/owl#>, rdfs=<http://www.w3.org/2000/01/rdf-schema#>,
skos=<http://www.w3.org/2004/02/skos/core#>, dc=<http://purl.org/dc/elements/1.1/>
File:Nota clasica.png Exceptionaly, after OpenKM thes
What is my problem? Thanks!