News
- [2009-12-17] explained how to get LOM records
- [2009-12-16] LOM records tool was broken on November 4th and is now back
- [2009-06-22] you can obtain LOM records for each resource
- [2008-09-03] Sample metadata documents in XML
- [2008-07-18] XML schema available
The Intergeo Metadata Schema is the model of information that is manipulated to characterize a resource within the intergeo platform. Its components include bibliographic information, technical information, and pedagogic information. Most of the information in the metadata is to be processed in the Intergeo platform, first input by someone when submitting a resource, then used in searches, lists, and display on the platform.
The I2G metadata specification provides a LOM application profile, that is, a specification of a set of metadata symbols that contains a sizeable subset of the IMS LOM specification. A link to the precise description of this metadata specification can be found below.
Try It
- schema: the LOM application profile XML-schema (based on LOM strict)
- samples: a few documents compatible with the schema
- i2geo: the Intergeo platform (on which this page is), where the metadata schema is used and the search test page
- Download the metadata for any resource. See the example below.
How to obtain the LOM record of a resource
You can visit the HTML page of the resource under consideration, look at the header in the source code of the HTML document, and find the link element that has the type attribute "application/lom+xml". This URL gives the LOM XML document according to the i2geo metadata specification. You can download it by pasting this URL into your browser's location bar.
Example
As of today the Cabri resource at the URL
http://i2geo.net/xwiki/bin/view/Coll_hasek/Soucetvnitrnichuhlutrojuhelniku
has the LOM record
http://i2geo.net/xwiki/bin/view/Main/WebResourceLom?xpage=plain&id=Coll_hasek.Soucetvnitrnichuhlutrojuhelniku
For safety, a
cached version
is also downloadable.
If you wish to index the whole site, you can easily do so by downloading the
sitemap (warning, long download) then filtering all the documents whose parent directory starts with "Coll_" then use the algorithm above to obtain the record. Drop us a line if you do so or wish us to implement a different harvesting mechanism.
Read more about it