Re: Problem with auto-generated fragment IDs for graph names

On 20/02/13 12:51, William Waites wrote:
> On Wed, 20 Feb 2013 11:20:48 +0000, Andy Seaborne <andy.seaborne@epimorphics.com> said:
>
>      > RDF/XML does it with rdf:li :-)
>
> That's a funny precedent, because what that ends up generating if I'm
> not mistaken is a linked list of *blank nodes*, not minting URIs.

You get IRIs

rdf:_1
rdf:_2
rdf:_3
etc

and rdf:li can not be used as a property.

RDF containers can have IRIs or be blank nodes.

http://www.w3.org/TR/REC-rdf-syntax/#section-Syntax-list-elements

RDF Lists (collections) use blank nodes for structure - they are 
subjects and objects of triples.


	Andy

>
> -w
>

Received on Wednesday, 20 February 2013 13:01:58 UTC