HARVEST THE ODSAS XML REPOSITORY

Instructions to havest our repository: Two solutions

a) either harvest the entire folder /xml/rdf/ -- Individual files are called odsas_set_n.xml, where n is the id of a set. n starts at 1.
b) or link to /xml/index_rdfdc.xml which is the index of all available files in xml/rdf/ (see below for its strucutre)

Encoding

Currently all files are encoded in UTF-8.

Content

The current repository contains metafiles for each ODSAS set (not ODSAS file). Each set is an ensemble of numrous individual files belonging to a common original ressource. A repository for intividual files will be created at a later stage. Harvesting the ODSAS XML repository will basically tell you what is available, how and where on the ODSAS database and platform.

Schema

The structure of index.xml is as follows

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="styles/odsas_rdf_index.css" type="text/css"?>
<metadata
  xmlns:dc="http://purl.org/dc/elements/1.1/">
    <set>
          <dc:title>Kupka Archival Files : Object Photographs</dc:title>
          <dc:relation>http://www.odsas.fr/xml/rdf/odsas_set_1.xml</dc:relation>
    </set>
    <set>
          <dc:title>Kupka Archival Files : Museographic files</dc:title>
          <dc:relation>http://www.odsas.fr/xml/rdf/odsas_set_2.xml</dc:relation>
    </set>
<metadata>

The structure of the set metafiles is rather classic and follows Dublin Core. Below is an example:

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="../styles/odsas_rdf.css" type="text/css"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description rdf:about="http://www.odsas.fr/scan_sets.php?set_id=5">
    <dc:contributor>Laurent Dousset</dc:contributor>
    <dc:coverage>1836</dc:coverage>
    <dc:creator>Domeny de Rienzi, M.G.L.</dc:creator>
    <dc:date>2010</dc:date>
    <dc:description>Revue géographique et ethnographique de la Malaisie, de la Micronésie, de la Polynésie et de la Mélanésie...</dc:description>
    <dc:format>image/jpeg</dc:format>
    <dc:identifier>odsas set id: 5</dc:identifier>
    <dc:language>FR</dc:language>
    <dc:publisher>CREDO / ODSAS / http://www.odsas.fr</dc:publisher>
    <dc:relation>http://www.odsas.fr/scan_sets.php?set_id=5</dc:relation>
    <dc:rights>OpenAccess / copyright Laurent Dousset</dc:rights>
    <dc:source></dc:source>
    <dc:subject>Pacific, Geography</dc:subject>
    <dc:title>Oceanie ou Cinquième Partie du Monde, tome 2</dc:title>
    <dc:type></dc:type>
</rdf:Description>
</rdf:RDF>

© This website is copyright 2007-2010 by CREDO, its members and collaborating associates. The software is © copyright 2007-2010 by Laurent Dousset.
No part of this website may be downloaded and used for other purposes than personal research. XML Harvesting is allowed in all cases.
The ODSAS Project [ http://www.odsas.fr ] is part of CREDO [ http://www.pacific-credo.fr ]