Skip to content

Ontology hosting: /ontology/v3.8/ IRIs 404 while public consumers already dereference them #1

Description

@styk-tv

Problem

Published ontology sets on this site stop at v3.7:

  • https://conceptkernel.org/ontology/v3.7/core.ttl200
  • https://conceptkernel.org/ontology/v3.8/core.ttl404

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

  • Publish the v3.8 ontology TTL set under /ontology/v3.8/ so already-circulating IRIs resolve
  • Publish the v3.9 ontology TTL set under /ontology/v3.9/, mirroring the public ontology/ directory of styk-tv/pgCK (core, affordance, delegation, delivery, goal, proof, task, validate)
  • Treat published IRI sets as immutable — corrections go into the next version directory
  • Extend the ontology browse index and sitemap.xml to cover the new versions

Acceptance

curl -s -o /dev/null -w '%{http_code}' returns 200 for /ontology/v3.8/core.ttl and /ontology/v3.9/core.ttl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions