dead_simple_owl_design_patterns icon indicating copy to clipboard operation
dead_simple_owl_design_patterns copied to clipboard

PURLs for DOSDP JSON schema docs

Open dosumis opened this issue 8 years ago • 3 comments

DOSDP json schema docs need a simple, persistent URL that implementers can use for validation and that can be used in JSON-schema import statements once core and OBO are split.

@cmungall Any suggestions on a purl pattern? Would it be an abuse of the obo-library domain do re-use that?

dosumis avatar Jun 14 '17 13:06 dosumis

@jamesaoverton and I have discussed this for other things (e.g. shared sparql) but I can't find the ticket. I think the idea was an obolibrary purl, but instead of /obo/ sometimes link like /tools/, but would require a fair bit of plumbing I believe

cmungall avatar Jun 14 '17 14:06 cmungall

I think this is the ticket you were looking for: https://github.com/OBOFoundry/OBOFoundry.github.io/issues/276

balhoff avatar Jun 14 '17 14:06 balhoff

From a technical perspective, I think the minimal change would be a hand-written www/tools/.htaccess file, which is easy enough (https://github.com/OBOFoundry/purl.obolibrary.org/tree/master/www). The next step would be YAML config files for each tool project, which would require updating the Python scripts.

jamesaoverton avatar Jun 14 '17 15:06 jamesaoverton