Searched refs:presentedBy (Results 1 - 5 of 5) sorted by relevance

/owl-s/src/impl/owls/profile/
H A DProfileImpl.java71 return (Service) getPropertyAs(OWLS.Service.presentedBy, Service.class);
177 if(hasProperty(OWLS.Service.presentedBy, service))
180 setProperty(OWLS.Service.presentedBy, service);
364 if (hasProperty(OWLS.Service.presentedBy, getService()))
365 removeProperty(OWLS.Service.presentedBy, getService());
/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_1_0.java48 public static OWLObjectProperty presentedBy; field in class:OWLS_1_0.Service
61 presentedBy = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "presentedBy"));
H A DOWLS_1_0DL.java50 public static OWLObjectProperty presentedBy; field in class:OWLS_1_0DL.Service
63 presentedBy = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "presentedBy"));
H A DOWLS_1_1.java53 public static OWLObjectProperty presentedBy; field in class:OWLS_1_1.Service
66 presentedBy = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "presentedBy"));
H A DOWLS_1_2.java53 public static OWLObjectProperty presentedBy; field in class:OWLS_1_2.Service
66 presentedBy = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "presentedBy"));

Completed in 13 milliseconds