What is STRUUID() function equivalent in python?

From this example I see:

    # The SPARQL UUID a STRUUID functions can be used to generate unique IRIs and Strings, respectively.
    BIND(BNODE(CONCAT("price-", STRUUID())) AS ?price_bnode)
  • What is STRUUID() function equivalent in python?

Thanks,
Radu

There's not really a correlation between SMS (the example you linked) and Python, however I did find a Python library to generate UUIDs: uuid — UUID objects according to RFC 4122 — Python 3.11.1 documentation

thought so too - thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.