NatLibFi / Skosmos

Thesaurus and controlled vocabulary browser using SKOS and SPARQL
Other
219 stars 94 forks source link

Improve URI discoverability #583

Open tfrancart opened 7 years ago

tfrancart commented 7 years ago

I am told from the work on the UNESCO Thesaurus that it is not possible for a crawler / an application to determine and follow the canonical URI of the Concept from a Concept page in Skosmos :

Is there anything approaching in Skosmos ? I don't know exactly what would be the best solution for this, but it would be nice to allow a follow-your-nose approach for machines.

osma commented 7 years ago

I agree, this is something we could improve rather easily.

For example, the download links are generated by Twig templates, adding something like rel="alternate" would be very easy, it's just that I'm not sure what the best solution would be here. The relationship between the concept page and the concept itself is a bit complicated...

Also something like foaf:focus or schema:mainEntity should be very easy to add to the HTML template. At the moment we don't have any RDFa (or similar) markup, the web pages are just plain HTML.

If you have more concrete suggestions for how to modify the HTML code please open individual issues for them. Also pull requests are very welcome ;)