Hi, I am using the jena schemagen to convert my used vocabularies to Java, but somehow I cannot convert the pav.owl file (http://purl.org/pav/) completely. I just get the header, but none of the predicates or classes. I run this command to create the Java files:
java -cp lib/icu4j-3.4.4.jar:lib/jena-arq-2.9.0-incubating.jar:lib/jena-core-2.7.0-incubating.jar:lib/jena-iri-0.9.0-incubating.jar:lib/log4j-1.2.16.jar:lib/slf4j-api-1.6.4.jar:lib/slf4j-log4j12-1.6.4.jar:lib/xercesImpl-2.10.0.jar:lib/xml-apis-1.4.01.jar jena.schemagen -i pav.owl -o "./src" --package "de.test.vocabulary" --owl Did somebody else ran into similar problems or can somebody even tell me what I am doing wrong? Best regards, Carina -- Carina Haupt Fraunhofer-Institute for Algorithms and Scientific Computing (SCAI) Schloss Birlinghoven D-53754 Sankt Augustin Tel.: +49 - 2241 - 14 - 3480 E-mail: [email protected] Internet: http://www.scai.fraunhofer.de and Bonn-Aachen International Center for Information Technology (B-IT) Dahlmannstrasse 2 D-53113 Bonn E-mail: [email protected] Internet: http://www.b-it-center.de
