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

Help for DC-RDA Archives


DC-RDA Archives

DC-RDA Archives


DC-RDA@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-RDA Home

DC-RDA Home

DC-RDA  January 2009

DC-RDA January 2009

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: [RDA] new analysis of scenarios 7, 8, 9, 10; updates to scenarios 1-6

From:

Mikael Nilsson <[log in to unmask]>

Reply-To:

List for discussion on Resource Description and Access (RDA)

Date:

Fri, 2 Jan 2009 19:40:26 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (151 lines)

Karen, 

Classes as "aggregations" is a very common situation when translating
from hierarchical structures to RDF. In IEEE LOM, we have

Learning Object
  Contribution
    Role
    Entity
    Date

i.e. a contribution to a learning object is a three-part aggregate.

When translating this to RDF, it naturally comes out as n-ary. We
introduce a class called lom:Contribution to hold the center node.

There's really nothing strange with that. Think about the Book+Creator
example:

Resource
  Creator
    Name
    E-mail
    Address

In this case, an Agent class is very natural for the middle node, with
name, e-mail, address properties.

To come up with the right abstraction for the class is sometimes a bit
interesting - as in the above example, you want to avoid coding the
"Creator" characteristic into the class. In other words, the class
reflects the properties used to describe it (Agents have names etc), but
does NOT necessarily reflect the specific context where it is used
(Agents can related to resources in other ways than being Creators).

Hmm. did that make any sense?

/Mikael 
  
ons 2008-12-24 klockan 09:43 -0800 skrev Karen Coyle:
> Thanks, Alistair -- I checked out the n-ary relationship. Yes, I do
> believe what we have here fits that n-ary possibility, but I notice
> that you refer to the "blank node" as a possible class. We need to go
> over the RDA elements and see if we can define or discovery classes.
> The particular elements that brought this up (like 'publication
> statement') are whole/part relationships. I think of classes as being
> "is a kind of" relationship. If classes can be an aggregate with
> parts, then some of these 'statement' fields can be classes. But I so
> far haven't run into classes being used in that way.
> 
> kc
> 
> On Tue, Dec 23, 2008 at 8:46 AM, Alistair Miles
> <[log in to unmask]> wrote:
> > On Mon, Dec 22, 2008 at 10:51:12AM -0800, Karen Coyle wrote:
> >> On Mon, Dec 22, 2008 at 9:00 AM, Alistair Miles
> >> <[log in to unmask]> wrote:
> >>
> >> > I couldn't find an appropriate property for the "size" of a
> >> > manifestation in scenario 7.
> >>
> >> It's "dimensions" -- that's what I should have written there. Sorry.
> >
> > Ah, I'll update the RDF.
> >
> >> > Not directly related to any scenarios, I found that rda:placeOfCapture
> >> > is a sub-property of rda:placeAndDateOfCapture, which doesn't look
> >> > right. This looks like a case where Tom Delsey's "sub-elements"
> >> > pattern got wrongly translated to RDF sub-properties, where rather it
> >> > should be modelled in RDF as an n-ary relation.
> >>
> >> I don't understand 'n-ary', but this is one of those areas where RDA
> >> has an "empty node" that has parts, like "publication statement" which
> >> is made up of place + publisher + date. We really didn't know what to
> >> do with those -- we could ignore the empty element and just include
> >> the "sub" elements, but we figure that since the empty ones are on the
> >> RDA list of elements people might look for them in our list. There
> >> never is a value for placeAndDate... itself, just the sub-elements.
> >
> > There's a good document on n-ary relations at:
> >
> > [1] http://www.w3.org/TR/swbp-n-aryRelations/
> >
> > If you don't want to get into the technicalities, just look at the
> > pictures, should give a feel for the n-ary relations patterns.
> >
> > If I were using an n-ary relations pattern for an RDA publication
> > statement, I would do something like:
> >
> > ex:M1 rdf:type frbr:Manifestation ;
> >    rda:publicationStatement ex:PS1 .
> >
> > ex:PS1 rdf:type rda:PublicationStatement ;
> >    rda:placeOfPublication ex:PL1 ;
> >    rda:publisher ex:CB1 ;
> >    rda:dateOfPublication "2008"^^xsd:year ;
> > .
> >
> > I.e. the publication statement itself (an n-ary relation) becomes an
> > entity (resource) with it's own properties.
> >
> > You could also abbreviate the above, using a blank node for the
> > publication statement, to something like:
> >
> > ex:M1 rdf:type frbr:Manifestation ;
> >    rda:publicationStatement [
> >        rda:placeOfPublication ex:PL1 ;
> >        rda:publisher ex:CB1 ;
> >        rda:dateOfPublication "2008"^^xsd:year ;
> >    ] ;
> > .
> >
> > For the schema, what you need is a class for the n-ary relation
> > (e.g. rda:PublicationStatement), and a set of properties which give
> > the various participants in the n-ary relation
> > (e.g. rda:publicationStatement, rda:placeOfPublication, rda:publisher
> > etc.). Whether these properties point to or away from the n-ary
> > relation is a matter of convenience and intuition -- this is
> > illustrated quite well in the various alternative patterns presented
> > in [1].
> >
> > Cheers,
> >
> > Alistair.
> >
> > --
> > Alistair Miles
> > Senior Computing Officer
> > Image Bioinformatics Research Group
> > Department of Zoology
> > The Tinbergen Building
> > University of Oxford
> > South Parks Road
> > Oxford
> > OX1 3PS
> > United Kingdom
> > Web: http://purl.org/net/aliman
> > Email: [log in to unmask]
> > Tel: +44 (0)1865 281993
> >
> 
> 
> 
-- 
<[log in to unmask]>

Varning! E-post till och från Sverige, eller som passerar servrar i
Sverige, avlyssnas av Försvarets Radioanstalt, FRA.
WARNING! E-mail to and from Sweden, or via servers in Sweden, is
monitored by the National Defence Radio Establishment.

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

May 2021
April 2021
February 2021
November 2020
September 2020
August 2020
July 2020
June 2020
March 2020
February 2020
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
April 2019
February 2019
December 2018
September 2018
July 2018
June 2018
April 2018
December 2017
November 2017
June 2017
December 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
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
August 2012
July 2012
May 2012
April 2012
March 2012
February 2012
January 2012
October 2011
September 2011
August 2011
June 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
June 2010
February 2010
January 2010
December 2009
November 2009
October 2009
June 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
August 2007
July 2007
June 2007
May 2007
April 2006
February 2006
January 2006
December 2005


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