dead_simple_owl_design_patterns
dead_simple_owl_design_patterns copied to clipboard
A simple system for specifying OWL class design patterns for OBO-ish ontologies.
It would be useful to have a way to specify default values for vars, with DOSDP_tools allowing TSVs that lack columns for vars with default values (A bit like kwargs...
Continued from https://github.com/dosumis/dead_simple_owl_design_patterns/issues/30#issuecomment-305775064 From: https://docs.google.com/document/d/1xnmLNRMLO7796VmI4GEVv1jadY3e3srLD3gF03h2GqU/edit#heading=h.97ugvf88bemn Headers: Defined class: 2 columns: name; or curie. Named by var: 2 columns per var - name; or curie String list vars: delimiter should be...
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....
## Ontology Patterns Currently this ticket is the primary source for this registry. Note that some implementations are experimental, and may not fully conform yet. Where no DPs exist, instead...
Each design pattern could come with 'visualisation patterns'. Some kind of analog of style sheets that provide hints on the best way to show term graphs. As a guiding example...
Can be separated into two distinct cases: 1. optional variables 2. card>1 For the first, in principle nothing need be done, as you can always fill in owl:Thing. However, although...
JSON-LD provides a nice way of providing shortforms for IRIs - either OBO-style CURIES or labels. You can add a context at the top of the YAML and this will...
The goal is to allow simple retrospective refactoring of patterns. This is in principle possible by matching on equivalence axioms, it will be simpler to do this by exposing the...
We have been implementing a feature to allow synonym permutation support in dosdp tools - controlled by a command line parameter. So when someone says: "permutate" ALL textual features are...