OntologyManager.ResultPrefixType Enum
This is a public enumerated list provided by OntologyManager. It's members are used as values for optional parameters of methods of OntologyManager interface in order to control the format in witch entities names are returned from these functions. See OntologyManager for details.
Members list:
PREFIX_RAW : Raw uri prefix format. e.g. http://my.domain/ontologies/MyOntology.owl#MyConsept
PREFIX_SHORT : Short prefix format for known prefixes (those that exist in the prefixes map). e.g. myontology:MyConsept
- PREFIX_RAW_SKIP_DEFAULT : Same as PREFIX_RAW, but default prefix will be suppressed (The default is that declared as parent xmlns and base at the OWL code of ontology, or that contained at the defaultPrefix parameter if defaultPrefix parameter is defined)
- PREFIX_SHORT_SKIP_DEFAULT : Same as PREFIX_SHORT, but default prefix will be suppressed.
- PREFIX_SKIP_ALL : No prefixes.