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

/owl-s/src/org/mindswap/owls/vocabulary/
H A DFLAServiceOnt.java161 // <fla:strictType>http://www.flacp.fujitsulabs.com/tce/ontologies/2004/03/object.owl#ViewableFile</fla:strictType>
163 public final static OWLDataProperty strictType = field in class:FLAServiceOnt
164 EntityFactory.createDataProperty(URIUtils.createURI(URI + "strictType"));
166 flaDataProperties.add(strictType);
169 EntityFactory.createObjectProperty(URIUtils.createURI(URI + "strictType"));
171 flaObjectPropertiesToDataProperties.put(strictTypeO, strictType);

Completed in 11 milliseconds