Search Mailing List Archives
[protege-discussion] Ontology Instance Form
Thomas Russ
tar at ISI.EDU
Thu Feb 11 13:57:50 PST 2010
On Feb 11, 2010, at 1:20 PM, Eric Rozell wrote:
> In Protege 3.4.1, when you create a new OWL instance of any type of
> OWL class, you are presented with a form that has all relevant
> Object and Datatype Properties. By relevant, I mean any property
> for which the type of class is included in the domain, or a
> superclass of that type of class is included in the domain.
>
> I'm interested in creating a web service to generate such a form
> based on a given OWL ontology IRI and a selected OWL class. Does
> anyone know of existing Protege code that could be used to determine
> all the relevant properties to a given class?
OWLClass.getUnionDomainProperties(true)
More information about the protege-discussion
mailing list