[redland-dev] [Raptor RDF Syntax Library 0000627]: RDF lists
Mantis Bug Tracker
mantis-bug-sender at librdf.org
Mon Jul 10 20:38:27 EDT 2017
The following issue has been SUBMITTED.
======================================================================
http://bugs.librdf.org/mantis/view.php?id=627
======================================================================
Reported By: porton
Assigned To:
======================================================================
Project: Raptor RDF Syntax Library
Issue ID: 627
Category: api
Reproducibility: always
Severity: feature
Priority: normal
Status: new
Syntax Name:
======================================================================
Date Submitted: 2017-07-11 00:38
Last Modified: 2017-07-11 00:38
======================================================================
Summary: RDF lists
Description:
We should be able to retrieve an RDF format list as an array of nodes.
I remind that in Turtle the following example containing a list of two elements
:a :b ( "apple" "banana" ) .
is a shorthand for
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
:a :b
[ rdf:first "apple";
rdf:rest [ rdf:first "banana";
rdf:rest rdf:nil ]
] .
Our code should understand rdf:first, rdf:rest, rdf:nil.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2017-07-11 00:38 porton New Issue
======================================================================
More information about the redland-dev
mailing list