Skip to content

Commit

Permalink
added prefered source mark
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Apr 18, 2023
1 parent 97e03b6 commit 06b63ae
Show file tree
Hide file tree
Showing 7 changed files with 64,667 additions and 64,639 deletions.
3 changes: 2 additions & 1 deletion 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/268d1b4">cldf-datasets/elcat 268d1b4</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/97e03b6">cldf-datasets/elcat 97e03b6</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 @@ -38,6 +38,7 @@ Name/Property | Datatype | Description
[Code_ID](http://cldf.clld.org/v1.0/terms.rdf#codeReference) | `string` | References [codes.csv::ID](#table-codescsv)
[Comment](http://cldf.clld.org/v1.0/terms.rdf#comment) | `string` |
[Source](http://cldf.clld.org/v1.0/terms.rdf#source) | list of `string` (separated by `;`) | References [sources.bib::BibTeX-key](./sources.bib)
`preferred` | `boolean` | If ElCat contains multiple pieces of information pertaining to the same aspects of a language, the one used to assess the overall endangerment index is marked as *preferred* (based on its source).

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

Expand Down
10 changes: 9 additions & 1 deletion 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": "268d1b4",
"dc:created": "97e03b6",
"dc:title": "Repository"
},
{
Expand Down Expand Up @@ -97,6 +97,14 @@
"required": false,
"separator": ";",
"name": "Source"
},
{
"dc:description": "If ElCat contains multiple pieces of information pertaining to the same aspects of a language, the one used to assess the overall endangerment index is marked as *preferred* (based on its source).",
"datatype": {
"base": "boolean",
"format": "yes|no"
},
"name": "preferred"
}
],
"foreignKeys": [
Expand Down
2 changes: 1 addition & 1 deletion cldf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bs4==0.0.1
Cartopy==0.21.1
certifi==2022.12.7
cldfbench==1.13.0
-e git+https://github.com/cldf-datasets/elcat@268d1b4d28c718de4a50c54f47623b95d21f77c1#egg=cldfbench_elcat
-e git+https://github.com/cldf-datasets/elcat@97e03b661df18ed4bb1d4235f91ac2aad8d241f6#egg=cldfbench_elcat
cldfcatalog==1.5.1
cldfviz==0.12.0
cldfzenodo==1.1.0
Expand Down
8 changes: 4 additions & 4 deletions cldf/sources.bib
Original file line number Diff line number Diff line change
Expand Up @@ -4621,7 +4621,7 @@ @book{bib534
@article{bib535,
author = {Ardila, Olga.},
journal = {UniverSOS (Revista de Lenguas Indígenas y Universos Culturales)},
local_ids = {98399 98335},
local_ids = {98335 98399},
pages = {27-39},
title = {Las lenguas indígenas de Colombia: problemáticas y perspectivas},
volume = {7},
Expand Down Expand Up @@ -5464,7 +5464,7 @@ @article{bib626
howpublished = {Online report},
institution = {SIL International},
journal = {SIL Electronic Survey Reports},
local_ids = {2241 2666},
local_ids = {2666 2241},
title = {Sociolinguistic language survey of Dama, Mono, Pam, Ndai and Oblo},
url = {http://www.sil.org/silesr/2002/SILESR2002-048.pdf},
volume = {2002},
Expand Down Expand Up @@ -68269,7 +68269,7 @@ @incollection{bib7615
chapter = {7},
copied_from = {HHOLD},
isbn = {9780700711970},
local_ids = {88478 7890},
local_ids = {7890 88478},
pages = {579-634},
publisher = {Routledge},
title = {Africa},
Expand Down Expand Up @@ -74204,7 +74204,7 @@ @book{bib8278
@article{bib8279,
author = {van der Voort, Hein},
journal = {Boletim do Museu Paraense Emílio Goeldi. Ciências Humanas},
local_ids = {98261 98197},
local_ids = {98197 98261},
num = {2},
pages = {359-377},
publisher = {Museu Paraense Emílio Goeldi},
Expand Down
Loading

0 comments on commit 06b63ae

Please sign in to comment.