You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2011/03/08 18:08:00 UTC

[jira] Created: (JENA-53) Turtle writer can write data using the N3 ":-" syntax

Turtle writer can write data using the N3 ":-" syntax
-----------------------------------------------------

                 Key: JENA-53
                 URL: https://issues.apache.org/jira/browse/JENA-53
             Project: Jena
          Issue Type: Bug
          Components: Jena
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne



--------
@prefix : <http://example/> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>  .

:x1 :p _:b .
:x2 :p _:b .

_:b rdf:first 1 ;
    rdf:rest rdf:nil .


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (JENA-53) Turtle writer can write data using the N3 ":-" syntax

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne closed JENA-53.
-----------------------------


> Turtle writer can write data using the N3 ":-" syntax
> -----------------------------------------------------
>
>                 Key: JENA-53
>                 URL: https://issues.apache.org/jira/browse/JENA-53
>             Project: Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>
> --------
> @prefix : <http://example/> .
> @prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>  .
> :x1 :p _:b .
> :x2 :p _:b .
> _:b rdf:first 1 ;
>     rdf:rest rdf:nil .

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (JENA-53) Turtle writer can write data using the N3 ":-" syntax

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-53.
-------------------------------

    Resolution: Fixed

Fixed, by writing the list out crudely as triples.

The problem is that the list is shared in the object position so it can't be writtern in short form: (1).


> Turtle writer can write data using the N3 ":-" syntax
> -----------------------------------------------------
>
>                 Key: JENA-53
>                 URL: https://issues.apache.org/jira/browse/JENA-53
>             Project: Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>
> --------
> @prefix : <http://example/> .
> @prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>  .
> :x1 :p _:b .
> :x2 :p _:b .
> _:b rdf:first 1 ;
>     rdf:rest rdf:nil .

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira