You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried many different ways to specify the format of input and couldn't.
As a result, jsonld 0.3.0 cannot convert RDF to JSONLD, only the opposite direction.
This is a MAJOR bug.
>jsonld format EPCIS.nq
[object Object]
Error: {
"message": "Unable to auto-detect format.",
"url": "EPCIS.nq"
}
>jsonld format -t application/n-quads EPCIS.nq
[object Object]
Error: {
"message": "Unable to auto-detect format.",
"url": "EPCIS.nq"
}
>jsonld format -t application/nquads EPCIS.nq
[object Object]
Error: {
"message": "Unable to auto-detect format.",
"url": "EPCIS.nq"
}
>jsonld format -t nquads EPCIS.nq
[object Object]
Error: {
"message": "Unable to auto-detect format.",
"url": "EPCIS.nq"
}
>jsonld format -t nq EPCIS.nq
[object Object]
Error: {
"message": "Unable to auto-detect format.",
"url": "EPCIS.nq"
}
And similar for a Turtle file:
>jsonld format EPCIS.ttl
[object Object]
Error: {
"message": "Unable to auto-detect format.",
"url": "EPCIS.ttl"
}
>jsonld format -t text/turtle EPCIS.ttl
[object Object]
Error: {
"message": "Unable to auto-detect format.",
"url": "EPCIS.ttl"
}
>jsonld format -t ttl EPCIS.ttl
[object Object]
Error: {
"message": "Unable to auto-detect format.",
"url": "EPCIS.ttl"
}
I've tried many different ways to specify the format of input and couldn't.
As a result,
jsonld
0.3.0 cannot convert RDF to JSONLD, only the opposite direction.This is a MAJOR bug.
And similar for a Turtle file:
So I use
riot
for RDF->JSONLD.See gs1/EPCIS#238 for discussion
The text was updated successfully, but these errors were encountered: