Every ontology term should have rdfs:isDefinedBy to the ontology.
The best is for the ontology URL and its namespace to be the same, so then you can write:
@prefix spdx: <https://spdx.org/rdf/terms/>.
spdx:CreationInfo a ...
rdfs:isDefinedBy spdx: ;
Note: Depending on the outcome of #1146, the URL could be
Every ontology term should have
rdfs:isDefinedByto the ontology.The best is for the ontology URL and its namespace to be the same, so then you can write:
Note: Depending on the outcome of #1146, the URL could be