Skip to content

Commit

Permalink
Improved CLDF export for MaximallyInflectedVerbSynthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
tzakharko authored May 27, 2023
1 parent 3d9850e commit ebe677f
Show file tree
Hide file tree
Showing 6 changed files with 263,216 additions and 260,807 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# AUTOTYP 1.1.1

This is a minor maintenance release with improvements to the CLDF export

- Improved CLDF export for the dataset `MaximallyInflectedVerbSynthesis`

Many thanks to Robert Forkel for implementing this change.

# AUTOTYP 1.1.0

The main changes in this release are:
Expand Down
21 changes: 12 additions & 9 deletions data/cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,31 @@
],
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#StructureDataset",
"dc:source": "sources.bib",
"dcat:accessURL": "[email protected]:autotyp/autotyp-data",
"prov:wasDerivedFrom": [
{
"rdf:about": "autotyp-data",
"rdf:about": "[email protected]:autotyp/autotyp-data",
"rdf:type": "prov:Entity",
"dc:created": "v1.1.0",
"dc:created": "v.1.1.0",
"dc:title": "Repository"
},
{
"rdf:about": "glottolog",
"rdf:type": "prov:Entity",
"dc:created": "glottolog",
"dc:title": "Glottolog"
},
{
"rdf:about": "[email protected]:autotyp/autotyp-data",
"rdf:type": "prov:Entity",
"dc:created": "v.1.1.0",
"dc:title": "Repository"
}
],
"prov:wasGeneratedBy": [
{
"dc:title": "python",
"dc:description": "3.9.13"
"dc:description": "3.9.16"
},
{
"dc:title": "python-packages",
Expand All @@ -36,7 +43,7 @@
"tables": [
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ValueTable",
"dc:extent": 286355,
"dc:extent": 288740,
"tableSchema": {
"columns": [
{
Expand Down Expand Up @@ -381,7 +388,7 @@
},
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ParameterTable",
"dc:extent": 1013,
"dc:extent": 1026,
"tableSchema": {
"columns": [
{
Expand Down Expand Up @@ -425,10 +432,6 @@
"datatype": "integer",
"name": "dim"
},
{
"datatype": "json",
"name": "typespec"
},
{
"datatype": "boolean",
"name": "unitset"
Expand Down
Loading

0 comments on commit ebe677f

Please sign in to comment.