You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by zubaria asma <zu...@gmail.com> on 2022/11/29 12:34:23 UTC

Loading RDF Star (.ttls) file in Fuseki Docker

Hello everyone,
I am trying to load RDF Star(.ttls) file using TDB2 Loader but getting the
following error.
Bad character in IRI (bad character: '<'): <[<]...>

However, the file contains exactly the same format as mentioned on the Jena
webpage:

<< :john foaf:name "John Smith" >> dct:source <http://example/directory> .

regards,
Zubaria Asma

Re: Loading RDF Star (.ttls) file in Fuseki Docker

Posted by zubaria asma <zu...@gmail.com>.
Hi Andy Seaborne,
Thank you for your response. I changed the version to 4.6.1 and it worked.

Thank you,
regards,
Zubaria Asma

On Tue, 29 Nov 2022 at 13:41, Andy Seaborne <an...@apache.org> wrote:

> Hi, there are a couple of possibilities:
>
> First - the file extension of "ttl" there isn't a special one for RDF-star.
> (Discussed at length on the RDF-star community group who produced the
> report: https://w3c.github.io/rdf-star/cg-spec (if there is a MIME type or
> file-extension needed, it will be like that forever).
>
> Second - make sure you have a recent version (current is 4.6.1)
>
>     Andy
>
>
> On Tue, 29 Nov 2022 at 12:34, zubaria asma <zu...@gmail.com> wrote:
>
> > Hello everyone,
> > I am trying to load RDF Star(.ttls) file using TDB2 Loader but getting
> the
> > following error.
> > Bad character in IRI (bad character: '<'): <[<]...>
> >
> > However, the file contains exactly the same format as mentioned on the
> Jena
> > webpage:
> >
> > << :john foaf:name "John Smith" >> dct:source <http://example/directory>
> .
> >
> > regards,
> > Zubaria Asma
> >
>

Re: Loading RDF Star (.ttls) file in Fuseki Docker

Posted by Andy Seaborne <an...@apache.org>.
Hi, there are a couple of possibilities:

First - the file extension of "ttl" there isn't a special one for RDF-star.
(Discussed at length on the RDF-star community group who produced the
report: https://w3c.github.io/rdf-star/cg-spec (if there is a MIME type or
file-extension needed, it will be like that forever).

Second - make sure you have a recent version (current is 4.6.1)

    Andy


On Tue, 29 Nov 2022 at 12:34, zubaria asma <zu...@gmail.com> wrote:

> Hello everyone,
> I am trying to load RDF Star(.ttls) file using TDB2 Loader but getting the
> following error.
> Bad character in IRI (bad character: '<'): <[<]...>
>
> However, the file contains exactly the same format as mentioned on the Jena
> webpage:
>
> << :john foaf:name "John Smith" >> dct:source <http://example/directory> .
>
> regards,
> Zubaria Asma
>