cirneco 0.9.17 → 0.9.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +0 -3
  3. data/Gemfile.lock +8 -8
  4. data/cirneco.gemspec +1 -1
  5. data/doi.xml +47 -0
  6. data/lib/cirneco/version.rb +1 -1
  7. data/resources/kernel-4.0/include/{datacite-dateType-v4.xsd → datacite-dateType-v4.1.xsd} +3 -1
  8. data/resources/kernel-4.0/include/datacite-nameType-v4.1.xsd +10 -0
  9. data/resources/kernel-4.0/include/{datacite-relationType-v4.xsd → datacite-relationType-v4.1.xsd} +8 -1
  10. data/resources/kernel-4.0/include/{datacite-resourceType-v4.xsd → datacite-resourceType-v4.1.xsd} +3 -1
  11. data/resources/kernel-4.0/metadata.xsd +27 -15
  12. data/resources/kernel-4.0/samples/datacite-example-Box_dateCollected_DataCollector-v4.1.xml +52 -0
  13. data/resources/kernel-4.0/samples/datacite-example-GeoLocation-v4.1.xml +66 -0
  14. data/resources/kernel-4.0/samples/datacite-example-HasMetadata-v4.1.xml +70 -0
  15. data/resources/kernel-4.0/samples/datacite-example-ResearchGroup_Methods-v4.1.xml +46 -0
  16. data/resources/kernel-4.0/samples/datacite-example-ResourceTypeGeneral_Collection-v4.1.xml +52 -0
  17. data/resources/kernel-4.0/samples/datacite-example-complicated-v4.1.xml +58 -0
  18. data/resources/kernel-4.0/samples/datacite-example-datapaper-v4.1.xml +32 -0
  19. data/resources/kernel-4.0/samples/datacite-example-dataset-v4.1.xml +45 -0
  20. data/resources/kernel-4.0/samples/datacite-example-full-v4.1.xml +103 -0
  21. data/resources/kernel-4.0/samples/datacite-example-fundingReference-v.4.1.xml +61 -0
  22. data/resources/kernel-4.0/samples/datacite-example-polygon-advanced-v4.1.xml +141 -0
  23. data/resources/kernel-4.0/samples/datacite-example-polygon-v4.1.xml +161 -0
  24. data/resources/kernel-4.0/samples/datacite-example-relationTypeIsIdenticalTo-v4.1.xml +65 -0
  25. data/resources/kernel-4.0/samples/datacite-example-software-v4.1.xml +67 -0
  26. data/resources/kernel-4.0/samples/datacite-example-video-v4.1.xml +31 -0
  27. data/resources/kernel-4.0/samples/datacite-example-workflow-v4.1.xml +55 -0
  28. data/spec/api_spec.rb +4 -4
  29. data/spec/doi_spec.rb +4 -4
  30. data/spec/fixtures/vcr_cassettes/Cirneco_Work/media/includes_media.yml +11 -13
  31. data/spec/fixtures/vcr_cassettes/Cirneco_Work/schema/BlogPosting.yml +12 -14
  32. data/spec/utils_spec.rb +8 -8
  33. data/spec/work_spec.rb +5 -5
  34. metadata +25 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a62f02ec6dd9d41499762d7895ea4d05e296e9c1de28f4eb3793ba94831a210
4
- data.tar.gz: bd7e7994cc3871edb6ea2556ab46fb90beac546e850e0380412ed7a1ba8cace0
3
+ metadata.gz: cca0c2e9946cdf985d4332dc7e5a8ed2fd5740d2de858aeeaed9531bcec463aa
4
+ data.tar.gz: a74c95b5fcb4cb24f2fb3157fab318a772f3d8941aa36bd91f2c4d46c8a73431
5
5
  SHA512:
6
- metadata.gz: 9f41065948d2e4989f413c576c7212bdb656a00a9f649a9a50132e86dd7f525df35a7444b814d92de23e29ff2c6d616050cecd6b6885ba18fd9cb9cf27bf2737
7
- data.tar.gz: 7296b8960ecea524b72b431e0f256e9e62f9383f14af68410d1787e523f9cbab8c61a0381de87bc7fb2b3ef360ddebbbe3a0335d9f08510baaf4629202b8af48
6
+ metadata.gz: d462ca855add39c0f05b59e8f81bdf44ed4653de5c801ea418f39d07d036cd51ca020969765644ca63299974cdf4c9c5b890da6b2461c354d8f1c1491bb7aeeb
7
+ data.tar.gz: 37a4cfbe52289f846215e9746a1df5a31ce76a9aa9ecde9257ab26a81f9eab1e99bbabfdb7457310aa9a21888493552837f859a2e9e92572d8279da30f08ce8f
data/.gitignore CHANGED
@@ -49,9 +49,6 @@ build-iPhoneSimulator/
49
49
  # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
50
50
  .rvmrc
51
51
 
52
- # outputs
53
- *.xml
54
-
55
52
  coverage/
56
53
  spec/fixtures/doi.yml
57
54
  .env
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cirneco (0.9.17)
4
+ cirneco (0.9.18)
5
5
  activesupport (>= 4.2.5, < 6)
6
- base32-url (~> 0.3)
6
+ base32-url (~> 0.5)
7
7
  bergamasco (~> 0.3)
8
8
  bolognese (~> 0.9)
9
9
  builder (~> 3.2, >= 3.2.2)
@@ -22,7 +22,7 @@ GEM
22
22
  tzinfo (~> 1.1)
23
23
  addressable (2.5.2)
24
24
  public_suffix (>= 2.0.2, < 4.0)
25
- base32-url (0.3)
25
+ base32-url (0.5)
26
26
  benchmark_methods (0.7)
27
27
  bergamasco (0.3.17)
28
28
  activesupport (>= 4.2.5, < 6)
@@ -85,7 +85,7 @@ GEM
85
85
  concurrent-ruby (~> 1.0)
86
86
  hashdiff (0.3.7)
87
87
  htmlentities (4.3.4)
88
- i18n (0.9.1)
88
+ i18n (0.9.3)
89
89
  concurrent-ruby (~> 1.0)
90
90
  iso8601 (0.9.1)
91
91
  json (2.1.0)
@@ -112,11 +112,11 @@ GEM
112
112
  nokogiri (~> 1.8.1)
113
113
  oj (>= 2.8.3)
114
114
  mini_portile2 (2.3.0)
115
- minitest (5.11.1)
115
+ minitest (5.11.3)
116
116
  multi_json (1.13.1)
117
117
  multipart-post (2.0.0)
118
118
  namae (0.11.3)
119
- nokogiri (1.8.1)
119
+ nokogiri (1.8.2)
120
120
  mini_portile2 (~> 2.3.0)
121
121
  oj (2.18.5)
122
122
  pandoc-ruby (2.0.2)
@@ -125,7 +125,7 @@ GEM
125
125
  nokogiri (>= 1.6.1, < 1.9)
126
126
  public_suffix (>= 2.0.0, < 2.1)
127
127
  public_suffix (2.0.5)
128
- rack (2.0.3)
128
+ rack (2.0.4)
129
129
  rack-test (0.8.2)
130
130
  rack (>= 1.0, < 3)
131
131
  rake (12.3.0)
@@ -162,7 +162,7 @@ GEM
162
162
  rspec-mocks (3.7.0)
163
163
  diff-lcs (>= 1.2.0, < 2.0)
164
164
  rspec-support (~> 3.7.0)
165
- rspec-support (3.7.0)
165
+ rspec-support (3.7.1)
166
166
  rspec-xsd (0.1.0)
167
167
  nokogiri (~> 1.6)
168
168
  rspec (~> 3)
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.add_dependency 'maremma', '~> 3.5', '>= 3.5.7'
19
19
  s.add_dependency 'bergamasco', '~> 0.3'
20
20
  s.add_dependency 'bolognese', '~> 0.9'
21
- s.add_dependency 'base32-url', '~> 0.3'
21
+ s.add_dependency 'base32-url', '~> 0.5'
22
22
  s.add_dependency 'nokogiri', '~> 1.8.1'
23
23
  s.add_dependency 'builder', '~> 3.2', '>= 3.2.2'
24
24
  s.add_dependency 'activesupport', '>= 4.2.5', '< 6'
data/doi.xml ADDED
@@ -0,0 +1,47 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <resource xmlns="http://datacite.org/schema/kernel-4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
4
+ <identifier identifierType="DOI">10.5072/GLIS_1</identifier>
5
+ <creators>
6
+ <creator>
7
+ <creatorName>GLIS of the ITPGRFA</creatorName>
8
+ </creator>
9
+ </creators>
10
+ <titles>
11
+ <title>Solanum demissum Lindl. CPC 1</title>
12
+ </titles>
13
+ <publisher>James Hutton Institute</publisher>
14
+ <publicationYear>2017</publicationYear>
15
+ <subjects>
16
+ <subject>Plant Genetic Resource for Food and Agriculture</subject>
17
+ </subjects>
18
+ <contributors>
19
+ <contributor contributorType="Other">
20
+ <contributorName>James Hutton Institute</contributorName>
21
+ </contributor>
22
+ </contributors>
23
+ <dates>
24
+ <date dateType="Accepted">10000101</date>
25
+ </dates>
26
+ <language>en</language>
27
+ <resourceType resourceTypeGeneral="PhysicalObject">PGRFA Sample</resourceType>
28
+ <alternateIdentifiers>
29
+ <alternateIdentifier alternateIdentifierType="Local identifier">CPC 1</alternateIdentifier>
30
+ </alternateIdentifiers>
31
+ <relatedIdentifiers>
32
+ <relatedIdentifier relatedIdentifierType="URL" relatedMetadataScheme="GLIS Descriptors" relationType="HasMetadata" schemeType="Text" schemeURI="http://www.fao.org/3/a-bp767e.pdf">https://52.70.89.68/glisapi/v1/pgrfas?_format=xml&amp;doi=10.5072/GLIS_1</relatedIdentifier>
33
+ <relatedIdentifier relatedIdentifierType="DOI" relationType="IsNewVersionOf">10.5072/GLIS_5</relatedIdentifier>
34
+ </relatedIdentifiers>
35
+ <descriptions>
36
+ <description descriptionType="Abstract">Plant Genetic Resource.&lt;br/&gt;Taxonomy: Solanum demissum Lindl.&lt;br/&gt;Crop name(s): Potato&lt;br/&gt;Other names: CPC 1&lt;br/&gt;Conserved by: The James Hutton Institute, United Kingdom&lt;br/&gt;Local sample unique identifier: CPC 1&lt;br/&gt;Method of creation: Acquisition&lt;br/&gt;Date: 1000-01-01&lt;br/&gt;Biological status: Wild&lt;br/&gt;MLS status: Included&lt;br/&gt;Available: Yes</description>
37
+ </descriptions>
38
+ <geoLocations>
39
+ <geoLocation>
40
+ <geoLocationPoint>
41
+ <pointLongitude>56.45713</pointLongitude>
42
+ <pointLatitude>-3.0719</pointLatitude>
43
+ </geoLocationPoint>
44
+ <geoLocationPlace>Holding institution or individual: James Hutton Institute</geoLocationPlace>
45
+ </geoLocation>
46
+ </geoLocations>
47
+ </resource>
@@ -1,3 +1,3 @@
1
1
  module Cirneco
2
- VERSION = "0.9.17"
2
+ VERSION = "0.9.18"
3
3
  end
@@ -1,6 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!-- Version 1.0 - Created 2011-01-13 - FZ, TIB, Germany
3
- 2013-05 v3.0: Addition of ID to simpleType element; addition of value "Collected"; deleted "StartDate" & "EndDate"-->
3
+ 2013-05 v3.0: Addition of ID to simpleType element; addition of value "Collected"; deleted "StartDate" & "EndDate"
4
+ 2017-10-23 v4.1: Addition of value "Other"-->
4
5
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified">
5
6
  <xs:simpleType name="dateType" id="dateType">
6
7
  <xs:annotation>
@@ -13,6 +14,7 @@
13
14
  <xs:enumeration value="Copyrighted"/>
14
15
  <xs:enumeration value="Created"/>
15
16
  <xs:enumeration value="Issued"/>
17
+ <xs:enumeration value="Other"/>
16
18
  <xs:enumeration value="Submitted"/>
17
19
  <xs:enumeration value="Updated"/>
18
20
  <xs:enumeration value="Valid"/>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Version 4.1 - Created 2017-10-23 -->
3
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified">
4
+ <xs:simpleType name="nameType" id="nameType">
5
+ <xs:restriction base="xs:string">
6
+ <xs:enumeration value="Organizational"/>
7
+ <xs:enumeration value="Personal"/>
8
+ </xs:restriction>
9
+ </xs:simpleType>
10
+ </xs:schema>
@@ -2,7 +2,8 @@
2
2
  <!--
3
3
  2011-01-13 v1.0 - FZ, TIB, Germany
4
4
  2013-05 v3.0: Addition of ID to simpleType element, addition of values "IsIdenticalTo", "HasMetadata" & "IsMetadataFor"
5
- 2014-08-20 v3.1: Addition of values "Reviews" & "IsReviewedBy" and "IsDerivedFrom" & "IsSourceOf"-->
5
+ 2014-08-20 v3.1: Addition of values "Reviews" & "IsReviewedBy" and "IsDerivedFrom" & "IsSourceOf"
6
+ 2017-10-23 v.4.1: Addition of values "Describes", "IsDescribedBy", "HasVersion", "IsVersionOf", "Requires", "IsRequiredBy" -->
6
7
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified">
7
8
  <xs:simpleType name="relationType" id="relationType">
8
9
  <xs:annotation>
@@ -34,6 +35,12 @@
34
35
  <xs:enumeration value="IsReviewedBy"/>
35
36
  <xs:enumeration value="IsDerivedFrom"/>
36
37
  <xs:enumeration value="IsSourceOf"/>
38
+ <xs:enumeration value="Describes"/>
39
+ <xs:enumeration value="IsDescribedBy"/>
40
+ <xs:enumeration value="HasVersion"/>
41
+ <xs:enumeration value="IsVersionOf"/>
42
+ <xs:enumeration value="Requires"/>
43
+ <xs:enumeration value="IsRequiredBy"/>
37
44
  </xs:restriction>
38
45
  </xs:simpleType>
39
46
  </xs:schema>
@@ -1,6 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!-- Version 1.0 - Created 2011-01-13 - FZ, TIB, Germany
3
- 2013-05 v3.0: Addition of ID to simpleType element; added values "Audiovisual", "Workflow" & "Other"; deleted value "Film" -->
3
+ 2013-05 v3.0: Addition of ID to simpleType element; added values "Audiovisual", "Workflow" & "Other"; deleted value "Film"
4
+ 2017-10-23 v4.1: Addition of value "DataPaper" -->
4
5
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified">
5
6
  <xs:simpleType name="resourceType" id="resourceType">
6
7
  <xs:annotation>
@@ -9,6 +10,7 @@
9
10
  <xs:restriction base="xs:string">
10
11
  <xs:enumeration value="Audiovisual"/>
11
12
  <xs:enumeration value="Collection"/>
13
+ <xs:enumeration value="DataPaper"/>
12
14
  <xs:enumeration value="Dataset"/>
13
15
  <xs:enumeration value="Event"/>
14
16
  <xs:enumeration value="Image"/>
@@ -7,17 +7,19 @@
7
7
  2011-06-27 v2.2: namespace: kernel-2.2, additions to controlled lists "resourceType", "contributorType", "relatedIdentifierType", and "descriptionType". Removal of intermediate include-files.
8
8
  2013-07-24 v3.0: namespace: kernel-3.0; delete LastMetadataUpdate & MetadateVersionNumber; additions to controlled lists "contributorType", "dateType", "descriptionType", "relationType", "relatedIdentifierType" & "resourceType"; deletion of "StartDate" & "EndDate" from list "dateType" and "Film" from "resourceType"; allow arbitrary order of elements; allow optional wrapper elements to be empty; include xml:lang attribute for title, subject & description; include attribute schemeURI for nameIdentifier of creator, contributor & subject; added new attributes "relatedMetadataScheme", "schemeURI" & "schemeType" to relatedIdentifier; included new property "geoLocation"
9
9
  2014-08-20 v3.1: additions to controlled lists "relationType", contributorType" and "relatedIdentifierType"; introduction of new child element "affiliation" to "creator" and "contributor"
10
- 2016-09-19 v4.0: namespace: kernel-4.0; makes "resourceType" required field, added optional "givenName" and "familyName" to creator and contributor, added "funderReference", added "valueURI" for subject, added "geoLocationPolygon" -->
10
+ 2016-09-19 v4.0: namespace: kernel-4.0; makes "resourceType" required field, added optional "givenName" and "familyName" to creator and contributor, added "funderReference", added "valueURI" for subject, added "geoLocationPolygon"
11
+ 2017-10-23 v4.1: Addition of dateType value "Other", relationType values "Describes", "IsDescribedBy", "HasVersion", "IsVersionOf", "Requires", "IsRequiredBy", resourceType value "DataPaper", new subproperties "dateInformation", "inPolygonPoint", new attribute "nameType", optional attribute "resourceTypeGeneral" for relatedIdentifier -->
11
12
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified" xml:lang="EN">
12
13
  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
13
14
  <xs:include schemaLocation="include/datacite-titleType-v4.xsd"/>
14
15
  <xs:include schemaLocation="include/datacite-contributorType-v4.xsd"/>
15
- <xs:include schemaLocation="include/datacite-dateType-v4.xsd"/>
16
- <xs:include schemaLocation="include/datacite-resourceType-v4.xsd"/>
17
- <xs:include schemaLocation="include/datacite-relationType-v4.xsd"/>
16
+ <xs:include schemaLocation="include/datacite-dateType-v4.1.xsd"/>
17
+ <xs:include schemaLocation="include/datacite-resourceType-v4.1.xsd"/>
18
+ <xs:include schemaLocation="include/datacite-relationType-v4.1.xsd"/>
18
19
  <xs:include schemaLocation="include/datacite-relatedIdentifierType-v4.xsd"/>
19
20
  <xs:include schemaLocation="include/datacite-funderIdentifierType-v4.xsd"/>
20
21
  <xs:include schemaLocation="include/datacite-descriptionType-v4.xsd"/>
22
+ <xs:include schemaLocation="include/datacite-nameType-v4.1.xsd"/>
21
23
  <xs:element name="resource">
22
24
  <xs:annotation>
23
25
  <xs:documentation>
@@ -53,9 +55,13 @@
53
55
  <xs:complexType>
54
56
  <xs:sequence>
55
57
  <xs:element name="creatorName">
56
- <xs:simpleType>
57
- <xs:restriction base="nonemptycontentStringType"/>
58
- </xs:simpleType>
58
+ <xs:complexType>
59
+ <xs:simpleContent>
60
+ <xs:extension base="nonemptycontentStringType">
61
+ <xs:attribute name="nameType" type="nameType" use="optional"/>
62
+ </xs:extension>
63
+ </xs:simpleContent>
64
+ </xs:complexType>
59
65
  </xs:element>
60
66
  <xs:element name="givenName" minOccurs="0"/>
61
67
  <xs:element name="familyName" minOccurs="0"/>
@@ -160,11 +166,13 @@
160
166
  <xs:complexType>
161
167
  <xs:sequence>
162
168
  <xs:element name="contributorName">
163
- <xs:simpleType>
164
- <xs:restriction base="xs:string">
165
- <xs:minLength value="1"/>
166
- </xs:restriction>
167
- </xs:simpleType>
169
+ <xs:complexType>
170
+ <xs:simpleContent>
171
+ <xs:extension base="nonemptycontentStringType">
172
+ <xs:attribute name="nameType" type="nameType" use="optional"/>
173
+ </xs:extension>
174
+ </xs:simpleContent>
175
+ </xs:complexType>
168
176
  </xs:element>
169
177
  <xs:element name="givenName" minOccurs="0"/>
170
178
  <xs:element name="familyName" minOccurs="0"/>
@@ -198,6 +206,7 @@
198
206
  <xs:simpleContent>
199
207
  <xs:extension base="xs:string">
200
208
  <xs:attribute name="dateType" type="dateType" use="required"/>
209
+ <xs:attribute name="dateInformation" use="optional"/>
201
210
  </xs:extension>
202
211
  </xs:simpleContent>
203
212
  </xs:complexType>
@@ -238,6 +247,7 @@
238
247
  <xs:complexType>
239
248
  <xs:simpleContent>
240
249
  <xs:extension base="xs:string">
250
+ <xs:attribute name="resourceTypeGeneral" type="resourceType" use="optional"/>
241
251
  <xs:attribute name="relatedIdentifierType" type="relatedIdentifierType" use="required"/>
242
252
  <xs:attribute name="relationType" type="relationType" use="required"/>
243
253
  <xs:attribute name="relatedMetadataScheme" use="optional"/>
@@ -291,6 +301,7 @@ Use the complete title of a license and include version information if applicabl
291
301
  <xs:simpleContent>
292
302
  <xs:extension base="xs:string">
293
303
  <xs:attribute name="rightsURI" type="xs:anyURI" use="optional"/>
304
+ <xs:attribute ref="xml:lang"/>
294
305
  </xs:extension>
295
306
  </xs:simpleContent>
296
307
  </xs:complexType>
@@ -327,7 +338,7 @@ Use the complete title of a license and include version information if applicabl
327
338
  <xs:sequence>
328
339
  <xs:element name="geoLocation" minOccurs="0" maxOccurs="unbounded">
329
340
  <xs:complexType>
330
- <xs:all>
341
+ <xs:sequence>
331
342
  <xs:element name="geoLocationPlace" minOccurs="0">
332
343
  <xs:annotation>
333
344
  <xs:documentation>Spatial region or named place where the data was gathered or about which the data is focused.</xs:documentation>
@@ -343,17 +354,18 @@ Use the complete title of a license and include version information if applicabl
343
354
  <xs:documentation>A box contains two white space separated latitude-longitude pairs, with each pair separated by whitespace. The first pair is the lower corner, the second is the upper corner.</xs:documentation>
344
355
  </xs:annotation>
345
356
  </xs:element>
346
- <xs:element name="geoLocationPolygon" minOccurs="0">
357
+ <xs:element name="geoLocationPolygon" minOccurs="0" maxOccurs="unbounded">
347
358
  <xs:annotation>
348
359
  <xs:documentation>A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain.</xs:documentation>
349
360
  </xs:annotation>
350
361
  <xs:complexType>
351
362
  <xs:sequence>
352
363
  <xs:element name="polygonPoint" type="point" minOccurs="4" maxOccurs="unbounded"/>
364
+ <xs:element name="inPolygonPoint" type="point" minOccurs="0" maxOccurs="1"/>
353
365
  </xs:sequence>
354
366
  </xs:complexType>
355
367
  </xs:element>
356
- </xs:all>
368
+ </xs:sequence>
357
369
  </xs:complexType>
358
370
  </xs:element>
359
371
  </xs:sequence>
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd">
3
+ <identifier identifierType="DOI">10.5072/DataCollector_dateCollected_geoLocationBox</identifier>
4
+ <creators>
5
+ <creator>
6
+ <creatorName nameType="Personal">Peach, A.</creatorName>
7
+ </creator>
8
+ </creators>
9
+ <titles>
10
+ <title xml:lang="en">
11
+ Temperature and Humidity in School Classrooms, Ponhook Lake, N.S., 1961-1962
12
+ </title>
13
+ </titles>
14
+ <publisher>National Research Council Canada</publisher>
15
+ <publicationYear>1963</publicationYear>
16
+ <subjects>
17
+ <subject xml:lang="en" schemeURI="http://lccn.loc.gov/sh85062931" subjectScheme="LCCN">Temperature</subject>
18
+ <subject xml:lang="en" schemeURI="http://lccn.loc.gov/sh85133712" subjectScheme="LCCN">Humidity</subject>
19
+ <subject xml:lang="en" schemeURI="http://lccn.loc.gov/sh88003345" subjectScheme="LCCN">Classrooms</subject>
20
+ <subject xml:lang="en">Ponhook Lake (N.S.)</subject>
21
+ </subjects>
22
+ <contributors>
23
+ <contributor contributorType="DataCollector">
24
+ <contributorName nameType="Personal">Pomegranate, B.</contributorName>
25
+ </contributor>
26
+ </contributors>
27
+ <dates>
28
+ <date dateType="Collected">1961-06-01/1962-10-12</date>
29
+ </dates>
30
+ <language>en</language>
31
+ <resourceType resourceTypeGeneral="Text">report</resourceType>
32
+ <sizes>
33
+ <size>10 p.</size>
34
+ </sizes>
35
+ <descriptions>
36
+ <description xml:lang="en" descriptionType="Abstract">
37
+ The Division has been taking records of temperatures and humidities in groups of houses at various locations in Canada over the past several years. This survey has more recently been extended to include schools. Records obtained from classrooms in
38
+ six schools in Ponhook Lake, Nova Scotia from June 1, 1961-October 12, 1962 are now reported.
39
+ </description>
40
+ </descriptions>
41
+ <geoLocations>
42
+ <geoLocation>
43
+ <geoLocationPlace>Ponhook Lake, Nova Scotia</geoLocationPlace>
44
+ <geoLocationBox>
45
+ <westBoundLongitude>-64.2</westBoundLongitude>
46
+ <eastBoundLongitude>-63.8</eastBoundLongitude>
47
+ <southBoundLatitude>44.7167</southBoundLatitude>
48
+ <northBoundLatitude>44.9667</northBoundLatitude>
49
+ </geoLocationBox>
50
+ </geoLocation>
51
+ </geoLocations>
52
+ </resource>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd">
3
+ <identifier identifierType="DOI">10.5072/geoPointExample</identifier>
4
+ <creators>
5
+ <creator>
6
+ <creatorName nameType="Personal">Schumann, Kai</creatorName>
7
+ </creator>
8
+ <creator>
9
+ <creatorName nameType="Personal">Völker, David</creatorName>
10
+ </creator>
11
+ <creator>
12
+ <creatorName nameType="Personal">Weinrebe, Wilhelm Reiber</creatorName>
13
+ </creator>
14
+ </creators>
15
+ <titles>
16
+ <title xml:lang="en">
17
+ Gridded results of swath bathymetric mapping of Disko Bay, Western Greenland, 2007-2008
18
+ </title>
19
+ </titles>
20
+ <publisher>
21
+ PANGAEA - Data Publisher for Earth &amp; Environmental Science
22
+ </publisher>
23
+ <publicationYear>2011</publicationYear>
24
+ <subjects>
25
+ <subject xml:lang="en" subjectScheme="DDC">551 Geology, hydrology, meteorology</subject>
26
+ </subjects>
27
+ <contributors>
28
+ <contributor contributorType="HostingInstitution">
29
+ <contributorName nameType="Organizational">
30
+ IFM-GEOMAR Leibniz-Institute of Marine Sciences, Kiel University
31
+ </contributorName>
32
+ </contributor>
33
+ </contributors>
34
+ <language>en</language>
35
+ <resourceType resourceTypeGeneral="Dataset"/>
36
+ <relatedIdentifiers>
37
+ <relatedIdentifier relatedIdentifierType="DOI" relationType="Continues">10.5072/timeSeries</relatedIdentifier>
38
+ </relatedIdentifiers>
39
+ <sizes>
40
+ <size>4 datasets</size>
41
+ </sizes>
42
+ <formats>
43
+ <format>application/zip</format>
44
+ </formats>
45
+ <rightsList>
46
+ <rights rightsURI="http://creativecommons.org/licenses/by/3.0/deed">Creative Commons Attribution 3.0 Unported</rights>
47
+ </rightsList>
48
+ <descriptions>
49
+ <description xml:lang="en" descriptionType="Abstract">
50
+ A ship-based acoustic mapping campaign was conducted at the exit of Ilulissat Ice Fjord and in the sedimentary basin of Disko Bay to the west of the fjord mouth. Submarine landscape and sediment distribution patterns are interpreted in terms of
51
+ glaciomarine facies types that are related to variations in the past position of the glacier front. In particular, asymmetric ridges that form a curved entity and a large sill at the fjord mouth may represent moraines hat depict at least two
52
+ relatively stable positions of the ice front in the Disko Bay and at the fjord mouth. In this respect, Ilulissat Glacier shows prominent differences to the East Greenland Kangerlussuaq Glacier which is comparable in present size and present role for
53
+ the ice discharge from the inland ice sheet. Two linear clusters of pockmarks in the center of the sedimentary basin seem to be linked to ongoing methane release due to dissociation of gas hydrates, a process fueled by climate warming in the Arctic
54
+ realm.
55
+ </description>
56
+ </descriptions>
57
+ <geoLocations>
58
+ <geoLocation>
59
+ <geoLocationPlace>Disko Bay</geoLocationPlace>
60
+ <geoLocationPoint>
61
+ <pointLongitude>-52.000000</pointLongitude>
62
+ <pointLatitude>69.000000</pointLatitude>
63
+ </geoLocationPoint>
64
+ </geoLocation>
65
+ </geoLocations>
66
+ </resource>