After reviewing the new and wonderful services I saw the comment:
It would be feasible to generate RSS, ATOM or similar harvest/
syndication feeds should they be required. If you have a need for such
a service please raise it as a topic in the forum.
I am a Biodiversity Informatics software developer and could see some
potential uses to look up information via ajax and for me that would
be JSON format.
It seems like it would be very easy to have something very similar to
the RDF output mixed with the REST search to return a list of id's
I could see for example:
http://www.biocol.org/json/lookup/code/LSU
or
http://www.biocol.org/json/lookup/code/LSU?callback="foobar"
Return:
[{
urn: urn:lsid:biocol.org:col:15590
, name: 'Louisiana State University Herbarium'
}]
or
foobar( [{
urn: urn:lsid:biocol.org:col:15590
, name: 'Louisiana State University Herbarium'
}])
Here is a good reference on JSON
http://developer.yahoo.com/common/json.html
So now that we have codes we could
http://www.biocol.org/json/urn/urn:lsid:biocol.org:col:15590
and possibly get back something similar to:
{
collection:{
about:'urn:lsid:biocol.org:col:15590',
sameas:{
resource:'
http://biocol.org/urn:lsid:biocol.org:col:
15590'
},
title:'Louisiana State University Herbarium',
identifier:'LSU',
formationperiod:1869,
created:1869,
geospatialcoverage:'\nLouisiana; lichens of southeastern
U.S.; crustose lichens worldwide; Asteraceae, Fabaceae, and Poaceae
worldwide.\n',
hascontact:{
contactdetails:{
fn:'Lowell E. Urbatsch',
role:'Director',
email:'l...@lsu.edu',
relation:[
{
resource:'
http://www.herbarium.lsu.edu/
plants'
},
'
http://biocol.org/collection/rdf/id/15590'
],
adr:[
'\nBiological Sciences Department Herbarium,
202 Life Sciences Building, Baton Rouge, Louisiana, U.S.A., US\n',
'A257 Life Sciences Annex., BATON ROUGE,
Louisiana'
],
tel:[
{
parsetype:'Resource',
type:{
resource:'
http://www.w3.org/1999/02/22-
rdf-syntax-ns#voice'
},
value:'
[1] 225/ 578-8564.'
},
{
parsetype:'Resource',
type:{
resource:'
http://www.w3.org/1999/02/22-
rdf-syntax-ns#fax'
},
value:'
[1] 225/ 578-2597.'
}
],
hasowner:{
institution:{
type:'University (State)'
}
},
description:{
about:'
http://biocol.org/collection/rdf/id/
15590',
sameas:{
resource:'
http://biocol.org/collection/rdf/
id/15590/record_id/90311'
},
created:'2008-03-05 12:33:17',
modified:'2008-05-26 09:38:53',
creator:'Biodiversity Collections Index',
publisher:{
resource:'http://
www.biodiversitycollectionsindex.org'
},
datecopyrighted:'2008-05-26 09:38:53',
description:'\nRDF formated description of the
entry in the Biodiversity Collections Index with id
urn:lsid:biocol.org:col:15590\n',
subject:'\nNatural Biodiversity Collections
Descriptions Specimen Repository\n',
format:'text/xml',
language:'en',
hasformat:{
resource:'
http://biocol.org/collection/
view/id/15590'
},
isformatof:{
resource:'
http://biocol.org/collection/
view/id/15590'
},
license:{
resource:'
http://creativecommons.org/
licenses/by-sa/3.0/'
},
references:[
{
resource:'urn:lsid:biocol.org:col:
15590'
},
{
resource:'
http://biocol.org/
urn:lsid:biocol.org:col:15590'
}
],
hasversion:{
resource:'
http://biocol.org/collection/rdf/
id/15590/record_id/73561'
}
}
}
}
}
}
If you need any help or someone to help test I will be happy to
contribute.