diff --git a/src/sparqlunicorn_ontdoc/doc/literalutils.py b/src/sparqlunicorn_ontdoc/doc/literalutils.py index 4b50a979..2e85fb2a 100644 --- a/src/sparqlunicorn_ontdoc/doc/literalutils.py +++ b/src/sparqlunicorn_ontdoc/doc/literalutils.py @@ -29,7 +29,7 @@ def resolveGeoLiterals(pred, object, graph, geojsonrep, nonns, subject=None): if isinstance(pobj[1], Literal) and ( str(pobj[0]) in DocConfig.geoproperties or str( pobj[1].datatype) in DocConfig.geoliteraltypes): - geojsonrep = DocUtils.processLiteral(str(pobj[1]), str(pobj[1].datatype), "") + geojsonrep = LiteralUtils.processLiteral(str(pobj[1]), str(pobj[1].datatype), "") return geojsonrep @staticmethod