skohub-io / skohub-vocabs

A lightweight tool to publish SKOS Vocabularies
https://skohub.io/
Apache License 2.0
36 stars 25 forks source link

add info about support of slash URIs vs hash URIs #246

Closed sroertgen closed 1 year ago

Phu2 commented 1 year ago

Using slash URIs you will get full rendered concept pages with information about all its SKOS attributes as well as a machine readable JSON-LD version of each concept. With hash URIs you will just get a basic concept page with information regarding id, skos:notation, skos:prefLabel, skos:altLabel and skos:narrower.

Can you give an example please?

sroertgen commented 1 year ago

You can use the files from test/data. To actually see that other attributes beside the mentioned ones are not available, you might have to add something like skos:definition to hashURIConceptScheme.ttl

acka47 commented 1 year ago

I think we should not presuppose that readers already know about the difference betwen a hash URI and a slash URI and should at least link somewhere where it is explained. There is for example https://www.w3.org/wiki/HashVsSlash which isn't an official W3C document, though.

acka47 commented 1 year ago

I think we should not presuppose that readers already know about the difference betwen a hash URI and a slash URI and should at least link somewhere where it is explained

Sorry, you actually put the link in there. However, I reworked this an removed the link as it is really anicent (dating back to a time before the HTTP-Range14 discussion.