Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rerun pipelines for latest #6

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions cldf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ property | value
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF StructureDataset](http://cldf.clld.org/v1.0/terms.rdf#StructureDataset)
[dc:identifier](http://purl.org/dc/terms/identifier) | https://github.com/uzling/tono_db
[dcat:accessURL](http://www.w3.org/ns/dcat#accessURL) | [email protected]:cldf-datasets/tonodb
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="[email protected]:cldf-datasets/tonodb/tree/1444b0a">[email protected]:cldf-datasets/tonodb 1444b0a</a></li><li><a href="[email protected]:glottolog/glottolog/tree/f6531fcec3">Glottolog v4.4-20-gf6531fcec3</a></li><li><a href="[email protected]:uzling/tono_db/tree/cc5df9e">[email protected]:uzling/tono_db cc5df9e</a></li></ol>
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="[email protected]:cldf-datasets/tonodb/tree/f49e8b6">[email protected]:cldf-datasets/tonodb f49e8b6</a></li><li><a href="[email protected]:glottolog/glottolog/tree/f6531fcec3">Glottolog v4.4-20-gf6531fcec3</a></li><li><a href="[email protected]:uzling/tono_db/tree/17a1715">[email protected]:uzling/tono_db 17a1715</a></li></ol>
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>python</strong>: 3.8.13</li><li><strong>python-packages</strong>: <a href="./requirements.txt">requirements.txt</a></li></ol>
[rdf:ID](http://www.w3.org/1999/02/22-rdf-syntax-ns#ID) | tonodb
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution
Expand All @@ -21,7 +21,7 @@ property | value
property | value
--- | ---
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF ValueTable](http://cldf.clld.org/v1.0/terms.rdf#ValueTable)
[dc:extent](http://purl.org/dc/terms/extent) | 250
[dc:extent](http://purl.org/dc/terms/extent) | 259


### Columns
Expand All @@ -34,13 +34,17 @@ Name/Property | Datatype | Description
[Language_ID](http://cldf.clld.org/v1.0/terms.rdf#languageReference) | `string` | References [languages.csv::ID](#table-languagescsv)
[Inventory_ID](http://cldf.clld.org/v1.0/terms.rdf#contributionReference) | `string` | References [contributions.csv::ID](#table-contributionscsv)
`LanguageVariety` | `string` |
`Ordering` | `string` |
`Ongoing` | `string` |
`TriggeringContext` | `string` |
`Tone ` | `string` |
`Extra` | `string` |
`Height` | `string` |
`Contour` | `string` |
`Phonation` | `string` |
`ToneDescription` | `string` |
`ChaoNumerals` | `string` |
`RestrictedEnviroment` | `string` |
`Notes` | `string` |
`EffectOnPitch` | `string` |
`ResultantSystem` | `string` |
Expand All @@ -53,19 +57,19 @@ Name/Property | Datatype | Description
`CodaPhonation` | `string` |
`CodaGlottal` | `string` |
`CodaManner` | `string` |
`Stress/quantity` | `string` |
`Stress` | `string` |
`SyllableCount` | `string` |
`NucleusATR` | `string` |
`NucleusLength` | `string` |
`NucleusHeight` | `string` |
`Wordtype` | `string` |
`Nucleus` | `string` |

## <a name="table-parameterscsv"></a>Table [parameters.csv](./parameters.csv)

property | value
--- | ---
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF ParameterTable](http://cldf.clld.org/v1.0/terms.rdf#ParameterTable)
[dc:extent](http://purl.org/dc/terms/extent) | 36
[dc:extent](http://purl.org/dc/terms/extent) | 38


### Columns
Expand All @@ -80,7 +84,7 @@ Name/Property | Datatype | Description
property | value
--- | ---
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF LanguageTable](http://cldf.clld.org/v1.0/terms.rdf#LanguageTable)
[dc:extent](http://purl.org/dc/terms/extent) | 96
[dc:extent](http://purl.org/dc/terms/extent) | 97


### Columns
Expand Down Expand Up @@ -110,7 +114,7 @@ Name/Property | Datatype | Description
property | value
--- | ---
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF ContributionTable](http://cldf.clld.org/v1.0/terms.rdf#ContributionTable)
[dc:extent](http://purl.org/dc/terms/extent) | 102
[dc:extent](http://purl.org/dc/terms/extent) | 104


### Columns
Expand Down
38 changes: 27 additions & 11 deletions cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"rdf:about": "[email protected]:cldf-datasets/tonodb",
"rdf:type": "prov:Entity",
"dc:created": "1444b0a",
"dc:created": "f49e8b6",
"dc:title": "Repository"
},
{
Expand All @@ -26,7 +26,7 @@
{
"rdf:about": "[email protected]:uzling/tono_db",
"rdf:type": "prov:Entity",
"dc:created": "cc5df9e",
"dc:created": "17a1715",
"dc:title": "Repository"
}
],
Expand All @@ -45,7 +45,7 @@
"tables": [
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ValueTable",
"dc:extent": 250,
"dc:extent": 259,
"tableSchema": {
"columns": [
{
Expand Down Expand Up @@ -93,10 +93,22 @@
"datatype": "string",
"name": "LanguageVariety"
},
{
"datatype": "string",
"name": "Ordering"
},
{
"datatype": "string",
"name": "Ongoing"
},
{
"datatype": "string",
"name": "TriggeringContext"
},
{
"datatype": "string",
"name": "Tone "
},
{
"datatype": "string",
"name": "Extra"
Expand All @@ -121,6 +133,10 @@
"datatype": "string",
"name": "ChaoNumerals"
},
{
"datatype": "string",
"name": "RestrictedEnviroment"
},
{
"datatype": "string",
"name": "Notes"
Expand Down Expand Up @@ -171,23 +187,23 @@
},
{
"datatype": "string",
"name": "Stress/quantity"
"name": "Stress"
},
{
"datatype": "string",
"name": "NucleusATR"
"name": "SyllableCount"
},
{
"datatype": "string",
"name": "NucleusLength"
"name": "NucleusATR"
},
{
"datatype": "string",
"name": "NucleusHeight"
"name": "NucleusLength"
},
{
"datatype": "string",
"name": "Wordtype"
"name": "NucleusHeight"
},
{
"datatype": "string",
Expand Down Expand Up @@ -248,7 +264,7 @@
},
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ParameterTable",
"dc:extent": 36,
"dc:extent": 38,
"tableSchema": {
"columns": [
{
Expand All @@ -275,7 +291,7 @@
},
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#LanguageTable",
"dc:extent": 96,
"dc:extent": 97,
"tableSchema": {
"columns": [
{
Expand Down Expand Up @@ -387,7 +403,7 @@
},
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ContributionTable",
"dc:extent": 102,
"dc:extent": 104,
"tableSchema": {
"columns": [
{
Expand Down
Loading
Loading