clld / glottolog3

glottolog2 re-implemented as CLLD app
MIT License
111 stars 27 forks source link

Provide links to valuesets in languoid pages #22

Closed Glottotopia closed 10 years ago

Glottotopia commented 10 years ago

Currently, http://wals.info/languoid/lect/wals_code_aar.rdf contains a number of triples, but none of them would allow you to find http://wals.info/valuesets/26A-aar.rdf (or any other feature number). However, the second resource would obviously provide useful information. In the absence of a precise vocabulary, at least lect:wals_code_aar rdfs:seeAlso valueset:26A-aar . could be used

A link in the opposite direction in the valueset pages would also be useful.

xrotwang commented 10 years ago

There is an issue tracker for wals as well: https://github.com/clld/wals3/issues But the question of appropriate RDF modeling for clld resources may be more general, so may also be moved to https://github.com/clld/clld/issues You are right, though, the RDF models need more work. How about dcterms:isReferencedBy for the link from language to valueset (and dcterms:references the other way round)? Valuesets are also linked to contributions (basically a bunch of valuesets that is related to a bunch of contributors). For this relation I'd go for dcterms:hasPart / isPartOf. Does that sound reasonable?

xrotwang commented 10 years ago

Implemented