Browse Source

[v1.1/datacite] Add subtypes

M. Sonntag 4 years ago
parent
commit
8ea9a4c09c
1 changed files with 42 additions and 42 deletions
  1. 42 42
      v1.1/datareference/datacite.xml

+ 42 - 42
v1.1/datareference/datacite.xml

@@ -13,7 +13,7 @@
         <!-- #1 identifier -->
         <section>
             <name>identifier</name>
-            <type>DataCite</type>
+            <type>DataCite/identifier</type>
             <definition>The Identifier is a unique string that identifies a resource.  For software, determine whether the identifier is for a specific version of a piece of software, (per the Force11 Software Citation Principles11), or for all versions.</definition>
 
             <property>
@@ -32,11 +32,11 @@
         <!-- #2 creators -->
         <section>
             <name>creators</name>
-            <type>DataCite</type>
+            <type>DataCite/creator</type>
 
             <section>
                 <name>creator #</name>
-                <type>DataCite</type>
+                <type>DataCite/creator</type>
                 <definition>The main researchers involved in producing the data, or the authors of the publication, in priority order. To supply multiple creators, repeat this property.</definition>
 
                 <property>
@@ -63,7 +63,7 @@
 
                 <section>
                     <name>namedIdentifier #</name>
-                    <type>DataCite</type>
+                    <type>DataCite/creator</type>
                     <definition>Uniquely identifies an individual or legal entity, according to various schemes.</definition>
 
                     <property>
@@ -85,7 +85,7 @@
 
                 <section>
                     <name>affiliation #</name>
-                    <type>DataCite</type>
+                    <type>DataCite/creator</type>
                     <definition>The organizational or institutional affiliation of the creator.</definition>
 
                     <property>
@@ -115,11 +115,11 @@
         <!-- #3 Title -->
         <section>
             <name>titles</name>
-            <type>DataCite</type>
+            <type>DataCite/title</type>
 
             <section>
                 <name>title #</name>
-                <type>DataCite</type>
+                <type>DataCite/title</type>
                 <definition>A name or title by which a resource is known. May be the title of a dataset or the name of a piece of software.</definition>
 
                 <property>
@@ -153,7 +153,7 @@
         <!-- #10 ResourceType -->
         <section>
             <name>resourceType</name>
-            <type>DataCite</type>
+            <type>DataCite/resourceType</type>
             <definition>A description of the resource. The format is open, but the preferred format is a single term of some detail so that a pair can be formed with the sub-property. Text formats can be free-text OR terms from the CASRAI Publications resource type list.</definition>
 
             <property>
@@ -173,11 +173,11 @@
         <!-- can be used to provide keywords describing the dataset -->
         <section>
             <name>subjects</name>
-            <type>DataCite</type>
+            <type>DataCite/subject</type>
 
             <section>
                 <name>subject #</name>
-                <type>DataCite</type>
+                <type>DataCite/subject</type>
                 <definition>Subject, keyword, classification code, or key phrase describing the resource.</definition>
 
                 <property>
@@ -206,11 +206,11 @@
         <!-- #7 Contributor -->
         <section>
             <name>contributors</name>
-            <type>DataCite</type>
+            <type>DataCite/contributor</type>
 
             <section>
                 <name>contributor #</name>
-                <type>DataCite</type>
+                <type>DataCite/contributor</type>
                 <definition>The institution or person responsible for collecting, managing, distributing, or otherwise contributing to the development of the resource.To supply multiple contributors, repeat this property.For software, if there is an alternate entity that "holds, archives, publishes, prints, distributes, releases, issues, or produces" the code, use the contributorType "hostingInstitution" for the code repository.</definition>
 
                 <property>
@@ -243,7 +243,7 @@
 
                 <section>
                     <name>namedIdentifier #</name>
-                    <type>DataCite</type>
+                    <type>DataCite/contributor</type>
                     <definition>Uniquely identifies an individual or legal entity, according to various schemes.</definition>
 
                     <property>
@@ -265,7 +265,7 @@
 
                 <section>
                     <name>affiliation #</name>
-                    <type>DataCite</type>
+                    <type>DataCite/contributor</type>
                     <definition>The organizational or institutional affiliation of the contributor.</definition>
 
                     <property>
@@ -295,11 +295,11 @@
         <!-- #8 date -->
         <section>
             <name>dates</name>
-            <type>DataCite</type>
+            <type>DataCite/date</type>
 
             <section>
                 <name>date #</name>
-                <type>DataCite</type>
+                <type>DataCite/date</type>
                 <definition>Different dates relevant to the work.</definition>
 
                 <property>
@@ -331,11 +331,11 @@
         <!-- #11 alternateIdentifier  -->
         <section>
             <name>alternateIdentifiers</name>
-            <type>DataCite</type>
+            <type>DataCite/alternateIdentifier</type>
 
             <section>
                 <name>alternateIdentifier #</name>
-                <type>DataCite</type>
+                <type>DataCite/alternateIdentifier</type>
                 <definition>An identifier or identifiers other than the primary Identifier applied to the resource being registered. This may be any alphanumeric string which is unique within its domain of issue. May be used for local identifiers. AlternateIdentifier should be used for another identifier of the same instance (same location, same file).</definition>
 
                 <property>
@@ -354,11 +354,11 @@
         <!-- #12 relatedIdentifier -->
         <section>
             <name>relatedIdentifiers</name>
-            <type>DataCite</type>
+            <type>DataCite/relatedIdentifier</type>
 
             <section>
                 <name>relatedIdentifier #</name>
-                <type>DataCite</type>
+                <type>DataCite/relatedIdentifier</type>
                 <definition>Identifiers of related resources. These must be globally unique identifiers.</definition>
 
                 <property>
@@ -404,11 +404,11 @@
         <!-- #13 size -->
         <section>
             <name>sizes</name>
-            <type>DataCite</type>
+            <type>DataCite/size</type>
 
             <section>
                 <name>size #</name>
-                <type>DataCite</type>
+                <type>DataCite/size</type>
                 <definition>Size (e.g. bytes, pages, inches, etc.) or duration (extent), e.g. hours, minutes, days, etc., of a resource.</definition>
 
                 <property>
@@ -422,11 +422,11 @@
         <!-- #14 format -->
         <section>
             <name>formats</name>
-            <type>DataCite</type>
+            <type>DataCite/format</type>
 
             <section>
                 <name>format #</name>
-                <type>DataCite</type>
+                <type>DataCite/format</type>
                 <definition>Technical format of the resource.</definition>
 
                 <property>
@@ -447,11 +447,11 @@
         <!-- #16 Rights -->
         <section>
             <name>rightsList</name>
-            <type>DataCite</type>
+            <type>DataCite/rights</type>
 
             <section>
                 <name>rights #</name>
-                <type>DataCite</type>
+                <type>DataCite/rights</type>
                 <definition>Any rights information for this resource. The property may be repeated to record complex rights characteristics.</definition>
 
                 <property>
@@ -480,11 +480,11 @@
         <!-- #17 description -->
         <section>
             <name>descriptions</name>
-            <type>DataCite</type>
+            <type>DataCite/description</type>
 
             <section>
                 <name>description #</name>
-                <type>DataCite</type>
+                <type>DataCite/description</type>
                 <definition>All additional information that does not fit in any of the other categories. May be used for technical information.</definition>
 
                 <property>
@@ -504,11 +504,11 @@
         <!-- #18 geolocation -->
         <section>
             <name>geoLocations</name>
-            <type>DataCite</type>
+            <type>DataCite/geoLocation</type>
 
             <section>
                 <name>geoLocation #</name>
-                <type>DataCite</type>
+                <type>DataCite/geoLocation</type>
                 <definition>Spatial region or named place where the data was gathered or about which the data is focused.</definition>
 
                 <property>
@@ -519,7 +519,7 @@
 
                 <section>
                     <name>geoLocationPoint</name>
-                    <type>DataCite</type>
+                    <type>DataCite/geoLocation</type>
                     <definition>A point location in space.</definition>
 
                     <property>
@@ -535,7 +535,7 @@
                 </section>
                 <section>
                     <name>geoLocationBox</name>
-                    <type>DataCite</type>
+                    <type>DataCite/geoLocation</type>
                     <definition>The spatial limits of a box. A box is defined by two geographic points. Left low corner and right upper corner. Each point is defined by its longitude and latitude.</definition>
 
                     <property>
@@ -561,7 +561,7 @@
                 </section>
                 <section>
                     <name>geoLocationPolygon</name>
-                    <type>DataCite</type>
+                    <type>DataCite/geoLocation</type>
                     <definition>A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain.</definition>
 
                     <section>
@@ -587,11 +587,11 @@
         <!-- #19 fundingReference -->
         <section>
             <name>fundingReferences</name>
-            <type>DataCite</type>
+            <type>DataCite/fundingReference</type>
 
             <section>
                 <name>fundingReference #</name>
-                <type>DataCite</type>
+                <type>DataCite/fundingReference</type>
                 <definition>Information about financial support (funding) for the resource being registered.</definition>
 
                 <property>
@@ -642,7 +642,7 @@
 
         <section>
             <name>version</name>
-            <type>DataCiteComplement</type>
+            <type>DataCiteComplement/version</type>
             <definition>The implemented datacite schema version</definition>
 
             <property>
@@ -654,12 +654,12 @@
         </section>
 
         <section>
-            <name>References</name>
-            <type>DataCiteComplement</type>
+            <name>references</name>
+            <type>DataCiteComplement/reference</type>
 
             <section>
-                <name>Reference #</name>
-                <type>DataCiteComplement</type>
+                <name>reference #</name>
+                <type>DataCiteComplement/reference</type>
                 <definition>A publication the published dataset is referencing.</definition>
 
                 <property>
@@ -668,12 +668,12 @@
                     <definition>DOI to the referenced publication</definition>
                 </property>
                 <property>
-                    <name>RefType</name>
+                    <name>refType</name>
                     <type>string</type>
                     <definition>refType might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf for further valid types see https://schema.datacite.org/meta/kernel-4</definition>
                 </property>
                 <property>
-                    <name>PublicationCitation</name>
+                    <name>publicationCitation</name>
                     <type>string</type>
                     <definition>Full citation of the reference publication</definition>
                 </property>