Searched refs:ownedBy (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/examples/
H A DOWLSExtensions.java102 OWLIndividual ind = getServiceParameterValue(FLAServiceOnt.ownedBy);
/owl-s/src/org/mindswap/owls/vocabulary/
H A DFLAServiceOnt.java102 // <fla:ownedBy xmlns:fla="http://www.flacp.fujitsulabs.com/tce/ontologies/2005/01/service.owl">
111 // </fla:ownedBy>
112 public final static OWLObjectProperty ownedBy = field in class:FLAServiceOnt
113 EntityFactory.createObjectProperty(URIUtils.createURI(URI + "ownedBy"));
121 flaObjectProperties.put(ownedBy, Owner);

Completed in 10 milliseconds