LISTSERV mailing list manager LISTSERV 16.0

Help for ZNG Archives


ZNG Archives

ZNG Archives


[email protected]


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

ZNG Home

ZNG Home

ZNG  April 2008

ZNG April 2008

Subject:

Re: SRU Record Metadata and DCX Schema

From:

Matthias Steffens <[log in to unmask]>

Reply-To:

SRU (Search and Retrieve Via URL) Implementors

Date:

Mon, 14 Apr 2008 21:05:11 +0200

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (99 lines)

Dear list members,

please forgive my ignorance but I'd like to check back with the list
whether I've understood the recent discussion (and its implications
for my own use case) correctly.

I've recently added simple DC output to the refbase SRU server.
Previously, only MODS was supported in the refbase SRU
searchRetrieveResponse (<http://sru.refbase.net/>) but the SRU
clients we're dealing with (mainly bibliographic desktop
applications such as Sente, Bookends or Papers for the Mac)
generally only recognize Dublin Core in the searchRetrieveResponse.

However, I'd like to include PRISM elements together with the simple
DC metadata elements since this would make it much easier for our
SRU client apps (or their users tweaking the relevant import
filters) to extract the metadata information.

Judging from the recent discussion in this thread, am I right that
the following SRU response would be invalid since it includes non-DC
elements (?):

<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="srwdc2html.xsl"?>
<srw:searchRetrieveResponse xmlns:srw="http://www.loc.gov/zing/srw/" xmlns:diag="http://www.loc.gov/zing/srw/diagnostic/" xmlns:xcql="http://www.loc.gov/zing/cql/xcql/" xmlns:srw_dc="info:srw/schema/1/dc-v1.1" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/">
	<srw:version>1.1</srw:version>
	<srw:numberOfRecords>23</srw:numberOfRecords>
	<srw:records>
		<srw:record>
			<srw:recordPacking>xml</srw:recordPacking>
			<srw:recordSchema>info:srw/schema/1/dc-v1.1</srw:recordSchema>
			<srw:recordData>
				<srw_dc:dc xmlns:srw_dc="info:srw/schema/1/dc-v1.1" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/">
					<dc:title>Sea ice in the Baltic Sea – A review</dc:title>
					<dc:creator>Granskog, M.</dc:creator>
					<dc:creator>Kaartokallio, H.</dc:creator>
					<dc:creator>Kuosa, H.</dc:creator>
					<dc:creator>Thomas, D.N.</dc:creator>
					<dc:creator>Vainio, J.</dc:creator>
					<dc:description>Although the seasonal ice cover of the Baltic Sea has many similarities to its oceanic counterpart in Polar Seas and Oceans, there are many unique characteristics that mainly result from the brackish waters from which the ice is formed, resulting in low bulk salinities and porosities. ...</dc:description>
					<dc:identifier>info:doi/10.1016/j.ecss.2006.06.001</dc:identifier>
					<dc:identifier>openurl:?ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Flocalhost%2Frefs%2F&amp;genre=article&amp;atitle=Sea%20ice%20in%20the%20Baltic%20Sea%20%96%20A%20review&amp;title=Estuarine%2C%20Coastal%20and%20Shelf%20Science&amp;stitle=Estuar%20Coast%20Shelf%20Sci&amp;issn=0272-7714&amp;date=2006&amp;volume=70&amp;issue=1-2&amp;spage=145&amp;epage=160&amp;aulast=Granskog&amp;aufirst=M&amp;au=Kaartokallio%2C%20H&amp;au=Kuosa%2C%20H&amp;au=Thomas%2C%20DN&amp;au=Vainio%2C%20J&amp;pub=Elsevier%20Science%20BV&amp;place=Amsterdam&amp;id=info%3Adoi%2F10.1016%2Fj.ecss.2006.06.001&amp;sid=refbase%3AIP%D6</dc:identifier>
					<dc:identifier>url:http://localhost/refs/show.php?record=26382</dc:identifier>
					<dc:identifier>citekey:Granskog_etal2006</dc:identifier>
					<dc:identifier>citation:Granskog, M., Kaartokallio, H., Kuosa, H., Thomas, D. N., &amp; Vainio, J. (2006). Sea ice in the Baltic Sea – A review. Estuar Coast Shelf Sci, 70(1-2), 145-160.</dc:identifier>
					<dc:date>2006</dc:date>
					<dc:type>JournalArticle</dc:type>
					<dc:format>text</dc:format>
					<dc:subject>sea ice</dc:subject>
					<dc:subject>Baltic Sea</dc:subject>
					<dc:subject>biogeochemistry</dc:subject>
					<dc:subject>plankton</dc:subject>
					<dc:subject>seasons</dc:subject>
					<dc:relation>url:http://linkinghub.elsevier.com/retrieve/pii/S0272771406002538</dc:relation>
					<dc:publisher>Elsevier Science BV</dc:publisher>
					<dc:language>English</dc:language>
					<prism:issn>0272-7714</prism:issn>
					<prism:publicationName>Estuarine, Coastal and Shelf Science</prism:publicationName>
					<prism:publicationDate>2006</prism:publicationDate>
					<prism:volume>70</prism:volume>
					<prism:number>1-2</prism:number>
					<prism:startingPage>145</prism:startingPage>
					<prism:endingPage>160</prism:endingPage>
				</srw_dc:dc>
			</srw:recordData>
			<srw:recordPosition>3</srw:recordPosition>
		</srw:record>
	</srw:records>
	<srw:nextRecordPosition>4</srw:nextRecordPosition>
</srw:searchRetrieveResponse>


On Thu, 3 Apr 2008 09:45:58 +0200 Theo van Veen wrote:

> We (KB, European Library) are using the name DCX already for 5
> years for DC plus "arbitrary" metadata elements.

Do I understand you correctly, that I could return an SRU response
similar to the above if I'd be using the 'dcx' prefix and its
proper name space instead?

What would be the exact name space URI (and the value for the
'recordSchema' element) for the DCX schema?

> I have been discussing the concept of the DCX recordschema
> already 5 years ago on this list.

I tried to find out more about DCX but it seems that the main info
page is dead:

 <http://www.kb.nl/persons/theo/dcx>

I appreciate any help you can provide or any pointers to up-to-date
information about DCX.

Thanks!

Matthias

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

July 2017
October 2016
July 2016
August 2014
February 2014
December 2013
November 2013
October 2013
February 2013
January 2013
October 2012
August 2012
April 2012
January 2012
October 2011
May 2011
April 2011
November 2010
October 2010
September 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
October 2009
September 2009
August 2009
July 2009
May 2009
April 2009
March 2009
February 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
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 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
October 2005
September 2005
August 2005
July 2005
June 2005
May 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
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 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
March 2002
February 2002
January 2002
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001

ATOM RSS1 RSS2



LISTSERV.LOC.GOV

CataList Email List Search Powered by the LISTSERV Email List Manager