Skip to content

RDF Star fails in rdf validate #107

@adanilenka

Description

@adanilenka

So taking a simple RDF-Star triple with subject being a triple:

<< <http://example.org/resource/A> <http://example.org/property/partof>  <http://example.org/resource/B> >> <http://example.org/property/p> <http://example.org/resource/D> .

and trying to convert it to-jelly with

jelly-cli rdf to-jelly ./in_001.ttl --to ./out.jelly --opt.generalized-statements=false --opt.rdf-star=true --opt.max-name-table-size=8 --opt.max-prefix-table-size=0 --opt.max-datatype-table-size=2

gives no error, but running jelly-cli rdf validate ./out.jelly

gives

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions