Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
johenglisch committed Aug 30, 2024
1 parent c4f891d commit e12f392
Show file tree
Hide file tree
Showing 5 changed files with 733 additions and 728 deletions.
3 changes: 2 additions & 1 deletion cldf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ property | value
[dc:identifier](http://purl.org/dc/terms/identifier) | https://crossgram.clld.org/contributions/veselinovanegex
[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/veselinovanegex
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/veselinovanegex/tree/f647624">cldf-datasets/veselinovanegex f647624</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v5.0">Glottolog v5.0</a></li></ol>
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/veselinovanegex/tree/c4f891d">cldf-datasets/veselinovanegex c4f891d</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v5.0">Glottolog v5.0</a></li></ol>
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>python</strong>: 3.8.19</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) | veselinovanegex
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution
Expand All @@ -37,6 +37,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)
`Source_comment` | `string` |

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

Expand Down
6 changes: 5 additions & 1 deletion cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"rdf:about": "https://github.com/cldf-datasets/veselinovanegex",
"rdf:type": "prov:Entity",
"dc:created": "f647624",
"dc:created": "c4f891d",
"dc:title": "Repository"
},
{
Expand Down Expand Up @@ -96,6 +96,10 @@
"required": false,
"separator": ";",
"name": "Source"
},
{
"datatype": "string",
"name": "Source_comment"
}
],
"foreignKeys": [
Expand Down
2 changes: 1 addition & 1 deletion cldf/parameters.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ID,Name,Description,ColumnSpec,Grammacodes
SN,Standard negation form,the shape of the standard negation marker in the language,,NEGR;STNEG
NegEx_Form,Negative existential form,the shape of the negative existential marker in the language,,EXV;NEG
NegExType,Negative existential type,the type of the existential marker,,EXV
NegExType,Negative existential type,the type of the negative existential marker,,EXV
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 @@ bibtexparser==2.0.0b7
bs4==0.0.2
certifi==2024.7.4
cldfbench==1.14.0
-e git+https://github.com/cldf-datasets/veselinovanegex@f647624aa007b786ed6384075fa8537fb998f06d#egg=cldfbench_veselinovanegex
-e git+https://github.com/cldf-datasets/veselinovanegex@c4f891d5e37d57c859364d1d159b10626cae9569#egg=cldfbench_veselinovanegex
cldfcatalog==1.5.1
cldfzenodo==2.1.1
clldutils==3.22.2
Expand Down
Loading

0 comments on commit e12f392

Please sign in to comment.