Skip to content

Commit

Permalink
closes #1, closes #2, closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jun 30, 2023
1 parent fceed2a commit 93ddc32
Show file tree
Hide file tree
Showing 10 changed files with 50,836 additions and 49,779 deletions.
9 changes: 6 additions & 3 deletions cldf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ property | value
[dc:identifier](http://purl.org/dc/terms/identifier) | https://endangeredlanguages.com
[dc:license](http://purl.org/dc/terms/license) | https://creativecommons.org/licenses/by/4.0/
[dcat:accessURL](http://www.w3.org/ns/dcat#accessURL) | https://github.com/cldf-datasets/elcat
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/elcat/tree/v2023">cldf-datasets/elcat v2023</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v4.7">Glottolog v4.7</a></li></ol>
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/elcat/tree/fceed2a">cldf-datasets/elcat v2023-1-gfceed2a</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v4.7">Glottolog v4.7</a></li></ol>
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>python</strong>: 3.10.6</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) | elcat
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution
Expand All @@ -24,7 +24,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) | 64628
[dc:extent](http://purl.org/dc/terms/extent) | 64826


### Columns
Expand All @@ -45,7 +45,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) | 3451
[dc:extent](http://purl.org/dc/terms/extent) | 3464


### Columns
Expand All @@ -59,6 +59,9 @@ Name/Property | Datatype | Description
[Longitude](http://cldf.clld.org/v1.0/terms.rdf#longitude) | `decimal` |
[Glottocode](http://cldf.clld.org/v1.0/terms.rdf#glottocode) | `string` |
[ISO639P3code](http://cldf.clld.org/v1.0/terms.rdf#iso639P3code) | `string` |
[Comment](http://cldf.clld.org/v1.0/terms.rdf#comment) | `string` |
`Countries` | list of `string` (separated by ` `) | Countries a language is spoken in given by ISO 3166-1 alpha-2 code
`ELCatMacroareas` | list of `string` (separated by `; `) |
`classification` | `string` | Top-level genealogical unit the language belongs to.
`endangerment` | `string` | ElCat's aggregated endangerment assessment.
`code_authorities` | list of `string` (separated by `; `) | Other language catalogs which have assigned codes to the language.
Expand Down
20 changes: 17 additions & 3 deletions cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"rdf:about": "https://github.com/cldf-datasets/elcat",
"rdf:type": "prov:Entity",
"dc:created": "v2023",
"dc:created": "v2023-1-gfceed2a",
"dc:title": "Repository"
},
{
Expand All @@ -41,7 +41,7 @@
"tables": [
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ValueTable",
"dc:extent": 64628,
"dc:extent": 64826,
"tableSchema": {
"columns": [
{
Expand Down Expand Up @@ -150,7 +150,7 @@
},
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#LanguageTable",
"dc:extent": 3451,
"dc:extent": 3464,
"tableSchema": {
"columns": [
{
Expand All @@ -160,6 +160,7 @@
},
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#id",
"required": true,
"valueUrl": "https://www.endangeredlanguages.com/lang/{ID}",
"name": "ID"
},
{
Expand Down Expand Up @@ -213,6 +214,19 @@
"required": false,
"name": "ISO639P3code"
},
{
"propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#comment",
"name": "Comment"
},
{
"dc:description": "Countries a language is spoken in given by ISO 3166-1 alpha-2 code",
"separator": " ",
"name": "Countries"
},
{
"separator": "; ",
"name": "ELCatMacroareas"
},
{
"dc:description": "Top-level genealogical unit the language belongs to.",
"name": "classification"
Expand Down
Loading

0 comments on commit 93ddc32

Please sign in to comment.