Val Lorentz
Val Lorentz
hmm, the underlying question isn't answered though
For what it's worth, I wrote a read-only Rust binding for the C++ library: https://docs.rs/orcxx/
Any reason it shouldn't be this? ``` "hasSourceCode": { "@id": "codemeta:hasSourceCode", "@type": "schema:SoftwareSourceCode"} ``` This allows linking with the `SoftwareSourceCode` object, in addition to allowing an URI to the object;...
Sure, thanks! Also, could you rebase on the current `develop` branch? There are some merge conflicts
Closing in favor of #300 (which resolves merge conflicts, and adds the reverse property `isSourceCodeOf`)
@tmorrell Did it? I still get their own JSON-LD instead of the Codemeta context: ``` $ curl https://doi.org/10.5063/schema/codemeta-2.0 -i -H 'Accept: application/ld+json' -L HTTP/2 302 date: Wed, 13 Dec 2023...
Resolved by #300.
Merged! (through #302 , which is #258 with merge conflicts resolved)
@tmorrell Could you rebase your PR to resolve merge conflicts? thanks!
Replaced by #314 (which fixes merge conflicts)