-
## Update proposal for BIDS Prov (BEP028)
Proposal by @yarikoptic
*
* if not specific to any particular file, could in effect get `_prov` suffix, thus mimicing dataset level `prov.jsonld`. so there …
-
@puja-trivedi @djarecka I noticed the context file is missing the default IRI.
Issue:
Whenever you do the conversion of JSON-LD to ttl file, the file path is taken as base IRI, while it should be…
-
(split off from https://github.com/Sveino/Inst4CIM-KG/issues/49)
> in JSONLD it must be 1.23 and not "1.23" for a float.
I wrote in https://github.com/3lbits/CIM4NoUtility/issues/278 about the d…
-
- [ ] https://github.com/Sveino/Inst4CIM-KG/issues/55
- [ ] https://github.com/3lbits/CIM4NoUtility/issues/333
- [ ] https://github.com/3lbits/CIM4NoUtility/issues/332
- [ ] https://github.com/3lbi…
-
Use tricks from https://github.com/gs1/EPCIS/tree/master/Ontology#conversion-to-jsonld.
`make jsonld`
invokes commands like this
```
ttl2jsonld CGMES-NC/ttl/SteadyStateInstruction-AP-Voc-RDFS2020.…
-
In JSONLD, should we shorten prop names like this:
```
{
id: foo,
type: ACDCConverterController,
ACDCConverter: bar
},
{
id: baz,
type: ACDCConverterAction,
ACDCConverter: bar
}…
-
`jsonld.UnsupportedVersion` error should be more helpful when the error is due to a string value being used. `"@version": "1.1"` will report `jsonld.UnsupportedVersion: Unsupported JSON-LD version: 1…
-
# General Issue
- Beijing Climate Centre" https://ror.org/03kb2jw75
- NCAS
-
I have the following link in the header of a website:
```html
```
The json-ld file is correct and can be retrieved. However, I get the following logs in FsF-F2-01M:
```
INFO Found e.g. Typed …
-
- Currently JSON-LD files use network contexts on rawgit2.com, which serves them with appropriate `content-type: application/ld+json`:
- https://rawgit2.com/Sveino/Inst4CIM-KG/develop/rdfs-improved…