Searched defs:refURI (Results 1 - 3 of 3) sorted by relevance

/owl-s/src/impl/owls/generic/expression/
H A DLogicLanguageImpl.java40 public LogicLanguageImpl(OWLIndividual ind, URI refURI) { argument
43 setProperty(OWLS.Expression.refURI, refURI);
47 return getPropertyAsURI(OWLS.Expression.refURI);
/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_1_1.java418 public static OWLDataProperty refURI; field in class:OWLS_1_1.Expression
435 refURI = EntityFactory.createDataProperty(URIUtils.createURI(URI + "refURI"));
454 KIF.setProperty(refURI, KIFref);
455 SWRL.setProperty(refURI, SWRLref);
456 DRS.setProperty(refURI, DRS);
H A DOWLS_1_2.java418 public static OWLDataProperty refURI; field in class:OWLS_1_2.Expression
435 refURI = EntityFactory.createDataProperty(URIUtils.createURI(URI + "refURI"));
454 KIF.setProperty(refURI, KIFref);
455 SWRL.setProperty(refURI, SWRLref);
456 DRS.setProperty(refURI, DRS);

Completed in 18 milliseconds