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
This is a manual conversion of the json file to its potential jsonld representation. The source was https://github.com/spdx/spdx-3-serialization-prototype-playground/blob/c7e5a3e7f4a09bbf9629aa0786f150e5f8a40aa8/implementations/4/app_compact.py and this was requested by @nishakm .
{ "@context": [ "https://spdx.github.io/spdx-3-model/rdf/context.json" ], "@graph": [ { "@id": "urn:[email protected]", "@type": "Person", "creationInfo": "_:creationInfo" }, { "@id": "urn:relationship-acme-app-8f833b36-20e3-11ee-be56-0242ac120002", "@type": "Relationship", "creationInfo": "_:creationInfo", "relationshipType": "availablefrom", "fromElement": "urn:product-acme-application-1.3-8f833b36-20e3-11ee-be56-0242ac120002", "to": [ "urn:[email protected]", "urn:acme.com-4fe40e24-20e3-11ee-be56-0242ac120002" ] }, { "@id": "urn:acme.com-4fe40e24-20e3-11ee-be56-0242ac120002", "@type": "Organization", "creationInfo": "_:creationInfo" }, { "@id": "urn:sbom-acme-application-8f833b36-20e3-11ee-be56-0242ac120002", "@type": "SpdxDocument", "name": "acme-application", "creationInfo": { "@id": "_:creationInfo", "specVersion": "3.0.0", "created": "2023-08-17T15:19:31Z", "createdBy": [ "urn:[email protected]", "urn:acme.com-4fe40e24-20e3-11ee-be56-0242ac120002" ], "profile": [ "core", "software" ], "dataLicense": "CC0-1.0", "createdUsing": [ "app_compact.py" ] }, "element": [ "urn:product-acme-application-1.3-8f833b36-20e3-11ee-be56-0242ac120002", "urn:acme.com-4fe40e24-20e3-11ee-be56-0242ac120002", "urn:[email protected]", "urn:relationship-acme-app-8f833b36-20e3-11ee-be56-0242ac120002" ], "rootElement": [ "urn:product-acme-application-1.3-8f833b36-20e3-11ee-be56-0242ac120002" ] }, { "@id": "urn:product-acme-application-1.3-8f833b36-20e3-11ee-be56-0242ac120002", "@type": "Package", "creationInfo": "_:creationInfo", "name": "acme-application", "packageVersion": "1.3" } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a manual conversion of the json file to its potential jsonld representation. The source was https://github.com/spdx/spdx-3-serialization-prototype-playground/blob/c7e5a3e7f4a09bbf9629aa0786f150e5f8a40aa8/implementations/4/app_compact.py and this was requested by @nishakm .
The text was updated successfully, but these errors were encountered: