Searched refs:Property (Results 1 - 10 of 10) sorted by relevance

/owl-s/src/impl/jena/
H A DOWLDataPropertyImpl.java9 import com.hp.hpl.jena.rdf.model.Property;
15 public OWLDataPropertyImpl(OWLOntology model, Property prop) {
H A DOWLObjectPropertyImpl.java9 import com.hp.hpl.jena.rdf.model.Property;
15 public OWLObjectPropertyImpl(OWLOntology model, Property prop) {
H A DOWLEntityImpl.java21 import com.hp.hpl.jena.rdf.model.Property;
114 Property prop = ResourceFactory.createProperty(propURI.toString());
123 Property prop = ResourceFactory.createProperty(propURI.toString());
132 Property prop = ResourceFactory.createProperty(propURI.toString());
141 Property prop = ResourceFactory.createProperty(propURI.toString());
164 Property prop = ResourceFactory.createProperty(propURI.toString());
185 protected OWLDataValueList getDataValues(Property prop) {
202 protected OWLDataValue getDataValue(Property prop) {
211 protected OWLDataValue getDataValue(Property prop, String lang) {
231 protected void removeDataValues(Property pro
[all...]
H A DOWLConverters.java25 import com.hp.hpl.jena.rdf.model.Property;
127 Property prop = (Property) res.as(Property.class);
155 Property prop = (Property) res.as(Property.class);
H A DOWLOntologyImpl.java44 import com.hp.hpl.jena.rdf.model.Property;
161 Property r = asProperty(uri);
175 Property r = asProperty(uri);
292 protected OWLObjectProperty wrapObjectProperty(Property p, OWLOntology ont) {
296 protected OWLDataProperty wrapDataProperty(Property p, OWLOntology ont) {
341 Property predicate = (Property) prop.getImplementation();
361 (Property) prop.getImplementation(),
377 Property predicate = (Property) pro
[all...]
H A DOWLModelImpl.java172 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 pre
[all...]
H A DOWLKnowledgeBaseImpl.java45 import com.hp.hpl.jena.rdf.model.Property;
318 protected OWLObjectProperty wrapObjectProperty(Property p, OWLOntology ont) {
327 protected OWLDataProperty wrapDataProperty(Property p, OWLOntology ont) {
/owl-s/src/org/mindswap/owl/vocabulary/
H A DRDF.java43 public final static URI Property = URI.create(ns + "Property"); field in class:RDF
/owl-s/lib/
H A Dupnp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/fujitsu/ com/fujitsu/fla/ com/fujitsu/fla/upnp/ ...
/owl-s/lib/jena/
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...

Completed in 2305 milliseconds