Skip to content

Commit

Permalink
re-created cldf
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Oct 10, 2024
1 parent d6e6509 commit bc976a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cldf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ property | value
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF StructureDataset](http://cldf.clld.org/v1.0/terms.rdf#StructureDataset)
[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/barlowhandandfive
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/barlowhandandfive/tree/23cdfba">cldf-datasets/barlowhandandfive v1.0-35-g23cdfba</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/barlowhandandfive/tree/d6e6509">cldf-datasets/barlowhandandfive v1.0-37-gd6e6509</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.10.12</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) | barlowhandandfive
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution
Expand Down
4 changes: 2 additions & 2 deletions cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"rdf:about": "https://github.com/cldf-datasets/barlowhandandfive",
"rdf:type": "prov:Entity",
"dc:created": "v1.0-35-g23cdfba",
"dc:created": "v1.0-37-gd6e6509",
"dc:title": "Repository"
},
{
Expand Down Expand Up @@ -384,7 +384,7 @@
},
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ParameterTable",
"dc:description": "This dataset provides three kinds of parameters: 1) The two concepts \u2018hand\u2019 and \u2018five\u2019, with the corresponding forms listed in FormTable; 2) six parameters analyzing the colexification status for these two concepts in Austronesian languages, with values listed in ValueTable; and 3) one parameter replicating coding decisions about types of numeral systems, derived from Barlow (2023) but updated here to reflect changes in classifications between Glottolog versions 4.7 and 5.0, with values also listed in ValueTable.",
"dc:description": "This dataset provides three kinds of parameters: 1) The two concepts \u2018hand\u2019 and \u2018five\u2019, with the corresponding forms listed in FormTable; 2) six parameters analyzing the colexification status for these two concepts in Austronesian languages, with values listed in ValueTable; and 3) one parameter replicating coding decisions about types of numeral systems, derived from Barlow (2023) but updated here to reflect changes in classifications between Glottolog versions 4.6 and 5.0, with values also listed in ValueTable.",
"dc:extent": 9,
"tableSchema": {
"columns": [
Expand Down
2 changes: 1 addition & 1 deletion cldf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2022.12.7
cffi==1.16.0
chardet==5.2.0
cldfbench==1.14.0
-e git+https://github.com/cldf-datasets/barlowhandandfive@23cdfba27f36f22f2a32416c218e2b30a07a1fc2#egg=cldfbench_barlowhandandfive
-e git+https://github.com/cldf-datasets/barlowhandandfive@d6e65093a709acb6074b3546a4da042e1bbf55c9#egg=cldfbench_barlowhandandfive
-e git+https://github.com/cldf-datasets/doreco/@8124db8c45f1186e998d7536401dc6d6dceebb32#egg=cldfbench_doreco
-e git+https://github.com/cldf-datasets/haigandschnellmulticast.git@a03269497020aeab5c862a0e8d294786d567c241#egg=cldfbench_haigandschnellmulticast
-e git+https://github.com/cldf-datasets/imtvault@1087aa3d1dc1d846bf2fdc986290d7950025c03b#egg=cldfbench_imtvault
Expand Down
2 changes: 1 addition & 1 deletion cldfbench_barlowhandandfive.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def cmd_makecldf(self, args):
"status for these two concepts in Austronesian languages, with values listed in ValueTable; "
"and 3) one parameter replicating coding decisions about types of numeral systems, derived "
"from Barlow (2023) but updated here to reflect changes in classifications between Glottolog "
"versions 4.7 and 5.0, with values also listed in ValueTable.")
"versions 4.6 and 5.0, with values also listed in ValueTable.")
args.writer.cldf.add_component('CodeTable', 'color')
t = args.writer.cldf.add_table(
'replacements.csv',
Expand Down

0 comments on commit bc976a1

Please sign in to comment.