We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: