Skip to content

Commit

Permalink
OpenAlex tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed May 5, 2023
1 parent 5f752dd commit bdcad21
Show file tree
Hide file tree
Showing 87 changed files with 211 additions and 2,297 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
"name": "international",
"type": "RECORD",
"mode": "NULLABLE",
"description": "This concept's display name in many languages, derived from article titles on each language's wikipedia. See the Wikidata entry for \"Java Bytecode\" for example source data.",
"fields": [
{
"name": "display_name",
Expand All @@ -157,18 +156,38 @@
"name": "keys",
"type": "STRING",
"mode": "REPEATED",
"description": "Custom field created by COKI. Originally each language was a key and the display name in that language the corresponding value."
"description": "The language codes in wikidata language code format."
},
{
"name": "values",
"type": "STRING",
"mode": "REPEATED",
"description": "Custom field created by COKI. Originally each language was a key and the display name in that language the corresponding value."
"description": "The translated display_names in each language."
}
],
"description": "This concept's display name in many languages."
"description": "This concept's display name in many languages, derived from article titles on each language's wikipedia."
},
{
"name": "description",
"type": "RECORD",
"fields": [
{
"name": "keys",
"type": "STRING",
"mode": "REPEATED",
"description": "The language codes in wikidata language code format."
},
{
"name": "values",
"type": "STRING",
"mode": "REPEATED",
"description": "The translated descriptions in each language."
}
],
"description": "This concept's description in many languages, derived from article titles on each language's wikipedia."
}
]
],
"description": "Translation of the display_name and description into multiple languages."
},
{
"name": "level",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,28 +230,29 @@
{
"name": "display_name",
"type": "RECORD",
"mode": "NULLABLE",
"fields": [
{
"name": "keys",
"type": "STRING",
"mode": "REPEATED",
"description": "Custom field created by COKI. Originally each language was a key and the display name in that language the corresponding value."
"description": "The language codes in wikidata language code format."
},
{
"name": "values",
"type": "STRING",
"mode": "REPEATED",
"description": "Custom field created by COKI. Originally each language was a key and the display name in that language the corresponding value."
"description": "The translated display_names in each language."
}
]
],
"description": "The institution's display name in different languages. Derived from the wikipedia page for the institution in the given language."
}
],
"description": "The institution's display name in different languages. Derived from the wikipedia page for the institution in the given language."
"description": "Translation of the display_name and description into multiple languages."
},
{
"name": "repositories",
"type": "RECORD",
"mode": "REPEATED",
"description": "Repositories (Sources with type: repository) that have this institution as their host_organization",
"fields": [
{
Expand Down
Loading

0 comments on commit bdcad21

Please sign in to comment.