Skip to content

Commit

Permalink
add values with only a public comment, too
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jul 3, 2023
1 parent 3cc417f commit 5a8efa5
Show file tree
Hide file tree
Showing 7 changed files with 1,410 additions and 665 deletions.
4 changes: 2 additions & 2 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.2">cldf-datasets/elcat v2023.2</a></li><li><a href="https://github.com/glottolog/glottolog/tree/05491b967d">Glottolog v4.7-39-g05491b967d</a></li></ol>
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/elcat/tree/3cc417f">cldf-datasets/elcat v2023.2-1-g3cc417f</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) | 64833
[dc:extent](http://purl.org/dc/terms/extent) | 65442


### Columns
Expand Down
6 changes: 3 additions & 3 deletions cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
{
"rdf:about": "https://github.com/cldf-datasets/elcat",
"rdf:type": "prov:Entity",
"dc:created": "v2023.2",
"dc:created": "v2023.2-1-g3cc417f",
"dc:title": "Repository"
},
{
"rdf:about": "https://github.com/glottolog/glottolog",
"rdf:type": "prov:Entity",
"dc:created": "v4.7-39-g05491b967d",
"dc:created": "v4.7",
"dc:title": "Glottolog"
}
],
Expand All @@ -41,7 +41,7 @@
"tables": [
{
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ValueTable",
"dc:extent": 64833,
"dc:extent": 65442,
"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 @@ -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@93ddc32b76fa7b84b22c3605e968e40090c947b1#egg=cldfbench_elcat
-e git+https://github.com/cldf-datasets/elcat@3cc417ff522a085025db050bf6680bad28bb7891#egg=cldfbench_elcat
cldfcatalog==1.5.1
cldfviz==0.12.0
cldfzenodo==1.1.0
Expand Down
Loading

0 comments on commit 5a8efa5

Please sign in to comment.