Searched refs:hasPerform (Results 1 - 3 of 3) sorted by relevance

/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_Extensions.java11 public static OWLObjectProperty hasPerform; field in class:OWLS_Extensions.Process
14 hasPerform = EntityFactory.createObjectProperty(URIUtils.createURI(baseURI + "hasPerform"));
/owl-s/src/impl/owls/process/
H A DProcessImpl.java302 return (Perform) getPropertyAs(OWLS_Extensions.Process.hasPerform, Perform.class);
306 if(hasProperty(OWLS_Extensions.Process.hasPerform, perform))
309 setProperty(OWLS_Extensions.Process.hasPerform, perform);
/owl-s/src/impl/jena/
H A DOWLOntologyImpl.java593 owlsNamespaces.add(OWLS_Extensions.Process.hasPerform.getNamespace());

Completed in 42 milliseconds