-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: convert json files in data directory to yaml
- Loading branch information
1 parent
708fe43
commit 3c3685e
Showing
23 changed files
with
78,334 additions
and
111,314 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
COAR_access_right: | ||
id: COAR_access_rights | ||
identifier: | ||
type: namespace | ||
value: https://vocabularies.coar-repositories.org/access_rights | ||
label: COAR access rights | ||
members: | ||
- access_condition: embargoed | ||
id: c_f1cf | ||
label: embargoed access | ||
source: coar-repositories.org | ||
uri: http://purl.org/coar/access_right/c_f1cf | ||
- access_condition: metadataonly | ||
id: c_14cb | ||
label: metadata only access | ||
source: coar-repositories.org | ||
uri: http://purl.org/coar/access_right/c_14cb | ||
- access_condition: restricted | ||
id: c_16ec | ||
label: restricted access | ||
source: coar-repositories.org | ||
uri: http://purl.org/coar/access_right/c_16ec | ||
- access_condition: public | ||
id: c_abf2 | ||
label: open access | ||
source: coar-repositories.org | ||
uri: http://purl.org/coar/access_right/c_abf2 | ||
source: coar-repositories.org | ||
EPRINTS_access_rights: | ||
id: EPRINTS_access_rights | ||
identifier: | ||
type: namespace | ||
value: http://purl.org/eprint/accessRights/ | ||
label: ePrints access rights vocabulary | ||
members: | ||
- access_condition: public | ||
id: OpenAccess | ||
label: Open Access | ||
source: ukoln.ac.uk | ||
uri: http://purl.org/eprint/accessRights/OpenAccess | ||
- access_condition: restricted | ||
id: RestrictedAccess | ||
label: Restricted Access | ||
source: ukoln.ac.uk | ||
uri: http://purl.org/eprint/accessRights/RestrictedAccess | ||
- access_condition: closed | ||
id: ClosedAccess | ||
label: Closed Access | ||
source: ukoln.ac.uk | ||
uri: http://purl.org/eprint/accessRights/ClosedAccess | ||
source: ukoln.ac.uk | ||
EU_access_rights: | ||
id: EU_access_rights | ||
identifier: | ||
type: namespace | ||
value: http://publications.europa.eu/resource/authority/access-right/ | ||
label: EU publications office access-right authority table | ||
members: | ||
- access_condition: restricted | ||
id: NON_PUBLIC | ||
label: non-public | ||
source: publications.europa.eu | ||
uri: http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC | ||
- access_condition: embargoed | ||
id: OP_DATPRO | ||
label: Provisional data | ||
source: publications.europa.eu | ||
uri: http://publications.europa.eu/resource/authority/access-right/OP_DATPRO | ||
- access_condition: public | ||
id: PUBLIC | ||
label: public | ||
source: publications.europa.eu | ||
uri: http://publications.europa.eu/resource/authority/access-right/PUBLIC | ||
- access_condition: restricted | ||
id: RESTRICTED | ||
label: restricted | ||
source: publications.europa.eu | ||
uri: http://publications.europa.eu/resource/authority/access-right/RESTRICTED | ||
- access_condition: restricted | ||
id: SENSITIVE | ||
label: sensitive | ||
source: publications.europa.eu | ||
uri: http://publications.europa.eu/resource/authority/access-right/SENSITIVE | ||
- access_condition: restricted | ||
id: CONFIDENTIAL | ||
label: confidential | ||
source: publications.europa.eu | ||
uri: http://publications.europa.eu/resource/authority/access-right/CONFIDENTIAL | ||
- access_condition: public | ||
id: NORMAL | ||
label: normal | ||
source: publications.europa.eu | ||
uri: http://publications.europa.eu/resource/authority/access-right/NORMAL | ||
source: publications.europa.eu | ||
OPENAIRE_access_rights: | ||
id: OPENAIRE_access_rights | ||
identifier: | ||
value: info:eu-repo/semantics/ | ||
label: OpenAire access rights list | ||
members: | ||
- access_condition: closed | ||
id: closedAccess | ||
label: closed Access | ||
source: openaire.eu | ||
uri: info:eu-repo/semantics/closedAccess | ||
- access_condition: embargoed | ||
id: embargoedAccess | ||
label: embargoed Access | ||
source: openaire.eu | ||
uri: info:eu-repo/semantics/embargoedAccess | ||
- access_condition: restricted | ||
id: restrictedAccess | ||
label: restricted Access | ||
source: openaire.eu | ||
uri: info:eu-repo/semantics/restrictedAccess | ||
- access_condition: public | ||
id: openAccess | ||
label: open Access | ||
source: openaire.eu | ||
uri: info:eu-repo/semantics/openAccess | ||
source: openaire.eu |
Oops, something went wrong.