Handling of empty graph terms
Open
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
An empty graph term results in an illegal n3 output.
in:
```
@prefix : .
@prefix log: .
() log:onNegativeSurface { } .
```
and ` const str = await write(quads, { format: 'text/n3', prefixes: {} });`
gives
```
() {
() .
} .
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.