Export Java RDFS/OWL Schema class

If you are a Java software developer who wants to use the identifiers from an RDF model in your source code, then you can use the Export > Java RDFS/OWL Schema feature. Open the ontology that you want to export, then open the corresponding wizard from File > Export, with a target folder selected in the Project Explorer. On the wizard page, enter a class name (typically an upper-case version of the main prefix in your model). Optionally, enter a package name for the new class. Finishing the wizard will create a Java class with Jena Resource and Property constants for all URIs used in the main namespace of your currently open file.