Hi: New to Jena & RDF and trying to use schemagen to convert the SKOS schema available at http://www.w3.org/TR/skos-reference/skos.rdf into Java classes.
But am a bit confused but the tool options.... If I go to the home page at: http://jena.apache.org/documentation/tools/schemagen.html I see a long list of options and examples like Java jena.schemagen -i myvocab.owl --ontology --uppercase But when I run the schemagen command line tool, the options seem to be quite different and I can't seem to provide a rdf file as input: Usage: schemagen [-options ...] <java files> Options: -d <path> : specify where to place processor and javac generated class files -cp <path> : specify where to find user specified files -classpath <path> : specify where to find user specified files -episode <file> : generate episode file for separate compilation -version : display version information -help : display this usage message Are these the same tools? Any help / suggestion would be appreciated. best *P
