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  October 2001

DC-ARCHITECTURE October 2001

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: [POLL] What is at the end of the namespace?

From:

Patrick Stickler <[log in to unmask]>

Reply-To:

This list, which supersedes dc-datamodel, dc-schema, and dc-implementors, i" <[log in to unmask]>

Date:

Wed, 31 Oct 2001 10:24:49 +0200

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (193 lines)

> -----Original Message-----
> From: ext Katz, Stephen (GILW) [mailto:[log in to unmask]]
> Sent: 30 October, 2001 16:42
> To: [log in to unmask]
> Subject: Re: [POLL] What is at the end of the namespace?
>
>
> An observation from a non-expert in namespaces...
>
> With the description of namespaces as portrayed by Patrick
> Stickler, I wonder
> how computers and automated routines are able to effectively exploit a
> namespace... In particular, for purposes of automation and to
> meet the goals
> of the Semantic Web it certainly is tempting (though perhaps not in
> accordance with the namespace specification) for applications
> to be able to
> access something useful (e.g. a formal schema definition) at the URL
> specified at the end of a namespace.
>
> However,  seeing that the experts consider this as a misuse
> of namespaces,
> what is the suggested mechanism for supporting systematic
> access to schema
> definitions and/or concept descriptions by a software applications?
>
> Steve Katz

The problem is that because folks are inferring a significance to
namespace URIs that doesn't actually exist, and making very narrow,
limited applications based on that inference (such as RDDL, based
on URLs which have a 1:1 correspondence to specific ontologies or
document models -- and even there it's not perfect) there is very
little work being done on actually addressing the full breadth of
this problem.

If I create an instance of e.g. XHTML Strict, or vCard, the structure
by which that instance must conform and the semantics attached to
the structure and constructs which form the basis of interpretation
of that instance are not defined by namespace URIs. They are defined
by (possibly many different) schemata that might use names grounded
in a common namespace (for convenience) and define structural and
semantic constraints and knowledge about constructs named thus,
but the namespace itself is nothing but *punctuation* and in fact
the schemata may utilize terms from multiple namespaces, in which
case, exactly which namespace URI denotes the schema? None of them.

There need not be any 1:1 correlation between document model and
namespace. In fact, a single doctype might employ multiple namespaces
(hello! how about XML Schema folks!) or there may be multiple
doctypes which employ the same vocabulary grounded in the same
namespace(s) (hello! how about XHTML Strict and Transitional folks!).

So in fact the namespaces used to ground particular terms in a
globally unique *name* space tell us absolutely *nothing* about
how to either validate or interpret that instance! Nothing
whatsoever. Nada. Zip.  Putting anything at the end of a namespace
URI (if it happens to be a URL) might be a useful hack, but it's
not a valid foundation for a global solution of relating knowledge
about models embodied in an instance to that instance or as the
identity of the models themselves.

The issue of how to relate structural and semantic knowledge to
particular resources simply is being ignored because so many folks
are in denial about the fact that all of their cute hacks based
on namespace URLs are built on top of a house of cards.

It's very troublesome, actually...

Regards,

Patrick

--

Patrick Stickler              Phone: +358 50 483 9453
Senior Research Scientist     Fax:   +358 7180 35409
Nokia Research Center         Email: [log in to unmask]



> -----Original Message-----
> From: Patrick Stickler [mailto:[log in to unmask]]
> Sent: Tuesday, October 30, 2001 2:06 PM
> To: [log in to unmask]
> Subject: Re: [POLL] What is at the end of the namespace?
>
>
> (Sorry I arrived late to the party... ;-)
>
>
> What is at the end of a namespace?  Nothing. Nada. Zip.
>
> Namespaces are punctuation. Nothing more.
>
> A namespace URI is punctuation. It's sole purpose is to
> provide distinction partitions for localized names. It
> is not required to, nor should be expected to resolve to
> anything. And any expectation for it to resolve to anything
> is in error.
>
> It is true that some standards and methodologies presume,
> expect, or even require that namespace URIs resolve to
> something specific, but this is not specified by the
> XML Namespace spec, and typically only is meaningful for
> URLs (not arbitrary URIs) and such schemes fail to support
> arbitrary, yet valid, URI schemes and miss the fact that
> there need not exist any perfect intersection between
> namespace, vocabulary, ontology, or information model.
>
> A namespace does not equal a vocabulary. A given vocabulary
> can include terms which are grounded in multiple namespaces
> and can be a subset of terms grounded in a given namespace.
> The common 1:1 correlation between namespace and vocabulary
> is a coincidence of convenience, not a characteristic of
> the namespace itself.
>
> A namespace does not equal a information model (doctype). Even
> if a given document type utilizes a vocabulary which has all
> terms grounded in a particular namespace, the namespace itself
> does not denote the content models defined for the constructs
> denoted by those terms. Furthermore, a given doctype may
> utilize terms from disparate vocabularies which each have
> terms grounded in various namespaces. And finally, multiple
> document models may be defined which all share a common set
> of vocabulary terms.
>
> A namespace does not equate to a particular schema encoding.
> Even in coincidental cases where a single document model
> uses a single vocabulary where all terms are grounded in the
> same namespace, there could be multiple schema types (DTD,
> XML Schema, RELAX, RDF Schema, DAML, etc.) all defining
> constraints and characteristics of that model. Yes, RDDL
> attempts to address such coincidental cases, but such
> treatment is based on a misunderstanding of what a namespace
> is intended to represent, only works for such coincidental
> cases with perfect intersection, and is not suitable for all cases
> of namespace usage.
>
> What is at the end of a namespace?  Nothing. Nada. Zip.
>
> Namespaces are punctuation. Nothing more.
>
> I agree that we desparately need a means by which we can reference
> and relate various vocabularies, ontologies, document models,
> etc. -- but namespaces are not that mechanism, and to try to
> base a solution on namespaces will be detrimental to the web in
> the long run. It is not the way to go.
>
> I think RDDL is a step in the right direction, but the "things"
> which are being described by RDDL are not namespaces, but rather
> the vocabularies, ontologies, and document models -- and it is
> their identity which must be the basis of statements, not any
> namespace URI which in reality denotes nothing but a disjunct
> naming partition.
>
> This whole misconception of what namespaces denote was born
> out of the (mis)use of URLs for namespace URIs. It is quite
> understandable for folks to expect URLs to resolve to
> *something*, and seeing URLs as namespace URIs made folks think
> that namespaces should resolve to something. URLs should not
> be used as namespace URIs. Namespaces (and vocabularies, and
> ontologies, and document models) are all abstract entities which
> cannot be dereferenced. One may dereference a schema, but that's
> not the same thing as the abstract entity which it defines, and
> which may have multiple, equally valid definitions, all using
> the same vocabulary, all grounded in the same namespace(s).
>
> A reasonable solution to this problem will only be found when
> folks give up on the expectation that namespaces resolve to
> *anything* or equate to vocabularies, ontologies, or document
> models, and begin to think in terms of a more proper means of
> defining the identity of such abstract entities and begin
> making statements about their schema-based definitions and
> the locations of those definitions for the sake of automated
> processes, in terms of those proper (non-namespace-based)
> identities.
>
> What is at the end of a namespace?  Nothing. Nada. Zip.
>
> Namespaces are punctuation. Nothing more.
>
> Best Regards,
>
> Patrick
>
> --
>
> Patrick Stickler              Phone: +358 50 483 9453
> Senior Research Scientist     Fax:   +358 7180 35409
> Nokia Research Center         Email: [log in to unmask]
>

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