Anonymous

Changes

Pharmacoracle

44 bytes added, 08:47, 8 August 2018
Hints on how to use it (see also example section below)
===Hints on how to use it (see also example section below)===
In order to do queries to an OWL ontology we need to know the names of the elements (publication of this is still pending). In addition we need to know the Manchester expressions of cardinality that are used to connect OWL Properties (e.g. has_haplotype) and OWL Classes (e.g. TPMT*3ATPMTstar3A), in particular:
{| class="wikitable"
|-
! Cardinality word !! Cardinality !! Explanation
|-
| some || || Connects a property to at least one class, e.g. <pre>has_haplotype some TPMT*3ATPMTstar3A</pre>
|-
| exactly || number || Connects a property to an exact number of classes, e.g. <pre>has_haplotype exactly 1 TPMT*3A TPMTstar3A</pre>
|-
| min || number || Connects a property to a minimum number of classes, e.g. <pre>has_haplotype min 1 TPMT*3ATPMTstar3A</pre>
|}