Modifier and Type | Field and Description |
---|---|
static String |
DAML_LANG
The URI that maps to the language profile for DAML+OIL
|
static String |
OWL_DL_LANG
The URI that maps to the language profile for OWL-DL
|
static String |
OWL_LANG
The URI that maps to the language profile for OWL-Full
|
static String |
OWL_LITE_LANG
The URI that maps to the language profile for OWL-Lite
|
static String |
RDFS_LANG
The URI that maps to the language profile for RDFS
|
Modifier and Type | Method and Description |
---|---|
static ProfileRegistry |
getInstance()
Answer the singleton instance
|
Profile |
getProfile(String uri)
Answer the language profile for the given language URI, or null if not known.
|
void |
registerProfile(String uri,
Profile profile)
Add a language profile with the given URI key
|
public static final String OWL_LANG
public static final String OWL_DL_LANG
public static final String OWL_LITE_LANG
public static final String DAML_LANG
public static final String RDFS_LANG
public static ProfileRegistry getInstance()
Answer the singleton instance
public void registerProfile(String uri, Profile profile)
Add a language profile with the given URI key
uri
- The URI denoting the languageprofile
- The language profile for the languageCopyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP