<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Navigating learning resources through linked data: a preliminary report on the re-design of Organic.Edunet</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Miguel-Angel Sicilia</string-name>
          <email>msicilia@uah.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hannes Ebner</string-name>
          <email>hebner@kth.se</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Salvador Sánchez-Alonso</string-name>
          <email>salvador.sanchez@uah.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fernando Álvarez</string-name>
          <email>fernandol.alvarez@uah.es</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alberto Abián</string-name>
          <email>alberto.abian@uah.es</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Elena García-Barriocanal</string-name>
          <email>elena.garciab@uah.es</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Information Engineering Research Unit, Computer Science Department, University of Alcalá</institution>
          ,
          <addr-line>Polytechnic Building, Ctra. De Barcelona km. 33.6 28871 Alcalá de Henares (Madrid)</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Computer Science and Communication, Royal Institute of Technology</institution>
          ,
          <addr-line>Lindstedtsvägen 3, 10044 Stockholm</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Learning objects repositories have grown and matured in the last years, being currently a cornerstone for open education. Several current systems are offering metadata openly through mainstream harvesting protocols or providing standardized query interfaces. Also, the use of standardized vocabularies or ontologies is becoming more common to provide a degree of semantic interoperability. However, learning object metadata is typically not linked across repositories, and it is not providing a way to navigate by using other sources of data available on the Web. The linked open data (LOD) approach provides the framework for the evolution of learning object repositories into a more flexible system of sharing learning resource metadata. This paper describes how linked data has been integrated in the design and redesign of the export mechanisms of Organic.Edunet, a federation of learning repositories in the domain of organic agriculture that uses an RDF store and several ontologies to browse and search resources. The paper focuses on how the existing search and semantic browsing mechanisms can benefit from the use of LOD across repositories.</p>
      </abstract>
      <kwd-group>
        <kwd>learning Organic</kwd>
        <kwd>Edunet</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>linked
data,
ontologies,</p>
    </sec>
    <sec id="sec-2">
      <title>1 Introduction</title>
      <p>
        Learning object repositories have grown and matured in the last years, being
considered currently an essential component for e-learning
        <xref ref-type="bibr" rid="ref2 ref9">(Ochoa and Duval, 2009)</xref>
        .
Each of these repositories provide some particular interaction style for searching,
browsing and navigating across learning resources, typically including text and
metadata search along with some form of topical navigation. Some repositories
provide also capabilities that extend its reach to resources or metadata distributed
across different repositories
        <xref ref-type="bibr" rid="ref7">(Klemke et al., 2010)</xref>
        . This is currently achieved mainly
by two mechanisms: harvesting and distributed search. In federated systems using
harvesting, the metadata from a number of repositories is collected into a central
location and regularly updated. Protocols like OAI-PMH are typically used for that
process
        <xref ref-type="bibr" rid="ref10">(van de Sompel et al., 2004)</xref>
        . In distributed search, a query is distributed to
several repositories and the query results are put together and eventually ranked
according to some criteria. The Simple Query Interface (SQI) is an example of a
protocol enabling that kind of arrangement
        <xref ref-type="bibr" rid="ref13">(Simon et al., 2005)</xref>
        .
      </p>
      <p>While harvesting and distributed search have proved effective for aggregating
repositories for the purpose of search, they do not allow actual browsing and
navigation across different systems. In the case of systems based on harvesting, the
navigation is still local to the centralized metadata store, and thus restricted to the
repositories that are inside the federation. In the case of distributed search, browsing
is also limited as only metadata records of query results are provided, and not links to
categorizations of resources or to other resources not in the same repository, so
crossrepository navigation is not allowed. The common problem with these systems is that
they restrict navigation either by using a concrete request/response format or by
restricting to the metadata already harvested in a central location, which is in most
cases not providing navigation to other resources in its original systems. A distributed
browsing and navigation system across repositories would require a way to expose
metadata or query results that provides links to permanently identifiable resources
along with links to elements of terminologies or taxonomies that are able to mediate
navigation to other systems.</p>
      <p>
        The collection of practices and recommendations for exposing linked open data
        <xref ref-type="bibr" rid="ref2 ref9">(Bizer, Heath and Berners-Lee, 2009)</xref>
        are providing the required infrastructure for
