JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for DC-ARCHITECTURE Archives


DC-ARCHITECTURE Archives

DC-ARCHITECTURE Archives


DC-ARCHITECTURE@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

DC-ARCHITECTURE Home

DC-ARCHITECTURE Home

DC-ARCHITECTURE  December 2002

DC-ARCHITECTURE December 2002

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: RDF typed literals and DC encoding schemes

From:

Patrick Stickler <[log in to unmask]>

Reply-To:

DCMI Architecture Group <[log in to unmask]>

Date:

Thu, 12 Dec 2002 14:50:04 +0200

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (202 lines)

[Patrick Stickler, Nokia/Finland, (+358 40) 801 9690, [log in to unmask]]

> What about an innocent URI like
>
> voc://infospring.com/foolishPeople/12345 ?
>
> Do you think such would qualify as well to be publically used ?

If you chose to take issue with that URI, it would be based
on (presumably) what its mnemonic properties might suggest to
someone who speaks English, but not based on the fact that I
minted my own name for you.

Again, you are not differentiating between the act of simply creating
the name and what might be said with that name (either by explicit
statement or in this case implicitly by the choice of characters
making up the name).

> > As for "reissuing" codes, if a code defined by some other agency is
> > used as a component of a URI, such that the meaning of the code is
> > not changed, how is that an infringement on the owner of that code.
>
> Trademark issues ?

If those codes or other referenced identifiers are in fact trademarks,
then yes, trademark law does come into play, but a that may be addressed
simply enough by clarifying the rights of the trademark owner.

Though since such codes are intended to be publicly used/referenced,
I would be very surprised if trademark law would be a real issue in
practice for the kinds of vocabularies we're talking about.

> > Does the URN urn:issn:123... infringe upon the owner of that ISSN
> > code, by being a component of a URI that they didn't define? I think
> > not.
>
> urn:issn:  Different issue by RFC3044.

OK, whatever, then I'll use a different example:

   voc://infospring.com/isbn/0-13-009369-6

Surely, if my use of that ISBN number in such a URI denoting that
particular book constitutes some kind of infringement on the rights
of the owners of that book, then a whole heck of alot of systems
that deal with books are in big trouble...

And as there is no official URN scheme for ISBNs, what else am I
to do if I wish to have URIs based on ISBNs denoting books?

>
> >
> > > -------
> > >
> > >
> > > xsi:schemaLocation -
> > >
> > > One could have an xml-element preceding rdf:RDF,
> > > which carries this information -
> > >
> > > I'm not sure, whether RDF/XML parser generally be happy
> > > with that - as they might conclude on RDF/XML not enclosed
> > > by rdf:RDF .
> > >
> > > xsi:type cumbersome as well. It's use typically will result in
> > > RDF/XML syntax errors.
> > >
> > > Seems to me one of the reasons, which make it difficult to
> > > create XML schema for XML dialects as RDF/XML, which make
> > > their content models in dependency of attribute configurations.
> > >
> > > One could think this is a problem of XMLSchema rather than RDF/XML -
> > > but ...
> >
> > I think that the entire xsi: vocabulary is a mistake and reflects
> > a certain arrogance of XML Schema over the broader XML community.
>
> Excuse me: XMLSchema is from the SAME standards organization RDF is.

And how does that matter, exactly?

Just because both RDF and XML Schema are both children of the W3C
does not mean that they should be inextricably dependent.

> > I don't expect that any RDF/XML parser should have to correctly
> > interpret any xsi: vocabulary. RDF uses XML for its serialization,
> > not XML Schema.
>
> How does this fit with http://dublincore.org/2002/07/31/dcmes-xml
> Appendix B ??

One may use XML Schema to define a particular content model without
using any of the xsi: vocabulary in any instance of that content
model.

So I see no conflict with what I said and the XML Schemas referenced
by the above document.

Again, I'm not saying that RDF and XML Schema are in conflict, in
principle, but simply that the use of xsi: vocabulary terms in
an RDF/XML instance is not valid, and need not be required.

