protege.code-generation.2.0.0.source-code.vocabulary.data.property Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-generation Show documentation
Show all versions of code-generation Show documentation
Generate Java code from an OWL ontology in the Protege Desktop editing environment.
The newest version!
/* ***************************************************
* Data Property ${propertyIri}
*/
/**
* A constant to give access to the Manchester OWL API representation of the data property ${OWLProperty}.
* ${javadoc}
*/
public static final OWLDataProperty ${VocabProperty} = factory.getOWLDataProperty(IRI.create("${propertyIri}"));
© 2015 - 2025 Weber Informatics LLC | Privacy Policy