allowing that distributed navigation possible by exposing resource information in a
common RDF format and enabling navigation through linked open data (LOD) to
other systems. However, the deployment of the infrastructure for realizing that
concept requires a re-conceptualization of the way repositories are commonly offering
metadata and search facilities, along with the development of specialized browsers
that are capable of traversing the Web of linked data. This paper provides the ideas
and initial design elements for the implementation of such approach, using the
Organic.Edunet repository1 as an example. The research objective of the present work
is laying out the foundations and requirements for exposing LOD in learning object
repositories that enable cross-repository search and navigation. In consequence, the
scope of the proposals presented focuses on how to give support to these scenarios
and it is not addressing other infrastructural aspects (e.g. bootstrapping or the
practicalities of migrating/extending current repositories).
      </p>
      <p>The rest of this paper is structured as follows. Section 2 briefly describes the
requirements from the data provider and consumer perspectives. Then, Section 3
describes the main decisions in the way IEEE LOM metadata is exported as linked
data. Section 4 describes how the availability of generalized linked data following the
conventions exposed could be exploited for browsing across repositories. Finally,
conclusions and outlook are provided in Section 5.
1 http://portal.organic-edunet.eu/</p>
      <p>
        Data provider requirements are no essentially different from those of exposing
linked data in other domains in which some metadata schemas are already in place.
The most widespread specific standard for providing descriptive metadata of learning
objects is IEEE LOM
        <xref ref-type="bibr" rid="ref6">(IEEE, 2002)</xref>
        . There are a number of systems providing
ontologies or RDF mappings of IEEE LOM, however they are not standardized.
        <xref ref-type="bibr" rid="ref8">Nilsson et al. (2008)</xref>
        published a mapping of IEEE LOM into the Dublin Core
Abstract Model that is discussed within the joint DCMI/IEEE LTSC Taskforce2. This
mapping was also used within Organic.Edunet to annotate resources using the
repository tool Confolio
        <xref ref-type="bibr" rid="ref5">(Ebner, 2009)</xref>
        . The mapping sets the basis for exposing both
Dublin Core and IEEE LOM metadata by using a shared format.
      </p>
      <p>
        Further, there is a need to consider the particular nature of learning objects and the
fact that a LOM metadata record is describing two very distinct types of information:
(a) factual information on the resource, e.g. identifier, language, technical description,
and (b) contextual information in which the resource is described for a particular
educational context, i.e. difficulty is relying on some particular target user population,
and it is possible that another metadata record for the same resource is having a
different value as it is considering a different target. Such a contextualisation is
supported by the Confolio tool and its backend
        <xref ref-type="bibr" rid="ref4">(Ebner, 2008)</xref>
        . One common use case
is to harvest metadata from generic repositories and to provide context by adding
educational metadata. Separate named graphs with relations between them are used to
express metadata (in our case educational metadata) and meta-metadata such as
provenance information and access control.
      </p>
      <p>
        The general availability of learning object metadata as LOD across repositories
would enable a number of applications that are beyond the reach of current systems.
From the viewpoint of filtering and selection, it would be possible to build systems
that mediate search through terminologies or ontologies representing educational
systems and competencies required for particular profiles. Particularly, it would be
possible to navigate through these representations to browse and search,
complementing current distributed query and harvesting mechanisms. Another key
application would be that of aggregating metadata descriptions for the same learning
object, creating new opportunities for filtering based on quality, and having a way to
measure the reusability of the resource across different educational contexts
        <xref ref-type="bibr" rid="ref12">(Sicilia
and García-Barriocanal, 2003)</xref>
        .
      </p>
      <p>In order to enable cross-repository search and browsing through LOD, there is a
need for some conventions on exposing resource metadata and also some descriptions
of the repository themselves. These are described in what follows.</p>
    </sec>
    <sec id="sec-3">
      <title>3 Exporting IEEE LOM as linked data</title>
      <p>
        Organic.Edunet features two different approaches for storing metadata: (1) the
distributed repository tools using a triple-store with an abstraction of named graphs
2 http://dublincore.org/educationwiki/DCMIIEEELTSCTaskforce
and an implementation of the DCMI/IEEE draft using DCAM
        <xref ref-type="bibr" rid="ref5">(Ebner, 2009)</xref>
        , and (2)
on the federated portal side, an OWL-based repository based on HP Jena with a
relational datastore backend, using an OWL representation of IEEE LOM combined
with several ontologies, including one with an specific terminology for organic
agriculture and agroecology
        <xref ref-type="bibr" rid="ref11">(Sánchez-Alonso, 2009)</xref>
        . The repository tools within the
