- From: Rui Zhao <rui.zhao@cs.ox.ac.uk>
- Date: Thu, 18 Apr 2024 13:24:05 +0100
- To: <public-rdf-dev@w3.org>
Received on Thursday, 18 April 2024 12:25:34 UTC
Hi, We are using Turtle as a data format for our development, and uses RDF Lists on it. However, we see some weird behaviours over the tools we use. In short, can I have a *Named* RDF List (Collection)? For example, is the following data valid? ``` |@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix : <http://example.org#>. :node1 :has :node2. :node2 a rdf:List; rdf:first [a :Wow]; rdf:rest rdf:nil ```| We have found that this is rejected by rdflib (JS), and https://www.easyrdf.org/converter also showed unexpected output with this data (e.g. if outputting in N3 syntax). || I have consulted the RDF spec https://www.w3.org/TR/rdf-schema/#ch_list, which did not seem to say anything about this. Best regards, Rui
Received on Thursday, 18 April 2024 12:25:34 UTC