Page 1 of 1

Differentiate Taxonomy,Thesaurus,category w.r.t OpenKM

PostPosted:Wed Jan 02, 2013 11:57 am
by Muhammad Imran
Can some body Explain the difference among Taxonomy,Thesaurus,category w.r.t OpenKM?

Re: Differentiate Taxonomy,Thesaurus,category w.r.t OpenKM

PostPosted:Thu Jan 03, 2013 6:35 pm
by jllort
Taxonomy are where are stored company folders and documents.
Categories is a folder structure which you allow to view documents and folders stored in taxonomy ( a view with this categories but really stored at taxonomy )
Thesaurus is a view of keywords ( SKOS knowledge simple concepts ) and their relations -> really thesaurus is created with websemantic ( I suggest you take a look at http://wiki.openkm.com/index.php/Installation_Guide there're some sections about thesaurus ).

Anyway I suggest you try openkm at least demo and with less minutes you'll understood it.

Re: Differentiate Taxonomy,Thesaurus,category w.r.t OpenKM

PostPosted:Fri Jan 04, 2013 11:40 am
by Muhammad Imran
jllort Thanx alot for helping me.

Re: Differentiate Taxonomy,Thesaurus,category w.r.t OpenKM

PostPosted:Sat Jan 19, 2013 11:07 am
by jmcollado
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!

Re: Differentiate Taxonomy,Thesaurus,category w.r.t OpenKM

PostPosted:Sun Jan 20, 2013 11:34 am
by jllort
For it open a new psot, do not merge with it because has not relation with this post.