Problem
Published ontology sets on this site stop at v3.7:
https://conceptkernel.org/ontology/v3.7/core.ttl → 200
https://conceptkernel.org/ontology/v3.8/core.ttl → 404
Meanwhile the protocol's reference implementation already dereferences the v3.8 IRI in its public quick-start (styk-tv/pgCK README):
const Task = 'https://conceptkernel.org/ontology/v3.8/core#Task';
Any consumer running that example resolves class IRIs against a 404. This site is named as the reference authority for CKP, so ontology IRI hosting is a contract, not a convenience.
Tasks
Acceptance
curl -s -o /dev/null -w '%{http_code}' returns 200 for /ontology/v3.8/core.ttl and /ontology/v3.9/core.ttl.
Problem
Published ontology sets on this site stop at v3.7:
https://conceptkernel.org/ontology/v3.7/core.ttl→ 200https://conceptkernel.org/ontology/v3.8/core.ttl→ 404Meanwhile the protocol's reference implementation already dereferences the v3.8 IRI in its public quick-start (styk-tv/pgCK README):
Any consumer running that example resolves class IRIs against a 404. This site is named as the reference authority for CKP, so ontology IRI hosting is a contract, not a convenience.
Tasks
/ontology/v3.8/so already-circulating IRIs resolve/ontology/v3.9/, mirroring the publicontology/directory of styk-tv/pgCK (core,affordance,delegation,delivery,goal,proof,task,validate)sitemap.xmlto cover the new versionsAcceptance
curl -s -o /dev/null -w '%{http_code}'returns 200 for/ontology/v3.8/core.ttland/ontology/v3.9/core.ttl.