Continuing #1163:
Ontology and term URLs should support content negotiation and return human or machine readable info
- by default, they should return HTML
- they should also return Turtle (
accept: text/turtle)
- maybe you'd also want to return JSON-LD (
accept: application/ld+json). I can help with nice formatting of ontologies as JSONLD.
Continuing #1163:
Ontology and term URLs should support content negotiation and return human or machine readable info
https://github.com/spdx/spdx-3-model/tree/main/model/Software which has to be navigated manually to eg to to
https://github.com/spdx/spdx-3-model/blob/main/model/Software/Classes/Package.md... not very convenient
accept: text/turtle)accept: application/ld+json). I can help with nice formatting of ontologies as JSONLD.