summaryrefslogtreecommitdiff
path: root/examples/SUMO/axioms/QoSOntologySubRel.gft
blob: 33aeca60d9e292c9d5af72b7c66587f7971401b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

subRelation2El ? ? ? ? (\x,y -> productModel x y) (\x,y -> represents x y)

subRelation2El ? ? ? ? (\x,y -> computerRunning x y) (\x,y -> instrument x y)

subRelation2El ? ? ? ? (\x,y -> environmentAttributes x y) (\x,y -> property x y)

subRelation2El ? ? ? ? (\x,y -> standardInputDevice x y) (\x,y -> instrument x y)

subRelation2El ? ? ? ? (\x,y -> standardOutputDevice x y) (\x,y -> instrument x y)

subRelation2El ? ? ? ? (\x,y -> standardErrorDevice x y) (\x,y -> instrument x y)

subRelation2El ? ? ? ? (\x,y -> programCopy x y) (\x,y -> containsInformation x y)

subRelation2El ? ? ? ? (\x,y -> status x y) (\x,y -> property x y)

subRelation2El ? ? ? ? (\x,y -> hardwareType x y) (\x,y -> represents x y)

subRelation2El ? ? ? ? (\x,y -> systemBehavior x y) (\x,y -> property x y)

subRelation2El ? ? ? ? (\x,y -> designPattern x y) (\x,y -> property x y)

subRelation2El ? ? ? ? (\x,y -> taskRelation x y) (\x,y -> property x y)

subRelation2El ? ? ? ? (\x,y -> formOfAdaptation x y) (\x,y -> property x y)

subRelation2El ? ? ? ? (\x,y -> complexity x y) (\x,y -> property x y)

subRelation2El ? ? ? ? (\x,y -> strictness x y) (\x,y -> property x y)

subRelation2El ? ? ? ? (\x,y -> abstractionLevel x y) (\x,y -> property x y)

subRelation2El ? ? ? ? (\x,y -> memorySize x y) (\x,y -> measure x y)

subRelation2El ? ? ? ? (\x,y -> load x y) (\x,y -> measure x y)

subRelation2El ? ? ? ? (\x,y -> dataProcessed x y) (\x,y -> patient x y)

subRelation2El ? ? ? ? (\x,y -> resourceUsed x y) (\x,y -> patient x y)

subRelation2El ? ? ? ? (\x,y -> userName x y) (\x,y -> names x y)

subRelation2El ? ? ? ? (\x,y -> hasAccount x y) (\x,y -> possesses x y)

subRelation2El ? ? ? ? (\x,y -> password x y) (\x,y -> names x y)

subRelation2El ? ? ? ? (\x,y -> hostStatus x y) (\x,y -> attribute x y)