Project

General

Profile

1
<resource xmlns="http://datacite.org/schema/kernel-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd">
2
	<identifier identifierType="CMRID">$object.id$</identifier>
3
	<titles>
4
		<title xml:lang="en-us">$object.title$</title>
5
	</titles>
6

    
7
	$object.organizations:{
8
				<publisher>$it$</publisher>
9

    
10
    }$
11
	<dates>
12
		<date dateType="Created">$object.time_start$</date>
13
		<date dateType="Updated">$object.updated$</date>
14
	</dates>
15
	<resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
16
	<alternateIdentifiers>
17
		$object.links:{
18
			<alternateIdentifier alternateIdentifierType="URL">$it.id$</alternateIdentifier>
19
		}$
20

    
21
	</alternateIdentifiers>
22
	<formats>
23
		<format>$object.original_format$</format>
24
	</formats>
25

    
26
	<descriptions>
27
		<description descriptionType="Other"> $object.summary$ </description>
28
	</descriptions>
29
	<geoLocations>
30
		<geoLocation>
31
			$if(object.points)$<geoLocationPoint>$object.points$</geoLocationPoint>$endif$
32
			$if(object.boxes)$
33
				$object.boxes:{<geoLocationBox>$it$</geoLocationBox>}$
34
			$endif$
35
		</geoLocation>
36
	</geoLocations>
37
</resource>
(1-1/4)