| java.lang.Object com.hp.hpl.jena.ontology.ProfileRegistry
ProfileRegistry | public class ProfileRegistry (Code) | |
Provides a means to map between the URI's that represent ontology languages
and their language profiles.
author: Ian Dickinson, HP Labs author: (email) version: CVS $Id: ProfileRegistry.java,v 1.13 2008/01/02 12:06:41 andy_seaborne Exp $ |
DAML_LANG | final public static String DAML_LANG(Code) | | The URI that maps to the language profile for DAML+OIL
|
OWL_DL_LANG | final public static String OWL_DL_LANG(Code) | | The URI that maps to the language profile for OWL-DL
|
OWL_LANG | final public static String OWL_LANG(Code) | | The URI that maps to the language profile for OWL-Full
|
OWL_LITE_LANG | final public static String OWL_LITE_LANG(Code) | | The URI that maps to the language profile for OWL-Lite
|
RDFS_LANG | final public static String RDFS_LANG(Code) | | The URI that maps to the language profile for RDFS
|
getInstance | public static ProfileRegistry getInstance()(Code) | |
Answer the singleton instance
The singleton registry |
getProfile | public Profile getProfile(String uri)(Code) | |
Answer the language profile for the given language URI, or null if not known.
Parameters: uri - A URI denoting an ontology language An ontology langugae profile for that language |
registerProfile | public void registerProfile(String uri, Profile profile)(Code) | |
Add a language profile with the given URI key
Parameters: uri - The URI denoting the language Parameters: profile - The language profile for the language |
|
|