├── .github └── workflows │ └── main.yml ├── LICENSE ├── README.md ├── colors.ttl ├── colors_with_hierarchy.ttl ├── config.yaml └── scripts └── validate-skos /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skohub-io/skohub-pages/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skohub-io/skohub-pages/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skohub-io/skohub-pages/HEAD/README.md -------------------------------------------------------------------------------- /colors.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skohub-io/skohub-pages/HEAD/colors.ttl -------------------------------------------------------------------------------- /colors_with_hierarchy.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skohub-io/skohub-pages/HEAD/colors_with_hierarchy.ttl -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skohub-io/skohub-pages/HEAD/config.yaml -------------------------------------------------------------------------------- /scripts/validate-skos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skohub-io/skohub-pages/HEAD/scripts/validate-skos --------------------------------------------------------------------------------