@@ -13,10 +13,10 @@ The Learning Object Metadata is a data model, usually encoded in XML, used to de
Here is the [specification](https://oer-repo.uibk.ac.at/lom/latest/) used by UIBK
### Example Requests
Please use the following links careful not to bother the system with heavy loads.
-**ListRequest** -
-**ListRecords** -
To get the complete List of Resourses. [Example](https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=ListRecords&metadataPrefix=lom) .
-**GetRequest** -
-**GetRecord** -
To get the Details of a specific Resourse: [Example 1](https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=GetRecord&metadataPrefix=lom&identifier=oai:oer-repo.uibk.ac.at:e0d6bbfa-3945-437d-ba16-3c6fab848f37), [Example 2](https://repository.tugraz.at/oai2d?verb=GetRecord&metadataPrefix=lom&identifier=oai:repository.tugraz.at:vqyg5-xb977).
As mentioned above, some implementaion are returning content-type as _text/xml_ like **invenio**, others like **edu-share** returning _application/xml_. So the client should be able to handle both!