Searched defs:getDatatypeURI (Results 1 - 4 of 4) sorted by relevance
/owl-s/src/org/mindswap/owl/ | ||
H A D | OWLDataValue.java | 34 public URI getDatatypeURI();
method in interface:OWLDataValue |
/owl-s/src/impl/jena/ | ||
H A D | OWLDataValueImpl.java | 24 public URI getDatatypeURI() {
method in class:OWLDataValueImpl 25 String datatypeURI = literal.getDatatypeURI(); 28 : URI.create(literal.getDatatypeURI()); |
/owl-s/lib/pellet/ | ||
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |
/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 16 milliseconds