|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.semanticweb.owlapi.profiles.OWL2Profile
public class OWL2Profile
Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 21-Jun-2008
Checks to see if an ontology and its imports closure fall into the OWL 2 DL profile.
An ontology is OWL Full if any of the global structural restrictions are violated, if there is punning between
object and data properties
Constructor Summary | |
---|---|
OWL2Profile()
|
Method Summary | |
---|---|
OWLProfileReport |
checkOntology(OWLOntology ontology)
Checks an ontology and its import closure to see if it is within this profile. |
java.lang.String |
getName()
Gets the name of the profile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OWL2Profile()
Method Detail |
---|
public java.lang.String getName()
OWLProfile
getName
in interface OWLProfile
public OWLProfileReport checkOntology(OWLOntology ontology)
checkOntology
in interface OWLProfile
ontology
- The ontology to be checked.manager
- A manager which can be used to obtain the imports closure
of the ontology
OWLProfileReport
that describes whether or not the
ontology is within this profile.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |