You probably mean “prefix” not “schema”?

And the result should be

    x:alice x:knows x:bob

Prefixed URIs don’t get the <> brackets.

On Sat, 11 Sep 2021 at 01.47, Laura Morales <[email protected]> wrote:

> This command
>
>     riot --base="x:" --syntax=ttl --output=nt <( echo "<alice> <knows>
> <bob> ." )
>
> returns this triple
>
>     <file:///home/user/alice> <file:///home/user/knows>
> <file:///home/user/bob> .
>
> instead of
>
>     <x:alice> <x:knows> <x:bob> .
>
> Riot version 4.1.0.
>

Reply via email to