federation expose the metadata following the linked data approach and according to
the abovementioned DCMI/IEEE draft. In a different way, the process of exporting
linked data through the portal required the construction of a new module that uses the
existing SPARQL endpoint to translate the native RDFOWL representation to the
RDF export described below, combined with a module creating additional RDF links
whenever viable in an automated way.
      </p>
      <p>
        Identifiers should be representing at least two types of entities: the object
themselves (i.e. the Web contents) and the metadata records, as the same objects may
be described several times in different repositories
        <xref ref-type="bibr" rid="ref3">(Downes, 2004)</xref>
        . In our case, all
the resources are external to the portal and identified by URIs, so we are exposing
only the second kind of objects. The resource identifiers themselves in IEEE LOM are
specified in element General.Identifier. In our case, the URI is the object of all
the resource statements about the resource, with the exception of the
Metametadata category, that will have as object the document requested. In consequence,
a fragment expressed in Turtle syntax for the description of an example resource
would be as follows (namespace declarations are omitted for brevity):
# Meta-metadata information
&lt;&gt;
lom-meta:schema lom-meta:LOMv1.0
lom-meta:language &lt; http://dbpedia.org/page/English_language&gt;;
…
# The description
&lt; http://confolio.vm.grnet.gr/scam/6/resource/271&gt;
lom-gen:language &lt; http://dbpedia.org/page/English_language&gt;;
lom-gen:keyword [
a rdf:Alt;
rdf:_1 "energy consumption"@en ;
rdf:_2 "energiforbruk"@no ;
];
lom-gen:structure lom-gen:atomic;
lom-gen:coverage &lt;http://dbpedia.org/page/Austria&gt;;
lom-edu:interactivityType lom-edu:expositive;
lom-life:editor [
lom-life:contributor [
foaf:name “Petros Lameras”
foaf: workplaceHomepage &lt;http://www.ea.gr&gt;
…
]
lom-life:validator [
…
      </p>
      <p>There are several cases in which links to other linked data sites can be provided,
including language of the metadata record and of the resource, which can be
mapped to DBPedia resources. The lifecycle of the resources in Organic.Edunet
requires metadata on the content provider (editor) and on the party that underwent
quality assessment (validator). Both are using internally vCards, however in the
exporting through linked data, these are converted into FOAF sentences linking to
organizations where available. Another interesting case is lom-gen:coverage in
which spatial coverages are linked to the DBPedia, and can also be linked to other LD
datasets representing geopolitical information. In general, the vocabulary values used
(e.g. lom-edu:expositive) are represented using the (namespace, value) construct
proposed as a general mechanism in Nilsson et al. (2003).</p>
      <p>Linking to ontology/terminology elements is achieved by exposing the
Organic.Edunet ontology as linked data by using the following convention:
&lt;http://www.organic-edunet.eu/ont/element&gt;. Where term is one of the terms,
instances or properties in the ontology. The RDF description enables the navigation
through the is-a hierarchy but also laterally by following predicates. For example:
&lt; http://www.organic-edunet.eu/ont/biological-fertilizer&gt;
oe:is-made-from</p>
      <p>&lt; http://www.organic-edunet.eu/ont/plant-origin-processed-product&gt;;
A special case is that of element Classification which is used for various
purposes in Organic.Edunet. IEEE LOM provides a vocabulary of purposes for this
field, but these have been extended in the project with additional ones that were
selected to provide a better description of classifications. The following fragment
shows an example of IEEE LOM and extended classification purposes.
oe:details &lt;http://www.organic-edunet.eu/ont/soil-fertility&gt;
The oe:detail property is an rdfs:subPropertyOf of the vocabulary property
lom-cls:educationalObjective. This is one of the IEEE LOM purpose values
refined currently in the portal, a similar approach could be used for others as for
example, prerrequisites.</p>
      <p>The abovementioned conventions are the basis for exposing metadata in LOD
format, including links to arbitrary terminologies. An additional step is that of
providing links to other resources. This is implemented by extending the meanings of
the IEEE LOM Relation.Kind element (which has a value space based on Dublin
Core). As there are no data for this element in Organic.Edunet, descriptions are
extracted from other parts of the portal. Currently and for demonstration purposes,
links based on co-ocurrence of user-created tags are automatically added.</p>
    </sec>
    <sec id="sec-4">
      <title>4 Browsing across repositories by using IEEE LOM</title>
      <p>
        Architecting a browser that works over repositories publishing linked data following
the abovedescribed conventions requires components to start the search process and to
traverse links across metadata to reach related resources. We limit our discussion to
reaching resources that are related through common reference to entities or concepts
in terminologies that are also published as linked data. Organic.Edunet features a
form of “berrypicking” search as described by
        <xref ref-type="bibr" rid="ref1">Bates (1989)</xref>
        . The existing
implementation was based on the traversal of ontology relations, namely subclass for
the main navigation and arbitrary properties for an alternative traversal. The selection
one or several terms is done by navigation, iteratively and search processes are done
on the central metadata repository that harvests regularly the provider systems. A
REST-based interface is invoked from a Flash-based visualization, using JSON for
the transfer of data for the rendering of the traversal tree. The re-design to exploit
linked data consumption entails two main aspects:
1. Changing the interfaces serving terms during navigation to provide ontology
terms across distributed linked terminologies. This allows the visualization to
render any kind of relationship that is provided as backlinks in the description of
the terms.
2. Changing the invocation from a local search to a distributed one. This can do in
two flavors: (i) using text descriptions to go through conventional distributed
query systems and (ii) selecting repositories or aggregators depending on the
selfdeclaration of the terminologies used by repositories.
      </p>
      <p>In both cases, repositories need to expose some form of standardized query
interface as the SQI. The second approach would requires knowing which
terminologies are in use by each repository, so that RDF links as applicable in
Classification are used for the selection. A kind of self-declaration from
repositories may follow the linked data approach by exposing information about
themselves using linked data. An example is as follows:
&lt; http://www.organic-edunet.eu/lor&gt;
dc:requires &lt;http://www.organic-edunet.eu/ont/&gt;;
dc:requires &lt;http://aims.fao.org/aos/agrovoc/&gt;;
...</p>
      <p>The W3C VoID3 vocabulary for expressing metadata about RDF datasets can be used
for the same purpose, concretely using the void:vocabulary property. Also, a
property similar to VoID sparqlEndpoint could be used to provide the SQI endpoint
of the repository. While many repositories are not using any kind of controlled
vocabulary there are some relevant cases starting to use them as the LRE Thesaurus4,
the Organic.Edunet ontology or the different classification systems used in MACE5.
In other cases, they can be generated automatically from metadata, as has been
experimentally tested with AGROVOC in Organic.Edunet by using KEA6 keyphrase
extraction mechanisms. As an example, let’s consider the current semantic
navigational interface in Organic.Edunet showed in Figure 1. The OE ontology is
providing mappings to terms in the AGROVOC thesaurus via owl:sameAs, which has
very recently started to be exposed as linked data7. This enables the navigation to
move to AGROVOC for the collection of query terms. Once the user has finished the
query formulation, the terms selected would be sent via SQI to the underlying
repository (in this case Organic.Edunet) or to any other that is exposing their
description. The requires statements serve the role of selecting the more appropriate
repositories according to terminologies used. Repositories can be discovered by
crawling or by trying with the prefixes of URIs of resources included in the relation
statements of records obtained.</p>
      <p>The results snippets in Figure 1 would then potentially correspond to resources in
several repositories without the need for central harvesting or registries of
repositories. Also, relations between learning objects and to other linked data sets
(e.g. as in coverage) can be exploited for query expansion.
3 http://www.w3.org/TR/void/
4 http://lre.eun.org/node/87
5 http://portal.mace-project.eu/
6 http://www.nzdl.org/Kea/
7 http://aims.fao.org/website/Linked-Open-Data/sub</p>
    </sec>
    <sec id="sec-5">
      <title>5 Conclusions and outlook</title>
      <p>The linked data approach represents an opportunity to evolve existing learning object
repository technology towards the open exposure of metadata in a form that enables
novel approaches to search and navigation that are not restricted to centralized
metadata stores and that enable navigating across repositories without a need for
integrating them beyond the provision of links to other linked data sources.</p>
      <p>Linked data support in the Organic.Edunet portal is currently in a prototype stage
and in ongoing development, so it may still be subject to change. It has been used in a
different way from the beginning within the repository tools of the providers to the
portal based on Confolio, complying with DCMI/IEEE drafts for encoding the
metadata. The support for distributed browsing is currently based only on pilot
prototypes, as there are no other learning object repositories exposing linked data that
could be used for integration testing. However, the re-design of the browsing
interfaces show that the approach is feasible to implement. Future work should deal
with the evaluation and refinement of the conventions used to provide semantic
relations between learning resources and their metadata, moving to a formal
specification that could be used in the many repositories currently exposing IEEE
LOM metadata through OAI-PMH or SQI interfaces. It should be noted that the
success of the approach presented here relies on the adoption of a shared set of linked
data exposure conventions for repositories, which can only come from a kind of
community consensus.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>The work presented in this paper has been funded with support by the European
Commission through the projects Organic.Edunet and TEL-Map.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Bates</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The Design of Browsing and Berrypicking Techniques for the Online Search Interface</article-title>
          .
          <source>Online Review</source>
          <volume>13</volume>
          (
          <year>October 1989</year>
          ):
          <fpage>407</fpage>
          -
          <lpage>424</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heath</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Linked data - the story so far</article-title>
          .
          <source>International Journal on Semantic Web and Information Systems (IJSWIS)</source>
          ,
          <volume>5</volume>
          (
          <issue>3</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>22</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Downes</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2004</year>
          ) '
          <article-title>Resource profiles'</article-title>
          ,
          <source>Journal of Interactive</source>
          Media in Education, Available at: http://www-jime.open.ac.uk/
          <year>2004</year>
          /5.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Ebner</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palmér</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A Mashup-friendly Resource and Metadata Management Framework</article-title>
          , In: Wild, Kalz, Palmér (Eds.):
          <article-title>Mash-Up Personal Learning Environments</article-title>
          ,
          <source>Proceedings of the 1st Workshop MUPPLE, European Conference on Technology Enhanced Learning (ECTEL)</source>
          , Maastricht, The Netherlands,
          <fpage>17</fpage>
          -
          <lpage>19</lpage>
          September,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Ebner</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manouselis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palmér</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Enoksson</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palavitsinis</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kastrantas</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Naeve</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Learning Object Annotation for Agricultural Learning Repositories</article-title>
          ,
          <source>IEEE International Conference on Advanced Learning Technologies</source>
          , Riga, Latvia,
          <fpage>15</fpage>
          -
          <issue>17</issue>
          <year>July</year>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>IEEE</surname>
            <given-names>LOM</given-names>
          </string-name>
          , “
          <article-title>Draft Standard for Learning Object Metadata”</article-title>
          ,
          <source>IEEE Learning Technology Standards Committee, IEEE 1484.12</source>
          .
          <fpage>1</fpage>
          -
          <issue>2002</issue>
          ,
          <issue>15</issue>
          <year>July 2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Klemke</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ternier</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Specht</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2010</year>
          ),
          <article-title>Implementing infrastructures for managing learning objects</article-title>
          .
          <source>British Journal of Educational Technology</source>
          ,
          <volume>41</volume>
          :
          <fpage>873</fpage>
          -
          <lpage>882</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Nilsson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Draft Recommended Practice for Expressing IEEE Learning Object Metadata Instances Using the Dublin Core Abstract Model</article-title>
          .
          <source>Draft IEEE P1484.12.4tm/D1</source>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Ochoa</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Duval</surname>
          </string-name>
          , E.:
          <article-title>Quantitative analysis of learning object repositories</article-title>
          ,
          <source>” IEEE Transactions on Learning Technologies</source>
          <volume>2</volume>
          (
          <issue>3</issue>
          ),
          <fpage>226</fpage>
          -
          <lpage>238</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Van de Sompel</surname>
          </string-name>
          , H.,
          <string-name>
            <surname>Nelson</surname>
            ,
            <given-names>M.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lagoze</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Warner</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Resource harvesting within the OAI-PMH framework.</article-title>
          <string-name>
            <surname>D-Lib</surname>
            <given-names>Magazine</given-names>
          </string-name>
          ,
          <volume>10</volume>
          (
          <issue>12</issue>
          ),
          <fpage>1082</fpage>
          -
          <lpage>9873</lpage>
          (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Sánchez-Alonso</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Enhancing availability of learning resources on organic agriculture and agroecology</article-title>
          .
          <source>The Electronic Library</source>
          <volume>27</volume>
          (
          <issue>5</issue>
          ):
          <fpage>792</fpage>
          -
          <lpage>813</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Sicilia</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>García</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2003</year>
          ).
          <article-title>On the Concepts of Usability and Reusability of Learning Objects</article-title>
          .
          <source>International Review of Research in Open and Distance Learning</source>
          <volume>4</volume>
          (
          <issue>2</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Simon</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Massart</surname>
          </string-name>
          , D., van
          <string-name>
            <surname>Assche</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ternier</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duval</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brantner</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Olmedilla</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miklos</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>A Simple Query Interface for Interoperable Learning Repositories</article-title>
          .
          <source>In: Proceedings of the 1st Workshop on Interoperability of Web-based Educational Systems</source>
          , pp.
          <fpage>11</fpage>
          -
          <lpage>18</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>