- buildTriplet(Object, Object, Object) - Static method in class slib.sglib.model.impl.utils.GraphUtils
-
Build a triplet of URIs considering the given subject-predicate-object
objects (for instance, specified as URI or String objects).
- buildTriplet(String, String, String) - Static method in class slib.sglib.model.impl.utils.GraphUtils
-
Build a triplet of URIs considering the given subject-predicate-object
objects as String objects.
- buildTriplet(URIFactory, String, String, String) - Static method in class slib.sglib.model.impl.utils.GraphUtils
-
Build a triplet of URIs considering the given subject-predicate-object
objects as String objects.
- buildTriplet(URIFactory, Object, Object, Object) - Static method in class slib.sglib.model.impl.utils.GraphUtils
-
Build a triplet of URIs considering the given subject-predicate-object
objects (for instance, specified as URI or String objects).