Difference between revisions of "Imeji Interfaces"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 9: Line 9:


=== Verb: Identify ===
=== Verb: Identify ===
Gives you back information of the Imeji Repository. <br/>
Gives back information of the Imeji Repository. <br/>
'''parmater:''' None <br/>
'''parmater:''' None <br/>
'''example:''' http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=Identify <br/>
'''example:''' http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=Identify <br/>
Line 15: Line 15:


=== Verb: ListMetadataFormats ===
=== Verb: ListMetadataFormats ===
 
Gives back all metadata formats which are supported by the repository. All listed formats can be used as a parameter for a GetRecord request (currently collections and albums can only be fetched in native imeji format). <br/>
'''parmater:''' None <br/>
'''parmater:''' None <br/>
'''example:''' http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=ListMetadataFormats <br/>
'''example:''' http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=ListMetadataFormats <br/>
Line 21: Line 21:


===Verb: ListSets ===
===Verb: ListSets ===
 
Gives back a list of sets which are provided by the repository. Imeji provides by default, all collections and albums as sets. <br/>
'''parmater:''' None <br/>
'''parmater:''' None <br/>
'''example:''' http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=ListSets <br/>
'''example:''' http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=ListSets <br/>
Line 27: Line 27:


=== Verb: GetRecord ===
=== Verb: GetRecord ===
 
Gives back a specific record, specified in the identifier parameter. A record can be everything with a url in imeji, currently: images, collections and albums. <br/>
'''parmater:''' identifier, metadataPrefix  <br/>
'''parmater:''' identifier, metadataPrefix  <br/>
'''example:''' http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=GetRecord&identifier=http://imeji.mpdl.mpg.de/image/14&metadataPrefix=imeji <br/>
'''example:''' http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=GetRecord&identifier=http://imeji.mpdl.mpg.de/image/14&metadataPrefix=imeji <br/>

Revision as of 10:07, 31 January 2012

Template:Imeji

This page describes the interfaces for the Imeji application

RDF Export[edit]

OAI Interface[edit]

Imeji supports the fetching of metadata from its repository by using the Open Archives Initiatives Protocol for Metadata Harvesting (OAI-PMH).

Verb: Identify[edit]

Gives back information of the Imeji Repository.
parmater: None
example: http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=Identify
not supported: None

Verb: ListMetadataFormats[edit]

Gives back all metadata formats which are supported by the repository. All listed formats can be used as a parameter for a GetRecord request (currently collections and albums can only be fetched in native imeji format).
parmater: None
example: http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=ListMetadataFormats
not supported: identifier

Verb: ListSets[edit]

Gives back a list of sets which are provided by the repository. Imeji provides by default, all collections and albums as sets.
parmater: None
example: http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=ListSets
not supported: resumptionToken

Verb: GetRecord[edit]

Gives back a specific record, specified in the identifier parameter. A record can be everything with a url in imeji, currently: images, collections and albums.
parmater: identifier, metadataPrefix
example: http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=GetRecord&identifier=http://imeji.mpdl.mpg.de/image/14&metadataPrefix=imeji
not supported: None

Verb: ListIdentifiers[edit]

parmater: metadataPrefix, set
example: http://dev-faces.mpdl.mpg.de/fledgeddata/oai/?verb=ListRecords&metadataPrefix=imeji&set=http://imeji.mpdl.mpg.de/collection/134
not supported: from, until, resumptionToken

Verb: ListRecords[edit]

parmater:
example:
not supported: