|
|
Index
| Recent Threads
| Who's Online
| User List
| Search
| Help
| |
|
Forum has been closed down This forum has been closed down due to extensive spamming activities. Please use the mailing list instead. |
![]() |
openRDF.org Forum » AliBaba & Elmo: Help » Thread: elmo superclasses |
|
Total posts in this thread: 2 |
[Add To My Favorites] [Watch this Thread] |
| Author |
|
|
Feb 26, 2008 3:32:56 PM
jtheuer Sesame Addict
|
A few weeks ago I compiled a rdf file. After a deeper look at the generated classes I found that: <rdf:Description rdf:about="http://scot-project.org/scot/ns#Tag" rdfs:label="Tag"> is generated as: ** A class for describing an individual tag */ Shouldn't the java class extend skos:Concept? And where is that class? elmo-codegen did not complain about missing it, so I thought it is provided by elmo? Jan Jan Jan |
||
|
|
Feb 26, 2008 7:56:35 PM
james OpenRDF.org Consultant Canada Joined: Jul 21, 2005 Posts: 650 Status: Offline |
SKOS support was planned, but was dropped because for technical reasons. As it turns out only the concepts were dropped, but the ontology (as of beta2) is still being distributed. You didn't receive the an error because the concepts jar does include the skos schema, but since the skos concepts do not exist - Tag has no super class. You may have trouble building skos using the beta2 concept jar. You will need to edit the /META-INF/org.openrdf.elmo.ontologies file inside the jar and removed the line containing skos. If you have trouble, I can post a corrected version of the jar file. ---------------------------------------- Sesame Consultant http://leighnet.ca http://jamesrdf.blogspot.com |
||
|
| [Show Printable Version of Thread] |