Luis Augenstein

Results 2 issues of Luis Augenstein

The spdx-context https://spdx.org/rdf/3.0.1/spdx-context.jsonld fails to compact correctly when being processed with standard json-ld tools such as [jsonld-cli](https://github.com/digitalbazaar/jsonld-cli). Take for example: [spdx-examples/example1.json](https://github.com/spdx/spdx-examples/blob/master/software/example1/spdx3.0/example1.json). ``` curl -LO https://raw.githubusercontent.com/spdx/spdx-examples/refs/heads/master/software/example1/spdx3.0/example1.json npm install -g jsonld-cli jsonld...

serialization

We are working on a tool to generate SPDX 3.0 documents describing Linux kernel builds, and we are struggling to find appropriate values for the [buildType](https://spdx.github.io/spdx-spec/v3.0.1/model/Build/Properties/buildType/) property in `Build` elements....

question
doc improvement
examples