Searched refs:Property (Results 1 - 10 of 10) sorted by relevance
/owl-s/src/impl/jena/ |
H A D | OWLDataPropertyImpl.java | 9 import com.hp.hpl.jena.rdf.model.Property;
15 public OWLDataPropertyImpl(OWLOntology model, Property prop) {
|
H A D | OWLObjectPropertyImpl.java | 9 import com.hp.hpl.jena.rdf.model.Property;
15 public OWLObjectPropertyImpl(OWLOntology model, Property prop) {
|
H A D | OWLEntityImpl.java | 21 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 D | OWLConverters.java | 25 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 D | OWLOntologyImpl.java | 44 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 D | OWLModelImpl.java | 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 pre [all...] |
H A D | OWLKnowledgeBaseImpl.java | 45 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 D | RDF.java | 43 public final static URI Property = URI.create(ns + "Property");
field in class:RDF
|
/owl-s/lib/ |
H A D | upnp.jar | META-INF/ META-INF/MANIFEST.MF com/ com/fujitsu/ com/fujitsu/fla/ com/fujitsu/fla/upnp/ ... |
/owl-s/lib/jena/ |
H A D | jena.jar | com/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ... |
Completed in 743 milliseconds