Lines Matching refs:Property
172 import com.hp.hpl.jena.rdf.model.Property;
356 protected Property asProperty(URI uri) {
432 Property prop = asProperty(uri);
443 Property prop = asProperty(uri);
539 Property subClassOf = direct
606 Property subClassOf = direct
651 (Property) prop.getImplementation()),
662 (Property) prop.getImplementation()),
666 final public static List SKIP_PROPS = Arrays.asList(new Property[] {
684 Property pred = stmt.getPredicate();
781 (Property) prop.getImplementation()),
807 (Property) prop.getImplementation()),
826 (Property) prop.getImplementation()),
838 (Property) prop.getImplementation(),
846 (Property) prop.getImplementation(),
866 (Property) prop.getImplementation(),
876 (Property) prop.getImplementation(),
886 (Property) prop.getImplementation(),
893 (Property) prop.getImplementation(),
941 set.add(OWLModelImpl.this.wrapObjectProperty((Property) r.as(Property.class), ont));
950 set.add(OWLModelImpl.this.wrapDataProperty((Property) r.as(Property.class), ont));
1001 protected abstract OWLObjectProperty wrapObjectProperty(Property p, OWLOntology ont);
1003 protected abstract OWLDataProperty wrapDataProperty(Property p, OWLOntology ont);