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  January 2003

DC-ARCHITECTURE January 2003

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: rdfs:isDefinedBy revisited

From:

Patrick Stickler <[log in to unmask]>

Reply-To:

DCMI Architecture Group <[log in to unmask]>

Date:

Thu, 16 Jan 2003 15:21:08 +0200

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (255 lines)

> -----Original Message-----
> From: ext Roland Schwaenzl
> [mailto:[log in to unmask]]
> Sent: 16 January, 2003 13:44
> To: [log in to unmask]
> Subject: Re: rdfs:isDefinedBy revisited
> 
> 
> > From [log in to unmask] Thu Jan 16 11:38 MET 2003
> > X-RAL-MFrom: <[log in to unmask]>
> > X-RAL-Connect: <pat.bath.ac.uk [138.38.32.2]>
> > MIME-Version: 1.0
> > Content-Transfer-Encoding: 7bit
> > X-Priority: 3 (Normal)
> > X-MSMail-Priority: Normal
> > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> > Importance: Normal
> > Date:         Thu, 16 Jan 2003 10:40:29 -0000
> > From: Pete Johnston <[log in to unmask]>
> > Subject: Re: rdfs:isDefinedBy revisited
> > To: [log in to unmask]
> > X-Spam-Status: No, hits=-0.8 required=5.0
> >       tests=IN_REP_TO,QUOTED_EMAIL_TEXT,SPAM_PHRASE_00_01
> >       version=2.43
> >
> > Patrick,
> >
> > Thanks for this. Yes, I remember you made a similar point 
> in the thread
> > here back in May/June (but yes, it's worth reiterating, I think).
> >
> > The problem you describe (and address with your x:Vocabulary and
> > x:RDFSchema classes and x:term property) is (I think) pretty much
> > _exactly_ what motivated my initial ruminations on this 
> topic, and why I
> > embarked on this hair-splitting to establish exactly what are the
> > resources we are talking about.
> >
> > i.e. I wanted to express the relationships between terms 
> (in my case I
> > was specifically interested in the subset that DC calls 
> elements i.e.
> > RDF properties) and "functional" sets/aggregates of those 
> terms (element
> > sets, vocabularies, term sets, whatever we call them), 
> where there was
> > no _necessary_ coincidence between the set of names of 
> elements in one
> > "element set" and the set of names "in" an XML namespace. 
> And an RDF/XML
> > representation was a different resource again. Yes, often there is a
> > one-to-one mapping but it's not necessarily so.
> >
> > So I've ended up coining classes "Schema", ElementSet" and 
> a property
> > "isElementOf". It just continued to niggle me that I was introducing
> > these "local" semantics that I should avoid if possible, but I think
> > your example below clarifies to me that it is useful/necessary.
> 
> The classes "Schema" "ElementSet" "isElementOf" you still 
> need to declare
> in some formal fashion - an you will need a namespace for those and
> representations in whatever Schema languages ....
> 
> It seems to me you just entered another round.

Well, yes, but it's not an infinitely recursive process. It stops
at the top meta-level of your model.

> > And as you say, in this application, I absolutely should 
> not deploy a
> > URI which is already in use as an XML namespace name as the 
> identifier
> > of one of these functional aggregates (which was a mistake I made
> > earlier!)
> 
> Why not? You're using the same notation (URI) for instance, when doing
> content negotiation for language.
> You definitely in general will receive objects a "diff" will mark as
> different for "en-GB" and "en-US" - Nevertheless they are both
> retrievable from the same URI.

Well, the point was that a namespace and a vocabulary are not
(necessarily) the same thing, and if they are different things, then
one should use different URIs to denote them.

Furthermore, it is not even the case that a given vocabulary is
a superset of information. A vocabulary may only use *some* terms
which are members of a given namespace and such a representation
of that vocabulary is not a complete (and hence arguably not a valid)
representation of the namespace.

The problem IMO with conneg is that there is no clear means to
request or determine if what is returned is a kind of "canonical"
representation of a resource which embodies some clear qualities
such as completeness, economy, explicitness, etc.

"Representations" are so vaguely defined that different folks
draw the line in different places as to what is a valid representation
versus a separate resource needing distinct denotation.

My advice is to err on the side of caution, particularly since
ambiguity has such significant negative impact on semantic web
applications.

Patrick



> Cheers,
> rs
> 
> > Thanks again - that was very helpful.
> >
> > Pete
> >
> > > -----Original Message-----
> > > From: DCMI Architecture Group
> > > [mailto:[log in to unmask]] On Behalf Of 
> Patrick Stickler
> > > Sent: 16 January 2003 09:18
> > > To: [log in to unmask]
> > > Subject: Re: rdfs:isDefinedBy revisited
> > >
> > >
> > > > -----Original Message-----
> > > > From: ext Pete Johnston [mailto:[log in to unmask]]
> > > > Sent: 15 January, 2003 16:01
> > > > To: [log in to unmask]
> > > > Subject: Re: rdfs:isDefinedBy revisited
> > > >
> > > >
> > > > ... I definitely do want to distinguish
> > > >
> > > > - a set of terms or names (1 or 2) identified by a URI e.g.
> > > > http://purl.org/dc/elements/1.1/
> > >
> > > Fair enough. This would equate to a functional vocabulary, as
> > > outlined below, but I'd use a different URI from that used as
> > > the XML namespace URI.
> > >
> > > > - a particular representation of that set of terms 
> (e.g. an RDF/XML
> > > > document) which happens to be Web retrievable using that
> > > same URI (3)
> > >
> > > If the URI denotes a vocabulary, then an RDF/XML
> > > representation of the definition of that vocabulary would be
> > > appropriate.
> > >
> > > --
> > >
> > > This may be obvious and I probably don't need to mention it,
> > > but the object of rdfs:isDefinedBy need not be the thing
> > > denoted by the XML namespace URI. In fact, if one has several
> > > different schemas (XML Schema, RDFS, RELAXNG, OWL, XTM, etc.)
> > > not to mention multiple instances of a given encoding (e.g.
> > > separate RDFS instances defining labels and descriptions for
> > > each language) which all provide definition of a term, then
> > > each may be identified by an rdfs:isDefinedBy statement.
> > >
> > > I.e., there is no requirement for the pattern
> > >
> > >    XXX:term rdfs:isDefinedBy XXX
> > >
> > > and IMO it should be avoided.
> > >
> > > A given functional vocabulary, such as DC, need not be
> > > constrained to terms grounded in only one namespace, and the
> > > resource defining that vocabulary need not equate to the
> > > resource(s) defining the individual terms. There can thus be
> > > multiple functional vocabularies which share common terms and
> > > the definition of the vocabulary is not dictated by the
> > > definition of the terms. A good example of this is PRISM,
> > > which is a functional vocabulary which includes terms from
> > > other functional vocabularies (e.g. DC) as well as defining
> > > terms of its own. And of course, the identity of a given 
> vocabulary
> > > is not the same as a particular namespace (and in the case
> > > of vocabularies with terms from multiple namespaces, cannot
> > > be the same), and hence vocabularies should have a distinct
> > > URI from any XML namespaces.
> > >
> > > IMO a vocabulary equates to a DCMI namespace.
> > >
> > > Thus, the formal definition of a vocabulary such as DC or
> > > PRISM could be organized thus (this is how we do it at Nokia):
> > >
> > > RDF instance a:S
> > > [
> > >   a:S rdf:type x:RDFSchema .
> > >   a:V rdf:type x:Vocabulary .
> > >   a:V x:term g:t1 .
> > >   a:V x:term g:t2 .
> > >   a:V x:vocabulary b:V .
> > >   a:V rdfs:isDefinedBy a:S .
> > > ]
> > >
> > > RDF instance g:S
> > > [
> > >   g:S rdf:type x:RDFSchema .
> > >   g:t1 rdf:type rdf:Property .
> > >   g:t1 rdfs:label "Term G1" .
> > >   g:t1 rdfs:isDefinedBy g:S .
> > >   g:t2 rdf:type rdf:Property .
> > >   g:t2 rdfs:label "Term G2" .
> > >   g:t2 rdfs:isDefinedBy g:S .
> > > ]
> > >
> > > RDF instance b:S
> > > [
> > >   b:S rdf:type x:RDFSchema .
> > >   b:V rdf:type x:Vocabulary .
> > >   b:V x:term h:t1 .
> > >   b:V x:term k:t1 .
> > >   h:t1 rdf:type rdf:Property .
> > >   h:t1 rdfs:label "Term H1" .
> > >   h:t1 rdfs:isDefinedBy b:S .
> > >   k:t1 rdf:type rdf:Property .
> > >   k:t1 rdfs:label "Term K1" .
> > >   k:t1 rdfs:isDefinedBy b:S .
> > > ]
> > >
> > > Here we have 6 different XML namespaces, two vocabularies,
> > > and four terms, all defined in three RDF resources. Each
> > > vocabulary defines the terms and/or subvocabularies it
> > > includes. The first
> > > vocabulary subsumes all the terms in the second vocabulary.
> > > Insofar as the definition of the vocabularies is concerned,
> > > the XML namespaces used by the individual terms is
> > > irrelevant. The RDF resource g:S defines terms that are all
> > > grounded in the same vocabulary. The RDF resource b:S not
> > > only defines terms grounded in different namespaces but a
> > > vocabulary as
> > > well.
> > >
> > > So, hopefully it is clear that there is no fixed relation
> > > between vocabularies, XML namespaces and schemas, and in fact
> > > it is far more flexible and scalable to avoid any ambiguity
> > > in this regard by presuming that the XML namespace denotes
> > > any particular schema or vocabulary.
> > >
> > >   XML namespace != vocabulary != model != schema instance
> > >
> > > Just thought I'd reassert those points...
> > >
> > > Cheers,
> > >
> > > 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