- From: Roland Schwaenzl <Roland.Schwaenzl@mathematik.Uni-Osnabrueck.DE>
- Date: Mon, 2 Apr 2001 17:52:39 +0200 (MET DST)
- To: aswartz@swartzfam.com, rdaniel@interwoven.com, dave.beckett@bristol.ac.uk, www-rdf-interest@w3.org, wagnerh@oclc.org
- Cc: spec-comments@prismstandard.org
> From www-rdf-interest-request@w3.org Mon Apr 2 17:05 MET 2001
> Resent-Date: Mon, 2 Apr 2001 11:03:57 -0400 (EDT)
> Resent-Message-Id: <200104021503.LAA04847@www19.w3.org>
> From: "Wagner,Harry" <wagnerh@oclc.org>
> To: "'Aaron Swartz'" <aswartz@swartzfam.com>, rdaniel@interwoven.com,
> Dave Beckett <dave.beckett@bristol.ac.uk>,
> RDF Interest
> <www-rdf-interest@w3.org>
> Cc: "'spec-comments'" <spec-comments@prismstandard.org>
> Date: Mon, 2 Apr 2001 11:03:25 -0400
> MIME-Version: 1.0
> Subject: RE: Dispositions of Dave Beckett's comments
> Resent-From: www-rdf-interest@w3.org
> X-Mailing-List: <www-rdf-interest@w3.org> archive/latest/3280
> X-Loop: www-rdf-interest@w3.org
> Resent-Sender: www-rdf-interest-request@w3.org
> List-Id: <www-rdf-interest.w3.org>
> List-Help: <http://www.w3.org/Mail/>
> List-Unsubscribe: <mailto:www-rdf-interest-request@w3.org?subject=unsubscribe>
>
> Ron,
> Tod Matola, Eric Miller and I created an XSLT stylesheet (part of the EOR
> project) that translates RDF into XHTML and maintains a specific order for
> DC elements.
XML ordering is a coding artefact - it does not survive an RDF processor.
An XSLT rewrite is an XML operation - XSLT by definition is not required to respect (semantic) RDF
relations.
In the case at hand an XSLT rewrite PRISM: creator=S,creator=B |--> creator{rdf:Seq:1=S,2=B} would show the intended semantics
(or done the other way: dumb the semantics).
rs
Let me know if this would be of any interest or value to you.
>
> Regards,
> Harry Wagner
> DCMI/OCLC Office of Research
>
> -----Original Message-----
> From: Aaron Swartz [mailto:aswartz@swartzfam.com]
> Sent: Monday, April 02, 2001 8:55 AM
> To: rdaniel@interwoven.com; Dave Beckett; RDF Interest
> Cc: 'spec-comments'
> Subject: Re: Dispositions of Dave Beckett's comments
>
>
> Ron Daniel <rdaniel@interwoven.com> wrote:
>
> >> 4.8.3
> >> Note that although a sequence of <dc:creator> elements in an
> >> RDF/XML file implicitly defines a sequence (in the XML world), RDF
> >> parsers have no obligation to preserve that ordering, unlike in an
> >> rdf:Seq. So the PRISM RDF profile requires that the ordering be
> >> preseved.
> >
> > Yes, good catch. I have added that suggestion to the profile.
> >
> > (Now I will have to add some stuff to my implementation to
> > keep track of that ordering.)
>
> Wait a sec... Are you explicitly adding something to PRISM that will make it
> incompatible will the rest of the RDF world? I may not understand the
> comment, and apologize if this is the case, but if I read it correctly,
> PRISM files using this special addition will be essentially unusable with a
> generic RDF processor. This would be a Bad Thing.
>
> --
> [ Aaron Swartz | me@aaronsw.com | http://www.aaronsw.com ]
>
>
Received on Monday, 2 April 2001 11:52:56 UTC