In the output isa-14.ttl file, there is always random string following an object, like below (in bold)
<https://fdp.cmbi.umcn.nl/#data_file/**6588d8cb-3924-4c1b-a4a9-79c888f1153f**> a wdt:Q5227290 ;
wdt:P527 "Metabolite Assignment File"^^wdt:Q5227290,
"../../data/Su_2020_FAIR\\metabolomics\\metabolomics_Su_2020_feature-metadata.csv"^^wdt:Q82799 .
random string is generated graph.parse() method
This string is generated when the graph.parse() method is called in isa-to-rdfs.py
Every time this method, a different substing will be generated.
In the output isa-14.ttl file, there is always random string following an object, like below (in bold)
This string is generated when the graph.parse() method is called in isa-to-rdfs.py
Every time this method, a different substing will be generated.