You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RDF writers do not handle anything in 'artifactOf' section. That section is not being written in RDF files. A way to try it is running python tv_to_rdf.py ../data/SPDXTagExample.tag result.rdf
artifactOf is deprecated since a long time, but for some reason it was never removed. I'd say we close this for now, and potentially reopen if someone convinces us the tools should still be able to handle artifactOf.
@goneall Do you know why the property was never dropped, and whether anyone still uses it?
Do you know why the property was never dropped, and whether anyone still uses it?
@nicoweidner I don't know why it hasn't been dropped, but it was deprecated on release 2.0 several years ago, so I doubt you will find very many documents still using this property. It is probably safe to drop it.
RDF parsers do not handle 'projectURI' field of 'artifactOf' section.
tools-python/spdx/parsers/rdf.py
Lines 588 to 596 in 301d72f
RDF writers do not handle anything in 'artifactOf' section. That section is not being written in RDF files. A way to try it is running
python tv_to_rdf.py ../data/SPDXTagExample.tag result.rdf
Output file attached:
result.rdf.txt
The text was updated successfully, but these errors were encountered: