forked from D-Net/openaire-graph-docs
updated datacite documentation
This commit is contained in:
parent
dc04f19da1
commit
3f24c7823d
|
@ -56,14 +56,13 @@ The table below describes the mapping from the XML baseline records to the OpenA
|
|||
| **date section** | | for each date in particular for DOI starting with _10.14457_ we Apply a fix thai date convert a date to ThaiBuddhistDate and reformat to local one see ticket [#6791](https://support.openaire.eu/issues/6791) |
|
||||
| `publicationdate` | `\attributes\dates` | where `dateType` is **issued** |
|
||||
| `publicationdate` | `\attributes\publicationYear` | we create this date format `01-01-publicationYear` |
|
||||
| `embargoenddate` | `\attributes\dates` | where `dateType` is **available** |
|
||||
| `subjects` | `\attributes\subject` | `scheme=keywords` |
|
||||
| `description` | `\attributes\descriptions` | |
|
||||
| `publisher` | `\attributes\publisher` | |
|
||||
| `language` | `\attributes\language` | cleaned by using vocabulary `dnet:languages` |
|
||||
| `publisher` | `\attributes\publisher` | |
|
||||
| `instance.license` | `\attributes\rightsList` | if the rights value starts with http and matches a particular regex |
|
||||
| `instance.accessright` | `\attributes\rightsList` | <ul><li>if not present :`unknown`</li><li>if datasource is Figshare:`open`</li><li>If `embargo_date < today()`: OPEN</li></ul> |
|
||||
| `instance.license` | `\attributes\rightsList` | We filter the datacite accessRights matching this regex: `.*(/licenses|/publicdomain|unlicense\.org/|/legal-and-data-protection-notices|/download/license|/open-government-licence).*` |
|
||||
| `instance.accessright` | `\attributes\rightsList` | <ul><li>if we found a match in a vocabulary `dnet:access_modes` we put the synonyms</li><li>if datasource is Figshare:`open`</li><li>otherwise UNKNOWN</li></ul> |
|
||||
|
||||
### Relation Mapping
|
||||
|
||||
|
|
Loading…
Reference in New Issue