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

Help for DC-REGISTRY Archives


DC-REGISTRY Archives

DC-REGISTRY Archives


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

DC-REGISTRY Home

DC-REGISTRY  June 2006

DC-REGISTRY June 2006

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

license terms for DC translation data? (creative commons?) (fwd)

From:

Rachel Heery <[log in to unmask]>

Reply-To:

Dublin Core Element Set - registration <[log in to unmask]>

Date:

Thu, 29 Jun 2006 20:37:46 +0100

Content-Type:

TEXT/PLAIN

Parts/Attachments:

Parts/Attachments

TEXT/PLAIN (93 lines)

This might be of interest to the list...

---------- Forwarded message ----------
Date: Thu, 29 Jun 2006 12:05:07 +0200
From: Dan Brickley <[log in to unmask]>
To: [log in to unmask]
Subject: license terms for DC translation data? (creative commons?)

Hi folks

I'm currently working on an EU project on the topic of medical content
labelling (health website classification etc., for details see
http://www.medieq.org/node/21). Our data uses some pieces of Dublin
Core, and one of our requirements is that the UI and classification is
translated into each of 7 languages (Spanish, Catalan, German, English,
Greek, Czech, and Finnish).

First of all, I'd just like to say "thanks!" to everyone in the
dc-international community who has worked on translating the DCMI term
documentation. It seems that there is already some version of a
translation for each of these languages. Great work :)

So I'm trying to find out how exactly we can use and build upon this
work. The DC site points to Web pages and document-level translations.
And there's also the registry software, see

    http://dublincore.org/dcregistry/pageDisplayServlet?page=source.xsl

...whose publically available distribution includes a snapshot copy of
schema-level translations. The latter is more what we're looking for,
since we want to be able to process the translated labels in our own
software (eg. run queries like, "find me the catalan label for dc:title").

Actually we can do that already! If I load up the file from
registry/RDF/schemas/dces_caES in the registry software, and do this
SPARQL(*) RDF query:

     PREFIX dc: <http://purl.org/dc/elements/1.1/>
     PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
     SELECT ?label
     WHERE {
       dc:title rdfs:label ?label .
       FILTER ( lang(?label) =  "ca-es") .
     }

...I get just what I want. Here is another one that gives me a table of
labels and comments for all terms described in Catalan:

     PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
     SELECT DISTINCT ?term ?label ?comment ?type
     WHERE {
       ?term rdfs:label ?label .
       ?term rdfs:comment ?comment .
       ?term a ?type .
       FILTER ( lang(?label) =  "ca-es") .
     }


So there are a few practicalities.

I understand this collection of schema data is a frozen snapshot, and
not an official release of the DCMI. It is bundled within some
opensource software from DCMI whose license terms are, according to
http://dublincore.org/dcregistry/pageDisplayServlet?page=source.xsl
documented in http://dublincore.org/dcpl/

  - should I consider the DCPL (Dublin Core Public License Version 1.0)
as applying to the schema data too?

  - would a Creative Commons license be more appropriate now? CC has a
lot of public awareness, http://creativecommons.org/about/licenses

  - may I republish (with suitable human + machine-oriented status
info?) copies of those schemas at a public URI, to make it easier to run
queries against the datasets? does DCMI have any plans to do this centrally?

  - are any of the translations available from source in RDF/XML format,
or is the registry software effort the way to get a machine-readable
version?

Thanks for any thoughts,

Dan

(*) SPARQL is a standard under development at W3C for querying data that
is expressed in RDF.


ps. feel free to pass this onto dc-registry. i'm not on that list...
pps. ideally, the data licensing metadata would be expressed within the
schemas themselves, so that I could run queries instead of writing
emails, when trying to find out how I can use the data.

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

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


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