Dear Markus, Dave,
Yes, other information associated with the head node in the list. And just
using the proposed syntax in issue 75.
eg:
{"@id": "http://example.org/stuff/list1",
"@type": "rdf:List",
"rdfs:label" : "Named List",
"@list": [1,2,3,4,5]
}
Which would be the triples:
<http://example.org/stuff/list/1> a rdf:List ;
rdfs:label "Named List" ;
rdf:first 1 ;
rdf:rest <_bnode1> .
<_bnode1> a rdf:List ;
rdf:first 2 ;
rdf:rest <_bnode2> .
...
Many thanks!
Rob
On Mon, Jul 1, 2013 at 12:25 PM, Markus Lanthaler
<markus.lanthaler@gmx.net>wrote:
> On Monday, July 01, 2013 8:08 PM, Robert Sanderson wrote:
> > Dear all,
> >
> > Given the topic of JSON-LD and RDF alignment, the Open Annotation
> > community group would like to re-discuss the inability in JSON-LD
> > to have lists with identity or other predicates.
>
> By "or other predicates" do you mean associating properties to the head of
> a
> list?
>
>
>
> --
> Markus Lanthaler
> @markuslanthaler
>
>
>