owlmodel.expand.short.name.in.methods property in the protege.properties
file to false. The class
edu.stanford.smi.protegex.owl.model.NamespaceUtil provides conversion
methods between the full and short names of ontology entities. If you
are developing a user interface, we recommended that you display
the browser text of an entity, which shows the prefixed name.protege-pellet.jar file in the edu.stanford.smi.protegex.owl.inference.pellet folder contains
a programmatically accessible Protégé-OWL to OWL-API converter. This allows developers to obtain an OWL-API model from a Protégé-OWL model.
The model is a snapshot and not a synchronized (live) copy and the limitations of the conversions are documented in the Javadoc for OWLAPIConverter.
We would like to thank clark&parsia for providing an important part of the
converter code.rdfs:label to represent class names now have the ability to put spaces and other characters in class names.
In the past, the restriction editor was not very friendly to such users because it could not parse expressions such as "hasTopping some
My Favorite Type of Topping". We have modified the grammars used by the restriction editors so that names with spaces can be quoted.
For example, the expression above can be represented as "hasTopping some 'My Favorite Type of Topping'".getXXXProperty methods on Factory classes.getIndividualDirectTypes method to the reasoning interface (ProtegeReasoner)
for getting the direct inferred types of an individual.-propMyProp=MyValue, where -prop
is the prefix for all property-value assignments. These properties are accessible in the same way as properties from the protege.properties file.edu.stanford.smi.protege.server.metaproject package.