How to use the OWL Perpective?

This section describes a number of frequently performed tasks using the OWL Perpective. The following topics are included:


Note – If you want to use a special character in any Uniform Resource Identifier (URI) of your ontology, you must percent-encode it. Percent-encoding, also known as URL encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI). Percent-encoding a reserved character involves converting the character to its corresponding value in ASCII and then representing that value as a pair of hexadecimal digits. The digits, preceded by a percent sign ("%"), are then used in the URI in place of the reserved character. For example, if you want to use a whitespace in a resource, "%20" must be used instead of the raw space character (e.g., <http://example.org/sample#John%20Doe>).