From b891c0f9e5676576f5b41ab10ed5945963cdc94d Mon Sep 17 00:00:00 2001 From: Osma Suominen Date: Fri, 8 Dec 2023 16:14:13 +0200 Subject: [PATCH] Create docthesis-with-opponent-and-series.md --- .../docthesis-with-opponent-and-series.md | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 docs/examples/docthesis-with-opponent-and-series.md diff --git a/docs/examples/docthesis-with-opponent-and-series.md b/docs/examples/docthesis-with-opponent-and-series.md new file mode 100644 index 0000000..cf3fdb3 --- /dev/null +++ b/docs/examples/docthesis-with-opponent-and-series.md @@ -0,0 +1,48 @@ +# Doctoral thesis with opponent, published in a series + +Faster than real-time simulation of fluid power-driven mechatronic machines + +Malysheva, Julia (2021-06-01) + +Lappeenranta-Lahti University of Technology LUT + +Acta Universitatis Lappeenrantaensis 960 + +[Original metadata](https://lutpub.lut.fi/handle/10024/162541?show=full) is available in the LUTPub DSpace repository. The SRAP metadata below is a literal translation into DCT and SRAP, preserving the order of fields as much as possible. Note that the number within the series (960) is not represented in the DSpace metadata in this case, but can be found in the [PDF publication](https://lutpub.lut.fi/bitstream/handle/10024/162541/Julia%20Malysheva%20A4.pdf?sequence=1&isAllowed=y). + +## SRAP metadata + +``` +# The online thesis we are (mainly) describing +ex:online_thesis + dct:creator "Malysheva, Julia" ; + dct:issued "2021-06-01" ; + dct:identifier urn:isbn:978-952-335-653-5 ; # electronic ISBN expressed using RFC3187 + dct:identifier ; # repository local URI identifier + dct:abstract "The level of automation of mechatronic machines, such as..."@en ; # cut for brevity + dct:extent "79 pages" ; # number of pages, a dct:SizeOrDuration instance + dct:language "en" ; # language expressed as IETF BCP 47 language tag + dct:publisher "Lappeenranta-Lahti University of Technology LUT"@en ; + dct:isPartOf ex:series ; # is part of the series it has been published in + xxx:numberInSeries "960" ; # TODO number in series - how to represent this? + dct:isVersionOf ex:printed_thesis ; # link to the printed thesis which has a different ISBN + dct:rights "Kaikki oikeudet pidätetään."@fi, "All rights reserved."@en ; + dct:subject "..." ; # actual subjects omitted for brevity + dct:title "Faster than real-time simulation of fluid power-driven mechatronic machines"@en ; + marcrel:opn "Ellman, Asko" ; # official opponent at the doctoral defense, using MARC relator + dct:type ; # COAR resource type: doctoral thesis + dct:contributor "Lappeenrannan-Lahden teknillinen yliopisto LUT"@fi, "Lappeenranta-Lahti University of Technology LUT"@en ; # TODO should this be a resource? Typed as Organization? + dct:contributor "School of Energy Systems"@en ; # TODO should this be part of the above? + dct:subject "School of Energy Systems, Mechanical Engineering" ; # TODO is this the correct field for degree program? + marcrel:rev "Ellman, Asko" ; # reviewer, using MARC relator + marcrel:rev "Pietola, Matti" ; # ditto + marcrel:dgs "Handroos, Heikki" . # degree supervisor, using MARC relator + +# Printed version of the thesis, with a different ISBN +ex:printed_thesis + dct:identifier urn:isbn:978-952-335-652-8 . # ISBN of printed version + +# Series where the thesis was published in (reusable entity) +ex:series dct:title "Acta Universitatis Lappeenrantaensis" ; + dct:identifier urn:issn:1456-4491 . +```