It's of course interesting to note that RDF's striping syntax
model cannot actually be captured by an XML Schema (though I
have heard that RELAX NG is up to the task) so one might wish
to ask the more appropriate question of why this is so, since
both RDF and XML Schema are, after all, both defined by the W3C...

> > I hope that in future editions of the XML Schema specs, the xsi:
> > vocabulary would be deprecated.
>
> Is there activity by rdf-core to serve for?

It has absolutely nothing to do with the RDF Core WG.

> Are you saying
> http://www.dublincore.org/documents/2002/09/09/dc-xml-guidelines
>
> Recommendation 7 is to be deprecated?

Well, not if you change the name from "Guidelines for implementing Dublin
Core in XML" to "Guidelines for implementing Dublin Core in XML *Schema*"
since the requirement to use xsi:type to capture key parts of the
DC ontology require an XML Schema parser, not simply an XML parser.

> > > When it is true, that RDF effectively (!) thinks about datatyping just
> > > as providing a pair of objects (x, y) ; x a character sequence not using < > </ >
> > > and a URIref - why the drafts
> > > go for a literal2value map at all?
> >
> > Because the lexical form is just a means to an end, and that end
> > is the datatype value.
> >
> > Furthermore, the L2V mapping is essential because the mapping
> > is N:1 where N>=1 -- i.e. there may be more than one lexical form
> > that maps to the same value, and thus, simple comparison of
> > typed literals is insufficient to determine equality.
> >
> > E.g.  "1.0"^^xsd:decimal == "1"^^xsd:integer == "000001"^^xsd:byte
>
>
> Where such equations are provided by RDF semantics ??

Sure. See the MT and the test cases.

http://www.w3.org/TR/2002/WD-rdf-mt-20021112/
http://www.w3.org/TR/2002/WD-rdf-testcases-20021112/

> > > If it is completely to the application to
> > > make any sense of such a pair, one
> > > could give "RDF datatyping"
> > > a much simpler wording with less philosophy in it.
> >
> > It is important to define the foundational machinery of
> > datatypes so that interpretations of typed literals are
> > constant accross applications. E.g. if we didn't state
> > explicitly that the L2V mapping must be N:1 then it would
> > be possible to define a datatype that was ambiguous, where
> > the same lexical form could map to different values, and
> > that would hardly be a good thing.
> >
> > Trust me, we worked very hard at making the RDF datatyping
> > solution as simple, minimal, and generic as possible while
> > still getting the job done. If there's something there, it's
> > necessary.
> >
> > > As the Primer is doing: In partice one can simply use any URI to
> > > indicate a datatype.
> >
> > Well, a datatype is denoted by a URI, and RDF datatyping is
> > designed to work for any datatype that conforms to the
> > characteristics as defined for members of rdfs:Datatype,
> > and not necessarily XML Schema datatypes.
>
>
> It is thought for working with any datatype, but it seems to
> me, that is does not deliver.
>
> Sure i think the L2V map is essential, but i can't see how
> the RDF drafts supports them - other than by asserting they are
> essential.

RDF does not define any L2V mapping. But it does say that
one must exist for any rdfs:Datatype and that for any given
lexical form of a particular datatype, it denotes one and only
one value.

Stating this in such generic terms is no different than the
XML spec stating that ID values must be unique within a given
infoset. You don't have to say what those ID values are to
know that each is unique, no more than you have to say what
datatype value a given lexical form maps to to know that it
maps to only one.

Applications which grok the datatype in question will know
which value is denoted by the lexical form, but RDF doesn't
have to say what it is.

That's what makes the RDF datatyping machinery extensible.

Patrick

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

February 2024
January 2024
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
September 2022
August 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
November 2021
October 2021
September 2021
August 2021
July 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
September 2020
August 2020
July 2020
June 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
September 2005
August 2005
July 2005
June 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
March 2004
February 2004
January 2004
November 2003
October 2003
September 2003
August 2003
June 2003
May 2003
April 2003
March 2003
January 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
February 2002
January 2002
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001
June 2001
May 2001
April 2001
March 2001
February 2001
December 2000
November 2000
October 2000


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager