Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
johenglisch committed Aug 6, 2024
1 parent 83763de commit 96962d8
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 27 deletions.
96 changes: 94 additions & 2 deletions cldf/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,95 @@
# CLDF directory
<a name="ds-cldfmetadatajson"> </a>

# StructureDataset Austronesian and Papuan numeral systems

**CLDF Metadata**: [cldf-metadata.json](./cldf-metadata.json)

**Sources**: [sources.bib](./sources.bib)

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/barlownumeralsystems
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/barlownumeralsystems/tree/83763de">cldf-datasets/barlownumeralsystems 83763de</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) | barlownumeralsystems
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution


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

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) | 30560


### Columns

Name/Property | Datatype | Description
--- | --- | ---
[ID](http://cldf.clld.org/v1.0/terms.rdf#id) | `string`<br>Regex: `[a-zA-Z0-9_\-]+` | Primary key
[Language_ID](http://cldf.clld.org/v1.0/terms.rdf#languageReference) | `string` | References [languages.csv::ID](#table-languagescsv)
[Parameter_ID](http://cldf.clld.org/v1.0/terms.rdf#parameterReference) | `string` | References [parameters.csv::ID](#table-parameterscsv)
[Value](http://cldf.clld.org/v1.0/terms.rdf#value) | `string` |
[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)

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

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) | 2146


### Columns

Name/Property | Datatype | Description
--- | --- | ---
[ID](http://cldf.clld.org/v1.0/terms.rdf#id) | `string`<br>Regex: `[a-zA-Z0-9_\-]+` | Primary key
[Name](http://cldf.clld.org/v1.0/terms.rdf#name) | `string` |
[Macroarea](http://cldf.clld.org/v1.0/terms.rdf#macroarea) | `string` |
[Latitude](http://cldf.clld.org/v1.0/terms.rdf#latitude) | `decimal`<br>&ge; -90<br>&le; 90 |
[Longitude](http://cldf.clld.org/v1.0/terms.rdf#longitude) | `decimal`<br>&ge; -180<br>&le; 180 |
[Glottocode](http://cldf.clld.org/v1.0/terms.rdf#glottocode) | `string`<br>Regex: `[a-z0-9]{4}[1-9][0-9]{3}` |
[ISO639P3code](http://cldf.clld.org/v1.0/terms.rdf#iso639P3code) | `string`<br>Regex: `[a-z]{3}` |
[Source](http://cldf.clld.org/v1.0/terms.rdf#source) | list of `string` (separated by `;`) | References [sources.bib::BibTeX-key](./sources.bib)

## <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) | 16


### Columns

Name/Property | Datatype | Description
--- | --- | ---
[ID](http://cldf.clld.org/v1.0/terms.rdf#id) | `string`<br>Regex: `[a-zA-Z0-9_\-]+` | Primary key
[Name](http://cldf.clld.org/v1.0/terms.rdf#name) | `string` |
[Description](http://cldf.clld.org/v1.0/terms.rdf#description) | `string` |
[ColumnSpec](http://cldf.clld.org/v1.0/terms.rdf#columnSpec) | `json` |

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

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


### Columns

Name/Property | Datatype | Description
--- | --- | ---
[ID](http://cldf.clld.org/v1.0/terms.rdf#id) | `string`<br>Regex: `[a-zA-Z0-9_\-]+` | Primary key
[Parameter_ID](http://cldf.clld.org/v1.0/terms.rdf#parameterReference) | `string` | The parameter or variable the code belongs to.<br>References [parameters.csv::ID](#table-parameterscsv)
[Name](http://cldf.clld.org/v1.0/terms.rdf#name) | `string` |
[Description](http://cldf.clld.org/v1.0/terms.rdf#description) | `string` |
`Map_Icon` | `string` |

This directory contains the dataset formatted as [CLDF dataset](https://cldf.clld.org).
2 changes: 1 addition & 1 deletion cldf/cldf-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/barlownumeralsystems",
"rdf:type": "prov:Entity",
"dc:created": "515c1ef",
"dc:created": "83763de",
"dc:title": "Repository"
},
{
Expand Down
18 changes: 9 additions & 9 deletions cldf/parameters.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ formation-of-10,Formation of 10,How is the numeral 10 constructed?,
formation-of-15,Formation of 15,How is the numeral 15 constructed?,
formation-of-20,Formation of 20,How is the numeral 20 constructed?,
formation-of-40,Formation of 40,How is the numeral 40 constructed?,
binary-counting,Evidence of binary counting?,Is the number 2 used in the construction of any numeral less than 5 (other than 2)? Or is the number 2 used as a base in the construction of any multiple of 2?,
ternary-counting,Evidence of ternary counting?,Is the number 3 used in the construction of any numeral less than 7 (other than 3)? Or is the number 3 used as a base in the construction of any multiple of 3?,
quaternary-counting,Evidence of quaternary counting?,Is the number 4 used in the construction of any numeral less than 9 (other than 4)? Or is the number 4 used as a base in the construction of any multiple of 4?,
quinary-counting,Evidence of quinary counting?,Is the number 5 used in the construction of any numeral less than 11 (other than 5)? Or is the number 5 used as a base in the construction of any multiple of 5?,
senary-counting,Evidence of senary counting?,Is the number 6 used in the construction of any numeral less than 13 (other than 6)? Or is the number 6 used as a base in the construction of any multiple of 6?,
decimal-counting,Evidence of decimal counting?,Is the number 10 used in the construction of any numeral less than 21 (other than 10)? Or is the number 10 used as a base in the construction of any multiple of 10?,
vigesimal-counting,Evidence of vigesimal counting?,Is the number 20 used in the construction of any numeral less than 41 (other than 20)? Or is the number 20 used as a base in the construction of any multiple of 20?,
bodypart-tallying,Evidence of a body-part tallying system?,Does the speaker community use a tally system in which parts of the body (other than fingers and toes) are used to indicate numbers? Or are there terms recorded as numerals that appear to reflect such a system?,
hand-word,Documentation of a hand word used somewhere?,"Has a term referring to the hand been recorded as a numeral or part of a numeral expression? These terms include ‘hand’, ‘arm’, ‘palm’, ‘fist’, ‘fingers’, and ‘thumb’ (but not when such terms are referring to a body-part tallying system). Only Papuan languages have been surveyed.",
binary-counting,Evidence of binary counting,Is the number 2 used in the construction of any numeral less than 5 (other than 2)? Or is the number 2 used as a base in the construction of any multiple of 2?,
ternary-counting,Evidence of ternary counting,Is the number 3 used in the construction of any numeral less than 7 (other than 3)? Or is the number 3 used as a base in the construction of any multiple of 3?,
quaternary-counting,Evidence of quaternary counting,Is the number 4 used in the construction of any numeral less than 9 (other than 4)? Or is the number 4 used as a base in the construction of any multiple of 4?,
quinary-counting,Evidence of quinary counting,Is the number 5 used in the construction of any numeral less than 11 (other than 5)? Or is the number 5 used as a base in the construction of any multiple of 5?,
senary-counting,Evidence of senary counting,Is the number 6 used in the construction of any numeral less than 13 (other than 6)? Or is the number 6 used as a base in the construction of any multiple of 6?,
decimal-counting,Evidence of decimal counting,Is the number 10 used in the construction of any numeral less than 21 (other than 10)? Or is the number 10 used as a base in the construction of any multiple of 10?,
vigesimal-counting,Evidence of vigesimal counting,Is the number 20 used in the construction of any numeral less than 41 (other than 20)? Or is the number 20 used as a base in the construction of any multiple of 20?,
bodypart-tallying,Evidence of a body-part tallying system,Does the speaker community use a tally system in which parts of the body (other than fingers and toes) are used to indicate numbers? Or are there terms recorded as numerals that appear to reflect such a system?,
hand-word,Hand word in numerals,"Has a term referring to the hand been recorded as a numeral or part of a numeral expression? These terms include ‘hand’, ‘arm’, ‘palm’, ‘fist’, ‘fingers’, and ‘thumb’ (but not when such terms are referring to a body-part tallying system). Only Papuan languages have been surveyed.",
31 changes: 16 additions & 15 deletions cldf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
appdirs==1.4.4
attrs==23.2.0
Babel==2.14.0
Babel==2.15.0
bibtexparser==2.0.0b7
bs4==0.0.2
certifi==2024.2.2
certifi==2024.6.2
cldfbench==1.14.0
-e git+https://github.com/cldf-datasets/barlownumeralsystems.git@515c1efc9d4db17201acc383f07293b7bb92e8cc#egg=cldfbench_barlownumeralsystems
-e git+https://github.com/cldf-datasets/barlownumeralsystems.git@83763de8751bc49ee9ad23b7fac92e68e5ef855d#egg=cldfbench_barlownumeralsystems
cldfcatalog==1.5.1
cldfzenodo==2.1.1
clldutils==3.22.2
Expand All @@ -16,35 +16,36 @@ exceptiongroup==1.2.1
gitdb==4.0.11
greenlet==3.0.3
idna==3.7
importlib_resources==6.4.0
iniconfig==2.0.0
isodate==0.6.1
jsonschema==4.21.1
lxml==5.2.1
jsonschema==4.22.0
lxml==5.2.2
Markdown==3.6
nameparser==1.1.3
newick==1.9.0
packaging==24.0
pluggy==1.4.0
packaging==24.1
pluggy==1.5.0
pybtex==0.24.0
pycldf==1.37.1
pycountry==23.12.11
pycldf==1.38.1
pycountry==24.6.1
pyglottolog==3.13.0
pylatexenc==2.10
pytest==8.1.1
pytest==8.2.2
python-dateutil==2.9.0.post0
pytz==2024.1
rdflib==7.0.0
referencing==0.34.0
requests==2.31.0
referencing==0.35.1
requests==2.32.3
rfc3986==1.5.0
six==1.16.0
smmap==5.0.1
soupsieve==2.5
SQLAlchemy==1.4.52
tabulate==0.9.0
termcolor==2.4.0
tqdm==4.66.2
tqdm==4.66.4
uritemplate==4.1.1
urllib3==2.2.1
urllib3==2.2.2
zenodoclient==0.5.1
zipp==3.18.1
zipp==3.19.2

0 comments on commit 96962d8

Please sign in to comment.