Moving toward formalisation COMP60421
Sean Bechhofer sean.bechhofer@manchester.ac.uk
- (thanks to Bijan Parsia for slides)
Moving toward formalisation COMP60421 Sean Bechhofer - - PowerPoint PPT Presentation
Moving toward formalisation COMP60421 Sean Bechhofer sean.bechhofer@manchester.ac.uk (thanks to Bijan Parsia for slides) Previously... We started the acquisition process... We elicited tacit knowledge In a variety of ways
*Note that Bijan is a vegetarian! But he does remember some exceeding delicious cows.
Both General and Specific Contraries! Contraries?
“An animal which eats only meat”
Existing term New terms
22
23
24
Symmetry in biology is the balanced distribution of duplicate body parts or shapes. The body plans of most multicellular organisms exhibit some form of symmetry, either radial symmetry orbilateral symmetry or "spherical symmetry". A small minority exhibit no symmetry (are asymmetric).
leaves, while considered symmetric, will rarely match up exactly when folded in half.
25
26
– (= is both a carnivore and an herbivore)
27
28
29
30
Domain specific “Logicy”
31
Domain specific “Logicy”
32
33
34
– Mammal » Cat = eats only Dog » Dog = eats only Cat » Cow SubClassOf eats only not Animal » Human SubClassOf eats
Domain specific “Logicy”
35
36
(Their content is significant, but outside our formalism.)
37
38
39
40
41
42
43
44
atomicClass ::= [A-Z][a-zA-Z]* (in camel case) atomicProperty ::= [a-z][a-zA-Z]* (in camel case) description ::= conjunction 'or' conjunction { 'or' conjunction } | conjunction conjunction ::= classIRI 'that' [ 'not' ] restriction { 'and' [ 'not' ] restriction } | primary 'and' primary { 'and' primary } | primary primary ::= [ 'not' ] ( restriction | atomic ) restriction ::= property 'some' primary | property 'only' primary
Grammar is a slightly modified subset of the one given in: http://www.w3.org/TR/owl2-manchester-syntax/
45
classFrame ::= 'Class:' atomicClass { 'Annotations:' annotation { ',' annotation } | 'SubClassOf:' description { ',' annotation } | 'EquivalentTo:' description { ',' annotation }
least one desc
property are desc
46
47
48
49
50
51
– Links so wrong they are never right
52