-
Notifications
You must be signed in to change notification settings - Fork 1
Description
- The standard:
- Software (incomplete list)
- Real world examples (incomplete list)
- https://vocabularies.unesco.org/browser/thesaurus/en/
- https://www.fao.org/agrovoc/linked-data
- This page have list to several other ontologies!
- Online visualization/syntax validation/content validation
- https://www.w3.org/2015/03/ShExValidata/
- W3C official validation
- https://skos-play.sparna.fr/play/
- Online visualization / conversor
- https://skos-play.sparna.fr/skos-testing-tool
- Quite advanced!
- https://www.w3.org/2015/03/ShExValidata/
Simple Knowledge Organization System (SKOS) is a W3C recommendation designed for representation of thesauri, classification schemes, taxonomies, subject-heading systems, or any other type of structured controlled vocabulary. SKOS is part of the Semantic Web family of standards built upon RDF and RDFS, and its main objective is to enable easy publication and use of such vocabularies as linked data. -- via https://en.wikipedia.org/wiki/Simple_Knowledge_Organization_System
Based on suggestion in https://dadosabertos.social/t/metadados-legislativos-e-semantica/390/3?u=rocha by @augusto-herrmann, let's add SKOS as additional exportable format.
Notes
Default codes used for languages, while valid, may intentionally use non-normalized BCP47
- SKOS | 5.6.5. Labeling and Language Tags
- BCP47
Our language codes are BCP47 valid but not the most normalized format (which would require an IANA lookup). This is mostly because we
- use ISO 639-3, ignoring completely ISO 639-2; this practice is also used by linguists including on Glottocodes
- Example: por instead of pt in
por-Latn
- This approach is less clear in European languages (unless is minority languages, than is very relevant) but it make easier to intentionally be friendly for languages which never got into ISO 639-1 and ISO 639-2
- Example: por instead of pt in
- Use ISO 15924 even when likely be unnecessary;
- Example: Arab in arb-Arab, Latn in lat-Latn, ...
The SKOS do not state best practices of how to encode languages (just recommend BCP47). So by deciding this default, we can actually later also release the language tables.
Changes
- 2022-04-03T05:57Z : Added links to https://www.fao.org/agrovoc/linked-data, https://skos-play.sparna.fr/play/, https://www.w3.org/2015/03/ShExValidata/, https://skos-play.sparna.fr/skos-testing-tool