Skip to content

Commit

Permalink
Update language metadata (#102)
Browse files Browse the repository at this point in the history
* updated everything except classification

* updated classification

* populate ISO code fields correctly

* closes #72

* closes #79

* closes #78

* remove family West Papuan

* re-ran makecldf
  • Loading branch information
xrotwang authored Jul 7, 2022
1 parent b6646f3 commit 0950885
Show file tree
Hide file tree
Showing 14 changed files with 4,593 additions and 4,195 deletions.
8 changes: 1 addition & 7 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Releasing WALS as CLDF dataset

- Download the latest comments posted to http://blog.wals.info by
visiting http://blog.wals.info/wp-admin/edit-comments.php
and saving all pages listing approved comments as
`raw/blog_comments/comments*.html`.
- Run `cldfbench wals.comments` to compile the public info for comments
to `etc/comments.json`.
- Run `cldfbench makecldf cldfbench_wals.py --glottolog-version v4.3`
- Run `cldfbench makecldf cldfbench_wals.py --glottolog-version v4.6`
- Run `cldfbench cldfreadme cldfbench_wals.py`
- Run `cldfbench readme cldfbench_wals.py`
- Run `cldfbench zenodo cldfbench_wals.py`
Expand Down
31 changes: 24 additions & 7 deletions cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"dcat:accessURL": "https://github.com/cldf-datasets/wals",
"prov:wasDerivedFrom": [
{
"rdf:type": "prov:Entity",
"dc:title": "Repository",
"rdf:about": "https://github.com/cldf-datasets/wals",
"dc:created": "v2020-37-g8c3c30b"
"rdf:type": "prov:Entity",
"dc:created": "v2020.1-10-g9116b7e",
"dc:title": "Repository"
},
{
"rdf:type": "prov:Entity",
"dc:title": "Glottolog",
"rdf:about": "https://github.com/glottolog/glottolog",
"dc:created": "v4.3"
"rdf:type": "prov:Entity",
"dc:created": "v4.6",
"dc:title": "Glottolog"
}
],
"prov:wasGeneratedBy": [
{
"dc:title": "python",
"dc:description": "3.8.5"
"dc:description": "3.8.10"
},
{
"dc:title": "python-packages",
Expand Down Expand Up @@ -57,18 +57,21 @@
"name": "ID"
},
{
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#languageReference",
"required": true,
"name": "Language_ID"
},
{
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#parameterReference",
"required": true,
"name": "Parameter_ID"
},
{
"dc:extent": "singlevalued",
"datatype": "string",
"null": [
"?",
Expand All @@ -79,6 +82,7 @@
"name": "Value"
},
{
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#codeReference",
"required": false,
Expand Down Expand Up @@ -222,6 +226,8 @@
"name": "ID"
},
{
"dc:description": "The parameter or variable the code belongs to.",
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#parameterReference",
"required": true,
Expand Down Expand Up @@ -392,38 +398,49 @@
"name": "ID"
},
{
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#languageReference",
"required": true,
"name": "Language_ID"
},
{
"dc:description": "The example text in the source language.",
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#primaryText",
"required": true,
"name": "Primary_Text"
},
{
"dc:description": "The sequence of words of the primary text to be aligned with glosses",
"dc:extent": "multivalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#analyzedWord",
"required": false,
"separator": "\\t",
"name": "Analyzed_Word"
},
{
"dc:description": "The sequence of glosses aligned with the words of the primary text",
"dc:extent": "multivalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#gloss",
"required": false,
"separator": "\\t",
"name": "Gloss"
},
{
"dc:description": "The translation of the example text in a meta language",
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#translatedText",
"required": false,
"name": "Translated_Text"
},
{
"dc:description": "References the language of the translated text",
"dc:extent": "singlevalued",
"datatype": "string",
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#metaLanguageReference",
"required": false,
Expand Down
Loading

0 comments on commit 0950885

Please sign in to comment.